@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-family: "Poppins", sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #484848;
}
img {
  border: none;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif, Arial;
  font-weight: 600;
  color: #1f1f1f;
}
a {
  text-decoration: none;
  color: #484848;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer;
  outline: none;
}
a:hover {
  text-decoration: none;
}

.form-control {
  height: 45px;
  background: #fff;
  border: solid 1px #a0a0b4;
  font-size: 16px;
}
.form-control.is-invalid {
  border: solid 3px #dc3545 !important;
}

.btn {
  font-family: "Poppins", sans-serif, Arial;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 30px;
}
a.btn {
  color: #fff !important;
}
.blue-btn {
  background: rgba(0, 79, 255, 1);
  color: #fff;
  outline: none;
  box-shadow: none;
}
.blue-btn:focus,
.blue-btn:active {
  outline: none;
  box-shadow: none;
}
.blue-btn:hover {
  background: rgba(0, 79, 255, 0.85);
  color: #fff;
}
.dark-btn {
  background: rgba(16, 23, 65, 1);
  color: #fff;
  outline: none;
  box-shadow: none;
}
.dark-btn:focus,
.dark-btn:active {
  outline: none;
  box-shadow: none;
}
.dark-btn:hover {
  background: rgba(16, 23, 65, 0.85);
  color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}
table tr td,
table tr th {
  border-spacing: 0px;
  padding: 0px;
}

hr {
  margin: 30px 0px;
}

.compensate-for-scrollbar {
  margin-right: 0px !important;
}

.clear {
  clear: both;
}

.light-txt {
  font-weight: 300;
}
.regular-txt {
  font-weight: 400;
}
.medium-txt {
  font-weight: 500;
}
.semibold-txt {
  font-weight: 600;
}
.bold-txt {
  font-weight: 700;
}

.italic-txt {
  font-style: italic;
}

.blue-txt {
  color: #1580dc;
}

.full-img {
  display: block;
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.fancybox-bg {
  background: #101741;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-slide,
.slick-slide * {
  outline: none !important;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 44px;
  height: 44px;
  background-size: cover;
  padding: 0;
  cursor: pointer;
  border: solid 1px #dee6e9;
  outline: none;
  z-index: 9;
  text-indent: -9999px;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
}
.slick-prev {
  left: 0px;
}
[dir="rtl"] .slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
[dir="rtl"] .slick-next {
  right: 0px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 15px 0px;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border: none;
  background: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #494df4;
}

/* header - footer start */

header {
  width: 100%;
  position: fixed;
  z-index: 90;
  padding: 20px 0;
}

header .container,
header .container .left,
header .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .container .left {
  align-items: center;
  gap: 20px;
}

.ilTitle {
  color: white;
  font-size: 12px;
  /* padding-left: 20px; */
  margin: 0;
}
.fixed-header .ilTitle {
  color: #444444;
}

.vl {
  border-left: 1px solid white;
  align-self: stretch;
}

.fixed-header .vl {
  border-color: #444;
}

header .container .right {
  order: 2;
  margin-left: auto;
}

header .logo a {
  display: block;
  aspect-ratio: 315.8/103.94;
  width: 122px;
  background: url(../images/logo/logo-white.svg) no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
header .open-menu {
  display: none;
}
header .open-menu a {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
}
header .open-menu a.mobile {
  display: none;
}
header .open-menu a span {
  display: block;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 25px;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-size: 12px;
  font-weight: 600;
}
header .open-menu a span:nth-child(1) {
  width: auto;
  height: auto;
  background: none;
  color: #fff;
  top: 20px;
}
header .open-menu a span:nth-child(2) {
  width: 25px;
  top: 40px;
}
header .open-menu a span:nth-child(3) {
  width: 20px;
  top: 50px;
}
header .open-menu a.mobile.active span:nth-child(1) {
  display: none;
}
header .open-menu a.mobile.active span:nth-child(2) {
  width: 30px;
  top: 28px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .open-menu a.mobile.active span:nth-child(3) {
  width: 30px;
  top: 28px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .menu {
  /* padding: 15px 0px; */
  font-size: 14px;
  font-weight: 700;
}
header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .menu ul li {
  height: 50px;
  margin-right: 15px;
  position: relative;
}
header .menu ul li:last-child {
  margin-right: 0px;
}
header .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 50px;
  color: #fff;
  line-height: 100%;
}
header .menu ul li a.mobile {
  display: none;
}
header .menu ul li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: -5px;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
header .menu ul li:hover a::after {
  bottom: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
header .menu ul li ul {
  display: block;
  width: 200px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 50px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-weight: 600;
}
header .menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
header .menu ul li ul li {
  height: auto;
  margin: 0px;
}
header .menu ul li ul li a {
  display: block;
  height: auto;
  padding: 10px;
  color: #1580dc;
}
header .menu ul li ul li a::after {
  display: none;
}
header .menu ul li ul li a:hover {
  color: #0069a7;
}
header .quick-menu {
  background: #1580dc;
  font-size: 14px;
  font-weight: 700;
  display: none;
}
header .quick-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .quick-menu ul li a {
  display: block;
  height: 80px;
  padding: 0px 10px;
  color: #fff;
}
header .quick-menu ul li a div {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .quick-menu ul li a img {
  display: block;
  height: 30px;
  margin-right: 5px;
}
header .quick-menu ul li a span {
  line-height: 100%;
}
header .quick-menu ul li a:hover {
  background: #0069a7;
}
header .close-menu {
  display: none;
}
header .close-menu a {
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  position: relative;
}
header .close-menu a:hover {
  background: #f0f0f0;
}
header .close-menu a span {
  display: block;
  width: 30px;
  height: 3px;
  background: #0069a7;
  position: absolute;
  left: 25px;
  top: 38px;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
header .close-menu a span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .close-menu a span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header.fixed-header {
  width: auto;
  padding: 0;
  background: #f0f0f0;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
header.fixed-header .container {
  max-width: 100%;
  padding-right: 0px;
}
header.fixed-header .logo a {
  background: url(../images/logo/logo-color.svg) no-repeat;
}
header.fixed-header .open-menu {
  display: block;
}
header.fixed-header .open-menu a {
  background: #fff;
}
header.fixed-header .open-menu a:hover {
  background: #f0f0f0;
}
header.fixed-header .open-menu a span {
  background: #0069a7;
}
header.fixed-header .open-menu a span:nth-child(1) {
  background: none;
  color: #0069a7;
}
header.fixed-header .menu {
  margin-right: 30px;
  display: none;
}

header.fixed-header .menu ul li a {
  color: #0069a7;
}
header.fixed-header .menu ul li a::after {
  background: #0069a7;
}
header.fixed-header .menu ul li ul {
  background: #0069a7;
}
header.fixed-header .menu ul li ul li a {
  color: #fff;
}
header.fixed-header .menu ul li ul li a:hover {
  color: #f0f0f0;
}

header.fixed-header.active {
  width: 100%;
}
header.fixed-header.active .open-menu {
  display: none;
}

header.fixed-header.active .menu {
  display: flex;
  align-items: center;
}

header.fixed-header.active .quick-menu,
header.fixed-header.active .close-menu {
  display: block;
}

footer {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 3;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footer-top {
  padding: 200px 0px;
  position: relative;
  background: rgba(15, 23, 65, 0.15);
  background: -moz-linear-gradient(
    top,
    rgba(15, 23, 65, 0.15) 0%,
    rgba(15, 23, 65, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(15, 23, 65, 0.15)),
    color-stop(100%, rgba(15, 23, 65, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(15, 23, 65, 0.15) 0%,
    rgba(15, 23, 65, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(15, 23, 65, 0.15) 0%,
    rgba(15, 23, 65, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(15, 23, 65, 0.15) 0%,
    rgba(15, 23, 65, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(15, 23, 65, 0.15) 0%,
    rgba(15, 23, 65, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1741', endColorstr='#0f1741', GradientType=0 );
}
footer .footer-top::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  background: url(../images/bg/footer-bg.jpg) no-repeat top left;
  background-size: cover;
}
footer .footer-bottom {
  padding: 50px 0px;
  background: #0f1741;
}
footer .footer-newsletter .btn {
  display: block;
  width: 100%;
}
footer .footer-newsletter .title {
  font-size: 21px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 15px;
}
footer .footer-newsletter p {
  font-style: italic;
  font-weight: 500;
}
footer .footer-newsletter .form-control {
  background: #ededf4;
}
footer .footer-menu .title {
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer-menu ul li a {
  display: block;
  padding: 5px 0px;
}
footer .footer-menu ul li a:hover {
  color: #0069a7;
}
footer .footer-social {
  font-size: 30px;
  margin-bottom: 20px;
}
footer .footer-social ul li {
  display: inline-block;
  margin-right: 15px;
}
footer .footer-social ul li:last-child {
  margin-right: 0px;
}
footer .footer-contact h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer-contact p.direction {
  font-size: 18px;
}
footer .footer-contact p.direction a {
  text-decoration: underline;
}
footer .footer-contact p.direction a i {
  margin-right: 10px;
}
footer .footer-contact p.phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
footer .footer-contact p.phone a i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  background: #fff;
  color: #0f1741;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer .footer-apps {
  margin-bottom: 30px;
}
footer .footer-apps h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
footer .footer-apps ul li {
  display: inline-block;
  margin: 5px;
}
footer .footer-logo {
  margin-bottom: 15px;
}
footer .footer-logo img {
  display: block;
  height: 40px;
  margin: 0px auto;
}
footer .footer-copyright {
  margin-bottom: 30px;
}
footer .topofpage {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 995;
  cursor: pointer;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: rgba(0, 79, 255, 1);
  display: none;
}
footer .topofpage:hover {
  background: rgba(0, 79, 255, 0.85);
}

@media (max-width: 1367px) {
  header .open-menu a {
    width: 60px;
    height: 60px;
  }
  header .open-menu a span {
    right: 15px;
  }
  header .open-menu a span:nth-child(1) {
    top: 10px;
  }
  header .open-menu a span:nth-child(2) {
    top: 30px;
  }
  header .open-menu a span:nth-child(3) {
    top: 40px;
  }
  header .menu {
    padding: 5px 0px;
    font-size: 13px;
  }
  header .quick-menu {
    font-size: 13px;
  }
  header .quick-menu ul li a,
  header .quick-menu ul li a div {
    height: 60px;
  }
  header .quick-menu ul li a img {
    height: 30px;
  }
  header .close-menu a {
    width: 60px;
    height: 60px;
  }
  header .close-menu a span {
    left: 15px;
    top: 28px;
  }

  header.fixed-header .menu {
    margin-right: 20px;
  }

  footer .footer-top {
    padding: 200px 0px 150px 0px;
  }
}
@media (max-width: 1199px) {
  header .menu {
    width: 100%;
    padding: 15px;
    position: fixed;
    left: 0px;
    top: 100px;
    bottom: 0;
    background: #fff;
    display: none;
  }

  header.fixed-header .menu {
    top: 60px !important;
    bottom: 0px;
  }
  header .menu ul {
    display: block;
  }
  header .menu ul li {
    height: auto;
    margin-right: 0px;
  }
  header .menu ul li a {
    height: 40px;
    color: #1f1f1f !important;
  }
  header .menu ul li a.desktop {
    display: none;
  }
  header .menu ul li a.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  header .menu ul li a.mobile.active {
    color: #1580dc !important;
  }
  header .menu ul li a i {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #484848;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  header .menu ul li a.mobile.active i {
    color: #1580dc !important;
  }
  header .menu ul li a::after {
    display: none;
  }
  header .menu ul li ul {
    width: auto;
    background: #f0f0f0 !important;
    position: relative;
    left: auto;
    top: auto;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  header .menu ul li ul li a {
    padding: 10px 10px 10px 15px;
  }
  header .container {
    max-width: 100%;
    padding-right: 0px;
  }
  header .container .left {
    width: 100%;
  }
  header .open-menu {
    display: block;
    order: 2;
    margin-left: auto;
  }
  header .open-menu a.desktop {
    display: none;
  }
  header .open-menu a.mobile {
    display: block;
  }
  header .quick-menu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
  }
  header .quick-menu ul {
    width: 100%;
  }
  header .quick-menu ul li {
    width: 25%;
  }

  header.fixed-header {
    width: 100%;
  }
  header.fixed-header.active .open-menu {
    display: block;
  }
  header.fixed-header .menu,
  header.fixed-header.active .menu,
  header.fixed-header.active .close-menu {
    display: none;
  }
  header.fixed-header.active .close-menu {
    display: none;
  }
  header.fixed-header.active .quick-menu {
    display: block;
  }

  footer {
    padding-bottom: 58px;
  }
  footer .footer-top {
    padding: 200px 0px 50px 0px;
  }
}
@media (max-width: 991px) {
  footer .footer-bottom {
    padding: 40px 0px;
  }
  footer .footer-menu .item {
    margin-bottom: 20px;
  }
  footer .footer-menu .title,
  footer .footer-contact h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer .topofpage {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    right: 10px;
  }
}
@media (max-width: 575px) {
  footer .footer-content {
    text-align: center;
  }
  footer .footer-menu ul li a {
    padding: 3px 0px;
    color: #a0a0b4;
  }
  footer .footer-contact p.phone a {
    justify-content: center;
  }
}
@media (max-width: 481px) {
  header .quick-menu {
    font-size: 9px;
    font-weight: 500;
  }
  header .quick-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  header .quick-menu ul li a div {
    display: block;
    height: auto;
  }
  header .quick-menu ul li a img {
    height: 28px;
    margin: 0px auto;
    margin-bottom: 5px;
  }

  footer .footer-bottom {
    padding: 30px 0px;
  }
  footer .footer-menu ul li a {
    font-size: 13px;
  }
  footer .footer-social {
    font-size: 24px;
  }
  footer .footer-contact p {
    font-size: 13px;
  }
  footer .footer-contact p.direction,
  footer .footer-apps h4 {
    font-size: 16px;
  }
  footer .footer-contact p.phone a i {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  footer .footer-copyright {
    font-size: 13px;
  }
}

/* header - footer finish */

.category-ozgurluk {
  background: #28a745 !important;
}
.category-adalet {
  background: #ffc107 !important;
}
.category-kamu {
  background: #20c997 !important;
}
.category-ekonomi {
  background: #007bff !important;
}
.category-sektorel {
  background: #dc3545 !important;
}
.category-sosyal {
  background: #1c2558 !important;
}
.category-kadin {
  background: #101741 !important;
}
.category-genclik {
  background: #fd7e14 !important;
}
.category-spor {
  background: #20c997 !important;
}
.category-kultur {
  background: #007bff !important;
}
.category-goc {
  background: #dc3545 !important;
}
.category-cevre {
  background: #28a745 !important;
}
.category-guvenlik {
  background: #101741 !important;
}
.category-politika {
  background: #ffc107 !important;
}

.main-intro {
  padding: 150px 0px 0px 0px;
  background: url(../images/bg/intro-bg.jpg) no-repeat top center #0e1438;
  background-size: cover;
}
.main-intro .container {
  position: relative;
}
.main-intro .slider {
  margin: 0px;
  display: none;
}
.main-intro .slider.slick-initialized {
  display: block;
}
.main-intro .slider .item {
  margin: 0px 5px;
}
.main-intro .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main-intro .slick-slide {
  height: inherit !important;
}
.main-intro .navigation {
  padding: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-intro .navigation a,
.main-intro .navigation a img {
  display: block;
}
.main-intro .navigation a img {
  height: 23px;
}
.main-intro .navigation span {
  display: block;
  width: 120px;
  height: 2px;
  background: #fff;
  margin: 0px 15px;
}

.side-quick-menu {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 570px;
  z-index: 80;
}
.side-quick-menu.sticky {
  position: fixed;
  top: 15px;
}
.side-quick-menu ul li {
  margin-bottom: 10px;
}
.side-quick-menu ul li:last-child {
  margin-bottom: 0px;
}
.side-quick-menu ul li a {
  width: 100px;
  height: 100px;
  border: solid 2px #007bff;
  padding: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
}
.side-quick-menu ul li a:hover {
  background: #007bff;
}
.side-quick-menu.sticky ul li a {
  background: #007bff;
}
.side-quick-menu.sticky ul li a:hover {
  background: #0069a7;
  border: solid 2px #0069a7;
}
.side-quick-menu ul li a img {
  display: block;
  height: 50px;
  margin: 0px auto;
  margin-bottom: 10px;
}
.side-quick-menu ul li a span {
  display: block;
  line-height: 100%;
  font-size: 12px;
  font-weight: 500;
}

.content-card {
  height: 100%;
  position: relative;
}
.content-card img {
  display: block;
  width: 100%;
}
.content-card .photo {
  position: relative;
}
.content-card .photo a {
  display: block;
}
.content-card .photo .category {
  height: 30px;
  padding: 0px 15px;
  line-height: 30px;
  background: #0069a7;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 3;
}
.content-card .photo .category a {
  color: #fff;
}
.content-card .photo .category a::before {
  display: none !important;
}
.content-card .photo .video {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(220, 53, 69, 1);
  color: #fff;
  font-size: 21px;
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.content-card .photo .video a {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
}
.content-card .info {
  padding: 0px 20px 20px 20px;
  font-size: 14px;
  font-weight: 600;
}
.content-card .info .date {
  color: #a0a0b4;
  margin-bottom: 10px;
}
.content-card .info .name {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.content-card .info .more a {
  color: #484848;
}
.content-card .info .more a i {
  margin-left: 5px;
  font-size: 12px;
}
.content-card .info .more a:hover {
  color: #1580dc;
}
.content-card .info .feature {
  padding-top: 10px;
  font-size: 12px;
}
.content-card .info .feature ul li {
  display: inline-block;
  padding: 3px 8px;
  background: #e5e5e5;
  color: #a0a0b4;
  margin: 0px 5px 5px 0px;
}
.content-card .info .feature ul li span {
  font-weight: 700;
}
.content-card.normal-card {
  background: #f5f5f5;
}
.content-card.normal-card .photo {
  padding: 20px;
}
.content-card.special-card {
  background: #000;
}
.content-card.special-card .photo a::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.content-card.special-card .photo .category {
  right: 0px;
}
.content-card.special-card .info {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  color: #fff;
}
.content-card.special-card .info .date {
  color: #fff;
}
.content-card.special-card .info .more a {
  color: #fff;
}
.content-card.special-card .info .more a:hover {
  color: #1580dc;
}
.content-card.special-card .feature ul li {
  background: rgba(229, 229, 229, 0.15);
}

.main-concept {
  padding: 100px 0px 0px 0px;
  position: relative;
  z-index: 2;
}
.main-concept .left {
  padding-right: 60px;
}
.main-concept .subject-content {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.main-concept .subject-content h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main-concept .subject-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.main-concept .subject-list .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  background: #f5f5f5;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.main-concept .subject-list .item:nth-child(3n + 0) {
  margin-right: 0px;
}
.main-concept .subject-list .item a {
  display: block;
}
.main-concept .subject-list .item a:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.main-concept .subject-list .item.program a:hover {
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
.main-concept .subject-list .item .photo {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.main-concept .subject-list .item .photo img {
  display: block;
  width: 100%;
}
.main-concept .subject-list .item .name {
  width: 100%;
  padding: 0px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 120%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main-concept .subject-list .item.program .name {
  padding: 0px 30px;
  text-align: left;
  font-size: 26px;
  color: #1f1f1f;
}
.main-concept .subject-list .item.program a:hover .name {
  color: #007bff;
}
.main-concept .subject-list .item.program .name span {
  display: block;
  margin-bottom: 10px;
}
.main-concept .subject-list .item.program .name img {
  display: block;
  height: 30px;
}
.main-concept .more-subject {
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: none;
}
.main-concept .more-subject a {
  display: inline-block;
  color: #484848;
  position: relative;
  padding-bottom: 10px;
}
.main-concept .more-subject a:hover {
  color: #484848;
}
.main-concept .more-subject a i {
  margin-left: 5px;
}
.main-concept .more-subject a::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #484848;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.main-concept .more-subject a:hover::after {
  bottom: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-concept .section {
  padding: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.main-concept .section h1,
.main-concept .section h2,
.main-concept .section h3,
.main-concept .section h4,
.main-concept .section h5,
.main-concept .section h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.main-concept .section h2 {
  font-size: 48px;
}
.main-concept .section h3 {
  font-size: 21px;
  font-weight: 300;
}
.main-concept .section h3 span {
  display: block;
  font-weight: 600;
}
.main-concept .section p {
  margin-bottom: 20px;
}
.main-concept .section a.arrow-link {
  display: block;
  width: 50px;
  height: 50px;
  border: solid 2px #fff;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.main-concept .section a.arrow-link:hover {
  background: rgba(255, 255, 255, 0.25);
}
.main-concept .together-content {
  background: #101741;
}
.main-concept .podcast-content {
  background: #1480dc;
  font-size: 20px;
}
.main-concept .podcast-content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.main-concept .podcast-content .title h2 {
  margin-bottom: 0px;
}
.main-concept .podcast-content .title img {
  display: block;
  height: 80px;
  order: 2;
  margin-left: auto;
}
.main-concept .podcast-content .slider {
  margin: 0px -5px;
  display: none;
}
.main-concept .podcast-content .slider.slick-initialized {
  display: block;
}
.main-concept .podcast-content .slider .item {
  margin: 0px 5px;
}
.main-concept .podcast-content .slider .item a {
  display: block;
}
.main-concept .podcast-content .slider .item img {
  display: block;
  width: 100%;
}
.main-concept .podcast-content .slider .slick-dots li {
  margin: 0px 3px;
}
.main-concept .podcast-content .slider .slick-dots li button {
  border: solid 2px #fff;
  background: none;
}
.main-concept .podcast-content .slider .slick-dots li.slick-active button {
  background: #fff;
}
.main-concept .faq-content {
  padding: 40px 20px;
  background: url(../images/bg/faq-bg.jpg) no-repeat center center #60c1d2;
  background-size: cover;
}
.main-concept .founder-content {
  padding: 40px 20px;
  background: url(../images/bg/founder-bg.jpg) no-repeat center center #569ce1;
  background-size: cover;
}

.main-agenda {
  padding: 120px 0px 40px 0px;
  background: #747d84;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.main-agenda.detail-page {
  padding: 40px 0px;
  margin-top: 0px;
  z-index: 3;
}
.main-agenda::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg/agenda-icon-bg.png) no-repeat top -500px left -50px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.main-agenda .info-content {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  position: relative;
}
.main-agenda .info-content h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.main-agenda .info-content p {
  margin-bottom: 20px;
}
.main-agenda .info-content a.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0px 30px 0px 70px;
  background-color: rgba(16, 23, 65, 1);
  background-image: url(../images/icon/microphone.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: auto 50px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.main-agenda .info-content a.link-btn img {
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main-agenda .info-content a.link-btn:hover {
  background-color: rgba(16, 23, 65, 0.85);
}
.main-agenda .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 34%;
  color: #fff;
}
.main-agenda.detail-page .filter {
  padding-left: 0px;
}
.main-agenda .filter .left {
  margin-right: 20px;
}
.main-agenda .filter .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.main-agenda .filter .left ul li {
  border-right: solid 1px #808592;
}
.main-agenda .filter .left ul li:last-child {
  border-right: none;
}
.main-agenda .filter .left ul li a {
  display: block;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.main-agenda .filter .left ul li:first-child a {
  padding-left: 0px;
}
.main-agenda .filter .left ul li:last-child a {
  padding-right: 0px;
}
.main-agenda .filter .left ul li a:hover {
  color: #1580dc;
}
.main-agenda .filter .right {
  order: 2;
  margin-left: auto;
}
.main-agenda .filter .right .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.main-agenda .filter .right .category span {
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
}
.main-agenda .filter .right .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 2px #fff;
  text-align: center;
}
.main-agenda .filter .right .category a img {
  display: block;
  height: 26px;
}
.main-agenda .filter .right .category a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.main-agenda .list {
  margin-bottom: 20px;
}
.main-agenda .list .item {
  margin-bottom: 30px;
}
.main-agenda .more-news {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: right;
}
.main-agenda .more-news a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}
.main-agenda .more-news a i {
  margin-left: 5px;
}
.main-agenda .more-news a::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.main-agenda .more-news a:hover::after {
  bottom: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.agenda-category-popup {
  width: 960px;
  padding: 0px;
  background: none;
  display: none;
}
.agenda-category-popup .fancybox-close-small {
  display: none;
}
.agenda-category-popup .popup-close {
  text-align: right;
}
.agenda-category-popup .popup-close a {
  display: inline-block;
  padding: 10px 0px;
  font-weight: 600;
  color: #fff;
}
.agenda-category-popup .popup-close a:hover {
  color: #fff;
}
.agenda-category-popup .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.agenda-category-popup .popup-content .left {
  width: 35%;
  padding: 40px;
  background: #298add;
}
.agenda-category-popup .popup-content .left h4 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.agenda-category-popup .popup-content .left ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.agenda-category-popup .popup-content .left ul li a {
  color: #fff;
}
.agenda-category-popup .popup-content .left ul li a:hover {
  text-decoration: underline;
}
.agenda-category-popup .popup-content .right {
  width: 65%;
  padding: 20px;
  background: #e6e7ea;
}
.agenda-category-popup .popup-content .right h5 {
  font-size: 18px;
  color: #101741;
  margin-bottom: 20px;
}
.agenda-category-popup .popup-content .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.agenda-category-popup .popup-content .right ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.agenda-category-popup .popup-content .right ul li:nth-child(2n + 0) {
  margin-right: 0px;
}
.agenda-category-popup .popup-content .right ul li label.checkbox {
  display: block;
  height: 100%;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}
.agenda-category-popup
  .popup-content
  .right
  ul
  li
  label.checkbox
  input[type="checkbox"] {
  display: none;
  visibility: hidden;
}
.agenda-category-popup .popup-content .right ul li label.checkbox span.name {
  display: block;
  padding: 10px;
  height: 100%;
  border: solid 2px #a0a0b4;
  color: #a0a0b4;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}
.agenda-category-popup
  .popup-content
  .right
  ul
  li
  label.checkbox
  input[type="checkbox"]:checked
  + span.name {
  border: solid 2px #1580dc;
  color: #1580dc;
}
.agenda-category-popup .popup-content .right .action {
  text-align: right;
}
.agenda-category-popup .popup-content .right .action .button {
  display: inline-block;
  width: 49%;
  padding: 15px 0px;
  text-align: center;
  background: rgba(16, 23, 65, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.agenda-category-popup .popup-content .right .action .button img {
  display: block;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.agenda-category-popup .popup-content .right .action .button:hover {
  background: rgba(16, 23, 65, 0.85);
}

.main-social-media {
  padding: 80px 0px;
  text-align: center;
}
.main-social-media h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.main-social-media p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.main-social-media .item {
  max-height: 500px;
  overflow-y: scroll;
  height: 500px;
  padding: 16px;
  border-radius: 12px;
}

.main-social-media .item.twitter {
  background: #1da1f2;
}
.main-social-media .item.youtube {
  background: #282828;
}
.main-social-media .item.facebook {
  background: #4267b2;
}
.fb_iframe_widget iframe {
  border-radius: 8px !important;
}

.main-social-media .item .icon {
  text-align: left;
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
}
.main-social-media .item .youtube-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  z-index: 1;
  margin-bottom: 15px;
}
.main-social-media .item .youtube-video iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.main-reviews {
  padding: 100px 0px;
  background: url(../images/bg/reviews-bg.png) no-repeat center center #1580dc;
  color: #fff;
}
.main-reviews .content {
  position: relative;
}
.main-reviews .content h1,
.main-reviews .content h2,
.main-reviews .content h3,
.main-reviews .content h4,
.main-reviews .content h5,
.main-reviews .content h6 {
  color: #fff;
}
.main-reviews .content h3 {
  font-size: 48px;
  margin-bottom: 20px;
}
.main-reviews .content h4 {
  font-size: 30px;
  margin-bottom: 40px;
}
.main-reviews .content p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.main-reviews .content a.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0px 30px 0px 70px;
  background-color: rgba(16, 23, 65, 1);
  background-image: url(../images/icon/write.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: auto 30px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.main-reviews .content a.link-btn img {
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main-reviews .content a.link-btn:hover {
  background-color: rgba(16, 23, 65, 0.85);
}
.main-reviews .review-item .text {
  padding: 30px;
  background: #fff;
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  -webkit-border-top-right-radius: 60px;
  -moz-border-radius-topright: 60px;
  border-top-right-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-bottom-left-radius: 60px;
  margin-bottom: 10px;
}
.main-reviews .review-item .text p {
  display: block;
  height: 230px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.main-reviews .review-item .text p::after {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.25);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.25)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.main-reviews .review-item .text a {
  display: inline-block;
  color: #1580dc;
  position: relative;
  padding-bottom: 10px;
}
.main-reviews .review-item .text a i {
  margin-left: 5px;
}
.main-reviews .review-item .text a::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #1580dc;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.main-reviews .review-item .text a:hover::after {
  bottom: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-reviews .review-item .name {
  padding-top: 10px;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.main-reviews .review-item .name::before {
  display: block;
  content: "";
  width: 80px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
}
.main-reviews .more-reviews {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: right;
}
.main-reviews .more-reviews a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}
.main-reviews .more-reviews a i {
  margin-left: 5px;
}
.main-reviews .more-reviews a::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.main-reviews .more-reviews a:hover::after {
  bottom: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-title {
  padding: 150px 0px 50px 0px;
  text-align: center;
  background: #1c2558;
  position: relative;
}
.page-title.news-title {
  padding-bottom: 100px;
}
.page-title .bg {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/default-bg.jpg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.page-title .container {
  position: relative;
  z-index: 2;
}
.page-title h1 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 50px;
}
.page-title .action {
  text-align: center;
  margin-bottom: 50px;
}
.page-title .action .btn {
  padding: 12px 60px;
}
.page-title .filter {
  text-align: center;
  margin-bottom: 50px;
}
.page-title .icon img {
  display: block;
  height: 28px;
  margin: 0px auto;
}
.page-title .category {
  margin-top: -25px;
  margin-bottom: 50px;
}
.page-title .category a {
  display: inline-block;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.page-content {
  padding: 50px 0px;
}

.corporate-documents .document-item {
  font-size: 15px;
  margin-bottom: 60px;
}
.corporate-documents .document-item:last-child {
  margin-bottom: 0px;
}
.corporate-documents .document-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #f5f5f5;
}
.corporate-documents .document-item .title h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1580dc;
  margin: 0px;
  margin-right: 10px;
}
.corporate-documents .document-item .title a {
  order: 2;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  color: #a0a0b4;
}
.corporate-documents .document-item .title a i {
  margin-left: 5px;
}
.corporate-documents .document-item .title a:hover {
  color: #484848;
}
.corporate-documents .document-item .photo {
  margin-bottom: 20px;
}
.corporate-documents .document-item .photo img {
  display: block;
  width: 100%;
}
.corporate-documents .document-item .info {
  font-weight: 300;
  margin-bottom: 20px;
}
.corporate-documents .document-item .info h3 {
  font-size: 15px;
  margin: 0px;
}
.corporate-documents .document-item .files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.corporate-documents .document-item .files a {
  display: block;
  height: 40px;
  padding: 0px 15px;
  line-height: 38px;
  border: solid 1px #a0a0b4;
  color: #a0a0b4;
  font-weight: 700;
  margin: 0px 10px 10px 0px;
}
.corporate-documents .document-item .files a:hover {
  border: solid 1px #006aa6;
  color: #006aa6;
}
.corporate-documents .document-item .download a {
  display: block;
  width: 75%;
  height: 40px;
  padding: 0px 15px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #a0a0b4;
  color: #a0a0b4;
  font-weight: 700;
  margin: 0px 10px 10px 0px;
}
.corporate-documents .document-item .download a:hover {
  border: solid 1px #006aa6;
  color: #006aa6;
}

.general-text h2 {
  font-size: 32px;
}
.general-text h3 {
  font-size: 28px;
}
.general-text h4 {
  font-size: 24px;
}
.general-text a {
  color: #1580dc;
}
.general-text a:hover {
  color: #006aa6;
}

.general-accordion .item {
  border: solid 1px #ececec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.general-accordion .item .acr-title {
  padding: 15px 35px 15px 15px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.general-accordion .item .acr-title i {
  font-size: 14px;
  color: #a0a0b4;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.general-accordion .item .acr-title.active,
.general-accordion .item .acr-title.active i {
  color: #006aa6;
}
.general-accordion .item .acr-content {
  padding: 15px;
  font-size: 16px;
  display: none;
}
.general-accordion .item .acr-content a {
  color: #1580dc;
}
.general-accordion .item .acr-content a:hover {
  color: #006aa6;
}
.general-accordion .item .acr-content h2 {
  font-size: 24px;
}
.general-accordion .item .acr-content h3 {
  font-size: 21px;
}
.general-accordion .item .acr-content h4 {
  font-size: 18px;
}

.media-item audio {
  outline: none;
}

.document-download-link a {
  order: 2;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  color: #a0a0b4;
}
.document-download-link a i {
  margin-left: 5px;
}
.document-download-link a:hover {
  color: #484848;
}

.member-list .item .info {
  font-size: 15px;
  font-weight: 300;
  color: #a0a0b4;
}
.member-list .item .info h3 {
  font-size: 15px;
  margin: 0px;
}

.member-card {
  padding: 0 30px;
  background: rgb(23, 38, 87);
  background: radial-gradient(
    circle,
    rgba(23, 38, 87, 1) 0%,
    rgba(29, 61, 127, 1) 100%
  );
  position: relative;
  margin-bottom: 40px;
  border-radius: 8px;
}

.member-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.member-card .content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;

  position: relative;
  top: 20px;
}
.member-card .content .left .photo {
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.member-card .content .left .photo img {
  display: block;
  width: 180px;

  border-radius: 8px;
}
.member-card .content .left .info {
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.member-card .content .left .info h2 {
  font-size: 30px;
  color: #fff;
}
.member-card .content .left .info h3 {
  font-size: 24px;
  color: #fff;
}

.member-card .content .left .info h4 {
  font-size: 15px;
  color: #fff;
}

.member-card .content .right {
  order: 2;
  margin-left: auto;
  padding-bottom: 30px;
}
.member-card .content .right .action a {
  display: block;
  padding: 10px 60px;
  text-align: center;
  border: solid 1px white;
  font-size: 15px;
  font-weight: 500;
  color: white;
  margin: 5px 0px;
  border-radius: 4px;
}
.member-card .content .right .action a:hover {
  background: #1c2558;
}
.member-card .content .right .action a.detail-link {
  background: #1c2558;
}
.member-card .content .right .action a.detail-link:hover {
  background: #0f1741;
  border: solid 1px #0f1741;
}

.member-table {
  font-size: 15px;
}

.member-detail {
  padding: 16px;
  border-radius: 8px;
}

.organization-title {
  font-size: 48px;
  color: #1580dc;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.city-member-list {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.city-member-list h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1580dc;
  margin-bottom: 15px;
}
.city-member-list .table {
  color: #1580dc;
}
.city-member-list .table tr th {
  background: #f5f5f5;
  color: #a0a0b4;
}

.review-list {
  margin-bottom: 30px;
}
.review-list .item {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}
.review-list .item:last-child {
  margin-bottom: 0px;
}
.review-list .item .text {
  padding: 20px 60px 20px 20px;
  background: #f5f5f5;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  border-top-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-bottom-left-radius: 40px;
  margin-bottom: 10px;
  position: relative;
}
.review-list .item .text .date {
  font-weight: 300;
  margin-bottom: 0px;
}
.review-list .item .name {
  padding-top: 10px;
  text-align: right;
  font-weight: 600;
  position: relative;
}
.review-list .item .name::before {
  display: block;
  content: "";
  width: 80px;
  height: 3px;
  background: #1580dc;
  position: absolute;
  right: 0px;
  top: 0px;
}
.review-list .item .name span {
  display: block;
  font-weight: 300;
}

.news-navigation {
  border-bottom: solid 1px #f5f5f5;
  margin-bottom: 20px;
}
.news-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.news-navigation ul li a {
  display: block;
  padding: 0px 20px 10px 20px;
  border-bottom: solid 2px #fff;
  color: #a0a0b4;
  font-weight: 500;
  line-height: 110%;
}
.news-navigation ul li a:hover {
  color: #1f1f1f;
}
.news-navigation ul li a.active {
  color: #1f1f1f;
  border-bottom: solid 2px #101741;
}

.news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.news-category span {
  font-size: 16px;
  font-weight: 700;
  color: #a0a0b4;
  margin-right: 10px;
}
.news-category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 2px #a0a0b4;
  text-align: center;
}
.news-category a img {
  display: block;
  height: 26px;
}
.news-category a:hover {
  background: rgba(160, 160, 180, 0.25);
}

.news-list {
  margin-bottom: 30px;
}
.news-list .item {
  margin-bottom: 30px;
}
.news-list .item .info-content {
  height: 100%;
  background: url(../images/bg/news-icon-bg.png) no-repeat center center;
  background-size: 75% auto;
  font-size: 20px;
  font-weight: 500;
}
.news-list .item .info-content h2 {
  font-size: 48px;
  color: #1580dc;
  line-height: 110%;
  margin-bottom: 15px;
}
.news-list .item .info-content h2 span {
  display: block;
}

.join-us-list {
  margin-bottom: 30px;
}
.join-us-list .item {
  text-align: center;
}
.join-us-list .item .card {
  height: 100%;
}
.join-us-list .item .card-photo {
  margin-bottom: 15px;
}
.join-us-list .item .card-photo img {
  display: block;
  width: 50%;
  margin: 0px auto;
}

.show-more {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  text-align: center;
}
.show-more a {
  display: inline-block;
  color: #707070;
  position: relative;
  padding-bottom: 10px;
}
.show-more a i {
  margin-left: 5px;
}
.show-more a::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #707070;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.show-more a:hover::after {
  bottom: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-not-found {
  text-align: center;
}
.page-not-found .number {
  font-size: 120px;
  line-height: 100%;
}
.page-not-found .number::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  background: #1580dc;
  margin: 0px auto;
  margin-top: 10px;
}
.page-not-found .text {
  font-size: 21px;
  font-weight: 300;
}
.page-not-found .action a {
  display: inline-block;
  padding: 10px 40px;
  border: solid 1px #e1e1e1;
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
}
.page-not-found .action a:hover {
  background: #f5f5f5;
}

.general-form {
  max-width: 700px;
  margin: 0px auto;
}
.general-form .form-control {
  background: #ededf4;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.general-form .form-control:focus {
  background: #fff;
}
.general-form textarea.form-control {
  height: 150px;
}
.general-form label {
  font-size: 14px;
}
.general-form label.info {
  font-size: 13px;
  color: #777;
  padding-bottom: 5px;
}
.general-form .character-number {
  font-size: 14px;
  color: #777;
  padding-top: 5px;
}
.general-form p {
  font-size: 14px;
}
.general-form .avatar img {
  display: block;
  width: 250px;
  height: 250px;
  border: solid 1px #e1e1e1;
  margin: 0px auto;
}

.member-info-accordion {
  max-width: 700px;
  margin: 0px auto;
}

.donation-method {
  text-align: center;
  margin-bottom: 80px;
}
.donation-method h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.donation-method h3::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  background: #1580dc;
  margin: 0px auto;
  margin-top: 15px;
}
.donation-method ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.donation-method ul li {
  width: 47%;
  margin: 0px 1.5%;
}
.donation-method ul li a {
  display: block;
  height: 100%;
  padding: 30px 15px;
  border: solid 1px #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.donation-method ul li a .icon {
  font-size: 32px;
  margin-bottom: 20px;
}
.donation-method ul li a .name {
  font-size: 18px;
  font-weight: 600;
}
.donation-method ul li a:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.donate-method-item {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 80px;
}
.donate-method-item h2 {
  font-size: 30px;
  color: #1580dc;
  margin-bottom: 15px;
}
.donate-method-item p {
  margin-bottom: 30px;
}
.donate-method-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.donate-method-item ul li {
  width: 30%;
  margin: 0px 1.5%;
  margin-bottom: 3%;
}
.donate-method-item ul li a {
  display: block;
  height: 100%;
  padding: 30px 15px;
  border: solid 1px #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.donate-method-item ul li a span {
  display: inline-block;
  padding: 10px 30px;
  background: #1580dc;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.donate-method-item ul li a:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.donate-method-item ul li.custom .form {
  height: 100%;
  padding: 30px;
  border: solid 1px #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.donate-method-item ul li.custom .form .form-control {
  background: #1580dc;
  border: solid 1px #1580dc;
  color: #fff;
}
.donate-method-item ul li.custom .form .input-group-text {
  background: #1580dc;
  border: solid 1px #1580dc;
  color: #fff;
  font-size: 21px;
}
.donate-method-item .info {
  width: 97%;
  padding: 30px;
  margin: 0px auto;
  border: solid 1px #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.donate-info {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.donate-info .icon {
  margin-bottom: 30px;
}
.donate-info .icon img {
  display: block;
  height: 60px;
  margin: 0px auto;
}

.news-detail {
  padding: 30px 15px 0px 15px;
  background: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.news-detail .top-info,
.news-detail .top-info .left,
.news-detail .top-info .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.news-detail .top-info {
  position: relative;
  margin-bottom: 30px;
}
.news-detail .top-info::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #e3e2e2;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
}
.news-detail .top-info .left {
  flex-wrap: wrap;
  background: #fff;
  padding-right: 15px;
  color: #a0a0b4;
}
.news-detail .top-info .left .date {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.news-detail .top-info .left .time {
  padding: 5px;
  background: #e5e5e5;
  font-size: 12px;
  font-weight: 500;
}
.news-detail .top-info .left .time span {
  font-weight: 700;
}
.news-detail .top-info .right {
  background: #fff;
  padding-left: 15px;
  order: 2;
  margin-left: auto;
}
.news-detail .top-info .right ul li {
  margin-right: 20px;
  line-height: 100%;
}
.news-detail .top-info .right ul li:last-child {
  margin-right: 0px;
}
.news-detail .top-info .right ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}
.news-detail .top-info .right ul li a:hover {
  color: #1580dc;
}
.news-detail .top-info .right ul li a img {
  display: block;
  height: 30px;
}

.news-detail .bottom-info {
  position: relative;
}
.news-detail .bottom-info::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #e3e2e2;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
}
.news-detail .bottom-info .date {
  display: inline-block;
  background: #fff;
  padding-right: 15px;
  color: #a0a0b4;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}

.news-detail .share {
  width: 50px;
  position: absolute;
  left: 15px;
  top: 90px;
}
.news-detail .share ul li {
  font-size: 15px;
  margin-bottom: 10px;
}
.news-detail .share ul li:last-child {
  margin-bottom: 0px;
}
.news-detail .share ul li span {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #1f1f1f;
  border: solid 2px #1f1f1f;
  color: #fff;
}
.news-detail .share ul li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  background: #fff;
  border: solid 2px #1f1f1f;
  color: #1f1f1f;
}
.news-detail .share ul li.twitter a {
  border: solid 2px #1580dc;
  color: #1580dc;
}
.news-detail .share ul li.twitter a:hover {
  background: #1580dc;
  color: #fff;
}
.news-detail .share ul li.linkedin a {
  border: solid 2px #0277b4;
  color: #0277b4;
}
.news-detail .share ul li.linkedin a:hover {
  background: #0277b4;
  color: #fff;
}
.news-detail .share ul li.facebook a {
  border: solid 2px #3b5998;
  color: #3b5998;
}
.news-detail .share ul li.facebook a:hover {
  background: #3b5998;
  color: #fff;
}

.news-detail .news-side {
  width: 280px;
  position: absolute;
  right: 50%;
  margin-right: -540px;
  top: 90px;
  z-index: 1;
}
.news-detail .news-side.sticky {
  position: fixed;
  top: 15px;
}
.news-detail .news-side .other-news {
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 10px;
}
.news-detail .news-side .other-news h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.news-detail .news-side .other-news h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-detail .news-side .other-news a.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 2px #1580dc;
  color: #fff;
}
.news-detail .news-side .other-news a.arrow-link img {
  display: block;
  height: 18px;
}
.news-detail .news-side .other-news a.arrow-link:hover {
  background: rgba(21, 128, 220, 0.25);
}
.news-detail .news-side .faq-content {
  padding: 20px;
  background: url(../images/bg/faq-bg.jpg) no-repeat center center #60c1d2;
  background-size: cover;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.news-detail .news-side .faq-content h3 {
  font-size: 21px;
  font-weight: 300;
  color: #fff;
}
.news-detail .news-side .faq-content h3 span {
  display: block;
  font-weight: 600;
}
.news-detail .news-side .faq-content a.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 2px #fff;
  color: #fff;
}
.news-detail .news-side .faq-content a.arrow-link img {
  display: block;
  height: 18px;
}
.news-detail .news-side .faq-content a.arrow-link:hover {
  background: rgba(255, 255, 255, 0.25);
}

.news-detail .news-content {
  padding: 0px 300px 0px 80px;
  font-size: 20px;
  margin-bottom: 60px;
}
.news-detail .news-content .caption {
  font-size: 28px;
  font-weight: 700;
  color: #1580dc;
  line-height: 120%;
  margin-bottom: 30px;
}
.news-detail .news-content .photo {
  margin-bottom: 30px;
}
.news-detail .news-content .blockquote {
  padding: 30px 0px 40px 0px;
  border-top: solid 5px #2e2e2e;
  border-bottom: solid 5px #2e2e2e;
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  color: #1f1f1f;
  line-height: 120%;
  margin-bottom: 30px;
}
.news-detail .news-content .blockquote span {
  border-bottom: solid 10px #d9d9d9;
}
.news-detail .news-content .media {
  text-align: center;
  margin-bottom: 30px;
}
.news-detail .news-content .media audio {
  outline: none;
  margin: 0px auto;
}
.news-detail .news-content .gallery {
  margin-bottom: 30px;
}
.news-detail .news-content .gallery .slider {
  display: none;
}
.news-detail .news-content .gallery .slider.slick-initialized {
  display: block;
}
.news-detail .news-content .gallery .slider .item img {
  display: block;
  width: 100%;
}
.news-detail .news-content .gallery .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  position: relative;
  z-index: 9;
}
.news-detail .news-content .gallery .navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
}
.news-detail .news-content .gallery .navigation a img {
  display: block;
  height: 20px;
}

.news-detail .news-content .video {
  position: relative;
  margin-bottom: 30px;
}
.news-detail .news-content .video a {
  display: block;
}
.news-detail .news-content .video a:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.news-detail .news-content .video img {
  display: block;
  width: 100%;
}
.news-detail .news-content .video .play {
  width: 70px;
  height: 70px;
  background: url(../images/icon/play.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-detail .news-content .tags {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 30px;
}
.news-detail .news-content .tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.news-detail .news-content .tags ul li {
  margin: 0px 5px 5px 0px;
}
.news-detail .news-content .tags ul li a {
  color: #a0a0b4;
}
.news-detail .news-content .tags ul li a::after {
  content: ",";
}
.news-detail .news-content .tags ul li:last-child a::after {
  display: none;
}
.news-detail .news-content .tags ul li a:hover {
  color: #1f1f1f;
}

.news-detail .news-content .download-pdf {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.news-detail .news-content .download-pdf a {
  display: inline-block;
  padding: 20px 80px 20px 30px;
  background-color: #fff;
  background-image: url(../images/icon/pdf.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: auto 40px;
  border: solid 2px #eaeaea;
  color: #1580dc;
}
.news-detail .news-content .download-pdf a:hover {
  background-color: #eaeaea;
}

.sharect {
  z-index: 9;
}

.adres-card {
  width: 100%;
  background: rgb(23, 38, 87);
  background: radial-gradient(
    circle,
    rgba(23, 38, 87, 1) 0%,
    rgba(29, 61, 127, 1) 100%
  );
  padding: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white !important;
}

.adres-card h2 {
  color: white;
}
.adres-card .right a {
  border: 1px solid white;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: white;
}
.adres-card .right a:hover {
  background: white;
  color: rgb(23, 38, 87);
}

.adres-content {
  padding: 0 0 30px 0;
}
@media (max-width: 1367px) {
  .news-detail .news-content .blockquote {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .news-detail .news-side {
    width: auto;
    position: relative;
    right: auto;
    margin-right: 0px;
    top: auto;
    margin-bottom: 40px;
  }
  .news-detail .news-side.sticky {
    position: relative;
    top: auto;
  }
  .news-detail .news-side .faq-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .news-detail .news-side .faq-content h3 {
    margin-right: 10px;
  }
  .news-detail .news-side .faq-content a.arrow-link {
    order: 2;
    margin-left: auto;
  }

  .news-detail .news-content {
    padding: 0px 0px 0px 80px;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .news-detail .news-content .blockquote {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .news-detail .share {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
  }
  .news-detail .share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .news-detail .share ul li {
    margin: 0px 10px 10px 0px;
  }
  .news-detail .share ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .news-detail .share ul li a {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }

  .news-detail .news-content {
    padding: 0px;
    font-size: 16px;
  }
  .news-detail .news-content .caption {
    font-size: 24px;
  }
  .news-detail .news-content .blockquote {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .news-detail .news-content .caption {
    font-size: 21px;
  }
  .news-detail .news-content .blockquote {
    font-size: 24px;
  }

  .adres-card {
    padding: 20px;
    flex-direction: column;
  }
  .adres-card .right {
    width: 100%;
  }
  .adres-card .right a {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
}
@media (max-width: 575px) {
}
@media (max-width: 481px) {
  .news-detail .news-side .other-news h3,
  .news-detail .news-side .faq-content h3 {
    font-size: 18px;
  }

  .news-detail .news-content {
    font-size: 14px;
  }
  .news-detail .news-content .caption {
    font-size: 18px;
  }
  .news-detail .news-content .blockquote {
    font-size: 21px;
  }

  .news-detail .news-content .download-pdf {
    font-size: 14px;
  }
}

@media print {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  a {
    color: #000;
  }
  header,
  footer {
    display: none;
  }
  .page-title {
    padding: 30px 0px;
    background: #fff;
  }
  .page-title h1 {
    color: #000;
  }
  .page-title .icon,
  .page-title .category {
    display: none;
  }
  .news-detail .top-info .right,
  .news-detail .share,
  .news-detail .news-side,
  .news-detail .news-content .media,
  .news-detail .news-content .gallery,
  .news-detail .news-content .video,
  .news-detail .news-content .tags,
  .news-detail .news-content .download-pdf {
    display: none;
  }
  .news-detail .news-content {
    padding: 0px;
    color: #000;
  }
  .news-detail .top-info .left,
  .news-detail .bottom-info .date,
  .news-detail .news-content .caption,
  .news-detail .news-content .blockquote {
    color: #000;
  }
  .news-detail .news-content .blockquote {
    padding: 30px 0px;
    border-top: solid 5px #000;
    border-bottom: solid 5px #000;
  }
  .news-detail .news-content .blockquote span {
    border-bottom: none;
  }
}

.pagination .page-link {
  color: #484848;
}
.pagination .page-item.active .page-link {
  background-color: #1580dc;
  border-color: #1580dc;
}

.clap-container-deva {
  width: 23px;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px !important;
  font-weight: normal;
}
.clap-container-deva .canvas {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
}
.clap-container-deva .canvas .total-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  margin-top: -28px;
  color: gray;
  font-family: sans-serif;
  font-size: 12px;
}
.clap-container-deva .canvas .total-counter.fader {
  animation: fade-in 1400ms forwards;
}
.clap-container-deva .canvas .clap-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: 2;
  background: #fff;
  cursor: pointer;
}
.clap-container-deva .canvas .clap-container .clap-icon {
  font-size: 30px;
  color: #167fdd;
  width: 30px;
  height: 30px;
}
.clap-container-deva .canvas .clap-container:hover {
  border: 1px solid #167fdd;
}
.clap-container-deva .canvas .clap-container.scale {
  animation: scaleAndBack 700ms forwards;
  height: 38px;
  width: 40px;
}
.clap-container-deva .canvas .click-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -5px;
  background-color: #167fdd;
  border-radius: 50%;
  z-index: 1;
}
.clap-container-deva .canvas .click-counter .counter {
  font-family: sans-serif;
  font-size: 14px;
  color: #fff;
}
.clap-container-deva .canvas .click-counter.first-active {
  animation: first-bump-in 1s forwards;
}
.clap-container-deva .canvas .click-counter.active {
  animation: bump-in 1s forwards;
}
.clap-container-deva .canvas .clap-container-sonar {
  width: 60px;
  height: 60px;
  background: #167fdd;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  z-index: 0;
}
.clap-container-deva .canvas .hover-active {
  animation: sonar-wave 2s forwards;
}
.clap-container-deva .canvas .particles-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
}
.clap-container-deva .canvas .particles-container .triangle {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 10px solid red;
  border-bottom: 4px solid transparent;
  position: absolute;
}
.clap-container-deva .canvas .particles-container .triangle .square {
  width: 5px;
  height: 5px;
  background: #167fdd;
  position: absolute;
  left: -15px;
  top: 0;
}
.clap-container-deva .canvas .particles-container .pop-top {
  animation: pop-top 1s forwards;
}
.clap-container-deva .canvas .particles-container .pop-top-left {
  animation: pop-top-left 1s forwards;
}
.clap-container-deva .canvas .particles-container .pop-top-right {
  animation: pop-top-right 1s forwards;
}
.clap-container-deva .canvas .particles-container .pop-bottom-right {
  animation: pop-bottom-right 1s forwards;
}
.clap-container-deva .canvas .particles-container .pop-bottom-left {
  animation: pop-bottom-left 1s forwards;
}

@keyframes sonar-wave {
  0% {
    opacity: 0.7;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pop-top {
  0% {
    transform: translate(0, 0) rotate(0);
    opacity: 0.4;
  }
  100% {
    transform: translate(0, -100px) rotate(0);
    opacity: 0;
  }
}
@keyframes pop-top-left {
  0% {
    transform: translate(0, 0) rotate(-55deg);
    opacity: 0.4;
  }
  100% {
    transform: translate(-100px, -50px) rotate(-55deg);
    opacity: 0;
  }
}
@keyframes pop-top-right {
  0% {
    transform: translate(0, 0) rotate(55deg);
    opacity: 0.4;
  }
  100% {
    transform: translate(100px, -50px) rotate(55deg);
    opacity: 0;
  }
}
@keyframes pop-bottom-right {
  0% {
    transform: translate(0, 0) rotate(135deg);
    opacity: 0.4;
  }
  100% {
    transform: translate(70px, 80px) rotate(135deg);
    opacity: 0;
  }
}
@keyframes pop-bottom-left {
  0% {
    transform: translate(0, 0) rotate(-135deg);
    opacity: 0.4;
  }
  100% {
    transform: translate(-70px, 80px) rotate(-135deg);
    opacity: 0;
  }
}
@keyframes first-bump-in {
  0% {
    transform: translateY(-65px);
    opacity: 1;
  }
  50% {
    transform: translateY(-80px);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes bump-in {
  0% {
    transform: translateY(-80px) scale(0.9);
    opacity: 1;
  }
  50% {
    transform: translateY(-80px) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) scale(1);
    opacity: 0;
  }
}
@keyframes scaleAndBack {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.turkey-map {
  position: relative;
}
.svg-turkiye-haritasi {
  text-align: center;
}
.svg-turkiye-haritasi svg {
  display: block;
  width: 100%;
  height: auto;
}
.il-isimleri {
  position: fixed;
  z-index: 2;
}
.il-isimleri div {
  display: inline-block;
  background: #255967;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #adana path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #adiyaman path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #afyonkarahisar path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #agri path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #amasya path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #ankara path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #antalya path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #artvin path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #aydin path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #balikesir path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #bilecik path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #bingol path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #bitlis path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #bolu path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #burdur path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #bursa path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #canakkale path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #cankiri path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #corum path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #denizli path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #diyarbakir path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #edirne path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #elazig path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #erzincan path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #erzurum path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #eskisehir path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #gaziantep path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #giresun path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #gumushane path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #hakkari path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #hatay path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #isparta path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #mersin path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #istanbul path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #izmir path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #kars path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #kastamonu path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #kayseri path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #kirklareli path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #kirsehir path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #kocaeli path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #konya path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #kutahya path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #malatya path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #manisa path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #kahramanmaras path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #mardin path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #mugla path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #mus path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #nevsehir path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #nigde path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #ordu path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #rize path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #sakarya path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #samsun path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #siirt path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #sinop path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #sivas path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #tekirdag path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #tokat path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #trabzon path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #tunceli path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #sanliurfa path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #usak path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #van path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #yozgat path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #zonguldak path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #aksaray path {
  fill: #c5c5cc;
}
#svg-turkiye-haritasi #bayburt path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #karaman path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #kirikkale path {
  fill: #d2d2db;
}
#svg-turkiye-haritasi #batman path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #sirnak path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #bartin path {
  fill: #c4c4cb;
}
#svg-turkiye-haritasi #ardahan path {
  fill: #b6b6bd;
}
#svg-turkiye-haritasi #igdir path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #yalova path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #karabuk path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #kilis path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #osmaniye path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi #duzce path {
  fill: #a6a6ad;
}
#svg-turkiye-haritasi path:hover {
  fill: #ff0000 !important;
}
#guney-kibris {
  pointer-events: none;
}

/* responsive styles start */

@media (max-width: 1601px) {
  .side-quick-menu ul li a {
    width: 90px;
    height: 90px;
  }
  .side-quick-menu ul li a img {
    height: 40px;
  }
  .side-quick-menu ul li a span {
    font-size: 11px;
  }
}
@media (max-width: 1367px) {
  .content-card .info .name {
    font-size: 21px;
  }
  .content-card.normal-card .photo {
    padding: 15px;
  }
  .content-card .info {
    padding: 0px 15px 15px 15px;
  }

  .main-concept .section h2 {
    font-size: 40px;
  }

  .main-agenda .info-content h2 {
    font-size: 40px;
  }

  .agenda-category-popup .popup-content .left h4 {
    font-size: 32px;
  }
  .agenda-category-popup .popup-content .left ul li {
    font-size: 16px;
  }

  .main-reviews .content h3 {
    font-size: 40px;
  }

  .page-title h1,
  .page-title .action,
  .page-title .filter {
    font-size: 40px;
  }
  .page-title .category {
    margin-top: -20px;
    margin-bottom: 40px;
  }

  .organization-title {
    font-size: 40px;
  }

  .news-list .item .info-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 1365px) {
  .side-quick-menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  .content-card .info {
    font-size: 13px;
  }
  .content-card .info .name {
    font-size: 18px;
  }

  .main-concept .left {
    padding-right: 15px;
  }
  .main-concept .section h2 {
    font-size: 36px;
  }

  .main-agenda .info-content h2 {
    font-size: 36px;
  }

  .agenda-category-popup {
    width: 90%;
  }
  .agenda-category-popup .popup-content .left {
    padding: 30px;
  }
  .agenda-category-popup .popup-content .left h4 {
    font-size: 28px;
  }
  .agenda-category-popup .popup-content .right h5 {
    font-size: 16px;
  }

  .main-reviews .content h3 {
    font-size: 36px;
  }
  .main-reviews .content h4 {
    font-size: 28px;
  }
  .main-reviews .review-item .text {
    padding: 20px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-left-radius: 40px;
  }

  .page-title h1 {
    font-size: 36px;
  }

  .corporate-documents .document-item .files a,
  .corporate-documents .document-item .download a {
    padding: 0px 10px;
  }

  .member-card {
    padding: 0 20px;
  }
  .member-card .content .left .info {
    padding-bottom: 20px;
  }
  .member-card .content .left .info h2 {
    font-size: 28px;
  }
  .member-card .content .right {
    padding-bottom: 20px;
  }
  .member-card .content .right .action a {
    padding: 10px 40px;
  }

  .organization-title {
    font-size: 36px;
  }

  .news-list .item .info-content {
    font-size: 18px;
  }
  .news-list .item .info-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .main-intro {
    padding: 120px 0px 0px 0px;
  }

  .main-concept {
    padding: 80px 0px;
  }
  .main-concept .subject-content {
    font-size: 18px;
  }
  .main-concept .subject-content h1 {
    font-size: 32px;
  }
  .main-concept .subject-list .item:nth-child(1n + 7) {
    display: none;
  }
  .main-concept .subject-list .item.program .name {
    padding: 0px 15px;
    font-size: 24px;
  }
  .main-concept .more-subject {
    display: block;
  }
  .main-concept .section h2 {
    font-size: 32px;
  }
  .main-concept .faq-content,
  .main-concept .founder-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 20px;
  }
  .main-concept .faq-content h3,
  .main-concept .founder-content h3 {
    margin-right: 10px;
  }
  .main-concept .faq-content a,
  .main-concept .founder-content a {
    order: 2;
    margin-left: auto;
  }

  .main-agenda {
    padding: 80px 0px 40px 0px;
    margin-top: 0px;
  }
  .main-agenda .info-content {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .main-agenda .info-content h2 {
    min-height: 50px;
    padding-right: 60px;
    font-size: 32px;
  }
  .main-agenda .info-content a.link-btn {
    width: 50px;
    height: 50px;
    padding: 0px;
    text-indent: -9999px;
    background-position: center center;
    background-size: auto 30px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .main-agenda .info-content a.link-btn img {
    display: none;
  }
  .main-agenda .filter {
    padding-left: 0px;
  }
  .main-agenda .more-news {
    text-align: center;
  }

  .agenda-category-popup .popup-content {
    display: block;
  }
  .agenda-category-popup .popup-content .left,
  .agenda-category-popup .popup-content .right {
    width: auto;
    padding: 20px;
  }
  .agenda-category-popup .popup-content .left h4 {
    font-size: 24px;
  }
  .agenda-category-popup .popup-content .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .agenda-category-popup .popup-content .left ul li {
    margin: 0px 10px 5px 0px;
  }
  .agenda-category-popup .popup-content .right ul li label.checkbox span.name {
    font-size: 12px;
  }
  .agenda-category-popup .popup-content .right .action .button {
    font-size: 14px;
  }

  .main-social-media h2 {
    font-size: 32px;
  }
  .main-social-media p {
    font-size: 18px;
  }

  .main-reviews {
    padding: 80px 0px;
  }
  .main-reviews .content h3 {
    min-height: 50px;
    padding-right: 60px;
    font-size: 32px;
  }
  .main-reviews .content h4 {
    font-size: 24px;
  }
  .main-reviews .content p {
    font-size: 18px;
  }
  .main-reviews .content a.link-btn {
    width: 50px;
    height: 50px;
    padding: 0px;
    text-indent: -9999px;
    background-position: center center;
    background-size: auto 20px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .main-reviews .content a.link-btn img {
    display: none;
  }
  .main-reviews .review-item .text p {
    height: auto;
    padding-bottom: 0px;
  }
  .main-reviews .review-item .text p::after {
    display: none;
  }
  .main-reviews .more-reviews {
    text-align: center;
  }

  .page-title h1 {
    font-size: 32px;
  }
  .page-title .action .btn {
    font-size: 15px;
    padding: 10px 40px;
  }

  .corporate-documents .document-item .title h2 {
    font-size: 18px;
  }
  .corporate-documents .document-item .files a {
    margin: 0px 5px 5px 0px;
  }

  .general-text h2 {
    font-size: 28px;
  }
  .general-text h3 {
    font-size: 24px;
  }
  .general-text h4 {
    font-size: 21px;
  }

  .general-accordion .item .acr-title {
    padding: 10px 35px 10px 10px;
    font-size: 16px;
  }
  .general-accordion .item .acr-content {
    padding: 10px;
    font-size: 15px;
  }
  .general-accordion .item .acr-content h2 {
    font-size: 21px;
  }
  .general-accordion .item .acr-content h3 {
    font-size: 18px;
  }
  .general-accordion .item .acr-content h4 {
    font-size: 17px;
  }

  .member-card .content .left .photo img {
    width: 200px;
  }
  .member-card .content .left .info h2 {
    font-size: 24px;
  }
  .member-card .content .left .info,
  .member-card .content .left .info h3 {
    font-size: 21px;
  }
  .member-card .content .right .action a {
    padding: 10px 20px;
  }

  .organization-title {
    font-size: 32px;
  }

  .il-isimleri div {
    font-size: 12px;
    padding: 5px;
  }

  .news-navigation ul li a {
    padding: 0px 10px 10px 10px;
  }

  .news-list .item .info-content {
    font-size: 16px;
  }
  .news-list .item .info-content h2 {
    font-size: 32px;
  }

  .page-not-found .number {
    font-size: 96px;
  }
  .page-not-found .text {
    font-size: 18px;
  }

  .general-form h4 {
    font-size: 18px;
  }

  .donation-method h3 {
    font-size: 28px;
  }

  .donate-method-item h2 {
    font-size: 28px;
  }
  .donate-method-item ul li {
    width: 47%;
    margin: 0px 1.5%;
    margin-bottom: 3%;
  }
  .donate-method-item ul li.custom {
    width: 97%;
  }
  .donate-method-item ul li a span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .main-intro {
    padding: 100px 0px 0px 0px;
  }

  .main-concept {
    padding: 60px 0px;
  }
  .main-concept .subject-content {
    font-size: 16px;
  }
  .main-concept .subject-content h1 {
    font-size: 28px;
  }
  .main-concept .subject-list .item {
    width: 49%;
  }
  .main-concept .subject-list .item:nth-child(3n + 0) {
    margin-right: 2%;
  }
  .main-concept .subject-list .item:nth-child(2n + 0) {
    margin-right: 0px;
  }
  .main-concept .subject-list .item.program .name {
    font-size: 21px;
  }
  .main-concept .section h2 {
    font-size: 28px;
  }

  .main-agenda {
    padding: 60px 0px 40px 0px;
  }
  .main-agenda .info-content h2 {
    font-size: 28px;
  }
  .main-agenda .filter .right .category span {
    display: none;
  }

  .main-social-media {
    padding: 60px 0px;
  }
  .main-social-media h2 {
    font-size: 28px;
  }
  .main-social-media p {
    font-size: 16px;
  }

  .main-reviews {
    padding: 60px 0px;
  }
  .main-reviews .content h3 {
    font-size: 28px;
  }
  .main-reviews .content h4 {
    font-size: 21px;
  }
  .main-reviews .content p {
    font-size: 16px;
  }

  .page-title {
    padding: 120px 0px 40px 0px;
  }
  .page-title h1 {
    font-size: 28px;
  }
  .page-title .filter .item {
    margin-bottom: 10px;
  }
  .page-title .filter .item:last-child {
    margin-bottom: 0px;
  }
  .page-title .icon img {
    height: 24px;
  }
  .page-content {
    padding: 40px 0px;
  }

  .corporate-documents .document-item .list .item {
    margin-bottom: 20px;
  }

  .general-text h2 {
    font-size: 24px;
  }
  .general-text h3 {
    font-size: 21px;
  }
  .general-text h4 {
    font-size: 18px;
  }

  .member-list .item .info,
  .member-list .item .info h3 {
    font-size: 14px;
  }

  /* .member-card {
    padding: 0px;
    background: none;
  } */

  /* .member-card .content {
    display: block;
  }
  .member-card .content .left {
    padding: 20px 20px 10px 20px;
    background: #2a8bdd;
    position: relative;
  } */
  /* .member-card .content .left::before {
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
  } */
  .member-card .content .left .photo img {
    width: 150px;
  }
  .member-card .content .left .info h2 {
    font-size: 21px;
  }
  .member-card .content .left .info,
  .member-card .content .left .info h3 {
    font-size: 18px;
  }
  .member-card .content .right {
    padding-bottom: 0px;
    text-align: right;
  }
  .member-card .content .right .action a {
    display: inline-block;
    font-size: 14px;
  }

  .organization-title {
    font-size: 28px;
  }

  .il-isimleri div {
    font-size: 10px;
    padding: 5px;
  }

  .review-list .item {
    font-size: 14px;
  }

  .news-navigation ul li a {
    font-size: 15px;
  }

  .news-list .item .info-content {
    font-size: 15px;
  }
  .news-list .item .info-content h2 {
    font-size: 28px;
  }

  .join-us-list .item {
    margin-bottom: 15px;
  }

  .donation-method h3 {
    font-size: 24px;
  }
  .donation-method ul li a .icon {
    font-size: 28px;
  }
  .donation-method ul li a .name {
    font-size: 16px;
  }

  .donate-method-item h2 {
    font-size: 24px;
  }
  .donate-method-item ul li a span {
    padding: 10px 20px;
    font-size: 24px;
  }
  .donate-method-item .info {
    font-size: 15px;
  }

  .donate-info {
    font-size: 14px;
  }
  .donate-info .icon img {
    height: 50px;
  }
}
@media (max-width: 575px) {
  .news-list .item .info-content {
    background-size: auto 100%;
  }
  .news-list .item .info-content h2 span {
    display: inline;
  }
  .member-card .content .left .photo img {
    width: 100px;
  }
}
@media (max-width: 481px) {
  .main-intro .navigation {
    padding: 40px 0px;
  }
  .main-intro .navigation span {
    width: 80px;
  }

  .content-card .photo .category {
    padding: 0px 10px;
    font-size: 11px;
  }
  .content-card .photo .video,
  .content-card .photo .video a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .content-card .info {
    font-size: 12px;
  }
  .content-card .info .name {
    font-size: 16px;
  }
  .content-card .info .feature {
    font-size: 11px;
  }

  .main-concept .subject-content {
    font-size: 14px;
  }
  .main-concept .subject-content h1 {
    font-size: 24px;
  }
  .main-concept .subject-list .item .name {
    font-size: 14px;
  }
  .main-concept .subject-list .item.program .name {
    font-size: 18px;
  }
  .main-concept .section {
    font-size: 14px;
  }
  .main-concept .section h2 {
    font-size: 24px;
  }
  .main-concept .section h3 {
    font-size: 18px;
  }
  .main-concept .podcast-content .title img {
    height: 50px;
  }

  .main-agenda .info-content {
    font-size: 14px;
  }
  .main-agenda .info-content h2 {
    font-size: 24px;
  }

  .agenda-category-popup .popup-content .left h4 {
    font-size: 21px;
  }
  .agenda-category-popup .popup-content .left ul li {
    font-size: 14px;
  }
  .agenda-category-popup .popup-content .right .action .button {
    width: 100%;
  }

  .main-social-media h2 {
    font-size: 24px;
  }
  .main-social-media p {
    font-size: 14px;
  }

  .main-reviews .content h3 {
    font-size: 24px;
  }
  .main-reviews .content h4 {
    font-size: 18px;
  }
  .main-reviews .content p {
    font-size: 14px;
  }
  .main-reviews .review-item .text,
  .main-reviews .review-item .name {
    font-size: 14px;
  }

  .page-title h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .page-title .action,
  .page-title .filter {
    margin-bottom: 30px;
  }
  .page-title .action .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .page-title .icon img {
    height: 16px;
  }
  .page-title .category {
    margin-top: -10px;
    margin-bottom: 30px;
  }
  .page-title .category a {
    padding: 5px 10px;
  }

  .corporate-documents .document-item {
    font-size: 14px;
  }
  .corporate-documents .document-item .title h2 {
    font-size: 16px;
  }
  .corporate-documents .document-item .info h3 {
    font-size: 14px;
  }

  .general-text h2 {
    font-size: 21px;
  }
  .general-text h3 {
    font-size: 18px;
  }
  .general-text h4 {
    font-size: 16px;
  }

  .general-accordion .item .acr-content {
    font-size: 14px;
  }
  .general-accordion .item .acr-content h2 {
    font-size: 18px;
  }
  .general-accordion .item .acr-content h3 {
    font-size: 17px;
  }
  .general-accordion .item .acr-content h4 {
    font-size: 16px;
  }

  .member-card .content .left .photo {
    margin-right: 10px;
  }

  .member-card .content .left .info h2 {
    font-size: 18px;
  }
  .member-card .content .left .info,
  .member-card .content .left .info h3 {
    font-size: 16px;
  }
  .member-card .content .right .action a {
    font-size: 13px;
    padding: 8px 15px;
  }

  .member-table {
    font-size: 14px;
  }

  .organization-title {
    font-size: 24px;
  }

  .il-isimleri {
    margin-left: -25px;
  }
  .il-isimleri div {
    font-size: 8px;
    padding: 3px 5px;
  }

  .news-navigation ul li a {
    font-size: 14px;
  }

  .news-category span {
    font-size: 14px;
  }
  .news-category a {
    width: 40px;
    height: 40px;
  }
  .news-category a img {
    height: 20px;
  }

  .news-list .item .info-content {
    font-size: 14px;
  }
  .news-list .item .info-content h2 {
    font-size: 24px;
  }

  .page-not-found .number {
    font-size: 72px;
  }
  .page-not-found .text {
    font-size: 16px;
  }
  .page-not-found .action a {
    padding: 10px 30px;
  }

  .general-form h4 {
    font-size: 16px;
  }

  .donation-method h3 {
    font-size: 21px;
  }
  .donation-method ul li a .icon {
    font-size: 24px;
  }
  .donation-method ul li a .name {
    font-size: 14px;
  }

  .donate-method-item h2 {
    font-size: 21px;
  }
  .donate-method-item ul li a span {
    padding: 10px;
    font-size: 21px;
  }
  .donate-method-item .info {
    padding: 20px;
    font-size: 14px;
  }

  .donate-info {
    font-size: 13px;
  }
  .donate-info .icon img {
    height: 40px;
  }
}

.contact_us .col-sm-6 > .card {
  height: 100%;
}

.member-list .item .photo {
  position: relative;
  width: 100%;
  padding-top: 100%;

  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  border: 0.2px solid #f0f0f0b2;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.member-list .item .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}

/* Hover effect */
.member-list .item:hover .photo img {
  transform: translate(-50%, -50%) scale(1.05);
}

.member-list .item .info {
  padding: 1rem 0.5rem;
  text-align: center;
}
