@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container--xl {
    width: 1495px !important; }
  @media (max-width: 1440px) {
    .container--xl {
      width: 100% !important; } }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Mont';
  src: url("/akillihayat2030/assets/fonts/subset-Mont-Regular.woff2") format("woff2"), url("/akillihayat2030/assets/fonts/subset-Mont-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html {
  position: relative;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  padding-top: 102px;
  position: relative;
  font-family: "Roboto", sans-serif; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 60px; } }
  body {
    padding-top: 0 !important; }
  body.birlikte-yapiyoruz {
    padding-top: 102px !important; }
  body.guc-katiyoruz {
    padding-top: 102px !important; }
  body.ilham {
    padding-top: 102px !important; }
  body.menu__disable {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-right: 0; }
  body.menu__active {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media screen and (max-width: 993px) {
      body.menu__active {
        margin-left: -250px; } }
    @media screen and (max-width: 993px) {
      body.menu__active .header {
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        margin-left: -250px; } }

a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-decoration: none;
    cursor: pointer;
    opacity: .8; }
  a a:link {
    text-decoration: none !important; }

.header-home {
  width: auto;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  position: relative; }
  .header-home .logo-home {
    position: absolute;
    top: 76px;
    left: 70px;
    z-index: 1; }
    @media screen and (max-width: 1599px) {
      .header-home .logo-home {
        zoom: 0.7;
        left: 60px; } }
    @media screen and (max-width: 1440px) {
      .header-home .logo-home {
        left: 50px;
        transform: scale(0.6);
        -ms-zoom: 0.6;
        -moz-transform: scale(0.4);
        -moz-transform-origin: 50px 20px; } }
    @media screen and (max-width: 1024px) {
      .header-home .logo-home {
        transform: scale(0.7);
        -ms-zoom: 0.7;
        -moz-transform: scale(0.7); } }
    @media screen and (max-width: 1080px) {
      .header-home .logo-home {
        position: static;
        display: block;
        margin: 32px auto 0; } }
    @media screen and (max-width: 767px) {
      .header-home .logo-home {
        transform: scale(1);
        -ms-zoom: 1;
        -moz-transform: scale(1); }
        .header-home .logo-home img {
          display: block;
          margin: 0 auto; } }
  .header-home .lang {
    display: inline-block;
    position: absolute;
    top: 250px;
    left: 200px;
    z-index: 999; }
    .header-home .lang a {
      float: left;
      width: 35px;
      height: 35px;
      border: 1px solid #fff;
      border-radius: 50%;
      text-align: center;
      padding: 8px 0;
      color: #fff;
      font-weight: 700;
      margin-right: 8px;
      cursor: pointer; }
      .header-home .lang a.active {
        background-color: #fff;
        color: #dd0738; }
        .header-home .lang a.active svg path {
          background-color: #fff;
          fill: #dd0738; }
        .header-home .lang a.active svg circle {
          background-color: #fff;
          fill: #dd0738; }
      .header-home .lang a:hover {
        background-color: #fff;
        color: #dd0738; }
        .header-home .lang a:hover svg path {
          background-color: #fff;
          fill: #dd0738; }
        .header-home .lang a:hover svg circle {
          background-color: #fff;
          fill: #dd0738; }
      .header-home .lang a svg {
        position: relative;
        top: -1px;
        left: 0px;
        width: 14px;
        height: 18px;
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (max-width: 767px) {
      .header-home .lang {
        left: 20px;
        top: 20px;
        position: relative; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-home .lang {
        left: 60px;
        top: 310px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .header-home .lang {
        left: 155px;
        top: 390px; } }
    @media (min-width: 1025px) and (max-width: 1440px) {
      .header-home .lang {
        left: 75px;
        top: 170px; } }
  .header-home .report {
    display: inline-block;
    position: absolute;
    top: 320px;
    left: 75px;
    z-index: 999;
    max-width: 285px; }
    .header-home .report img {
      display: block;
      margin: 0 auto 23px auto; }
    .header-home .report a {
      width: 135px;
      display: block;
      color: white;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      background: rgba(0, 0, 0, 0.5);
      padding: 15px 0 10px 0;
      border-radius: 10px;
      margin-top: 10px; }
      .header-home .report a:first-child {
        margin-top: 0; }
    @media (max-width: 767px) {
      .header-home .report {
        left: 40px;
        top: 380px; }
        .header-home .report a {
          width: 100%;
          padding: 10px;
          text-align: left;
          text-align: center; }
        .header-home .report img {
          width: 35px;
          margin: 10px auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-home .report {
        left: 60px;
        top: 375px;
        max-width: initial; }
        .header-home .report a {
          width: auto;
          padding: 10px;
          display: inline-block;
          margin: 0;
          height: 115px;
          float: left; }
          .header-home .report a:last-child {
            margin-left: 10px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .header-home .report {
        left: 155px;
        top: 465px;
        max-width: initial; }
        .header-home .report a {
          display: flex;
          height: 85px;
          float: left;
          margin: 0;
          align-items: center;
          justify-content: center; }
          .header-home .report a:last-child {
            margin-left: 10px; }
        .header-home .report img {
          display: none; } }
    @media (min-width: 1025px) and (max-width: 1440px) {
      .header-home .report {
        left: 75px;
        top: 225px; } }

.site-container {
  width: auto;
  max-width: 1920px;
  min-height: 760px !important;
  height: auto;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1440px) {
    .site-container {
      min-height: 736px !important; } }

.overlay {
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 0;
  height: 0;
  background-color: #161c22;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2; }

.scrollbar-outer .scroll-element.scroll-y {
  border-radius: 8px ;
  -moz-border-radius: 8px ;
  -o-border-radius: 8px ;
  -webkit-border-radius: 8px ;
  -ms-webkit-radius: 8px ;
  width: 5px !important;
  background-color: transparent !important;
  overflow: hidden; }
  .scrollbar-outer .scroll-element.scroll-y .scroll-element_outer {
    width: 5px !important;
    left: 0 !important; }

.scrollbar-outer .scroll-bar {
  background-color: #d60d42 !important; }

.scroll-element_track {
  background-color: #1b1b1b !important;
  opacity: 0.3; }

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Mont;
  font-weight: bold;
  font-size: 8px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  width: 100px;
  height: 35px;
  border-radius: 22px;
  background: transparent;
  border: 1px solid #d1d1d1; }
  .c-button:hover {
    color: #000; }
  .c-button:focus {
    color: #000;
    text-decoration: none; }
  @media (min-width: 1200px) {
    .c-button {
      width: 150px;
      height: 44px;
      font-size: 12px; } }
  .c-button--white {
    background: #fff; }
  .c-button--gradient {
    background: linear-gradient(120deg, #b61765 0%, #e40b2e 100%);
    color: #fff;
    border: none; }
    .c-button--gradient:hover {
      opacity: 1;
      background: #fff;
      color: #000000; }
  .c-button--pink {
    border: 1px solid #BA1661;
    color: #ba1661; }
  .c-button--small {
    width: 200px; }
  .c-button--autom {
    margin: auto; }

.header {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  margin-left: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
  .header.transparent {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: transparent;
    box-shadow: none; }
    .header.transparent .logo, .header.transparent .menu {
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      opacity: 0; }
    .header.transparent:hover {
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      background-color: #fff;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 993px) {
        .header.transparent:hover {
          background-color: transparent; } }
      .header.transparent:hover .logo, .header.transparent:hover .menu {
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        opacity: 1; }
        @media screen and (max-width: 993px) {
          .header.transparent:hover .logo, .header.transparent:hover .menu {
            opacity: 0; } }
  .header .container-fluid {
    max-width: 1600px;
    height: 102px;
    margin: 0 auto; }
    .header .container-fluid:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1460px) {
      .header .container-fluid {
        max-width: 1200px; } }
    @media screen and (max-width: 1100px) {
      .header .container-fluid {
        max-width: 960px; } }
    @media screen and (max-width: 993px) {
      .header .container-fluid {
        max-width: 720px;
        padding: 0px; } }
    @media screen and (max-width: 767px) {
      .header .container-fluid {
        max-width: 480px;
        height: 60px; } }
    .header .container-fluid .logo {
      width: 500px;
      padding: 26px 0 16px 16px;
      float: left; }
      @media screen and (max-width: 1460px) {
        .header .container-fluid .logo {
          width: 200px; } }
      @media screen and (max-width: 1100px) {
        .header .container-fluid .logo {
          padding-top: 36px; } }
      @media screen and (max-width: 767px) {
        .header .container-fluid .logo {
          padding-top: 18px; } }
      .header .container-fluid .logo .logo-link {
        display: block;
        color: #fff;
        font-weight: 500;
        text-decoration: none; }
        .header .container-fluid .logo .logo-link:before {
          background-image: url(sprite.png);
          background-position: -646px -1066px;
          width: 228px;
          height: 52px;
          content: '';
          display: block; }
          @media screen and (max-width: 1100px) {
            .header .container-fluid .logo .logo-link:before {
              zoom: 0.7; } }
          @media screen and (max-width: 767px) {
            .header .container-fluid .logo .logo-link:before {
              zoom: 0.5; } }
        .header .container-fluid .logo .logo-link:hover {
          opacity: 1; }
      .header .container-fluid .logo .logo-link-blog {
        display: block;
        color: #fff;
        font-weight: 500;
        text-decoration: none; }
        .header .container-fluid .logo .logo-link-blog:before {
          background-image: url(akillihayat-blog-logo.png);
          width: 228px;
          height: 52px;
          content: '';
          display: block; }
          @media screen and (max-width: 1100px) {
            .header .container-fluid .logo .logo-link-blog:before {
              zoom: 0.7; } }
          @media screen and (max-width: 767px) {
            .header .container-fluid .logo .logo-link-blog:before {
              zoom: 0.5; } }
        .header .container-fluid .logo .logo-link-blog:hover {
          opacity: 1; }
    .header .container-fluid .menu {
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      width: auto;
      height: auto;
      padding-right: 102px;
      float: right;
      position: relative; }
      @media screen and (max-width: 1100px) {
        .header .container-fluid .menu {
          width: 530px;
          margin-left: 0; } }
      @media screen and (max-width: 993px) {
        .header .container-fluid .menu {
          margin-right: 0;
          position: absolute;
          top: 0px !important;
          right: 0px;
          display: none; } }
      @media screen and (max-width: 993px) {
        .header .container-fluid .menu.active {
          -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          width: 250px;
          padding-right: 0;
          background-color: #fff;
          display: block;
          opacity: 1;
          right: -250px; } }
      @media screen and (max-width: 767px) {
        .header .container-fluid .menu.active {
          top: 60px; } }
      @media screen and (max-width: 993px) {
        .header .container-fluid .menu.active ul li {
          width: 100%;
          float: none;
          padding-right: 24px;
          text-align: right; } }
      @media screen and (max-width: 993px) {
        .header .container-fluid .menu.active ul li a {
          border-right: 0;
          border-bottom: 1px solid #eaeeed; } }
      .header .container-fluid .menu ul {
        margin: 0px;
        padding: 0px; }
        .header .container-fluid .menu ul:after {
          content: "";
          display: table;
          clear: both; }
        .header .container-fluid .menu ul li {
          width: auto;
          float: left;
          list-style: none;
          text-align: center; }
          .header .container-fluid .menu ul li a {
            height: 102px;
            display: block;
            padding: 0 32px;
            color: #000;
            line-height: 102px;
            font-weight: 700;
            text-decoration: none;
            font-size: 12px;
            border-right: 1px solid #eaeeed; }
            @media screen and (max-width: 1100px) {
              .header .container-fluid .menu ul li a {
                padding: 0 16px; } }
            .header .container-fluid .menu ul li a.search, .header .container-fluid .menu ul li a.hamburger {
              width: 102px;
              cursor: pointer; }
            .header .container-fluid .menu ul li a.hamburger {
              border-right: 0; }
    .header .container-fluid .hamburger {
      width: 102px;
      height: 102px;
      border-right: 0px;
      cursor: pointer;
      z-index: 99;
      position: absolute;
      top: 0;
      right: 0; }
      @media screen and (max-width: 767px) {
        .header .container-fluid .hamburger {
          width: 54px;
          height: 54px; } }
      .header .container-fluid .hamburger:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        background-image: url(sprite.png);
        background-position: -1419px -835px;
        width: 21px;
        height: 16px;
        content: ''; }
      @media screen and (max-width: 993px) {
        .header .container-fluid .hamburger {
          display: block; } }
  .header .search-container {
    width: 100%;
    display: none;
    border-top: 1px solid #eaeeed;
    position: absolute;
    top: 102px;
    left: 0; }
    @media screen and (max-width: 767px) {
      .header .search-container {
        top: 0; } }
    .header .search-container .icon-search {
      background-image: url(sprite.png);
      background-position: -1434px -256px;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 73px;
      top: 19px;
      z-index: 1; }
    .header .search-container .icon-close {
      background-image: url(sprite.png);
      background-position: -1434px -282px;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 19px;
      top: 19px;
      z-index: 1;
      cursor: pointer; }
      .header .search-container .icon-close:after {
        content: '';
        display: block;
        width: 1px;
        height: 30px;
        background-color: #212c3a;
        position: absolute;
        top: -7px;
        left: -18px; }
  .header .search-input {
    width: 100%;
    height: 54px;
    padding-left: 24px;
    padding-right: 24px;
    border: none;
    box-sizing: border-box;
    outline: none; }

.sticky-social-media {
  position: fixed;
  list-style: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1999;
  right: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 0; }
  .sticky-social-media li {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 1px; }
  @media (max-width: 768px) {
    .sticky-social-media {
      display: none; } }

.promo {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1080px; }
  @media screen and (max-width: 767px) {
    .promo {
      background-attachment: local; } }
  .promo .site-container {
    height: 100%;
    min-height: 100% !important;
    position: relative; }
  .promo .slogan {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 120px 15px 0;
    color: white;
    text-align: center; }
    @media screen and (max-width: 993px) {
      .promo .slogan {
        width: 720px;
        max-width: 720px;
        padding-top: 240px; } }
    @media screen and (max-width: 767px) {
      .promo .slogan {
        width: auto;
        max-width: 100%;
        padding: 0 15px;
        padding-top: 128px; } }
    .promo .slogan .smallest {
      font-size: 15px;
      font-weight: 300; }
    .promo .slogan .small {
      margin-bottom: 0px;
      font-weight: 300;
      font-size: 22px; }
      @media screen and (max-width: 993px) {
        .promo .slogan .small {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .promo .slogan .small {
          font-size: 12px; } }
    .promo .slogan .big {
      margin-bottom: 30px;
      font-weight: 700;
      font-size: 35px; }
      @media screen and (max-width: 993px) {
        .promo .slogan .big {
          margin-bottom: 16px;
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .promo .slogan .big {
          margin-bottom: 10px;
          font-size: 16px; } }
    .promo .slogan .medium {
      max-width: 425px;
      margin: 30px auto;
      font-weight: 500;
      font-size: 20px; }
      @media screen and (max-width: 993px) {
        .promo .slogan .medium {
          margin: 16px auto;
          font-size: 23px; } }
      @media screen and (max-width: 767px) {
        .promo .slogan .medium {
          margin: 10px auto;
          font-size: 14px; } }
    .promo .slogan .thin {
      font-weight: 200;
      font-size: 38px; }
      @media screen and (max-width: 960px) {
        .promo .slogan .thin {
          font-size: 28px; } }
    .promo .slogan .red {
      color: #c5093b; }
    .promo .slogan .slogan-desc {
      max-width: 785px;
      height: auto;
      padding-top: 20px;
      margin: 0 auto;
      text-align: left; }
      .promo .slogan .slogan-desc:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 993px) {
        .promo .slogan .slogan-desc {
          max-width: 600px; } }
      @media screen and (max-width: 767px) {
        .promo .slogan .slogan-desc {
          padding-bottom: 24px; } }
      .promo .slogan .slogan-desc .slogan-desc-column {
        width: 50%;
        float: left;
        padding-right: 32px; }
        @media screen and (max-width: 767px) {
          .promo .slogan .slogan-desc .slogan-desc-column {
            width: 100%;
            float: none;
            text-align: center;
            padding-right: 0; } }
        .promo .slogan .slogan-desc .slogan-desc-column p {
          font-size: 16px;
          font-weight: 300;
          line-height: 30px; }
          @media screen and (max-width: 767px) {
            .promo .slogan .slogan-desc .slogan-desc-column p {
              font-size: 13px; } }
  .promo .see-all {
    width: 145px;
    margin: 70px 0;
    display: block;
    padding-right: 35px;
    color: #c5093b;
    font-size: 16px;
    position: relative; }
    .promo .see-all.white {
      color: #fff; }
      .promo .see-all.white:after {
        background-image: url(sprite.png);
        background-position: -1431px -545px;
        width: 14px;
        height: 12px; }
    .promo .see-all:after {
      background-image: url(sprite.png);
      background-position: -1434px -361px;
      width: 13px;
      height: 13px;
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      right: 0; }
  .promo.promo-1 {
    background-image: url("../images/bg.jpg");
    min-height: 1180px;
    height: 100%;
    padding-bottom: 56px; }
    @media screen and (max-width: 1440px) {
      .promo.promo-1 {
        min-height: 1150px; } }
    @media screen and (max-width: 767px) {
      .promo.promo-1 {
        height: auto;
        min-height: 100%;
        padding-bottom: 0; } }
    @media (min-width: 990px) and (max-width: 1080px) {
      .promo.promo-1 {
        min-height: 1750px; } }
    @media (min-width: 1080px) and (max-width: 1200px) {
      .promo.promo-1 {
        min-height: 1375px; } }
    .promo.promo-1 .site-container {
      padding-top: 30px; }
      @media screen and (max-width: 1440px) {
        .promo.promo-1 .site-container {
          padding-top: 50px; } }
      @media screen and (max-width: 1024px) {
        .promo.promo-1 .site-container {
          padding-top: 20px; } }
      @media screen and (max-width: 993px) {
        .promo.promo-1 .site-container {
          padding-top: 20px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-1 .site-container {
          padding-top: 20px;
          height: auto;
          min-height: 100%; } }
    .promo.promo-1 .slogan {
      max-width: 980px;
      padding-top: 0;
      padding-left: 50px;
      margin-bottom: 15px; }
      .promo.promo-1 .slogan .home-menu {
        padding: 0;
        text-align: left;
        float: left;
        width: 100%;
        margin: 0; }
        .promo.promo-1 .slogan .home-menu li {
          display: inline-block;
          list-style: none;
          margin: 0 45px 20px 0;
          padding: 15px 0 10px 0;
          float: left;
          border-radius: 10px;
          z-index: 999;
          position: relative; }
          .promo.promo-1 .slogan .home-menu li:after {
            content: '';
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: linear-gradient(90deg, rgba(161, 77, 92, 0.9) 0%, rgba(118, 77, 117, 0.75) 100%);
            width: 100%;
            opacity: 0;
            transition: all 0.3s ease-in;
            border-radius: 10px; }
          .promo.promo-1 .slogan .home-menu li:hover:after {
            opacity: 1; }
          @media (max-width: 1023px) {
            .promo.promo-1 .slogan .home-menu li {
              width: 100%;
              padding: 0; } }
          @media (min-width: 1201px) and (max-width: 1300px) {
            .promo.promo-1 .slogan .home-menu li {
              margin: 0 20px 20px 0; } }
          @media (min-width: 1301px) {
            .promo.promo-1 .slogan .home-menu li {
              margin: 0 10px 20px 0; } }
          .promo.promo-1 .slogan .home-menu li:last-child {
            margin-right: 0; }
          .promo.promo-1 .slogan .home-menu li.home-menu-item-1 {
            width: 30%; }
            @media (max-width: 1200px) {
              .promo.promo-1 .slogan .home-menu li.home-menu-item-1 {
                width: 100%; } }
            .promo.promo-1 .slogan .home-menu li.home-menu-item-1 > a {
              background: url(../images/svg/menu-icon-1.svg) left 4px center no-repeat;
              padding-left: 55px;
              text-align: left;
              position: relative;
              transition: unset !important;
              width: 75%;
              margin: 0 auto; }
              .promo.promo-1 .slogan .home-menu li.home-menu-item-1 > a:hover {
                text-decoration: none; }
              @media (max-width: 1023px) {
                .promo.promo-1 .slogan .home-menu li.home-menu-item-1 > a {
                  width: 100%; } }
              @media (min-width: 1024px) and (max-width: 1280px) {
                .promo.promo-1 .slogan .home-menu li.home-menu-item-1 > a {
                  width: 100%; } }
          .promo.promo-1 .slogan .home-menu li.home-menu-item-2 {
            width: 30%; }
            .promo.promo-1 .slogan .home-menu li.home-menu-item-2 > a {
              background: url(../images/svg/menu-icon-2.svg) left center no-repeat;
              padding-left: 55px;
              text-align: left;
              position: relative;
              transition: unset !important;
              width: 60%;
              margin: 0 auto; }
              @media (max-width: 1200px) {
                .promo.promo-1 .slogan .home-menu li.home-menu-item-2 > a {
                  width: 100%; } }
            @media (max-width: 1200px) {
              .promo.promo-1 .slogan .home-menu li.home-menu-item-2 {
                width: 100%; } }
          .promo.promo-1 .slogan .home-menu li.home-menu-item-3 {
            width: 30%; }
            .promo.promo-1 .slogan .home-menu li.home-menu-item-3 > a {
              background: url(../images/svg/menu-icon-3.svg) left center no-repeat;
              padding-left: 55px;
              text-align: left;
              position: relative;
              transition: unset !important;
              width: 90%;
              margin: 0 auto; }
              .promo.promo-1 .slogan .home-menu li.home-menu-item-3 > a:hover {
                text-decoration: none; }
              @media (max-width: 1200px) {
                .promo.promo-1 .slogan .home-menu li.home-menu-item-3 > a {
                  width: 100%; } }
            @media (max-width: 1200px) {
              .promo.promo-1 .slogan .home-menu li.home-menu-item-3 {
                width: 100%; } }
            @media (min-width: 1201px) and (max-width: 1300px) {
              .promo.promo-1 .slogan .home-menu li.home-menu-item-3 {
                width: 35%; } }
          .promo.promo-1 .slogan .home-menu li a {
            display: block;
            font-size: 13px;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
            color: #fff;
            outline: none;
            height: 45px;
            z-index: 999; }
            .promo.promo-1 .slogan .home-menu li a:hover {
              opacity: 1;
              text-decoration: none;
              -webkit-backface-visibility: visible;
              transition: none;
              -webkit-transition: none; }
      .promo.promo-1 .slogan h4.title {
        line-height: 30px;
        text-align: left;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .promo.promo-1 .slogan h4.title {
            font-size: 16px;
            line-height: 22px; } }
      @media (min-width: 426px) and (max-width: 768px) {
        .promo.promo-1 .slogan .home-menu {
          margin-bottom: 50px; }
          .promo.promo-1 .slogan .home-menu li a {
            line-height: 200%; } }
      @media screen and (max-width: 1440px) {
        .promo.promo-1 .slogan {
          max-width: 980px;
          padding-left: 80px;
          margin-bottom: 0; } }
      @media (min-width: 1365px) and (max-width: 1440px) {
        .promo.promo-1 .slogan .home-menu li {
          width: 28%; }
          .promo.promo-1 .slogan .home-menu li:last-child {
            margin-left: 20px; } }
      @media screen and (max-width: 1280px) {
        .promo.promo-1 .slogan {
          max-width: 940px;
          padding-left: 120px; }
          .promo.promo-1 .slogan .home-menu li a {
            line-height: 220%; } }
      @media screen and (max-width: 1080px) {
        .promo.promo-1 .slogan {
          max-width: 780px;
          padding: 0 15px;
          text-align: center; }
          .promo.promo-1 .slogan .home-menu {
            margin-bottom: 225px;
            text-align: left; }
            .promo.promo-1 .slogan .home-menu li {
              margin: 0 0 5px 15px;
              line-height: 125%;
              width: 100%; }
              .promo.promo-1 .slogan .home-menu li a {
                display: block;
                font-size: 19px;
                font-weight: 600; } }
      @media screen and (max-width: 993px) {
        .promo.promo-1 .slogan {
          max-width: 720px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-1 .slogan {
          max-width: 100%; }
          .promo.promo-1 .slogan .home-menu {
            margin-bottom: 400px;
            text-align: left; }
            .promo.promo-1 .slogan .home-menu li {
              margin: 0 0 10px;
              display: block; }
              .promo.promo-1 .slogan .home-menu li a {
                display: block;
                font-size: 14px;
                font-weight: 500; }
          .promo.promo-1 .slogan .home-menu-en {
            margin-bottom: 134px; } }
      .promo.promo-1 .slogan .scroll-scrolly_visible {
        margin-top: 0; }
      .promo.promo-1 .slogan p {
        font-size: 17px;
        font-weight: 300;
        color: #fff;
        text-align: left;
        line-height: 1.6;
        text-align: justify;
        letter-spacing: 0.5px; }
        .promo.promo-1 .slogan p .bold {
          font-weight: 700; }
        @media screen and (max-width: 1440px) {
          .promo.promo-1 .slogan p {
            font-size: 16px;
            line-height: 1.5; } }
        @media screen and (max-width: 1280px) {
          .promo.promo-1 .slogan p {
            font-size: 15px; } }
        @media screen and (max-width: 1080px) {
          .promo.promo-1 .slogan p {
            text-align: center; } }
        @media screen and (max-width: 993px) {
          .promo.promo-1 .slogan p {
            margin-bottom: 16px !important; } }
        @media screen and (max-width: 767px) {
          .promo.promo-1 .slogan p {
            padding-right: 0;
            font-size: 14px;
            text-align: center; } }
    .promo.promo-1 .services {
      /*max-width: 1070px;*/
      max-width: 622px;
      height: 280px;
      margin: 0 auto;
      padding-top: 0;
      padding-bottom: 60px; }
      .promo.promo-1 .services:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1280px) {
        .promo.promo-1 .services {
          padding-bottom: 128px;
          width: 800px; } }
      @media screen and (max-width: 993px) {
        .promo.promo-1 .services {
          padding-bottom: 48px;
          text-align: center;
          height: auto;
          max-width: 530px;
          /*max-width: 100%;*/ } }
      @media screen and (max-width: 768px) {
        .promo.promo-1 .services {
          padding-bottom: 48px;
          text-align: center;
          height: auto;
          max-width: 100%; } }
      @media (min-width: 994px) and (max-width: 1024px) {
        .promo.promo-1 .services {
          max-width: 768px;
          margin-top: 50px; } }
      .promo.promo-1 .services .service {
        width: 200px;
        height: 200px;
        margin-left: 110px;
        float: left;
        position: relative;
        border-radius: 50%;
        box-shadow: 0px 0px 0px 5px rgba(192, 192, 192, 0.3); }
        .promo.promo-1 .services .service:hover .detail {
          width: 290px;
          height: 290px;
          padding-top: 75px;
          opacity: 1;
          z-index: 3; }
          @media (min-width: 1300px) and (max-width: 1366px) {
            .promo.promo-1 .services .service:hover .detail {
              top: 50%; } }
        .promo.promo-1 .services .service.active .detail {
          width: 290px;
          height: 290px;
          padding-top: 75px;
          opacity: 1;
          z-index: 3; }
          @media (min-width: 1300px) and (max-width: 1366px) {
            .promo.promo-1 .services .service.active .detail {
              top: 50%; } }
          @media screen and (min-width: 1023px) {
            .promo.promo-1 .services .service.active .detail + .overlay {
              width: 100%;
              height: 100%;
              opacity: 0.7; } }
        @media screen and (max-width: 993px) {
          .promo.promo-1 .services .service {
            margin-left: 45px;
            height: 200px;
            width: 200px;
            margin-top: 10px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-1 .services .service {
            float: none;
            margin-right: 0;
            width: 200px;
            height: 200px;
            margin: 0 auto 20px; } }
        @media (min-width: 768px) and (max-width: 992px) {
          .promo.promo-1 .services .service {
            width: 140px;
            height: 140px;
            margin-left: 90px; } }
        @media (min-width: 994px) and (max-width: 1024px) {
          .promo.promo-1 .services .service {
            width: 140px;
            height: 140px;
            margin-left: 75px; } }
        @media (min-width: 1025px) and (max-width: 1280px) {
          .promo.promo-1 .services .service {
            margin-left: 65px;
            margin-top: 40px; } }
        @media (min-width: 1281px) and (max-width: 1366px) {
          .promo.promo-1 .services .service {
            margin-left: 80px; } }
        @media (min-width: 1367px) and (max-width: 1440px) {
          .promo.promo-1 .services .service {
            margin-left: 65px; } }
        .promo.promo-1 .services .service .box {
          border-radius: 50% ;
          -moz-border-radius: 50% ;
          -o-border-radius: 50% ;
          -webkit-border-radius: 50% ;
          -ms-webkit-radius: 50% ;
          width: 140px;
          height: 140px;
          margin: 0 auto;
          position: relative; }
          .promo.promo-1 .services .service .box .icon {
            margin: 0 auto;
            top: 10px;
            position: relative;
            content: '';
            display: block;
            top: 40px; }
          .promo.promo-1 .services .service .box.sozluk .icon {
            background-image: url(sprite.png);
            background-position: -1094px -693px;
            width: 60px;
            height: 60px; }
          .promo.promo-1 .services .service .box.inspire .icon {
            background-image: url(sprite.png);
            background-position: -1078px -248px;
            width: 66px;
            height: 60px; }
          @media (max-width: 993px) {
            .promo.promo-1 .services .service .box.inspire {
              top: 0; } }
          @media (min-width: 994px) and (max-width: 1024px) {
            .promo.promo-1 .services .service .box.inspire {
              top: -30px; } }
          @media (min-width: 768px) and (max-width: 992px) {
            .promo.promo-1 .services .service .box.inspire {
              top: -25px; } }
          .promo.promo-1 .services .service .box.thrive .icon {
            background-image: url(sprite.png);
            background-position: -522px -1168px;
            width: 55px;
            height: 60px; }
          @media (max-width: 993px) {
            .promo.promo-1 .services .service .box.thrive {
              top: 0; } }
          @media (min-width: 994px) and (max-width: 1024px) {
            .promo.promo-1 .services .service .box.thrive {
              top: -30px; } }
          @media (min-width: 768px) and (max-width: 992px) {
            .promo.promo-1 .services .service .box.thrive {
              top: -25px; } }
          .promo.promo-1 .services .service .box.collaborate .icon {
            background-image: url(sprite.png);
            background-position: -174px -1288px;
            width: 61px;
            height: 61px; }
          @media (max-width: 993px) {
            .promo.promo-1 .services .service .box.collaborate {
              top: 0; } }
          @media (min-width: 994px) and (max-width: 1024px) {
            .promo.promo-1 .services .service .box.collaborate {
              top: -30px; } }
          @media (min-width: 768px) and (max-width: 992px) {
            .promo.promo-1 .services .service .box.collaborate {
              top: -25px; } }
          .promo.promo-1 .services .service .box .title {
            width: 100%;
            height: auto;
            text-align: center;
            font-weight: 700;
            font-size: 15px;
            color: #fff;
            position: absolute;
            bottom: -10px; }
            @media screen and (max-width: 1080px) {
              .promo.promo-1 .services .service .box .title {
                font-size: 11px;
                bottom: 0; } }
            @media (min-width: 1081px) and (max-width: 1366px) {
              .promo.promo-1 .services .service .box .title {
                bottom: 0; } }
            .promo.promo-1 .services .service .box .title.sub {
              font-weight: 300;
              bottom: -32px; }
              @media (min-width: 1081px) and (max-width: 1366px) {
                .promo.promo-1 .services .service .box .title.sub {
                  bottom: -20px; } }
              @media screen and (max-width: 1080px) {
                .promo.promo-1 .services .service .box .title.sub {
                  bottom: -16px; } }
        .promo.promo-1 .services .service .detail {
          border-radius: 100% ;
          -moz-border-radius: 100% ;
          -o-border-radius: 100% ;
          -webkit-border-radius: 100% ;
          -ms-webkit-radius: 100% ;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          top: 0;
          background: #9f1877;
          /* Old browsers */
          background: -moz-linear-gradient(left, #9f1877 0%, #d9063a 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f1877), color-stop(100%, #d9063a));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(left, #9f1877 0%, #d9063a 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(left, #9f1877 0%, #d9063a 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(left, #9f1877 0%, #d9063a 100%);
          /* IE10+ */
          background: linear-gradient(left, #9f1877 0%, #d9063a 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_gradient', endColorstr='$secondary_gradient',GradientType=0 );
          /* IE6-9 */
          width: 183px;
          height: 183px;
          display: block;
          padding: 20px;
          color: #fff;
          overflow: hidden;
          opacity: 0;
          z-index: 3;
          cursor: pointer;
          text-decoration: none;
          bottom: 0;
          top: 50%; }
          @media screen and (max-width: 767px) {
            .promo.promo-1 .services .service .detail {
              top: 95px;
              width: 150px;
              height: 150px; }
              .promo.promo-1 .services .service .detail.collabrate {
                top: 90px !important; } }
          @media (min-width: 768px) and (max-width: 992px) {
            .promo.promo-1 .services .service .detail {
              top: 0; } }
          .promo.promo-1 .services .service .detail .icon-sozluk {
            background-image: url(sprite.png);
            background-position: -1094px -623px;
            width: 60px;
            height: 60px;
            display: block;
            margin: 0 auto; }
          .promo.promo-1 .services .service .detail .icon-inspire {
            background-image: url(sprite.png);
            background-position: -1164px -771px;
            width: 87px;
            height: 78px;
            display: block;
            margin: 0 auto; }
          .promo.promo-1 .services .service .detail .icon-thrive {
            background-image: url(sprite.png);
            background-position: -1164px -673px;
            width: 79px;
            height: 88px;
            display: block;
            margin: 0 auto; }
          .promo.promo-1 .services .service .detail .icon-collaborate {
            background-image: url(sprite.png);
            background-position: -1038px -369px;
            width: 80px;
            height: 80px;
            display: block;
            margin: 0 auto; }
          .promo.promo-1 .services .service .detail .detail-text {
            display: block;
            padding-top: 16px;
            text-align: center;
            font-weight: 700;
            font-size: 19px; }
            .promo.promo-1 .services .service .detail .detail-text.sub {
              padding-top: 0;
              font-weight: 300; }
          .promo.promo-1 .services .service .detail .detail-desc {
            max-width: 220px;
            margin: 0 auto;
            padding-top: 24px;
            text-align: center;
            font-weight: 300; }
            .promo.promo-1 .services .service .detail .detail-desc .desc {
              padding-bottom: 7px;
              margin-bottom: 7px;
              position: relative; }
              .promo.promo-1 .services .service .detail .detail-desc .desc.no-border:after {
                display: none; }
              .promo.promo-1 .services .service .detail .detail-desc .desc:after {
                position: absolute;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                content: '';
                width: 210px;
                height: 2px;
                display: block;
                border-bottom: 1px solid #ce2e58;
                position: absolute;
                bottom: 0px; }
          .promo.promo-1 .services .service .detail.collabrate .detail-desc {
            max-width: 100%; }
        @media screen and (max-width: 1023px) {
          .promo.promo-1 .services .service .detail:hover {
            display: block;
            opacity: 0; } }
        @media screen and (min-width: 1024px) {
          .promo.promo-1 .services .service .detail:hover + .overlay {
            width: 100%;
            height: 100%;
            opacity: 0.7; } }
  .promo.landing-screen {
    min-height: 100%;
    height: auto; }
    .promo.landing-screen .container {
      padding: 130px 15px 90px; }
    .promo.landing-screen.landing-screen-ilham {
      background-image: url("../images/bg-2.jpg"); }
    .promo.landing-screen.landing-screen-guc {
      background-image: url("../images/bg-power-1.jpg"); }
    .promo.landing-screen.landing-screen-birlikte {
      background-image: url("../images/bg-together-1.jpg"); }
      .promo.landing-screen.landing-screen-birlikte .video {
        margin: 48px auto; }
    .promo.landing-screen.landing-screen-accessibility {
      margin-top: 70px; }
      .promo.landing-screen.landing-screen-accessibility .title {
        color: #c5093b;
        font-weight: bold;
        margin-bottom: 35px; }
      .promo.landing-screen.landing-screen-accessibility .title-small {
        color: #c5093b;
        font-weight: bold;
        font-size: 21px;
        text-align: center; }
      .promo.landing-screen.landing-screen-accessibility .desc {
        font-size: 17px;
        text-align: center;
        color: #363636;
        line-height: 200%; }
      .promo.landing-screen.landing-screen-accessibility .sub-title {
        font-size: 21px;
        margin-bottom: 30px; }
      .promo.landing-screen.landing-screen-accessibility .sub-desc {
        font-size: 15px;
        color: #363636;
        line-height: 170%; }
      .promo.landing-screen.landing-screen-accessibility .icon-wrapper {
        display: inline-block;
        height: 200px;
        width: 15%;
        float: left; }
      .promo.landing-screen.landing-screen-accessibility .text-wrapper {
        display: inline-block;
        width: 80%;
        float: right; }
      .promo.landing-screen.landing-screen-accessibility ul {
        padding: 0; }
        .promo.landing-screen.landing-screen-accessibility ul li {
          position: relative;
          list-style: none;
          float: left;
          width: 100%;
          padding: 50px 0;
          border-bottom: 1px solid #f1f0f1; }
          .promo.landing-screen.landing-screen-accessibility ul li:last-child {
            border: unset; }
      .promo.landing-screen.landing-screen-accessibility .icon-ekran-okuyucu {
        background-image: url("../../assets/images/icons/ekran-okuyucu-yazilimi.png");
        display: block;
        width: 147px;
        height: 97px;
        top: 50%;
        position: relative;
        transform: translateY(-50%); }
      .promo.landing-screen.landing-screen-accessibility .icon-altyazi {
        background-image: url("../../assets/images/icons/alt-yazi-secenegi.png");
        display: block;
        width: 120px;
        height: 98px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        margin: 0 auto; }
      .promo.landing-screen.landing-screen-accessibility .icon-sayfa-guncelleme {
        background-image: url("../../assets/images/icons/sayfa-guncelleme.png");
        display: block;
        width: 137px;
        height: 110px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        margin: 0 auto; }
      .promo.landing-screen.landing-screen-accessibility .icon-sesli-komut {
        background-image: url("../../assets/images/icons/sesli-komut.png");
        display: block;
        width: 121px;
        height: 120px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        margin: 0 auto; }
      .promo.landing-screen.landing-screen-accessibility .icon-dil-secenekleri {
        background-image: url("../../assets/images/icons/dil-secenekleri.png");
        display: block;
        width: 119px;
        height: 118px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        margin: 0 auto; }
      .promo.landing-screen.landing-screen-accessibility .icon-sabit-arama {
        background-image: url("../../assets/images/icons/sabit-arama-alani.png");
        display: block;
        width: 119px;
        height: 98px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        margin: 0 auto; }
      @media (max-width: 991px) {
        .promo.landing-screen.landing-screen-accessibility ul li {
          padding: 35px 0; }
        .promo.landing-screen.landing-screen-accessibility .text-wrapper {
          width: 75%; } }
      @media (max-width: 767px) {
        .promo.landing-screen.landing-screen-accessibility .icon {
          margin: 0 auto; }
        .promo.landing-screen.landing-screen-accessibility .icon-wrapper {
          display: block;
          width: 100%; }
        .promo.landing-screen.landing-screen-accessibility .text-wrapper {
          width: 100%; }
        .promo.landing-screen.landing-screen-accessibility ul li {
          padding: 20px 0; }
        .promo.landing-screen.landing-screen-accessibility .sub-title {
          text-align: center; }
        .promo.landing-screen.landing-screen-accessibility .sub-desc {
          text-align: center; } }
    .promo.landing-screen .page-icon {
      display: block;
      margin: 0 auto 30px; }
    .promo.landing-screen h1 {
      text-align: center;
      font-size: 48px;
      color: #fff;
      font-weight: 300;
      margin: 0 0 32px;
      line-height: 1.3; }
      .promo.landing-screen h1 strong {
        font-weight: 700;
        display: block; }
    .promo.landing-screen .lead {
      color: #fff;
      text-align: center;
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 30px;
      margin-bottom: 40px; }
    .promo.landing-screen .lead-2 {
      color: #fff;
      text-align: center;
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 19px;
      margin-top: -10px; }
      .promo.landing-screen .lead-2 .big-text {
        font-size: 26px;
        font-weight: 400; }
    .promo.landing-screen .row-container {
      max-width: 780px;
      margin: 0 auto; }
      .promo.landing-screen .row-container .txt {
        padding: 0 15px;
        font-size: 18px;
        color: #fff;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 1.7; }
        .promo.landing-screen .row-container .txt.txt-sm {
          font-size: 16px; }
    @media screen and (max-width: 1440px) {
      .promo.landing-screen {
        min-height: 700px;
        height: auto; }
        .promo.landing-screen .container {
          padding: 90px 15px 80px; }
        .promo.landing-screen .page-icon {
          margin-bottom: 20px;
          max-width: 140px; }
        .promo.landing-screen h1 {
          font-size: 38px; }
        .promo.landing-screen .lead {
          font-size: 24px;
          margin-bottom: 30px; }
        .promo.landing-screen .lead-2 {
          font-size: 17px; }
          .promo.landing-screen .lead-2 .big-text {
            font-size: 22px; }
        .promo.landing-screen .row-container .txt {
          padding: 0 15px;
          font-size: 16px; }
          .promo.landing-screen .row-container .txt.txt-sm {
            font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .promo.landing-screen {
        min-height: 100%;
        height: auto; }
        .promo.landing-screen .container {
          padding: 70px 15px 50px; }
        .promo.landing-screen .page-icon {
          margin-bottom: 20px;
          max-width: 120px; }
        .promo.landing-screen h1 {
          font-size: 28px;
          margin-bottom: 20px; }
        .promo.landing-screen .lead {
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 30px; }
        .promo.landing-screen .lead-2 {
          font-size: 16px; }
          .promo.landing-screen .lead-2 .big-text {
            font-size: 18px; }
        .promo.landing-screen .row-container .txt {
          padding: 0;
          text-align: center;
          letter-spacing: .5px;
          font-size: 14px; }
          .promo.landing-screen .row-container .txt.txt-sm {
            font-size: 12px; } }
  .promo.promo-3 {
    background-image: url("../images/bg-3.jpg"); }
    .promo.promo-3 .slogan {
      text-align: left;
      padding-top: 180px; }
      .promo.promo-3 .slogan .title {
        display: block;
        padding-right: 130px;
        font-size: 44px;
        font-weight: 700;
        line-height: 1.36;
        position: relative;
        letter-spacing: 1px; }
        @media screen and (max-width: 1440px) {
          .promo.promo-3 .slogan .title {
            font-size: 38px;
            line-height: 1.2; } }
      .promo.promo-3 .slogan .description {
        padding-top: 25px; }
        .promo.promo-3 .slogan .description:after {
          content: "";
          display: table;
          clear: both; }
        .promo.promo-3 .slogan .description .description-row {
          width: 510px;
          padding-bottom: 24px;
          font-size: 20px;
          font-weight: 300;
          line-height: 1.5;
          letter-spacing: 0.5px; }
          @media screen and (max-width: 1440px) {
            .promo.promo-3 .slogan .description .description-row {
              font-size: 18px;
              line-height: 1.4; } }
      .promo.promo-3 .slogan .statistics {
        position: absolute;
        right: calc(((100% - 915px) / 2));
        bottom: 0; }
        .promo.promo-3 .slogan .statistics .statistic.one {
          position: absolute;
          top: 100px;
          left: 0; }
          .promo.promo-3 .slogan .statistics .statistic.one .statistic-subtext:after {
            height: 116px;
            bottom: -155px;
            position: absolute; }
        .promo.promo-3 .slogan .statistics .statistic.two {
          position: absolute;
          top: 0px;
          right: 0px; }
          .promo.promo-3 .slogan .statistics .statistic.two .statistic-subtext:after {
            height: 246px;
            bottom: -285px;
            position: absolute; }
    @media screen and (max-width: 991px) {
      .promo.promo-3 .slogan {
        padding-top: 120px; }
        .promo.promo-3 .slogan .title {
          font-size: 36px; }
        .promo.promo-3 .slogan .description {
          padding-top: 20px; }
          .promo.promo-3 .slogan .description .description-row {
            width: 480px;
            padding-bottom: 20px;
            font-size: 18px;
            letter-spacing: 0.5px; }
        .promo.promo-3 .slogan .statistics {
          position: relative;
          right: auto;
          bottom: auto;
          left: auto;
          width: 100%;
          margin-top: 60px; }
          .promo.promo-3 .slogan .statistics .statistic.one {
            position: relative;
            top: auto;
            left: 0;
            text-align: left;
            margin-bottom: 20px;
            max-width: 180px; }
            .promo.promo-3 .slogan .statistics .statistic.one .statistic-subtext:before {
              display: none; }
            .promo.promo-3 .slogan .statistics .statistic.one .statistic-subtext:after {
              display: none; }
          .promo.promo-3 .slogan .statistics .statistic.two {
            position: relative;
            top: 0px;
            right: 0px;
            text-align: left; }
            .promo.promo-3 .slogan .statistics .statistic.two .statistic-subtext:before {
              display: none; }
            .promo.promo-3 .slogan .statistics .statistic.two .statistic-subtext:after {
              display: none; } }
    @media screen and (max-width: 767px) {
      .promo.promo-3 {
        min-height: 720px;
        height: auto; }
        .promo.promo-3 .slogan {
          padding: 60px 15px; }
          .promo.promo-3 .slogan .title {
            font-size: 22px;
            line-height: 1.4;
            padding: 0; }
          .promo.promo-3 .slogan .description {
            padding-top: 20px; }
            .promo.promo-3 .slogan .description .description-row {
              width: 100%;
              padding-bottom: 20px;
              font-size: 16px;
              letter-spacing: 0.3px; }
          .promo.promo-3 .slogan .statistics {
            position: relative;
            right: auto;
            bottom: auto;
            left: auto;
            width: 100%;
            margin-top: 30px;
            display: block;
            height: auto; }
            .promo.promo-3 .slogan .statistics .statistic.one {
              position: relative;
              top: auto;
              left: 0;
              text-align: left;
              margin-bottom: 20px;
              max-width: 180px; }
              .promo.promo-3 .slogan .statistics .statistic.one .statistic-subtext:before {
                display: none; }
              .promo.promo-3 .slogan .statistics .statistic.one .statistic-subtext:after {
                display: none; }
            .promo.promo-3 .slogan .statistics .statistic.two {
              position: relative;
              top: 0px;
              right: 0px;
              text-align: left; }
              .promo.promo-3 .slogan .statistics .statistic.two .statistic-subtext:before {
                display: none; }
              .promo.promo-3 .slogan .statistics .statistic.two .statistic-subtext:after {
                display: none; } }
  @media screen and (max-width: 767px) {
    .promo.promo-4, .promo.promo-5, .promo.promo-6, .promo.promo-8 {
      min-height: 100%;
      height: auto; } }
  .promo.promo-4.one, .promo.promo-5.one, .promo.promo-6.one, .promo.promo-8.one {
    background-image: url("../images/bg-4.jpg"); }
  .promo.promo-4.two, .promo.promo-5.two, .promo.promo-6.two, .promo.promo-8.two {
    background-image: url("../images/bg-5.jpg"); }
  .promo.promo-4.three, .promo.promo-5.three, .promo.promo-6.three, .promo.promo-8.three {
    background-image: url("../images/bg-6.jpg"); }
  .promo.promo-4.four, .promo.promo-5.four, .promo.promo-6.four, .promo.promo-8.four {
    background-image: url("../images/bg-8.jpg"); }
  .promo.promo-4 .slogan, .promo.promo-5 .slogan, .promo.promo-6 .slogan, .promo.promo-8 .slogan {
    max-width: 1170px;
    width: 1170px;
    padding-top: 220px;
    text-align: left; }
    @media screen and (max-width: 1199px) {
      .promo.promo-4 .slogan, .promo.promo-5 .slogan, .promo.promo-6 .slogan, .promo.promo-8 .slogan {
        width: 100%;
        padding: 80px 24px 0; } }
    @media screen and (max-width: 960px) {
      .promo.promo-4 .slogan, .promo.promo-5 .slogan, .promo.promo-6 .slogan, .promo.promo-8 .slogan {
        width: 100%;
        padding: 90px 15px 60px; } }
    @media screen and (max-width: 767px) {
      .promo.promo-4 .slogan, .promo.promo-5 .slogan, .promo.promo-6 .slogan, .promo.promo-8 .slogan {
        padding-left: 16px;
        padding-right: 16px; } }
    .promo.promo-4 .slogan .content, .promo.promo-5 .slogan .content, .promo.promo-6 .slogan .content, .promo.promo-8 .slogan .content {
      width: 650px; }
      @media screen and (max-width: 1023px) {
        .promo.promo-4 .slogan .content, .promo.promo-5 .slogan .content, .promo.promo-6 .slogan .content, .promo.promo-8 .slogan .content {
          margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        .promo.promo-4 .slogan .content, .promo.promo-5 .slogan .content, .promo.promo-6 .slogan .content, .promo.promo-8 .slogan .content {
          width: auto; } }
      .promo.promo-4 .slogan .content.big, .promo.promo-5 .slogan .content.big, .promo.promo-6 .slogan .content.big, .promo.promo-8 .slogan .content.big {
        width: 700px; }
        @media screen and (max-width: 767px) {
          .promo.promo-4 .slogan .content.big, .promo.promo-5 .slogan .content.big, .promo.promo-6 .slogan .content.big, .promo.promo-8 .slogan .content.big {
            width: 100%;
            padding: 0 16px; } }
      .promo.promo-4 .slogan .content .book-container, .promo.promo-5 .slogan .content .book-container, .promo.promo-6 .slogan .content .book-container, .promo.promo-8 .slogan .content .book-container {
        height: 107px;
        padding-top: 50px;
        padding-left: 100px;
        position: relative;
        display: block;
        color: #fff;
        text-decoration: none; }
        @media screen and (max-width: 991px) {
          .promo.promo-4 .slogan .content .book-container, .promo.promo-5 .slogan .content .book-container, .promo.promo-6 .slogan .content .book-container, .promo.promo-8 .slogan .content .book-container {
            margin-bottom: 30px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-4 .slogan .content .book-container, .promo.promo-5 .slogan .content .book-container, .promo.promo-6 .slogan .content .book-container, .promo.promo-8 .slogan .content .book-container {
            padding-top: 30px; } }
        .promo.promo-4 .slogan .content .book-container:before, .promo.promo-5 .slogan .content .book-container:before, .promo.promo-6 .slogan .content .book-container:before, .promo.promo-8 .slogan .content .book-container:before {
          background-image: url(sprite.png);
          background-position: -1164px -169px;
          width: 74px;
          height: 107px;
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
      .promo.promo-4 .slogan .content .club-container, .promo.promo-5 .slogan .content .club-container, .promo.promo-6 .slogan .content .club-container, .promo.promo-8 .slogan .content .club-container {
        display: block; }
        .promo.promo-4 .slogan .content .club-container:before, .promo.promo-5 .slogan .content .club-container:before, .promo.promo-6 .slogan .content .club-container:before, .promo.promo-8 .slogan .content .club-container:before {
          background-image: url(sprite.png);
          background-position: -170px -1168px;
          width: 161px;
          height: 107px;
          content: '';
          display: block; }
      .promo.promo-4 .slogan .content .kagider-container, .promo.promo-5 .slogan .content .kagider-container, .promo.promo-6 .slogan .content .kagider-container, .promo.promo-8 .slogan .content .kagider-container {
        padding-top: 100px;
        display: block; }
        @media screen and (max-width: 767px) {
          .promo.promo-4 .slogan .content .kagider-container, .promo.promo-5 .slogan .content .kagider-container, .promo.promo-6 .slogan .content .kagider-container, .promo.promo-8 .slogan .content .kagider-container {
            padding-top: 64px; } }
        .promo.promo-4 .slogan .content .kagider-container:before, .promo.promo-5 .slogan .content .kagider-container:before, .promo.promo-6 .slogan .content .kagider-container:before, .promo.promo-8 .slogan .content .kagider-container:before {
          background-image: url(sprite.png);
          background-position: -1299px -391px;
          width: 147px;
          height: 102px;
          content: '';
          display: block; }
      .promo.promo-4 .slogan .content .content-title, .promo.promo-5 .slogan .content .content-title, .promo.promo-6 .slogan .content .content-title, .promo.promo-8 .slogan .content .content-title {
        padding-top: 24px;
        font-size: 45px;
        font-weight: 700;
        line-height: 1.2; }
        @media screen and (max-width: 1440px) {
          .promo.promo-4 .slogan .content .content-title, .promo.promo-5 .slogan .content .content-title, .promo.promo-6 .slogan .content .content-title, .promo.promo-8 .slogan .content .content-title {
            font-size: 38px; } }
        @media screen and (max-width: 991px) {
          .promo.promo-4 .slogan .content .content-title, .promo.promo-5 .slogan .content .content-title, .promo.promo-6 .slogan .content .content-title, .promo.promo-8 .slogan .content .content-title {
            font-size: 38px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-4 .slogan .content .content-title, .promo.promo-5 .slogan .content .content-title, .promo.promo-6 .slogan .content .content-title, .promo.promo-8 .slogan .content .content-title {
            font-size: 28px; } }
      .promo.promo-4 .slogan .content .content-desc, .promo.promo-5 .slogan .content .content-desc, .promo.promo-6 .slogan .content .content-desc, .promo.promo-8 .slogan .content .content-desc {
        margin-top: 24px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.6; }
        @media screen and (max-width: 991px) {
          .promo.promo-4 .slogan .content .content-desc, .promo.promo-5 .slogan .content .content-desc, .promo.promo-6 .slogan .content .content-desc, .promo.promo-8 .slogan .content .content-desc {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-4 .slogan .content .content-desc, .promo.promo-5 .slogan .content .content-desc, .promo.promo-6 .slogan .content .content-desc, .promo.promo-8 .slogan .content .content-desc {
            font-size: 14px; } }
        .promo.promo-4 .slogan .content .content-desc.big, .promo.promo-5 .slogan .content .content-desc.big, .promo.promo-6 .slogan .content .content-desc.big, .promo.promo-8 .slogan .content .content-desc.big {
          font-size: 21px; }
          @media screen and (max-width: 1440px) {
            .promo.promo-4 .slogan .content .content-desc.big, .promo.promo-5 .slogan .content .content-desc.big, .promo.promo-6 .slogan .content .content-desc.big, .promo.promo-8 .slogan .content .content-desc.big {
              font-size: 18px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-4 .slogan .content .content-desc.big, .promo.promo-5 .slogan .content .content-desc.big, .promo.promo-6 .slogan .content .content-desc.big, .promo.promo-8 .slogan .content .content-desc.big {
              font-size: 15px;
              letter-spacing: .5px; } }
        .promo.promo-4 .slogan .content .content-desc.md, .promo.promo-5 .slogan .content .content-desc.md, .promo.promo-6 .slogan .content .content-desc.md, .promo.promo-8 .slogan .content .content-desc.md {
          width: 80%; }
          @media screen and (max-width: 767px) {
            .promo.promo-4 .slogan .content .content-desc.md, .promo.promo-5 .slogan .content .content-desc.md, .promo.promo-6 .slogan .content .content-desc.md, .promo.promo-8 .slogan .content .content-desc.md {
              width: auto; } }
        .promo.promo-4 .slogan .content .content-desc.sm, .promo.promo-5 .slogan .content .content-desc.sm, .promo.promo-6 .slogan .content .content-desc.sm, .promo.promo-8 .slogan .content .content-desc.sm {
          width: 60%; }
          @media screen and (max-width: 767px) {
            .promo.promo-4 .slogan .content .content-desc.sm, .promo.promo-5 .slogan .content .content-desc.sm, .promo.promo-6 .slogan .content .content-desc.sm, .promo.promo-8 .slogan .content .content-desc.sm {
              width: auto; } }
        .promo.promo-4 .slogan .content .content-desc b, .promo.promo-5 .slogan .content .content-desc b, .promo.promo-6 .slogan .content .content-desc b, .promo.promo-8 .slogan .content .content-desc b {
          font-weight: 700; }
      .promo.promo-4 .slogan .content .content-percent, .promo.promo-5 .slogan .content .content-percent, .promo.promo-6 .slogan .content .content-percent, .promo.promo-8 .slogan .content .content-percent {
        width: 80%;
        padding-top: 32px; }
        .promo.promo-4 .slogan .content .content-percent .content-percent-title, .promo.promo-5 .slogan .content .content-percent .content-percent-title, .promo.promo-6 .slogan .content .content-percent .content-percent-title, .promo.promo-8 .slogan .content .content-percent .content-percent-title {
          padding: 24px 0;
          text-align: center;
          color: #fff;
          font-size: 21px;
          font-weight: 500;
          position: relative; }
          .promo.promo-4 .slogan .content .content-percent .content-percent-title:after, .promo.promo-5 .slogan .content .content-percent .content-percent-title:after, .promo.promo-6 .slogan .content .content-percent .content-percent-title:after, .promo.promo-8 .slogan .content .content-percent .content-percent-title:after {
            content: '';
            width: 100%;
            height: 1px;
            display: block;
            background-color: #fff;
            opacity: 0.4;
            position: absolute;
            left: 0;
            bottom: 0; }
        .promo.promo-4 .slogan .content .content-percent .content-percent-desc:after, .promo.promo-5 .slogan .content .content-percent .content-percent-desc:after, .promo.promo-6 .slogan .content .content-percent .content-percent-desc:after, .promo.promo-8 .slogan .content .content-percent .content-percent-desc:after {
          content: "";
          display: table;
          clear: both; }
        .promo.promo-4 .slogan .content .content-percent .content-percent-desc .content-percent-column, .promo.promo-5 .slogan .content .content-percent .content-percent-desc .content-percent-column, .promo.promo-6 .slogan .content .content-percent .content-percent-desc .content-percent-column, .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column {
          width: 50%;
          padding-top: 24px;
          padding-right: 24px;
          float: left; }
          .promo.promo-4 .slogan .content .content-percent .content-percent-desc .content-percent-column:last-child, .promo.promo-5 .slogan .content .content-percent .content-percent-desc .content-percent-column:last-child, .promo.promo-6 .slogan .content .content-percent .content-percent-desc .content-percent-column:last-child, .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column:last-child {
            width: 40%;
            float: right;
            padding-right: 0; }
          .promo.promo-4 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents, .promo.promo-5 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents, .promo.promo-6 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents, .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents {
            padding-left: 16px; }
            .promo.promo-4 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents span.sm, .promo.promo-5 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents span.sm, .promo.promo-6 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents span.sm, .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents span.sm {
              font-size: 39px;
              font-weight: 300; }
            .promo.promo-4 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents span.number, .promo.promo-5 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents span.number, .promo.promo-6 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents span.number, .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents span.number {
              font-size: 65px;
              font-weight: 700; }
          .promo.promo-4 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percent-text, .promo.promo-5 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percent-text, .promo.promo-6 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percent-text, .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percent-text {
            padding-right: 24px;
            padding-left: 45px;
            font-size: 15px;
            font-weight: 300;
            position: relative; }
            .promo.promo-4 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percent-text:before, .promo.promo-5 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percent-text:before, .promo.promo-6 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percent-text:before, .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percent-text:before {
              background-image: url(sprite.png);
              background-position: -1414px -874px;
              width: 33px;
              height: 49px;
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0; }
    .promo.promo-4 .slogan .statistics, .promo.promo-5 .slogan .statistics, .promo.promo-6 .slogan .statistics, .promo.promo-8 .slogan .statistics {
      width: 650px;
      position: absolute;
      right: calc(((100% - 915px) / 2));
      bottom: 0; }
      @media screen and (max-width: 1280px) {
        .promo.promo-4 .slogan .statistics, .promo.promo-5 .slogan .statistics, .promo.promo-6 .slogan .statistics, .promo.promo-8 .slogan .statistics {
          width: 650px;
          right: 80px; } }
      @media screen and (max-width: 991px) {
        .promo.promo-4 .slogan .statistics, .promo.promo-5 .slogan .statistics, .promo.promo-6 .slogan .statistics, .promo.promo-8 .slogan .statistics {
          max-width: 650px;
          width: 100%;
          position: relative;
          right: auto;
          left: auto;
          bottom: auto;
          margin: 30px auto;
          height: auto; } }
      @media screen and (max-width: 767px) {
        .promo.promo-4 .slogan .statistics, .promo.promo-5 .slogan .statistics, .promo.promo-6 .slogan .statistics, .promo.promo-8 .slogan .statistics {
          display: block;
          padding: 0; } }
      .promo.promo-4 .slogan .statistics .statistic, .promo.promo-5 .slogan .statistics .statistic, .promo.promo-6 .slogan .statistics .statistic, .promo.promo-8 .slogan .statistics .statistic {
        position: absolute;
        top: 100px;
        left: 0;
        padding: 0 30px; }
        @media screen and (max-width: 767px) {
          .promo.promo-4 .slogan .statistics .statistic, .promo.promo-5 .slogan .statistics .statistic, .promo.promo-6 .slogan .statistics .statistic, .promo.promo-8 .slogan .statistics .statistic {
            display: block;
            padding: 0;
            max-width: 160px; } }
        @media screen and (max-width: 991px) {
          .promo.promo-4 .slogan .statistics .statistic, .promo.promo-5 .slogan .statistics .statistic, .promo.promo-6 .slogan .statistics .statistic, .promo.promo-8 .slogan .statistics .statistic {
            text-align: left;
            position: static; } }
        .promo.promo-4 .slogan .statistics .statistic .statistic-subtext, .promo.promo-5 .slogan .statistics .statistic .statistic-subtext, .promo.promo-6 .slogan .statistics .statistic .statistic-subtext, .promo.promo-8 .slogan .statistics .statistic .statistic-subtext {
          text-align: right; }
          .promo.promo-4 .slogan .statistics .statistic .statistic-subtext:after, .promo.promo-5 .slogan .statistics .statistic .statistic-subtext:after, .promo.promo-6 .slogan .statistics .statistic .statistic-subtext:after, .promo.promo-8 .slogan .statistics .statistic .statistic-subtext:after {
            height: 143px;
            bottom: -182px;
            position: absolute; }
          @media screen and (max-width: 991px) {
            .promo.promo-4 .slogan .statistics .statistic .statistic-subtext, .promo.promo-5 .slogan .statistics .statistic .statistic-subtext, .promo.promo-6 .slogan .statistics .statistic .statistic-subtext, .promo.promo-8 .slogan .statistics .statistic .statistic-subtext {
              text-align: left; }
              .promo.promo-4 .slogan .statistics .statistic .statistic-subtext:before, .promo.promo-4 .slogan .statistics .statistic .statistic-subtext:after, .promo.promo-5 .slogan .statistics .statistic .statistic-subtext:before, .promo.promo-5 .slogan .statistics .statistic .statistic-subtext:after, .promo.promo-6 .slogan .statistics .statistic .statistic-subtext:before, .promo.promo-6 .slogan .statistics .statistic .statistic-subtext:after, .promo.promo-8 .slogan .statistics .statistic .statistic-subtext:before, .promo.promo-8 .slogan .statistics .statistic .statistic-subtext:after {
                display: none; } }
      .promo.promo-4 .slogan .statistics .statistic.two, .promo.promo-5 .slogan .statistics .statistic.two, .promo.promo-6 .slogan .statistics .statistic.two, .promo.promo-8 .slogan .statistics .statistic.two {
        position: absolute;
        left: initial;
        right: 0px;
        margin-top: 20px; }
        @media screen and (max-width: 991px) {
          .promo.promo-4 .slogan .statistics .statistic.two, .promo.promo-5 .slogan .statistics .statistic.two, .promo.promo-6 .slogan .statistics .statistic.two, .promo.promo-8 .slogan .statistics .statistic.two {
            position: static; }
            .promo.promo-4 .slogan .statistics .statistic.two .statistic-subtext, .promo.promo-5 .slogan .statistics .statistic.two .statistic-subtext, .promo.promo-6 .slogan .statistics .statistic.two .statistic-subtext, .promo.promo-8 .slogan .statistics .statistic.two .statistic-subtext {
              text-align: left; }
              .promo.promo-4 .slogan .statistics .statistic.two .statistic-subtext:before, .promo.promo-4 .slogan .statistics .statistic.two .statistic-subtext:after, .promo.promo-5 .slogan .statistics .statistic.two .statistic-subtext:before, .promo.promo-5 .slogan .statistics .statistic.two .statistic-subtext:after, .promo.promo-6 .slogan .statistics .statistic.two .statistic-subtext:before, .promo.promo-6 .slogan .statistics .statistic.two .statistic-subtext:after, .promo.promo-8 .slogan .statistics .statistic.two .statistic-subtext:before, .promo.promo-8 .slogan .statistics .statistic.two .statistic-subtext:after {
                display: none; } }
  @media screen and (max-width: 767px) {
    .promo.promo-4 {
      min-height: 820px;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .promo.promo-5 {
      min-height: 1020px;
      height: auto; } }
  .promo.promo-5 .slogan {
    padding-top: 150px; }
    .promo.promo-5 .slogan .content .content-desc {
      margin-top: 24px;
      font-size: 20px;
      line-height: 1.6; }
      @media screen and (max-width: 1440px) {
        .promo.promo-5 .slogan .content .content-desc {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-5 .slogan .content .content-desc {
          font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .promo.promo-6 {
      min-height: 600px;
      height: auto; } }
  @media screen and (max-width: 1023px) {
    .promo.promo-6 .slogan .content .content-title {
      font-size: 24px; } }
  .promo.promo-6 .slogan .content .content-desc {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 1440px) {
      .promo.promo-6 .slogan .content .content-desc {
        font-size: 18px; } }
    @media screen and (max-width: 1199px) {
      .promo.promo-6 .slogan .content .content-desc {
        font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .promo.promo-8 {
      min-height: 680px !important;
      height: auto; } }
  @media screen and (max-width: 340px) {
    .promo.promo-8 {
      min-height: 720px !important; } }
  .promo.promo-8 .slogan {
    padding-top: 120px; }
    @media screen and (max-width: 1280px) {
      .promo.promo-8 .slogan {
        width: 100%;
        padding: 120px 24px 0; } }
    @media screen and (max-width: 1023px) {
      .promo.promo-8 .slogan {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-8 .slogan {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        max-width: 100%;
        width: 100%;
        padding-top: 48px;
        padding-left: 16px;
        padding-right: 16px;
        left: 0;
        top: 0;
        position: relative;
        padding-bottom: 50px; } }
    .promo.promo-8 .slogan .content .content-desc {
      letter-spacing: 0.5px; }
    @media screen and (max-width: 1023px) {
      .promo.promo-8 .slogan .content {
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .promo.promo-8 .slogan .content {
        padding: 0 !important; } }
    @media screen and (max-width: 1023px) {
      .promo.promo-8 .slogan .content .content-desc {
        margin: 24px auto 0; } }
    @media screen and (max-width: 1023px) {
      .promo.promo-8 .slogan .content .content-percent {
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .promo.promo-8 .slogan .content .content-percent {
        width: 100%;
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents span.sm {
        font-size: 24px; } }
    @media screen and (max-width: 993px) {
      .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percents span.number {
        font-size: 48px; } }
    @media screen and (max-width: 767px) {
      .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percent-text {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-8 .slogan .content .content-percent .content-percent-desc .content-percent-column .content-percent-text:before {
        display: none; } }
  .promo.promo-7 {
    background-image: url("../images/bg-7.jpg"); }
    .promo.promo-7 .container {
      max-width: 970px;
      padding-top: 240px;
      padding-bottom: 90px; }
      .promo.promo-7 .container h3 {
        font-size: 54px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #fff;
        margin: 0 0 70px; }
      .promo.promo-7 .container .logo-area {
        margin-bottom: 40px; }
        .promo.promo-7 .container .logo-area img {
          display: inline-block; }
        .promo.promo-7 .container .logo-area .esit-sans-logo {
          display: inline-block;
          padding-right: 30px;
          margin-right: 30px;
          position: relative; }
          .promo.promo-7 .container .logo-area .esit-sans-logo:after {
            content: '';
            display: block;
            width: 1px;
            height: 48px;
            background-color: rgba(255, 255, 255, 0.3);
            position: absolute;
            right: 0;
            bottom: 0; }
      .promo.promo-7 .container .content {
        color: #fff; }
        .promo.promo-7 .container .content.content-left {
          padding-right: 45px; }
          .promo.promo-7 .container .content.content-left .txt-area {
            border-right: 1px solid rgba(255, 255, 255, 0.4);
            margin-right: -45px;
            padding-right: 45px; }
        .promo.promo-7 .container .content.content-right {
          padding-left: 45px; }
        .promo.promo-7 .container .content h4 {
          font-size: 24px;
          font-weight: 700;
          margin: 0 0 30px; }
        .promo.promo-7 .container .content p {
          font-size: 16px;
          font-weight: 300;
          line-height: 1.7;
          letter-spacing: .3px;
          margin-bottom: 30px !important; }
    @media (max-width: 991px) {
      .promo.promo-7 {
        height: auto;
        min-height: 100%; }
        .promo.promo-7 .container {
          padding-top: 120px;
          padding-bottom: 60px;
          max-width: 100%; }
          .promo.promo-7 .container h3 {
            font-size: 44px;
            margin-bottom: 50px; }
          .promo.promo-7 .container .logo-area {
            margin-bottom: 40px; }
          .promo.promo-7 .container .content.content-left {
            padding-right: 0;
            margin-bottom: 60px; }
            .promo.promo-7 .container .content.content-left .txt-area {
              border-right: none;
              margin-right: 0;
              padding-right: 0; }
          .promo.promo-7 .container .content.content-right {
            padding-left: 0; }
          .promo.promo-7 .container .content h4 {
            font-size: 22px;
            margin-bottom: 20px; }
          .promo.promo-7 .container .content p {
            font-size: 14px;
            line-height: 1.6;
            letter-spacing: .2px;
            margin-bottom: 20px !important; } }
    @media (max-width: 767px) {
      .promo.promo-7 .container {
        padding-top: 60px;
        padding-bottom: 40px; }
        .promo.promo-7 .container h3 {
          font-size: 32px;
          margin-bottom: 40px; }
        .promo.promo-7 .container .logo-area {
          margin-bottom: 35px; }
          .promo.promo-7 .container .logo-area img {
            max-width: 110px; }
        .promo.promo-7 .container .content.content-left {
          margin-bottom: 50px; }
        .promo.promo-7 .container .content h4 {
          font-size: 20px; } }
  .promo.promo-9 {
    background-image: url("../images/bg-10.jpg"); }
    @media screen and (max-width: 767px) {
      .promo.promo-9 {
        height: auto;
        min-height: 100%; } }
    .promo.promo-9 .slogan {
      width: 1000px;
      max-width: 1000px;
      text-align: left;
      padding-top: 80px; }
      @media screen and (max-width: 1199px) {
        .promo.promo-9 .slogan {
          width: 700px;
          margin: 0 auto; } }
      @media screen and (max-width: 1023px) {
        .promo.promo-9 .slogan {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          padding-top: 0; } }
      @media screen and (max-width: 767px) {
        .promo.promo-9 .slogan {
          position: relative;
          width: 300px;
          padding: 60px 15px;
          transform: none;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto; } }
      .promo.promo-9 .slogan .content {
        padding-left: 550px;
        padding-top: 400px;
        position: relative; }
        @media screen and (max-width: 1024px) {
          .promo.promo-9 .slogan .content {
            padding-left: 0px;
            text-align: center; } }
        @media screen and (max-width: 1023px) {
          .promo.promo-9 .slogan .content {
            padding-top: 0; } }
        .promo.promo-9 .slogan .content .revolver {
          width: 566px;
          height: 520px;
          position: absolute;
          top: 120px;
          left: 0px; }
          .promo.promo-9 .slogan .content .revolver.building .revolver-items {
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); }
            .promo.promo-9 .slogan .content .revolver.building .revolver-items a {
              -webkit-transform: rotate(-90deg);
              -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              -o-transform: rotate(-90deg);
              transform: rotate(-90deg); }
          .promo.promo-9 .slogan .content .revolver.location .revolver-items {
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -webkit-transform: rotate(217deg);
            -moz-transform: rotate(217deg);
            -ms-transform: rotate(217deg);
            -o-transform: rotate(217deg);
            transform: rotate(217deg); }
            .promo.promo-9 .slogan .content .revolver.location .revolver-items a {
              -webkit-transform: rotate(-217deg);
              -moz-transform: rotate(-217deg);
              -ms-transform: rotate(-217deg);
              -o-transform: rotate(-217deg);
              transform: rotate(-217deg); }
          .promo.promo-9 .slogan .content .revolver .revolver-items {
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
            .promo.promo-9 .slogan .content .revolver .revolver-items i.circle {
              background-image: url(sprite.png);
              background-position: -522px 0px;
              width: 357px;
              height: 322px;
              display: block;
              position: absolute;
              top: 75px;
              left: 96px; }
          .promo.promo-9 .slogan .content .revolver a {
            border-radius: 100% ;
            -moz-border-radius: 100% ;
            -o-border-radius: 100% ;
            -webkit-border-radius: 100% ;
            -ms-webkit-radius: 100% ;
            width: 192px;
            height: 192px;
            display: block;
            border: 4px solid rgba(255, 255, 255, 0.5);
            -webkit-background-clip: padding-box;
            /* for Safari */
            background-clip: padding-box;
            /* for IE9+, Firefox 4+, Opera, Chrome */
            position: absolute;
            z-index: 1; }
            .promo.promo-9 .slogan .content .revolver a:after {
              -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
              -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
              -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
              transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
              border-radius: 100% ;
              -moz-border-radius: 100% ;
              -o-border-radius: 100% ;
              -webkit-border-radius: 100% ;
              -ms-webkit-radius: 100% ;
              background: #9f1877;
              /* Old browsers */
              background: -moz-linear-gradient(left, #9f1877 0%, #d9063a 100%);
              /* FF3.6+ */
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f1877), color-stop(100%, #d9063a));
              /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(left, #9f1877 0%, #d9063a 100%);
              /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(left, #9f1877 0%, #d9063a 100%);
              /* Opera 11.10+ */
              background: -ms-linear-gradient(left, #9f1877 0%, #d9063a 100%);
              /* IE10+ */
              background: linear-gradient(left, #9f1877 0%, #d9063a 100%);
              /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_gradient', endColorstr='$secondary_gradient',GradientType=0 );
              /* IE6-9 */
              content: '';
              width: 163px;
              height: 163px;
              display: block;
              position: absolute;
              top: 12px;
              left: 12px;
              z-index: 0;
              opacity: 0; }
            .promo.promo-9 .slogan .content .revolver a.active, .promo.promo-9 .slogan .content .revolver a:hover {
              border: 3px solid #dc0637; }
              .promo.promo-9 .slogan .content .revolver a.active:after, .promo.promo-9 .slogan .content .revolver a:hover:after {
                opacity: 1; }
            .promo.promo-9 .slogan .content .revolver a:hover:after {
              -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
              -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
              -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
              transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
              opacity: 0.7; }
            .promo.promo-9 .slogan .content .revolver a:before {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translateY(-50%) translateX(-50%);
              -moz-transform: translateY(-50%) translateX(-50%);
              -ms-transform: translateY(-50%) translateX(-50%);
              -o-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
              content: '';
              display: block;
              z-index: 1; }
            .promo.promo-9 .slogan .content .revolver a.building {
              top: 0;
              left: 0; }
              .promo.promo-9 .slogan .content .revolver a.building:before {
                background-image: url(sprite.png);
                background-position: -1164px -948px;
                width: 92px;
                height: 70px; }
            .promo.promo-9 .slogan .content .revolver a.horse {
              top: 12px;
              right: 0; }
              .promo.promo-9 .slogan .content .revolver a.horse:before {
                background-image: url(sprite.png);
                background-position: -1164px -859px;
                width: 83px;
                height: 79px; }
            .promo.promo-9 .slogan .content .revolver a.location {
              left: 170px;
              bottom: 0; }
              .promo.promo-9 .slogan .content .revolver a.location:before {
                background-image: url(sprite.png);
                background-position: -1164px -588px;
                width: 93px;
                height: 75px; }
          @media screen and (max-width: 1024px) {
            .promo.promo-9 .slogan .content .revolver {
              display: none; } }
        .promo.promo-9 .slogan .content .title {
          font-size: 27px;
          letter-spacing: 1px;
          font-weight: 700; }
          @media screen and (max-width: 1199px) {
            .promo.promo-9 .slogan .content .title {
              font-size: 24px;
              margin-bottom: 16px; } }
        .promo.promo-9 .slogan .content .desc {
          margin-top: 24px;
          font-size: 20px;
          letter-spacing: 1px;
          font-weight: 300; }
          @media screen and (max-width: 1024px) {
            .promo.promo-9 .slogan .content .desc {
              margin: 0 auto; } }
          @media screen and (max-width: 767px) {
            .promo.promo-9 .slogan .content .desc {
              font-size: 16px;
              letter-spacing: .5px; } }
        .promo.promo-9 .slogan .content .video {
          max-width: 225px;
          margin-top: 48px;
          padding-left: 100px;
          position: relative;
          cursor: pointer;
          display: block;
          outline: none; }
          @media screen and (max-width: 1199px) {
            .promo.promo-9 .slogan .content .video {
              margin: 32px auto 0; } }
          @media screen and (max-width: 767px) {
            .promo.promo-9 .slogan .content .video {
              padding-left: 80px; } }
          .promo.promo-9 .slogan .content .video .icon-play {
            background-image: url(sprite.png);
            background-position: -1078px -162px;
            width: 76px;
            height: 76px;
            position: absolute;
            top: 0;
            left: 0; }
          .promo.promo-9 .slogan .content .video .video-text {
            padding-top: 26px;
            font-size: 14px;
            font-weight: 700;
            color: #fff; }
  .promo.promo-10 {
    background-image: url("../images/bg-11.jpg"); }
    @media screen and (max-width: 1440px) {
      .promo.promo-10 {
        min-height: 800px; } }
    @media screen and (max-width: 767px) {
      .promo.promo-10 {
        min-height: 100%;
        height: auto; } }
    @media screen and (max-width: 340px) {
      .promo.promo-10 {
        min-height: calc(100% + 60px);
        height: auto; }
        .promo.promo-10 .site-container {
          min-height: calc(100% + 120px) !important; } }
    .promo.promo-10 .slogan {
      width: 1090px;
      max-width: 1090px;
      min-height: 768px;
      padding-top: 147px;
      text-align: left; }
      .promo.promo-10 .slogan:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 767px) {
        .promo.promo-10 .slogan {
          padding: 440px 15px 60px;
          min-height: 100%;
          width: 100%; } }
      .promo.promo-10 .slogan .content {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1070px;
        position: absolute;
        bottom: 60px; }
        @media screen and (max-width: 1199px) {
          .promo.promo-10 .slogan .content {
            width: 100%;
            padding: 0 20px; } }
        @media screen and (max-width: 1023px) {
          .promo.promo-10 .slogan .content {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            text-align: center;
            bottom: initial; } }
        @media screen and (max-width: 767px) {
          .promo.promo-10 .slogan .content {
            width: 100%;
            padding: 0 16px; } }
        .promo.promo-10 .slogan .content .video {
          max-width: 225px;
          margin-top: 48px;
          padding-left: 100px;
          position: relative;
          cursor: pointer;
          display: block;
          outline: none; }
          .promo.promo-10 .slogan .content .video .icon-play {
            background-image: url(sprite.png);
            background-position: -1078px -162px;
            width: 76px;
            height: 76px;
            position: absolute;
            top: 80%;
            left: 0; }
          .promo.promo-10 .slogan .content .video .video-text {
            padding-top: 26px;
            font-size: 14px;
            font-weight: 700;
            color: #fff; }
          @media screen and (max-width: 1199px) {
            .promo.promo-10 .slogan .content .video {
              margin: 32px auto 0; } }
          @media screen and (max-width: 767px) {
            .promo.promo-10 .slogan .content .video {
              padding-left: 80px; }
              .promo.promo-10 .slogan .content .video .icon-play {
                top: 90%; } }
      .promo.promo-10 .slogan .content-right {
        width: 60%;
        padding-right: 30px; }
      .promo.promo-10 .slogan .content-left,
      .promo.promo-10 .slogan .content-right {
        float: left; }
        @media screen and (max-width: 1023px) {
          .promo.promo-10 .slogan .content-left,
          .promo.promo-10 .slogan .content-right {
            width: 100%; } }
      .promo.promo-10 .slogan .content-left {
        padding-right: 30px;
        width: 40%; }
        @media screen and (max-width: 1023px) {
          .promo.promo-10 .slogan .content-left {
            width: 100%; } }
        @media screen and (max-width: 1023px) {
          .promo.promo-10 .slogan .content-left {
            padding-right: 0; } }
        .promo.promo-10 .slogan .content-left .title {
          font-weight: 700;
          font-size: 38px; }
          @media screen and (max-width: 1440px) {
            .promo.promo-10 .slogan .content-left .title {
              font-size: 32px; } }
          @media screen and (max-width: 1023px) {
            .promo.promo-10 .slogan .content-left .title {
              padding-bottom: 30px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-10 .slogan .content-left .title {
              font-size: 22px; } }
      .promo.promo-10 .slogan .content-right p {
        margin-bottom: 20px;
        font-weight: 400;
        letter-spacing: 0.3px;
        font-size: 18px;
        line-height: 1.6; }
        @media screen and (max-width: 1440px) {
          .promo.promo-10 .slogan .content-right p {
            font-size: 18px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-10 .slogan .content-right p {
            font-size: 14px;
            line-height: 1.6;
            letter-spacing: .5px; } }
  .promo.promo-diyalog {
    background-image: url("../images/bg-diyalog.jpg");
    min-height: 960px; }
    .promo.promo-diyalog .container {
      max-width: 930px;
      padding-top: 90px;
      padding-bottom: 60px;
      position: relative;
      height: 100%; }
      .promo.promo-diyalog .container .content {
        color: #fff;
        position: absolute;
        bottom: 130px; }
        .promo.promo-diyalog .container .content h3 {
          font-size: 44px;
          font-weight: 500;
          margin: 0 0 30px;
          line-height: 1.2; }
          .promo.promo-diyalog .container .content h3 .big {
            font-size: 62px;
            font-weight: 700; }
        .promo.promo-diyalog .container .content p {
          font-size: 20px;
          font-weight: 400;
          letter-spacing: .5px;
          line-height: 1.6; }
    @media (max-width: 991px) {
      .promo.promo-diyalog {
        min-height: 100%;
        height: auto;
        background-position: right; }
        .promo.promo-diyalog .container {
          max-width: 100%;
          padding-top: 90px;
          padding-bottom: 60px;
          position: relative;
          height: 100%; }
          .promo.promo-diyalog .container .content {
            position: absolute;
            bottom: 90px; }
            .promo.promo-diyalog .container .content h3 {
              font-size: 36px; }
              .promo.promo-diyalog .container .content h3 .big {
                font-size: 42px; }
            .promo.promo-diyalog .container .content p {
              font-size: 18px;
              letter-spacing: .4px;
              line-height: 1.6; } }
    @media (max-width: 767px) {
      .promo.promo-diyalog {
        min-height: 100%;
        height: auto;
        background-position: center; }
        .promo.promo-diyalog .container {
          max-width: 100%;
          padding-top: 90px;
          padding-bottom: 60px;
          position: static;
          height: auto; }
          .promo.promo-diyalog .container .content {
            position: static; }
            .promo.promo-diyalog .container .content h3 {
              font-size: 24px; }
              .promo.promo-diyalog .container .content h3 .big {
                font-size: 32px; }
            .promo.promo-diyalog .container .content p {
              font-size: 16px;
              letter-spacing: .3px;
              line-height: 1.6; } }
  .promo.promo-11 {
    background-image: url("../images/bg-12.jpg"); }
    @media screen and (max-width: 767px) {
      .promo.promo-11 {
        height: auto;
        min-height: 100%; } }
    .promo.promo-11 .slogan {
      width: 1170px;
      max-width: 1170px;
      min-height: 768px;
      padding-top: 147px;
      text-align: left;
      position: relative; }
      .promo.promo-11 .slogan:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1023px) {
        .promo.promo-11 .slogan {
          padding-top: 0; } }
      @media screen and (max-width: 767px) {
        .promo.promo-11 .slogan {
          width: 100%;
          min-height: 100%;
          padding: 80px 15px; } }
      .promo.promo-11 .slogan .content {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        position: absolute;
        bottom: -240px; }
        .promo.promo-11 .slogan .content:after {
          content: "";
          display: table;
          clear: both; }
        @media screen and (max-width: 1280px) {
          .promo.promo-11 .slogan .content {
            padding: 0 24px; } }
        @media screen and (max-width: 1023px) {
          .promo.promo-11 .slogan .content {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); } }
        @media screen and (max-width: 767px) {
          .promo.promo-11 .slogan .content {
            width: 100%;
            padding: 0;
            position: relative;
            bottom: initial;
            transform: none;
            left: auto;
            right: auto;
            bottom: auto; } }
      .promo.promo-11 .slogan .content-left {
        width: 90%;
        padding-right: 64px; }
        @media screen and (max-width: 1023px) {
          .promo.promo-11 .slogan .content-left {
            width: 100%;
            margin: 0 auto;
            padding-right: 0; } }
        .promo.promo-11 .slogan .content-left .title {
          font-weight: 700;
          font-size: 48px;
          letter-spacing: 1px; }
          @media screen and (max-width: 1440px) {
            .promo.promo-11 .slogan .content-left .title {
              letter-spacing: .5px;
              font-size: 36px;
              line-height: 1.3; } }
          @media screen and (max-width: 1023px) {
            .promo.promo-11 .slogan .content-left .title {
              padding-bottom: 32px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-11 .slogan .content-left .title {
              font-size: 20px;
              letter-spacing: .5px; } }
      .promo.promo-11 .slogan .content-right {
        width: 100%;
        padding-left: 40%;
        padding-top: 48px; }
        @media screen and (max-width: 1023px) {
          .promo.promo-11 .slogan .content-right {
            padding-left: 0; } }
        @media screen and (max-width: 767px) {
          .promo.promo-11 .slogan .content-right {
            padding-top: 20px; } }
        .promo.promo-11 .slogan .content-right ul {
          padding: 0;
          margin: 0; }
          .promo.promo-11 .slogan .content-right ul li {
            display: block;
            padding-left: 32px;
            margin-bottom: 20px;
            list-style: none;
            font-weight: 300;
            font-size: 20px;
            letter-spacing: 1px;
            line-height: 1.6;
            position: relative; }
            @media screen and (max-width: 1440px) {
              .promo.promo-11 .slogan .content-right ul li {
                font-size: 18px;
                margin-bottom: 15px;
                letter-spacing: .5px; } }
            @media screen and (max-width: 767px) {
              .promo.promo-11 .slogan .content-right ul li {
                font-size: 13px; } }
            .promo.promo-11 .slogan .content-right ul li:before {
              background-image: url(sprite.png);
              background-position: -1442px -125px;
              width: 7px;
              height: 13px;
              content: '';
              display: block;
              position: absolute;
              top: 10px;
              left: 0; }
          @media screen and (max-width: 767px) {
            .promo.promo-11 .slogan .content-right ul li {
              padding-left: 24px;
              margin-bottom: 15px;
              font-size: 14px;
              letter-spacing: 0.5px;
              line-height: 1.4; }
              .promo.promo-11 .slogan .content-right ul li:before {
                background-image: url(sprite.png);
                background-position: -1442px -125px;
                width: 7px;
                height: 13px;
                content: '';
                display: block;
                position: absolute;
                top: 3px;
                left: 0; } }
    .promo.promo-11 ul {
      padding: 0;
      margin: 0; }
      .promo.promo-11 ul li {
        display: block;
        padding-left: 32px;
        margin-bottom: 20px;
        list-style: none;
        font-weight: 300;
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.6;
        position: relative; }
        @media screen and (max-width: 1440px) {
          .promo.promo-11 ul li {
            font-size: 18px;
            margin-bottom: 15px;
            letter-spacing: .5px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-11 ul li {
            font-size: 13px; } }
        .promo.promo-11 ul li:before {
          background-image: url(sprite.png);
          background-position: -1442px -125px;
          width: 7px;
          height: 13px;
          content: '';
          display: block;
          position: absolute;
          top: 10px;
          left: 0; }
      @media screen and (max-width: 767px) {
        .promo.promo-11 ul li {
          padding-left: 24px;
          margin-bottom: 15px;
          font-size: 14px;
          letter-spacing: 0.5px;
          line-height: 1.4; }
          .promo.promo-11 ul li:before {
            background-image: url(sprite.png);
            background-position: -1442px -125px;
            width: 7px;
            height: 13px;
            content: '';
            display: block;
            position: absolute;
            top: 3px;
            left: 0; } }
  .promo.promo-12 {
    background-image: url("../images/bg-13.jpg");
    position: relative; }
    @media screen and (max-width: 767px) {
      .promo.promo-12 {
        height: auto;
        min-height: 580px; } }
    .promo.promo-12 .slogan {
      max-width: 788px;
      min-height: 768px;
      margin: 0 auto;
      padding-top: 187px;
      text-align: left; }
      .promo.promo-12 .slogan:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1023px) {
        .promo.promo-12 .slogan {
          padding-left: 0; } }
      @media screen and (max-width: 767px) {
        .promo.promo-12 .slogan {
          padding: 90px 15px 280px;
          min-height: 100%; } }
      .promo.promo-12 .slogan .content:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1023px) {
        .promo.promo-12 .slogan .content {
          text-align: center; } }
      .promo.promo-12 .slogan .content-left {
        width: 100%;
        float: left; }
        @media screen and (max-width: 1023px) {
          .promo.promo-12 .slogan .content-left {
            float: none;
            margin-bottom: 32px; } }
        .promo.promo-12 .slogan .content-left .title {
          font-weight: 700;
          font-size: 48px;
          letter-spacing: 1px; }
          @media screen and (max-width: 1440px) {
            .promo.promo-12 .slogan .content-left .title {
              font-size: 36px;
              letter-spacing: .5px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-12 .slogan .content-left .title {
              font-size: 24px;
              letter-spacing: .5px;
              line-height: 1.2;
              margin-bottom: 10px; } }
        .promo.promo-12 .slogan .content-left .subtitle {
          font-size: 48px;
          font-weight: 300;
          letter-spacing: 1px; }
          @media screen and (max-width: 1440px) {
            .promo.promo-12 .slogan .content-left .subtitle {
              font-size: 36px;
              letter-spacing: .5px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-12 .slogan .content-left .subtitle {
              font-size: 18px;
              letter-spacing: .5px; } }
      .promo.promo-12 .slogan .content-right {
        width: 50%;
        padding-top: 32px;
        float: right; }
        @media screen and (max-width: 1023px) {
          .promo.promo-12 .slogan .content-right {
            margin: 0 auto;
            float: none; } }
        .promo.promo-12 .slogan .content-right p {
          font-weight: 300;
          font-size: 21px;
          line-height: 1.6; }
          @media screen and (max-width: 1440px) {
            .promo.promo-12 .slogan .content-right p {
              font-size: 18px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-12 .slogan .content-right p {
              font-size: 13px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-12 .slogan .content-right {
            width: 100%;
            padding-top: 15px;
            float: none; }
            .promo.promo-12 .slogan .content-right p {
              font-size: 14px;
              line-height: 1.4; } }
    .promo.promo-12 .target-container {
      width: 100%;
      height: 310px;
      background-color: #04090d;
      position: absolute;
      bottom: 0; }
      @media screen and (max-width: 1199px) {
        .promo.promo-12 .target-container {
          padding: 0 24px; } }
      @media screen and (max-width: 1023px) {
        .promo.promo-12 .target-container {
          height: auto;
          padding: 0 8px; } }
      .promo.promo-12 .target-container .target-content {
        max-width: 1030px;
        height: 310px;
        margin: 0 auto;
        position: relative; }
        .promo.promo-12 .target-container .target-content:after {
          content: "";
          display: table;
          clear: both; }
        @media screen and (max-width: 1023px) {
          .promo.promo-12 .target-container .target-content {
            height: auto; } }
        .promo.promo-12 .target-container .target-content:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          background-image: url(sprite.png);
          background-position: 0px -522px;
          width: 476px;
          height: 534px;
          content: '';
          display: block;
          position: absolute;
          right: -64px; }
          @media screen and (max-width: 767px) {
            .promo.promo-12 .target-container .target-content:after {
              display: none; } }
        .promo.promo-12 .target-container .target-content .target-column {
          width: 50%;
          padding-top: 70px;
          float: left; }
          @media screen and (max-width: 1023px) {
            .promo.promo-12 .target-container .target-content .target-column {
              width: 100%;
              margin: 32px 0;
              padding-top: 24px;
              float: none; } }
          @media screen and (max-width: 767px) {
            .promo.promo-12 .target-container .target-content .target-column {
              padding-top: 0;
              margin: 16px 0; } }
          .promo.promo-12 .target-container .target-content .target-column .target-text {
            padding-left: 180px;
            padding-right: 64px;
            font-weight: 300;
            font-size: 17px;
            line-height: 1.8;
            position: relative;
            color: #fff; }
            @media screen and (max-width: 1023px) {
              .promo.promo-12 .target-container .target-content .target-column .target-text {
                padding-left: 140px;
                padding-right: 16px; } }
            @media screen and (max-width: 767px) {
              .promo.promo-12 .target-container .target-content .target-column .target-text {
                padding-left: 48px;
                padding-right: 0px;
                font-size: 13px; } }
            @media screen and (max-width: 1199px) {
              .promo.promo-12 .target-container .target-content .target-column .target-text:last-child {
                padding-right: 32px; } }
            @media screen and (max-width: 767px) {
              .promo.promo-12 .target-container .target-content .target-column .target-text:last-child {
                padding-right: 8px; } }
            .promo.promo-12 .target-container .target-content .target-column .target-text:before {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              content: '';
              display: block;
              position: absolute;
              left: 0; }
              @media screen and (max-width: 1023px) {
                .promo.promo-12 .target-container .target-content .target-column .target-text:before {
                  zoom: 0.6;
                  left: 16px; } }
              @media screen and (max-width: 767px) {
                .promo.promo-12 .target-container .target-content .target-column .target-text:before {
                  zoom: 0.3; } }
            .promo.promo-12 .target-container .target-content .target-column .target-text:after {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              content: '';
              width: 1px;
              height: 59px;
              display: block;
              background-color: #fff;
              left: 123px;
              opacity: 0.2; }
              @media screen and (max-width: 1023px) {
                .promo.promo-12 .target-container .target-content .target-column .target-text:after {
                  left: 90px; } }
              @media screen and (max-width: 767px) {
                .promo.promo-12 .target-container .target-content .target-column .target-text:after {
                  display: none; } }
            .promo.promo-12 .target-container .target-content .target-column .target-text.hand:before {
              background-image: url(sprite.png);
              background-position: -1299px -989px;
              width: 95px;
              height: 105px; }
            .promo.promo-12 .target-container .target-content .target-column .target-text.perc:before {
              background-image: url(sprite.png);
              background-position: -1299px -1104px;
              width: 97px;
              height: 90px; }

.step-area {
  width: 100%;
  height: 316px;
  padding-top: 105px;
  background-color: #fff;
  text-align: center;
  color: #c5093b;
  position: relative; }
  .step-area.inline {
    padding-top: 130px; }
  @media screen and (max-width: 767px) {
    .step-area.women:after {
      bottom: 20px; } }
  .step-area:before {
    background-image: url(sprite.png);
    background-position: -522px -1031px;
    width: 141px;
    height: 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    z-index: 1; }
  .step-area .step-title {
    text-align: center; }
    .step-area .step-title.light {
      font-size: 45px;
      font-weight: 300;
      line-height: 1; }
    .step-area .step-title.bold {
      font-size: 45px;
      font-weight: 700;
      line-height: 1; }
    .step-area .step-title.inline {
      display: inline; }
  @media screen and (max-width: 1440px) {
    .step-area {
      height: 200px;
      padding-top: 60px; }
      .step-area.inline {
        padding-top: 80px; }
      .step-area .step-title.light {
        font-size: 36px; }
      .step-area .step-title.bold {
        font-size: 36px; } }
  @media screen and (max-width: 767px) {
    .step-area {
      height: 140px;
      padding-top: 34px; }
      .step-area.inline {
        padding-top: 54px; }
      .step-area .step-title.light {
        font-size: 28px; }
      .step-area .step-title.bold {
        font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .step-area {
      height: 90px;
      padding-top: 22px; }
      .step-area.inline {
        padding-top: 34px; }
      .step-area .step-title.light {
        font-size: 18px;
        margin-bottom: 5px; }
      .step-area .step-title.bold {
        font-size: 18px; } }

.statistics {
  width: 500px;
  height: 490px; }
  @media screen and (max-width: 1199px) {
    .statistics {
      width: 300px; } }
  @media screen and (max-width: 767px) {
    .statistics {
      display: none; } }
  .statistics.big {
    width: 600px; }
  .statistics .statistic {
    text-align: center; }
    .statistics .statistic .statistic-text {
      font-weight: 700; }
      .statistics .statistic .statistic-text span.sm {
        font-size: 64px; }
        @media screen and (max-width: 1199px) {
          .statistics .statistic .statistic-text span.sm {
            font-size: 24px; } }
      .statistics .statistic .statistic-text span.txt {
        font-size: 106px; }
        @media screen and (max-width: 1199px) {
          .statistics .statistic .statistic-text span.txt {
            font-size: 64px; } }
    .statistics .statistic .statistic-subtext {
      font-size: 20px;
      font-weight: 300;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .statistics .statistic .statistic-subtext {
          font-size: 16px; } }
      .statistics .statistic .statistic-subtext:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50% ;
        -moz-border-radius: 50% ;
        -o-border-radius: 50% ;
        -webkit-border-radius: 50% ;
        -ms-webkit-radius: 50% ;
        content: '';
        width: 13px;
        height: 13px;
        display: block;
        border: 2px solid #fff;
        position: absolute;
        bottom: -40px;
        opacity: 0.4; }
      .statistics .statistic .statistic-subtext:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        display: block;
        width: 1px;
        background-color: #fff;
        opacity: 0.4; }

.pages {
  width: 100%;
  height: 204px;
  background-color: #c5093b; }
  .pages .site-container {
    min-height: 100px !important; }
  .pages .content {
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    position: relative; }
    .pages .content:after {
      content: "";
      display: table;
      clear: both; }
    .pages .content .content-column {
      -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      width: 50%;
      height: 204px;
      padding-top: 90px;
      float: left;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: relative; }
      .pages .content .content-column:hover {
        -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        text-decoration: none;
        text-decoration-color: transparent; }
      .pages .content .content-column .title {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        line-height: 1; }
      .pages .content .content-column .subtitle {
        margin-top: 16px;
        font-size: 17px;
        font-weight: 300;
        color: #fff;
        line-height: 1; }
      .pages .content .content-column .goTo {
        font-size: 14px;
        font-weight: 300;
        position: absolute;
        top: 92px;
        color: #fff; }
      .pages .content .content-column.together {
        background-image: url("../images/ft-together.jpg"); }
      .pages .content .content-column.power {
        background-image: url("../images/ft-power.jpg"); }
      .pages .content .content-column.ilham {
        background-image: url("../images/pages-1.jpg"); }
      .pages .content .content-column.left {
        padding-right: 60px;
        text-align: right; }
        .pages .content .content-column.left .goTo {
          padding-left: 44px;
          right: 400px; }
          .pages .content .content-column.left .goTo:before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            background-image: url(sprite.png);
            background-position: -1431px -545px;
            width: 14px;
            height: 12px;
            content: '';
            display: block;
            position: absolute;
            top: 4px;
            left: 10px; }
      .pages .content .content-column.right {
        padding-left: 60px;
        text-align: left; }
        .pages .content .content-column.right .goTo {
          padding-right: 44px;
          left: 400px; }
          .pages .content .content-column.right .goTo:before {
            background-image: url(sprite.png);
            background-position: -1431px -545px;
            width: 14px;
            height: 12px;
            content: '';
            display: block;
            position: absolute;
            top: 4px;
            right: 0px; }
  @media screen and (max-width: 991px) {
    .pages {
      height: 180px; }
      .pages .content .content-column {
        height: 140px;
        padding-top: 46px; }
        .pages .content .content-column .title {
          font-size: 18px; }
        .pages .content .content-column .subtitle {
          margin-top: 0;
          font-size: 14px; }
        .pages .content .content-column .goTo {
          font-size: 14px;
          top: 80px; }
        .pages .content .content-column.left {
          padding-right: 30px;
          padding-left: 5px;
          text-align: right; }
          .pages .content .content-column.left .goTo {
            padding-left: 30px;
            right: 30px; }
        .pages .content .content-column.right {
          padding-left: 30px;
          padding-right: 21px; }
          .pages .content .content-column.right .goTo {
            padding-right: 30px;
            left: 30px; } }

@media screen and (max-width: 991px) {
  br {
    display: none !important; } }

.dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  right: 54px;
  z-index: 2; }
  @media screen and (max-width: 1440px) {
    .dots {
      margin-top: 50px; } }
  @media screen and (max-width: 1199px) {
    .dots {
      margin-top: 50px;
      right: 40px; } }
  @media screen and (max-width: 991px) {
    .dots {
      display: none; } }
  .dots.small ul li {
    margin-bottom: 24px; }
    .dots.small ul li i {
      height: 25px;
      top: -25px; }
    .dots.small ul li:first-child i {
      display: none; }
  .dots ul {
    margin: 0;
    padding: 0; }
    .dots ul li {
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      border-radius: 50% ;
      -moz-border-radius: 50% ;
      -o-border-radius: 50% ;
      -webkit-border-radius: 50% ;
      -ms-webkit-radius: 50% ;
      width: 5px;
      height: 5px;
      margin-bottom: 44px;
      background-color: #8e8388;
      border: 1px solid #926774;
      list-style: none;
      position: relative;
      z-index: 1; }
      .dots ul li:first-child i {
        display: none; }
      .dots ul li:last-child {
        margin-bottom: 0; }
      .dots ul li.active {
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        background-color: #c5093b;
        border: 1px solid #c5093b; }
        .dots ul li.active.no:before {
          opacity: 0; }
        .dots ul li.active:last-child.no:before {
          opacity: 1; }
        .dots ul li.active i {
          -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          background-color: #c5093b;
          cursor: pointer; }
        .dots ul li.active:before {
          -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          background-image: url(sprite.png);
          background-position: -1419px -811px;
          width: 30px;
          height: 14px;
          content: '';
          position: absolute;
          top: -6px;
          left: -14px;
          opacity: 1; }
      .dots ul li i {
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        content: '';
        width: 1px;
        height: 45px;
        display: block;
        background-color: #8e8388;
        position: absolute;
        top: -45px;
        left: 1px;
        z-index: 3; }
  .dots.white ul li {
    background-color: #fff;
    border: 1px solid #fff; }
    .dots.white ul li.active {
      background-color: #fff;
      border: 1px solid #fff; }
      .dots.white ul li.active:after {
        background-color: #fff; }
      .dots.white ul li.active:before {
        background-image: url(sprite.png);
        background-position: -1419px -787px;
        width: 30px;
        height: 14px; }
    .dots.white ul li i {
      background-color: #fff; }

.fancybox-slide--video .fancybox-content {
  width: 800px;
  height: 451px;
  max-width: 90%;
  max-height: 90%; }
  @media (max-width: 767px) {
    .fancybox-slide--video .fancybox-content {
      height: 320px; } }

.fancybox-close-small {
  width: 68px !important;
  height: 68px !important;
  right: 0 !important;
  top: -77px !important;
  background: url(../images/icons/icon-close.png) center no-repeat #c5093b; }
  .fancybox-close-small:after {
    display: none; }
  @media (max-width: 767px) {
    .fancybox-close-small {
      width: 34px !important;
      height: 34px !important;
      top: -34px !important;
      background-size: 9px; } }

.fancybox-content .fancybox-caption-wrap {
  top: -77px;
  height: 68px;
  padding-bottom: 20px;
  padding: 0;
  background: no-repeat;
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .fancybox-content .fancybox-caption-wrap .fancybox-caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 72px 0 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: "Roboto", sans-serif;
    border-top: none; }
  @media (max-width: 767px) {
    .fancybox-content .fancybox-caption-wrap {
      top: -60px;
      height: 60px;
      border-bottom: none; }
      .fancybox-content .fancybox-caption-wrap .fancybox-caption {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 36px 0 0;
        font-size: 12px;
        line-height: 120%; } }

.video {
  max-width: 400px;
  margin-top: 48px;
  padding-left: 100px;
  position: relative;
  cursor: pointer;
  display: block;
  outline: none; }
  @media screen and (max-width: 1199px) {
    .video {
      margin: 32px auto 0; } }
  @media screen and (max-width: 767px) {
    .video {
      padding-left: 80px; } }
  .video .icon-play {
    background-image: url(sprite.png);
    background-position: -1078px -162px;
    width: 76px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0; }
  .video .icon-our-stories-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-image: url(../../assets/images/png/bizden-hikayeler-icon-dark.png);
    background-size: 70px;
    background-repeat: no-repeat; }
  .video .icon-our-stories-dark-en {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-image: url(../../assets/images/png/bizden-hikayeler-icon-dark-en.png);
    background-size: 70px;
    background-repeat: no-repeat; }
  .video .video-text {
    padding-top: 26px;
    font-size: 14px;
    font-weight: 700;
    color: #fff; }
    .video .video-text.inline-text {
      display: inline-block;
      position: relative;
      top: 10px; }

.txt-video-url {
  display: inline-block;
  padding: 0;
  margin: 30px 0;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .txt-video-url {
      margin: 0; } }

.left-video-icon {
  margin: 20px 0; }
  @media screen and (max-width: 1024px) {
    .left-video-icon {
      left: 0;
      transform: translateX(0);
      position: absolute;
      bottom: 0; } }
  @media screen and (max-width: 767px) {
    .left-video-icon {
      display: unset;
      position: absolute;
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%); } }

.custom-text-video {
  display: block;
  margin-left: 90px; }
  @media screen and (max-width: 1024px) {
    .custom-text-video {
      display: inline-block;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .custom-text-video {
      margin-left: 0; } }

.icon-our-stories {
  float: left;
  position: relative;
  top: 20px;
  width: 25%;
  height: 50px;
  background-image: url(../../assets/images/png/bizden-hikayeler-icon.png);
  background-size: 50px;
  display: inline-block;
  background-repeat: no-repeat; }
  .icon-our-stories.big-icon {
    height: 70px;
    margin-right: 20px;
    background-size: 70px; }

.icon-our-stories-en {
  float: left;
  position: relative;
  top: 20px;
  width: 25%;
  height: 50px;
  background-image: url(../../assets/images/png/bizden-hikayeler-icon-en.png);
  background-size: 50px;
  display: inline-block;
  background-repeat: no-repeat; }
  .icon-our-stories-en.big-icon {
    height: 70px;
    margin-right: 20px;
    background-size: 70px; }

p.readmorebtn {
  cursor: pointer; }

p.readmorebtn-en {
  cursor: pointer; }

.footer {
  width: 100%;
  padding: 24px 24px 5px;
  position: static;
  z-index: 3;
  background-color: #282828; }
  @media screen and (max-width: 1100px) {
    .footer {
      padding: 24px 0 5px; } }
  .footer .logo {
    padding-top: 6px; }
    .footer .logo .logo-link {
      display: block; }
      @media screen and (max-width: 993px) {
        .footer .logo .logo-link {
          margin: 0 auto; } }
  .footer .menu {
    text-align: center; }
    @media screen and (max-width: 993px) {
      .footer .menu {
        margin-top: 24px;
        margin-bottom: 24px; } }
    .footer .menu ul {
      margin: 0px;
      padding: 0px;
      display: inline-block; }
      .footer .menu ul:after {
        content: "";
        display: table;
        clear: both; }
      .footer .menu ul li {
        padding: 3px 23px 0;
        float: left;
        list-style: none;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 993px) {
          .footer .menu ul li {
            padding: 4px 10px;
            float: left; } }
        @media screen and (max-width: 767px) {
          .footer .menu ul li {
            float: none; } }
        .footer .menu ul li:last-child:after {
          display: none; }
        .footer .menu ul li:after {
          content: '.';
          display: block;
          font-weight: 300;
          font-size: 14px;
          line-height: 1;
          color: #fff;
          position: absolute;
          top: 3px;
          right: 0px; }
          @media screen and (max-width: 993px) {
            .footer .menu ul li:after {
              display: none; } }
        .footer .menu ul li a {
          color: #fff;
          font-weight: 300;
          text-decoration: none;
          font-size: 11px; }
          .footer .menu ul li a:hover {
            color: #fff;
            opacity: 0.8; }
  .footer .facebook,
  .footer .twitter,
  .footer .linkedin {
    width: 32px;
    height: 22px;
    display: block;
    position: relative;
    float: left; }
  .footer .social {
    padding-top: 0;
    text-align: right; }
    .footer .social:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 993px) {
      .footer .social {
        width: 96px;
        margin: 0 auto; } }
    .footer .social .social-links {
      display: inline-block; }
      .footer .social .social-links a {
        padding: 5px; }
      .footer .social .social-links img {
        display: block; }
      .footer .social .social-links:hover {
        opacity: 0.8; }

.home .footer {
  padding: 0 24px;
  position: absolute;
  z-index: initial;
  background-color: transparent;
  bottom: 0; }
  @media screen and (max-width: 993px) {
    .home .footer {
      position: static; } }
  .home .footer .logo {
    padding-top: 16px; }
  @media screen and (max-width: 993px) {
    .home .footer .menu {
      margin-top: 8px;
      margin-bottom: 0; } }
  .home .footer .menu ul li {
    padding: 16px 23px; }
    @media screen and (max-width: 993px) {
      .home .footer .menu ul li {
        padding: 8px 16px; } }
    .home .footer .menu ul li:after {
      top: 16px; }
  .home .footer .facebook,
  .home .footer .twitter,
  .home .footer .linkedin {
    height: 32px; }
  .home .footer .social {
    padding-top: 13px; }

.new-blog-header .header-top {
  display: flex;
  justify-content: space-between;
  padding: 30px 15px;
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .new-blog-header .header-top {
      width: 100%; } }
  @media (max-width: 768px) {
    .new-blog-header .header-top {
      display: block;
      width: 100%; } }
  .new-blog-header .header-top .search {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .new-blog-header .header-top .search {
        display: block;
        margin-top: 20px; } }
    .new-blog-header .header-top .search form {
      display: flex;
      position: relative; }
      .new-blog-header .header-top .search form .blog-search {
        width: 500px;
        height: 33px;
        box-sizing: border-box;
        padding: 0px 75px 0 24px;
        border: 1px solid #B2B8C3;
        border-radius: 16px; }
        .new-blog-header .header-top .search form .blog-search:focus {
          outline: 0;
          border: 1px solid #DC4672; }
        @media (max-width: 768px) {
          .new-blog-header .header-top .search form .blog-search {
            width: 100%; } }
      .new-blog-header .header-top .search form button {
        position: absolute;
        right: 20px;
        background-color: transparent;
        border: 0;
        top: 6px; }
        .new-blog-header .header-top .search form button:focus {
          outline: 0; }

.new-blog-header .header-backtohomepage {
  background-color: #FDFCFC;
  padding-top: 20px; }
  .new-blog-header .header-backtohomepage .backtohomepagebtn {
    padding-right: 10px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    justify-content: end;
    align-items: center; }

.new-blog-header .header-bottom {
  height: 50px;
  background: #b61866;
  background: linear-gradient(90deg, #b61866 1%, #e4032e 77%);
  font-family: 'Open Sans', sans-serif; }
  .new-blog-header .header-bottom nav.for-desktop {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    @media (max-width: 1200px) {
      .new-blog-header .header-bottom nav.for-desktop {
        width: 100%; } }
    @media (max-width: 768px) {
      .new-blog-header .header-bottom nav.for-desktop {
        display: none; } }
    .new-blog-header .header-bottom nav.for-desktop .header-menu {
      list-style: none;
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      color: #ffffff;
      font-size: 11px;
      font-weight: 700; }
      .new-blog-header .header-bottom nav.for-desktop .header-menu li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 26%;
        border-right: 1px solid #fff;
        text-align: center; }
        .new-blog-header .header-bottom nav.for-desktop .header-menu li:first-child {
          width: 22%; }
        .new-blog-header .header-bottom nav.for-desktop .header-menu li a {
          color: #ffffff;
          text-decoration: none; }
      .new-blog-header .header-bottom nav.for-desktop .header-menu .header-submenu-action {
        display: flex;
        align-items: center;
        gap: 5px;
        position: relative; }
        .new-blog-header .header-bottom nav.for-desktop .header-menu .header-submenu-action:hover .header-submenu {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
        .new-blog-header .header-bottom nav.for-desktop .header-menu .header-submenu-action .caret {
          border-top: 4px dashed;
          border-top: 4px solid\9;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent; }
      .new-blog-header .header-bottom nav.for-desktop .header-menu .header-submenu {
        display: none;
        position: absolute;
        top: 50px;
        width: 100%;
        padding: 0;
        z-index: 1000;
        box-shadow: 0 6px 12px black;
        border: 1px solid #E8E8E8;
        background: white; }
        .new-blog-header .header-bottom nav.for-desktop .header-menu .header-submenu li {
          border: none;
          width: 100%;
          padding: 20px 10px 20px 15px;
          border-bottom: 1px solid #E8E8E8; }
          .new-blog-header .header-bottom nav.for-desktop .header-menu .header-submenu li:hover {
            background-color: #E4032E; }
            .new-blog-header .header-bottom nav.for-desktop .header-menu .header-submenu li:hover a {
              color: #ffffff; }
          .new-blog-header .header-bottom nav.for-desktop .header-menu .header-submenu li a {
            font-weight: 700;
            color: #000000; }
  .new-blog-header .header-bottom nav.for-mobile {
    width: auto;
    padding: 0 15px; }
    @media (min-width: 769px) {
      .new-blog-header .header-bottom nav.for-mobile {
        display: none; } }
    @media (max-width: 768px) {
      .new-blog-header .header-bottom nav.for-mobile {
        width: 100%; } }
    .new-blog-header .header-bottom nav.for-mobile .header-menu-mobile {
      list-style: none;
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      color: #ffffff;
      font-size: 11px;
      font-weight: 700;
      overflow: auto;
      white-space: nowrap; }
      .new-blog-header .header-bottom nav.for-mobile .header-menu-mobile li {
        width: auto;
        /*border-right: 1px solid #DC4672;*/
        text-align: center;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 15px; }
        .new-blog-header .header-bottom nav.for-mobile .header-menu-mobile li:first-child {
          text-align: left;
          padding-left: 0; }
        .new-blog-header .header-bottom nav.for-mobile .header-menu-mobile li:last-child {
          border-right: none; }
        .new-blog-header .header-bottom nav.for-mobile .header-menu-mobile li a {
          color: #ffffff;
          text-decoration: none; }

.dropdown-cat-header {
  width: 18%;
  position: relative; }
  @media (max-width: 768px) {
    .dropdown-cat-header {
      width: 150px;
      border-left: 1px solid #fff; } }
  .dropdown-cat-header .btn-cat {
    width: 100%;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 16px 12px 19px 12px;
    font-size: 11px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: transparent;
    border: 0; }
    .dropdown-cat-header .btn-cat:focus {
      outline: none; }
    @media (max-width: 900px) {
      .dropdown-cat-header .btn-cat {
        border: 0;
        padding: 16px 0;
        margin-top: 0;
        font-size: 12px; } }
    .dropdown-cat-header .btn-cat .caret {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 8px;
      vertical-align: middle;
      border-top: 4px dashed;
      border-top: 4px solid\9;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }
  .dropdown-cat-header .dropdown-menu {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 2px 0 0;
    font-size: 11px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #E8E8E8; }
    .dropdown-cat-header .dropdown-menu li {
      background-color: #ffffff;
      padding: 20px 10px 20px 15px;
      border-bottom: 1px solid #E8E8E8; }
      @media (max-width: 990px) {
        .dropdown-cat-header .dropdown-menu li {
          padding: 20px 10px 20px 0; } }
      .dropdown-cat-header .dropdown-menu li a {
        display: block;
        padding: 0px 20px;
        clear: both;
        font-weight: 700;
        color: #000000;
        white-space: nowrap; }
        @media (max-width: 990px) {
          .dropdown-cat-header .dropdown-menu li a {
            padding: 0 10px; } }
      .dropdown-cat-header .dropdown-menu li:hover {
        background-color: #E4032E; }
        .dropdown-cat-header .dropdown-menu li:hover a {
          color: #ffffff;
          opacity: 1; }
  .dropdown-cat-header .active {
    display: block !important; }

.sticky-social-media-all-screen {
  position: fixed;
  list-style: none;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1999;
  right: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 0; }
  @media screen and (max-width: 600px) {
    .sticky-social-media-all-screen {
      display: flex;
      bottom: -21px;
      top: unset;
      width: 100%;
      margin: 0;
      padding: 0; } }
  .sticky-social-media-all-screen li {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 1px;
    text-align: center;
    padding-top: 10px; }
    @media screen and (max-width: 600px) {
      .sticky-social-media-all-screen li {
        width: 24.5%;
        margin-right: 0.66%; }
        .sticky-social-media-all-screen li:last-child {
          margin-right: 0; } }
    .sticky-social-media-all-screen li a svg {
      fill: #fff; }
  .sticky-social-media-all-screen .facebook {
    background-color: #38529A; }
  .sticky-social-media-all-screen .twitter {
    background-color: #009EEB; }
  .sticky-social-media-all-screen .linkedin {
    background-color: #0073B1; }
  .sticky-social-media-all-screen .instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }

footer {
  width: 100%;
  background-color: #1F2024;
  padding: 60px 0 40px 0;
  font-family: 'Open Sans', sans-serif; }
  @media (max-width: 600px) {
    footer {
      padding-bottom: 70px; } }
  footer .footer-top {
    padding-bottom: 55px; }
    footer .footer-top .row {
      display: flex;
      clear: both; }
      @media (max-width: 768px) {
        footer .footer-top .row {
          display: block; } }
      footer .footer-top .row .footer-item {
        width: 20%; }
        @media (max-width: 768px) {
          footer .footer-top .row .footer-item {
            display: block;
            width: 100%;
            padding: 0 5px;
            margin-top: 50px; }
            footer .footer-top .row .footer-item:first-child {
              margin-top: 0; } }
        footer .footer-top .row .footer-item-large {
          width: 30%; }
          @media (max-width: 768px) {
            footer .footer-top .row .footer-item-large {
              display: block;
              width: 100%; } }
        footer .footer-top .row .footer-item .about-us {
          padding-right: 30px; }
          footer .footer-top .row .footer-item .about-us p {
            font-size: 14px;
            color: #6F7580;
            line-height: 25px; }
            footer .footer-top .row .footer-item .about-us p:hover {
              color: #fff; }
        footer .footer-top .row .footer-item .categories ul {
          list-style: none;
          margin: 0;
          padding: 0;
          padding-left: 30px; }
          footer .footer-top .row .footer-item .categories ul li {
            margin-bottom: 25px; }
            footer .footer-top .row .footer-item .categories ul li a {
              font-size: 13px; }
        footer .footer-top .row .footer-item .follow-us ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          footer .footer-top .row .footer-item .follow-us ul li {
            margin-bottom: 25px; }
            footer .footer-top .row .footer-item .follow-us ul li a {
              font-size: 13px;
              display: flex;
              align-items: center; }
              footer .footer-top .row .footer-item .follow-us ul li a span {
                margin-right: 30px; }
        footer .footer-top .row .footer-item .featured-topics .tags a {
          border: 1px solid #707070;
          padding: 13px 10px;
          margin-right: 5px;
          margin-top: 5px;
          display: inline-block; }
          footer .footer-top .row .footer-item .featured-topics .tags a:hover {
            background-color: #fff;
            color: #1F2024; }
      @media (max-width: 768px) {
        footer .footer-top .row .with-side {
          display: inline-block;
          width: 49%;
          vertical-align: top; } }
  footer .footer-bottom {
    border-top: 1px solid #28292D;
    padding-top: 30px; }
    footer .footer-bottom .row {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        footer .footer-bottom .row .logo {
          padding-bottom: 23px;
          border-bottom: 1px solid #28292D; } }
      @media (max-width: 768px) {
        footer .footer-bottom .row {
          display: block;
          width: 100%; } }
      @media (max-width: 768px) {
        footer .footer-bottom .row .bottom-menu {
          margin-top: 23px; } }
      footer .footer-bottom .row .bottom-menu ul {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0; }
        @media (max-width: 768px) {
          footer .footer-bottom .row .bottom-menu ul {
            display: block; } }
        footer .footer-bottom .row .bottom-menu ul li {
          margin-right: 50px;
          font-size: 11px; }
          footer .footer-bottom .row .bottom-menu ul li:last-child {
            margin-right: 0; }
          @media (max-width: 768px) {
            footer .footer-bottom .row .bottom-menu ul li {
              display: inline-block;
              margin-right: 20px;
              margin-top: 15px; } }
  footer .foooter-container {
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      footer .foooter-container {
        width: 100%; } }
  footer .title-with-icon {
    display: flex;
    margin-bottom: 30px; }
    footer .title-with-icon span {
      margin-right: 18px; }
    footer .title-with-icon .title {
      color: #fff;
      font-size: 13px;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      font-weight: 700; }
  footer a {
    color: #6F7580;
    text-decoration: none; }
    footer a:hover {
      color: #ffffff;
      opacity: 1; }
  footer .row {
    margin: 0; }
    footer .row::before, footer .row::after {
      display: none; }

.advert {
  height: 400px;
  background-color: #1b1e22; }
  @media screen and (max-width: 767px) {
    .advert {
      height: auto; } }
  .advert .site-container {
    min-height: initial !important;
    padding: 117px 0 109px; }
    @media screen and (max-width: 1024px) {
      .advert .site-container {
        padding: 84px 0; } }
  .advert .content {
    max-width: 1022px;
    padding: 0 24px;
    margin: 0 auto; }
    .advert .content:after {
      content: "";
      display: table;
      clear: both; }
    .advert .content .content-row {
      width: 40%;
      padding-left: 96px;
      height: auto;
      float: left; }
      @media screen and (max-width: 767px) {
        .advert .content .content-row {
          width: 100%;
          float: none;
          padding-left: 0px; } }
      .advert .content .content-row .subtitle {
        padding-left: 32px;
        margin-bottom: 16px;
        font-size: 17px;
        color: #c5093b;
        font-weight: 700;
        line-height: 1; }
        @media screen and (max-width: 960px) {
          .advert .content .content-row .subtitle {
            font-size: 14px; } }
      .advert .content .content-row .title {
        padding-left: 32px;
        margin-bottom: 40px;
        font-size: 27px;
        font-weight: 400;
        border-left: 1px solid #76787a;
        color: #fff;
        position: relative; }
        @media screen and (max-width: 960px) {
          .advert .content .content-row .title {
            font-size: 22px; } }
        .advert .content .content-row .title:before {
          background-image: url(sprite.png);
          background-position: -651px -1168px;
          width: 53px;
          height: 45px;
          content: '';
          display: block;
          position: absolute;
          top: 10px;
          left: -96px; }
      .advert .content .content-row .desc {
        padding-left: 32px;
        color: #fff;
        font-size: 15px;
        opacity: 0.5; }
        @media screen and (max-width: 960px) {
          .advert .content .content-row .desc {
            font-size: 13px; } }
      .advert .content .content-row.right {
        float: right; }
        @media screen and (max-width: 767px) {
          .advert .content .content-row.right {
            float: none; } }
        .advert .content .content-row.right .title:before {
          background-image: url(sprite.png);
          background-position: -884px -1066px;
          width: 59px;
          height: 42px; }

.promo.promo-13 .slogan .slogan-desc {
  margin: 0 auto 0 130px; }
  @media screen and (max-width: 993px) {
    .promo.promo-13 .slogan .slogan-desc {
      margin: 0 auto; }
      .promo.promo-13 .slogan .slogan-desc:after {
        content: "";
        display: table;
        clear: both; } }

.promo.promo-14 {
  background-image: url("../images/bg-power-2.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-14 {
      height: auto;
      min-height: 100%; } }
  .promo.promo-14 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 275px; }
    @media screen and (max-width: 1100px) {
      .promo.promo-14 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 24px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-14 .slogan {
        height: auto;
        min-height: 100%;
        padding: 60px 15px;
        transform: none;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto; } }
    .promo.promo-14 .slogan .content {
      width: 370px;
      height: auto;
      text-align: left; }
      @media screen and (max-width: 1023px) {
        .promo.promo-14 .slogan .content {
          width: 100%;
          margin: 0 auto;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .promo.promo-14 .slogan .content {
          padding: 0; } }
      .promo.promo-14 .slogan .content .subtitle {
        font-size: 21px;
        font-weight: 300; }
        @media screen and (max-width: 1440px) {
          .promo.promo-14 .slogan .content .subtitle {
            font-size: 19px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-14 .slogan .content .subtitle {
            font-size: 18px;
            margin-bottom: 10px; } }
      .promo.promo-14 .slogan .content .title {
        margin-bottom: 40px;
        font-size: 38px;
        font-weight: 500; }
        @media screen and (max-width: 1440px) {
          .promo.promo-14 .slogan .content .title {
            margin-top: 9px;
            font-size: 32px;
            margin-bottom: 125px; } }
        @media screen and (max-width: 1100px) {
          .promo.promo-14 .slogan .content .title {
            margin-bottom: 276px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-14 .slogan .content .title {
            margin-bottom: 0;
            font-size: 24px; } }
      @media screen and (max-width: 1100px) {
        .promo.promo-14 .slogan .content img {
          zoom: 0.7; } }
      @media screen and (max-width: 1023px) {
        .promo.promo-14 .slogan .content img {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: 0; } }
      @media screen and (max-width: 767px) {
        .promo.promo-14 .slogan .content img {
          display: none; } }

.promo.promo-15 {
  background-image: url("../images/bg-power-3.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-15 {
      height: auto;
      min-height: 580px; } }
  .promo.promo-15 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 150px; }
    @media screen and (max-width: 1100px) {
      .promo.promo-15 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 150px 24px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-15 .slogan {
        width: 100%;
        height: auto;
        min-height: 100%;
        padding: 90px 15px;
        transform: none;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto; } }
    .promo.promo-15 .slogan .content-left {
      color: #fff;
      text-align: left; }
      @media screen and (max-width: 1023px) {
        .promo.promo-15 .slogan .content-left {
          text-align: left; } }
      @media screen and (max-width: 767px) {
        .promo.promo-15 .slogan .content-left {
          text-align: center;
          margin-bottom: 48px; } }
      .promo.promo-15 .slogan .content-left .title {
        font-size: 68px;
        font-weight: 300;
        line-height: 1.3; }
        .promo.promo-15 .slogan .content-left .title.bold {
          font-weight: 700; }
        @media screen and (max-width: 767px) {
          .promo.promo-15 .slogan .content-left .title {
            font-size: 34px;
            text-shadow: 2px 2px rgba(0, 0, 0, 0.1); } }
    .promo.promo-15 .slogan .content-right {
      width: 435px;
      color: #fff;
      text-align: left;
      position: absolute;
      right: 0;
      bottom: 240px; }
      @media screen and (max-width: 767px) {
        .promo.promo-15 .slogan .content-right {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          width: 100%;
          position: static; } }
      .promo.promo-15 .slogan .content-right ul {
        display: block;
        margin: 0;
        padding: 0; }
        .promo.promo-15 .slogan .content-right ul li {
          list-style: none;
          position: relative;
          padding-left: 43px;
          padding-bottom: 48px;
          position: relative;
          font-weight: 400; }
          @media screen and (max-width: 1100px) {
            .promo.promo-15 .slogan .content-right ul li {
              padding-right: 48px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-15 .slogan .content-right ul li {
              padding-left: 24px;
              padding-right: 0;
              text-align: left;
              font-size: 34px;
              text-shadow: 2px 2px rgba(0, 0, 0, 0.1); } }
          .promo.promo-15 .slogan .content-right ul li:last-child {
            padding-bottom: 0; }
          .promo.promo-15 .slogan .content-right ul li:before {
            background-image: url(sprite.png);
            background-position: -1431px -503px;
            width: 18px;
            height: 32px;
            content: '';
            display: block;
            position: absolute;
            top: 14px;
            left: 0; }
            @media screen and (max-width: 767px) {
              .promo.promo-15 .slogan .content-right ul li:before {
                zoom: 0.5;
                top: 36px; } }
          .promo.promo-15 .slogan .content-right ul li b {
            font-size: 35px; }
            @media screen and (max-width: 1100px) {
              .promo.promo-15 .slogan .content-right ul li b {
                font-size: 24px; } }
          .promo.promo-15 .slogan .content-right ul li span {
            display: block;
            font-size: 17px;
            line-height: 1.7; }
            @media screen and (max-width: 1100px) {
              .promo.promo-15 .slogan .content-right ul li span {
                font-size: 13px; } }

.promo.promo-16 {
  background-image: url("../images/bg-power-4.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-16 {
      height: auto;
      min-height: 600px; } }
  .promo.promo-16 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 150px; }
    @media screen and (max-width: 1199px) {
      .promo.promo-16 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 15px 0;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }
    @media screen and (max-width: 767px) {
      .promo.promo-16 .slogan {
        padding: 40px 15px;
        position: static; } }
    .promo.promo-16 .slogan .content-left {
      color: #fff;
      text-align: left;
      margin-bottom: 20px; }
      .promo.promo-16 .slogan .content-left .title {
        font-size: 68px;
        font-weight: 300;
        line-height: 1.1; }
        .promo.promo-16 .slogan .content-left .title.bold {
          font-weight: 700; }
      @media screen and (max-width: 991px) {
        .promo.promo-16 .slogan .content-left {
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-16 .slogan .content-left {
          margin-bottom: 20px; }
          .promo.promo-16 .slogan .content-left .title {
            font-size: 32px; } }
    .promo.promo-16 .slogan .content-right {
      width: 100%;
      color: #fff;
      text-align: left;
      position: absolute;
      right: 0;
      bottom: 240px; }
      .promo.promo-16 .slogan .content-right:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 991px) {
        .promo.promo-16 .slogan .content-right {
          position: static; } }
      @media screen and (max-width: 767px) {
        .promo.promo-16 .slogan .content-right {
          position: static; } }
      .promo.promo-16 .slogan .content-right .left {
        width: 35%;
        float: left; }
        @media screen and (max-width: 767px) {
          .promo.promo-16 .slogan .content-right .left {
            width: 100%; } }
      .promo.promo-16 .slogan .content-right .right {
        width: 35%;
        float: right; }
        @media screen and (max-width: 1100px) {
          .promo.promo-16 .slogan .content-right .right {
            margin-right: 10%; } }
        @media screen and (max-width: 767px) {
          .promo.promo-16 .slogan .content-right .right {
            width: 100%;
            margin-right: 0; } }
      .promo.promo-16 .slogan .content-right ul {
        display: block;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 1100px) {
          .promo.promo-16 .slogan .content-right ul {
            padding-left: 24px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-16 .slogan .content-right ul {
            padding-top: 15px;
            padding-left: 0; } }
        .promo.promo-16 .slogan .content-right ul li {
          list-style: none;
          position: relative;
          padding-left: 43px;
          padding-bottom: 48px;
          line-height: 1.6;
          position: relative;
          font-weight: 400; }
          @media screen and (max-width: 767px) {
            .promo.promo-16 .slogan .content-right ul li {
              padding-bottom: 16px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-16 .slogan .content-right ul li {
              padding-left: 24px; } }
          .promo.promo-16 .slogan .content-right ul li:last-child {
            padding-bottom: 0; }
          .promo.promo-16 .slogan .content-right ul li:before {
            background-image: url(sprite.png);
            background-position: -1431px -503px;
            width: 18px;
            height: 32px;
            content: '';
            display: block;
            position: absolute;
            top: 6px;
            left: 0; }
            @media screen and (max-width: 767px) {
              .promo.promo-16 .slogan .content-right ul li:before {
                zoom: 0.5; } }
          .promo.promo-16 .slogan .content-right ul li span {
            display: block;
            font-size: 17px; }
            @media screen and (max-width: 767px) {
              .promo.promo-16 .slogan .content-right ul li span {
                font-size: 13px; } }

.promo.promo-17 {
  background-image: url("../images/bg-power-5.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-17 {
      height: auto;
      min-height: 510px; } }
  .promo.promo-17 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 275px; }
    @media screen and (max-width: 1100px) {
      .promo.promo-17 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 16px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-17 .slogan {
        transform: none;
        padding: 60px 15px;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        position: static; } }
    .promo.promo-17 .slogan .content-left {
      width: 614px;
      height: auto;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .promo.promo-17 .slogan .content-left {
          width: 100%; } }
      .promo.promo-17 .slogan .content-left .title {
        font-size: 68px;
        font-weight: 300;
        line-height: 1.1; }
        .promo.promo-17 .slogan .content-left .title.bold {
          font-weight: 700; }
        @media screen and (max-width: 1440px) {
          .promo.promo-17 .slogan .content-left .title {
            font-size: 52px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-17 .slogan .content-left .title {
            font-size: 32px;
            text-shadow: 2px 2px rgba(0, 0, 0, 0.1); } }
    .promo.promo-17 .slogan .content-right {
      width: 650px;
      height: 390px;
      padding-left: 270px;
      text-align: left;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .promo.promo-17 .slogan .content-right {
          width: 100%;
          padding-left: 0;
          position: static; } }
      .promo.promo-17 .slogan .content-right .title {
        font-weight: 400;
        font-size: 21px;
        margin-bottom: 24px;
        line-height: 1.8; }
        @media screen and (max-width: 1440px) {
          .promo.promo-17 .slogan .content-right .title {
            line-height: 1.7;
            font-size: 19px; } }
        .promo.promo-17 .slogan .content-right .title.light {
          font-weight: 300;
          font-size: 35px;
          line-height: 1.4; }
          @media screen and (max-width: 1440px) {
            .promo.promo-17 .slogan .content-right .title.light {
              font-size: 28px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-17 .slogan .content-right .title {
            font-size: 22px;
            text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
            line-height: 1.4;
            letter-spacing: .3px; }
            .promo.promo-17 .slogan .content-right .title.light {
              font-size: 26px;
              margin-top: 20px;
              line-height: 1.3; } }
      .promo.promo-17 .slogan .content-right img {
        position: absolute;
        bottom: 0;
        left: 0; }
        @media screen and (max-width: 1100px) {
          .promo.promo-17 .slogan .content-right img {
            left: 24px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-17 .slogan .content-right img {
            display: none; } }

.promo.promo-18 {
  background-image: url("../images/bg-power-6.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-18 {
      height: auto;
      min-height: 600px; } }
  .promo.promo-18 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1200px;
    width: 1200px;
    height: 100%;
    padding-top: 275px; }
    @media screen and (max-width: 1200px) {
      .promo.promo-18 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 16px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-18 .slogan {
        padding-top: 64px;
        transform: none;
        padding: 60px 15px;
        position: static;
        left: auto;
        top: auto;
        bottom: auto;
        min-height: 100%;
        height: auto; } }
    .promo.promo-18 .slogan .content {
      padding-left: 10%;
      position: absolute;
      left: 0;
      bottom: 140px; }
      @media screen and (max-width: 1100px) {
        .promo.promo-18 .slogan .content {
          padding-left: 0;
          padding: 0 24px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-18 .slogan .content {
          position: static;
          padding: 0; } }
      .promo.promo-18 .slogan .content .content-left {
        width: 45%;
        height: auto;
        text-align: left;
        float: left; }
        @media screen and (max-width: 767px) {
          .promo.promo-18 .slogan .content .content-left {
            width: 100%;
            float: none; } }
        .promo.promo-18 .slogan .content .content-left .title {
          font-size: 45px;
          font-weight: 700;
          line-height: 1.1; }
          @media screen and (max-width: 767px) {
            .promo.promo-18 .slogan .content .content-left .title {
              font-size: 24px; } }
        .promo.promo-18 .slogan .content .content-left .desc {
          padding-top: 48px; }
          .promo.promo-18 .slogan .content .content-left .desc p {
            font-size: 17px;
            font-weight: 300; }
            @media screen and (max-width: 767px) {
              .promo.promo-18 .slogan .content .content-left .desc p {
                font-size: 13px; } }
            .promo.promo-18 .slogan .content .content-left .desc p.m {
              margin-top: 32px; }
      .promo.promo-18 .slogan .content .content-right {
        width: 47%;
        text-align: left;
        float: right; }
        @media screen and (max-width: 767px) {
          .promo.promo-18 .slogan .content .content-right {
            width: 100%;
            float: none; } }
        .promo.promo-18 .slogan .content .content-right img {
          max-width: 100%; }
          @media screen and (max-width: 767px) {
            .promo.promo-18 .slogan .content .content-right img {
              display: block;
              margin-top: 24px;
              zoom: 0.6; } }
        .promo.promo-18 .slogan .content .content-right .desc {
          padding-top: 48px; }
          .promo.promo-18 .slogan .content .content-right .desc p {
            font-size: 17px;
            font-weight: 300; }
            @media screen and (max-width: 767px) {
              .promo.promo-18 .slogan .content .content-right .desc p {
                font-size: 13px; } }
        .promo.promo-18 .slogan .content .content-right .download span {
          display: block;
          margin-top: 32px;
          padding-top: 16px;
          padding-left: 75px;
          position: relative;
          color: #fff; }
          @media screen and (max-width: 767px) {
            .promo.promo-18 .slogan .content .content-right .download span {
              padding-left: 42px;
              padding-top: 8px; } }
          .promo.promo-18 .slogan .content .content-right .download span:before {
            background-image: url(sprite.png);
            background-position: -587px -1168px;
            width: 54px;
            height: 54px;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0; }
            @media screen and (max-width: 767px) {
              .promo.promo-18 .slogan .content .content-right .download span:before {
                zoom: 0.6; } }

.promo.promo-19 {
  background-image: url("../images/bg-power-7.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-19 {
      height: auto;
      min-height: 100%; } }
  .promo.promo-19 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 145px; }
    @media screen and (max-width: 1100px) {
      .promo.promo-19 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 64px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-19 .slogan {
        padding: 90px 15px;
        transform: none;
        position: static; } }
    .promo.promo-19 .slogan .content {
      width: 340px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .promo.promo-19 .slogan .content {
          width: 100%; } }
      .promo.promo-19 .slogan .content .content-row .icon-car {
        background-image: url(sprite.png);
        background-position: -1299px 0px;
        width: 152px;
        height: 115px;
        margin-bottom: 45px; }
        @media screen and (max-width: 767px) {
          .promo.promo-19 .slogan .content .content-row .icon-car {
            zoom: 0.5; } }
      .promo.promo-19 .slogan .content .content-row .desc {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.8; }
        @media screen and (max-width: 767px) {
          .promo.promo-19 .slogan .content .content-row .desc {
            font-size: 13px; } }
        .promo.promo-19 .slogan .content .content-row .desc.wm {
          margin-bottom: 125px; }
          @media screen and (max-width: 767px) {
            .promo.promo-19 .slogan .content .content-row .desc.wm {
              margin-bottom: 32px; } }

.promo.promo-20 {
  background-image: url("../images/bg-power-8.jpg");
  min-height: 920px; }
  @media screen and (max-width: 1440px) {
    .promo.promo-20 {
      min-height: 820px; } }
  @media screen and (max-width: 767px) {
    .promo.promo-20 {
      height: auto;
      min-height: 580px; } }
  .promo.promo-20 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 820px;
    width: 820px;
    height: 100%;
    padding-top: 145px; }
    @media screen and (max-width: 1023px) {
      .promo.promo-20 .slogan {
        width: 100%;
        padding: 0 16px; } }
    @media screen and (max-width: 767px) {
      .promo.promo-20 .slogan {
        transform: none;
        position: static;
        padding: 90px 15px; } }
    .promo.promo-20 .slogan .content {
      width: auto;
      text-align: left;
      position: absolute;
      bottom: 130px; }
      .promo.promo-20 .slogan .content:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 767px) {
        .promo.promo-20 .slogan .content {
          position: static;
          transform: none; } }
      .promo.promo-20 .slogan .content .icon-better {
        background-image: url(sprite.png);
        background-position: -408px -1066px;
        width: 228px;
        height: 73px;
        float: left;
        margin-top: 27px;
        margin-right: 37px; }
        @media screen and (max-width: 1023px) {
          .promo.promo-20 .slogan .content .icon-better {
            margin-bottom: 32px;
            float: none; } }
      .promo.promo-20 .slogan .content .icon-cotton {
        background-image: url(sprite.png);
        background-position: -1164px -480px;
        width: 72px;
        height: 98px;
        float: left;
        margin-right: 49px; }
        @media screen and (max-width: 1023px) {
          .promo.promo-20 .slogan .content .icon-cotton {
            margin-bottom: 32px;
            float: none; } }
      .promo.promo-20 .slogan .content .content-text {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.5;
        float: left; }
        @media screen and (max-width: 1023px) {
          .promo.promo-20 .slogan .content .content-text {
            width: 70%;
            float: none; } }
        @media screen and (max-width: 767px) {
          .promo.promo-20 .slogan .content .content-text {
            width: 100%;
            float: none; } }

.promo.promo-21 {
  background-image: url("../images/bg-power-9.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-21 {
      height: auto;
      min-height: 650px; }
      .promo.promo-21 .site-container {
        min-height: 650px !important; } }
  .promo.promo-21 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 150px; }
    @media screen and (max-width: 1100px) {
      .promo.promo-21 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 16px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-21 .slogan {
        transform: none;
        height: 100%;
        width: 100%;
        padding: 90px 15px 0;
        position: relative;
        right: auto;
        left: auto;
        top: auto; }
        .promo.promo-21 .slogan:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3); } }
    .promo.promo-21 .slogan .content-left {
      width: 670px;
      color: #fff;
      text-align: left;
      z-index: 99;
      position: relative; }
      @media screen and (max-width: 1023px) {
        .promo.promo-21 .slogan .content-left {
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .promo.promo-21 .slogan .content-left {
          width: 100%; } }
      .promo.promo-21 .slogan .content-left .title {
        margin-top: 32px;
        font-size: 21px;
        font-weight: 300;
        line-height: 1.7; }
        .promo.promo-21 .slogan .content-left .title.bold {
          font-weight: 700;
          font-size: 45px;
          line-height: 1.3; }
        @media screen and (max-width: 767px) {
          .promo.promo-21 .slogan .content-left .title {
            margin-top: 15px;
            font-size: 16px;
            line-height: 1.6; }
            .promo.promo-21 .slogan .content-left .title.bold {
              font-size: 24px; } }
    .promo.promo-21 .slogan .content-right {
      width: 100%;
      color: #fff;
      text-align: left;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 99; }
      .promo.promo-21 .slogan .content-right:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1100px) {
        .promo.promo-21 .slogan .content-right img {
          margin-left: 24px; } }
      @media screen and (max-width: 1023px) {
        .promo.promo-21 .slogan .content-right img {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); } }
      @media screen and (max-width: 767px) {
        .promo.promo-21 .slogan .content-right {
          display: block;
          position: relative;
          margin: 0;
          transform: none;
          left: auto;
          right: auto;
          top: auto;
          margin-top: 120px;
          z-index: 99; }
          .promo.promo-21 .slogan .content-right img {
            transform: none;
            position: static;
            left: auto;
            right: auto;
            width: 100%;
            max-width: 100%;
            margin: 0; } }

.promo.promo-22 {
  background-image: url("../images/bg-power-10.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-22 {
      height: auto;
      min-height: 910px; } }
  .promo.promo-22 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 250px; }
    @media screen and (max-width: 1100px) {
      .promo.promo-22 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 16px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-22 .slogan {
        transform: none;
        position: static;
        padding: 90px 15px; } }
    @media screen and (max-width: 767px) {
      .promo.promo-22 .slogan {
        padding-top: 64px; } }
    .promo.promo-22 .slogan .content-left {
      width: 375px;
      color: #fff;
      text-align: left; }
      @media screen and (max-width: 1023px) {
        .promo.promo-22 .slogan .content-left {
          width: 100%;
          text-align: center; } }
      .promo.promo-22 .slogan .content-left .title {
        margin-top: 20px;
        font-size: 44px;
        font-weight: 700;
        line-height: 1; }
        @media screen and (max-width: 1100px) {
          .promo.promo-22 .slogan .content-left .title {
            font-size: 24px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-22 .slogan .content-left .title {
            font-size: 18px; } }
        .promo.promo-22 .slogan .content-left .title.bold {
          font-size: 58px;
          line-height: 1; }
          @media screen and (max-width: 1100px) {
            .promo.promo-22 .slogan .content-left .title.bold {
              font-size: 32px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-22 .slogan .content-left .title.bold {
              margin-top: 5px;
              margin-bottom: 20px;
              font-size: 48px; } }
    .promo.promo-22 .slogan .content-right {
      width: 100%;
      color: #fff;
      text-align: left;
      position: absolute;
      right: 0;
      bottom: 225px; }
      .promo.promo-22 .slogan .content-right:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1100px) {
        .promo.promo-22 .slogan .content-right {
          padding: 0 24px; } }
      @media screen and (max-width: 1023px) {
        .promo.promo-22 .slogan .content-right {
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .promo.promo-22 .slogan .content-right {
          position: static; } }
      .promo.promo-22 .slogan .content-right .icon-machine {
        background-image: url(sprite.png);
        background-position: 0px -1168px;
        width: 160px;
        height: 110px;
        margin-bottom: 48px; }
        @media screen and (max-width: 1023px) {
          .promo.promo-22 .slogan .content-right .icon-machine {
            margin: 0 auto 40px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-22 .slogan .content-right .icon-machine {
            margin-top: 32px;
            zoom: 0.5; } }
      .promo.promo-22 .slogan .content-right .icon-cark {
        background-image: url(sprite.png);
        background-position: -1299px -874px;
        width: 105px;
        height: 105px;
        margin-bottom: 48px; }
        @media screen and (max-width: 1023px) {
          .promo.promo-22 .slogan .content-right .icon-cark {
            margin: 0 auto 40px; } }
      .promo.promo-22 .slogan .content-right .left {
        width: 35%;
        float: left; }
        @media screen and (max-width: 1023px) {
          .promo.promo-22 .slogan .content-right .left {
            width: 100%;
            margin-bottom: 48px;
            float: none; } }
        @media screen and (max-width: 767px) {
          .promo.promo-22 .slogan .content-right .left {
            margin-bottom: 24px; } }
        .promo.promo-22 .slogan .content-right .left .desc {
          font-size: 21px;
          display: block;
          font-weight: 300; }
          .promo.promo-22 .slogan .content-right .left .desc b {
            font-weight: 700; }
      .promo.promo-22 .slogan .content-right .right {
        width: 35%;
        float: right; }
        @media screen and (max-width: 1100px) {
          .promo.promo-22 .slogan .content-right .right {
            margin-right: 10%; } }
        @media screen and (max-width: 1023px) {
          .promo.promo-22 .slogan .content-right .right {
            width: 100%;
            float: none;
            margin-right: 0; } }
        .promo.promo-22 .slogan .content-right .right .desc {
          font-size: 21px;
          display: block;
          font-weight: 300; }
          .promo.promo-22 .slogan .content-right .right .desc b {
            font-weight: 700; }

.promo.promo-23 {
  background-image: url("../images/bg-power-11.jpg"); }
  .promo.promo-23 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 175px; }
    @media screen and (max-width: 1100px) {
      .promo.promo-23 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 16px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-23 .slogan {
        transform: none;
        position: static;
        padding: 90px 15px; } }
    .promo.promo-23 .slogan .content-left {
      width: 540px;
      color: #fff;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .promo.promo-23 .slogan .content-left {
          width: 100%; } }
      .promo.promo-23 .slogan .content-left .title span {
        font-size: 65px;
        font-weight: 300; }
        @media screen and (max-width: 767px) {
          .promo.promo-23 .slogan .content-left .title span {
            font-size: 32px; } }
        .promo.promo-23 .slogan .content-left .title span.bold {
          font-weight: 700; }
      .promo.promo-23 .slogan .content-left .desc {
        padding-top: 32px; }
        .promo.promo-23 .slogan .content-left .desc span {
          font-size: 29px;
          font-weight: 300;
          line-height: 1.7; }
          @media screen and (max-width: 767px) {
            .promo.promo-23 .slogan .content-left .desc span {
              font-size: 16px; } }
          .promo.promo-23 .slogan .content-left .desc span.bold {
            font-weight: 700; }
    .promo.promo-23 .slogan .content-right {
      width: 400px;
      position: absolute;
      right: 0;
      bottom: 200px;
      text-align: left; }
      @media screen and (max-width: 1100px) {
        .promo.promo-23 .slogan .content-right {
          width: 300px;
          right: 48px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-23 .slogan .content-right {
          width: 100%;
          position: static; } }
      .promo.promo-23 .slogan .content-right .desc {
        padding-left: 50px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .promo.promo-23 .slogan .content-right .desc {
            padding-left: 0; } }
        .promo.promo-23 .slogan .content-right .desc .icon-hybrid {
          background-image: url(sprite.png);
          background-position: -522px -885px;
          width: 340px;
          height: 136px;
          margin-left: -50px;
          margin-bottom: 70px; }
          @media screen and (max-width: 1100px) {
            .promo.promo-23 .slogan .content-right .desc .icon-hybrid {
              zoom: 0.6; } }
          @media screen and (max-width: 767px) {
            .promo.promo-23 .slogan .content-right .desc .icon-hybrid {
              margin-left: 0;
              margin-top: 48px; } }
        .promo.promo-23 .slogan .content-right .desc span {
          font-weight: 300;
          font-size: 29px; }
          .promo.promo-23 .slogan .content-right .desc span.bold {
            font-weight: 700; }
          @media screen and (max-width: 767px) {
            .promo.promo-23 .slogan .content-right .desc span {
              font-size: 22px; } }
  .promo.promo-23 .center-img img {
    margin: 0 50px; }
  @media screen and (max-width: 767px) {
    .promo.promo-23 .center-img {
      margin: 0 0 10px; }
      .promo.promo-23 .center-img img {
        width: 100px; } }
  .promo.promo-23 .txt {
    font-size: 21px; }
  @media screen and (max-width: 767px) {
    .promo.promo-23 {
      height: auto;
      min-height: 100%; }
      .promo.promo-23 .txt {
        font-size: 13px;
        margin-bottom: 10px; } }

.promo.promo-24 {
  background-image: url("../images/bg-power-12.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-24 {
      height: auto;
      min-height: 560px; } }
  .promo.promo-24 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 175px; }
    @media screen and (max-width: 1100px) {
      .promo.promo-24 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 16px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-24 .slogan {
        height: auto;
        min-height: 100%;
        transform: none;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        padding: 30px 15px 90px; }
        .promo.promo-24 .slogan:before {
          content: '';
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3);
          left: 0;
          top: 0;
          position: absolute; } }
    .promo.promo-24 .slogan .content {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 100px; }
      @media screen and (max-width: 1100px) {
        .promo.promo-24 .slogan .content {
          padding: 0 24px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-24 .slogan .content {
          position: relative;
          padding: 0;
          left: auto;
          top: auto;
          right: auto;
          bottom: auto;
          z-index: 99; } }
      .promo.promo-24 .slogan .content .content-left {
        width: 40%;
        float: left; }
        @media screen and (max-width: 767px) {
          .promo.promo-24 .slogan .content .content-left {
            width: 100%;
            float: none; } }
        .promo.promo-24 .slogan .content .content-left .title {
          text-align: left; }
          @media screen and (max-width: 767px) {
            .promo.promo-24 .slogan .content .content-left .title {
              margin-bottom: 68px;
              line-height: 1; } }
          .promo.promo-24 .slogan .content .content-left .title span {
            font-size: 50px;
            font-weight: 300; }
            @media screen and (max-width: 767px) {
              .promo.promo-24 .slogan .content .content-left .title span {
                font-size: 24px; } }
            .promo.promo-24 .slogan .content .content-left .title span.bold {
              font-size: 56px;
              font-weight: 700;
              display: block; }
              @media screen and (max-width: 767px) {
                .promo.promo-24 .slogan .content .content-left .title span.bold {
                  font-size: 32px; } }
      .promo.promo-24 .slogan .content .content-right {
        width: 60%;
        float: left;
        text-align: left; }
        @media screen and (max-width: 1100px) {
          .promo.promo-24 .slogan .content .content-right {
            width: 50%; } }
        @media screen and (max-width: 767px) {
          .promo.promo-24 .slogan .content .content-right {
            width: 100%;
            float: none; } }
        .promo.promo-24 .slogan .content .content-right .desc span {
          font-size: 21px;
          font-weight: 300;
          line-height: 1.7; }
          .promo.promo-24 .slogan .content .content-right .desc span.bold {
            font-weight: 700; }
          @media screen and (max-width: 767px) {
            .promo.promo-24 .slogan .content .content-right .desc span {
              font-size: 18px; } }
        .promo.promo-24 .slogan .content .content-right .video {
          display: block;
          max-width: 225px;
          margin-top: 48px;
          padding-left: 100px;
          position: relative;
          cursor: pointer;
          outline: none; }
          @media screen and (max-width: 1199px) {
            .promo.promo-24 .slogan .content .content-right .video {
              margin: 32px auto 0; } }
          @media screen and (max-width: 767px) {
            .promo.promo-24 .slogan .content .content-right .video {
              margin-left: 0; } }
          .promo.promo-24 .slogan .content .content-right .video .icon-play {
            background-image: url(sprite.png);
            background-position: -1078px -162px;
            width: 76px;
            height: 76px;
            position: absolute;
            top: 0;
            left: 0; }
          .promo.promo-24 .slogan .content .content-right .video .video-text {
            padding-top: 26px;
            font-size: 14px;
            font-weight: 700;
            color: #fff; }

.promo.promo-25 {
  background-image: url("../images/bg-power-13.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-25 {
      height: auto;
      min-height: 100%; } }
  .promo.promo-25 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 175px; }
    @media screen and (max-width: 1100px) {
      .promo.promo-25 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 64px 16px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-25 .slogan {
        transform: none;
        position: static;
        padding: 90px 15px; } }
    .promo.promo-25 .slogan .content-left {
      position: absolute;
      width: 390px;
      height: 100%;
      padding-top: 100px;
      background-image: url(../images/percent-5.png);
      background-repeat: no-repeat;
      background-position: 30px bottom;
      text-align: left;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 1100px) {
        .promo.promo-25 .slogan .content-left {
          left: 24px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-25 .slogan .content-left {
          width: 100%;
          background-image: none;
          position: static; } }
      @media screen and (max-width: 767px) {
        .promo.promo-25 .slogan .content-left {
          height: initial;
          position: static;
          padding-top: 0; } }
      .promo.promo-25 .slogan .content-left .title {
        line-height: 1.2; }
        .promo.promo-25 .slogan .content-left .title span {
          font-size: 65px;
          font-weight: 300; }
          @media screen and (max-width: 767px) {
            .promo.promo-25 .slogan .content-left .title span {
              font-size: 42px; } }
          .promo.promo-25 .slogan .content-left .title span.bold {
            font-weight: 700; }
    .promo.promo-25 .slogan .content-right {
      position: absolute;
      width: 390px;
      height: 100%;
      padding-top: 256px;
      text-align: left;
      right: 0;
      bottom: 0; }
      @media screen and (max-width: 1100px) {
        .promo.promo-25 .slogan .content-right {
          padding-top: 48px;
          right: 100px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-25 .slogan .content-right {
          width: 100%;
          position: static;
          padding-top: 40px; } }
      .promo.promo-25 .slogan .content-right .desc {
        padding-left: 132px;
        padding-right: 0; }
        @media screen and (max-width: 767px) {
          .promo.promo-25 .slogan .content-right .desc {
            padding-left: 0;
            padding-top: 0; } }
    .promo.promo-25 .slogan .desc {
      padding-top: 180px;
      padding-left: 30px;
      padding-right: 100px; }
      @media screen and (max-width: 767px) {
        .promo.promo-25 .slogan .desc {
          padding-left: 0;
          padding-right: 0;
          padding-top: 30px; } }
      .promo.promo-25 .slogan .desc .desc-title {
        font-size: 35px;
        font-weight: 300;
        line-height: 1.2; }
        @media screen and (max-width: 767px) {
          .promo.promo-25 .slogan .desc .desc-title {
            font-size: 24px; } }
      .promo.promo-25 .slogan .desc span {
        font-size: 21px;
        font-weight: 300; }
        .promo.promo-25 .slogan .desc span.bold {
          font-weight: 700; }
        @media screen and (max-width: 767px) {
          .promo.promo-25 .slogan .desc span {
            font-size: 17px; } }

.promo.promo-26 {
  background-image: url("../images/bg-power-14.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-26 {
      height: auto;
      min-height: 715px; } }
  .promo.promo-26 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%; }
    @media screen and (max-width: 1100px) {
      .promo.promo-26 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 0 16px; } }
    @media screen and (max-width: 767px) {
      .promo.promo-26 .slogan {
        transform: none;
        position: static;
        padding: 90px 15px; } }
    .promo.promo-26 .slogan .content {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 100px;
      text-align: left; }
      .promo.promo-26 .slogan .content:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1100px) {
        .promo.promo-26 .slogan .content {
          left: 0;
          padding-left: 24px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-26 .slogan .content {
          padding: 0;
          position: static; } }
      .promo.promo-26 .slogan .content .content-left {
        width: 70%;
        float: left; }
        @media screen and (max-width: 1023px) {
          .promo.promo-26 .slogan .content .content-left {
            width: 50%; } }
        @media screen and (max-width: 767px) {
          .promo.promo-26 .slogan .content .content-left {
            width: 100%;
            float: none; } }
        .promo.promo-26 .slogan .content .content-left .title {
          font-weight: 700;
          font-size: 32px; }
          @media screen and (max-width: 767px) {
            .promo.promo-26 .slogan .content .content-left .title {
              font-size: 22px; } }
        .promo.promo-26 .slogan .content .content-left .desc {
          padding-right: 160px;
          margin-top: 26px;
          font-size: 18px;
          font-weight: 300; }
          .promo.promo-26 .slogan .content .content-left .desc p {
            margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .promo.promo-26 .slogan .content .content-left .desc {
              padding-right: 0; } }
        .promo.promo-26 .slogan .content .content-left .detail {
          font-weight: 400;
          font-size: 18px;
          color: #fff;
          text-decoration: none;
          position: relative; }
          @media screen and (max-width: 767px) {
            .promo.promo-26 .slogan .content .content-left .detail {
              width: 70px;
              margin-left: 24px; } }
          .promo.promo-26 .slogan .content .content-left .detail:after {
            background-image: url(sprite.png);
            background-position: -1431px -567px;
            width: 13px;
            height: 11px;
            content: '';
            display: block;
            position: absolute;
            top: 7px;
            right: -40px; }
            @media screen and (max-width: 767px) {
              .promo.promo-26 .slogan .content .content-left .detail:after {
                top: 5px; } }
      .promo.promo-26 .slogan .content .content-right {
        width: 20%;
        float: right; }
        @media screen and (max-width: 1023px) {
          .promo.promo-26 .slogan .content .content-right {
            width: 40%;
            margin-top: 100px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-26 .slogan .content .content-right {
            width: 100%;
            margin-top: 0;
            float: none; } }
        .promo.promo-26 .slogan .content .content-right .icon-cark {
          background-image: url(sprite.png);
          background-position: -1164px 0px;
          width: 125px;
          height: 159px;
          margin-top: -110px; }
          @media screen and (max-width: 767px) {
            .promo.promo-26 .slogan .content .content-right .icon-cark {
              margin-top: 48px;
              zoom: 0.5; } }
        .promo.promo-26 .slogan .content .content-right .desc {
          padding-top: 32px;
          padding-right: 40px;
          position: relative; }
          .promo.promo-26 .slogan .content .content-right .desc:after {
            content: '';
            display: block;
            width: 1px;
            height: 180px;
            background-color: #fff;
            position: absolute;
            left: 50px;
            bottom: -200px;
            opacity: 0.2; }
            @media screen and (max-width: 1023px) {
              .promo.promo-26 .slogan .content .content-right .desc:after {
                display: none; } }
          .promo.promo-26 .slogan .content .content-right .desc span {
            font-size: 21px;
            font-weight: 300; }
            .promo.promo-26 .slogan .content .content-right .desc span.bold {
              font-weight: 700; }

.promo.promo-27 {
  background-image: url("../images/bg-power-15.jpg");
  min-height: 1300px; }
  @media screen and (max-width: 1366px) {
    .promo.promo-27 {
      min-height: 1200px; } }
  @media screen and (max-width: 767px) {
    .promo.promo-27 {
      height: auto;
      min-height: 1480px; } }
  .promo.promo-27 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding-top: 50px; }
    @media screen and (max-width: 1100px) {
      .promo.promo-27 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 16px 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-27 .slogan {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: static;
        padding: 90px 15px; } }
    .promo.promo-27 .slogan .content {
      width: 100%;
      text-align: left; }
      .promo.promo-27 .slogan .content:after {
        content: "";
        display: table;
        clear: both; }
      .promo.promo-27 .slogan .content .content-left {
        padding-right: 180px; }
        @media screen and (max-width: 767px) {
          .promo.promo-27 .slogan .content .content-left {
            padding-right: 0; } }
        .promo.promo-27 .slogan .content .content-left .title span {
          font-size: 44px;
          font-weight: 300; }
          @media screen and (max-width: 1440px) {
            .promo.promo-27 .slogan .content .content-left .title span {
              font-size: 38px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-27 .slogan .content .content-left .title span {
              font-size: 24px; } }
          .promo.promo-27 .slogan .content .content-left .title span.bold {
            font-weight: 700; }
      .promo.promo-27 .slogan .content .content-right {
        width: 100%;
        height: auto;
        padding-top: 75px; }
        @media screen and (max-width: 1280px) {
          .promo.promo-27 .slogan .content .content-right {
            padding-top: 45px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-27 .slogan .content .content-right {
            padding-top: 40px; } }
        .promo.promo-27 .slogan .content .content-right .content-list {
          flex-direction: row;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          display: flex; }
        .promo.promo-27 .slogan .content .content-right ul {
          padding: 0;
          margin: 0;
          overflow: hidden; }
          .promo.promo-27 .slogan .content .content-right ul.video-list li {
            width: 25%; }
            .promo.promo-27 .slogan .content .content-right ul.video-list li:last-child {
              float: right; }
            .promo.promo-27 .slogan .content .content-right ul.video-list li .video-text {
              float: left;
              width: 75%; }
          @media screen and (max-width: 767px) {
            .promo.promo-27 .slogan .content .content-right ul.video-list {
              width: 100%; }
              .promo.promo-27 .slogan .content .content-right ul.video-list li {
                width: 100%; } }
          .promo.promo-27 .slogan .content .content-right ul li {
            width: 25%;
            float: left;
            list-style: none;
            text-align: center;
            min-height: 395px; }
            @media screen and (max-width: 992px) {
              .promo.promo-27 .slogan .content .content-right ul li {
                min-height: 300px; } }
            @media screen and (max-width: 767px) {
              .promo.promo-27 .slogan .content .content-right ul li {
                width: 100%;
                margin-bottom: 10px;
                min-height: auto;
                float: none; } }
            .promo.promo-27 .slogan .content .content-right ul li .percent {
              width: 187px;
              height: 187px;
              display: inline-block;
              background-image: url(../images/percent-6.png);
              background-repeat: no-repeat;
              text-align: center;
              line-height: 187px; }
              @media screen and (max-width: 1023px) {
                .promo.promo-27 .slogan .content .content-right ul li .percent {
                  zoom: 0.7; } }
              .promo.promo-27 .slogan .content .content-right ul li .percent span {
                font-size: 54px;
                font-weight: 700; }
                .promo.promo-27 .slogan .content .content-right ul li .percent span.sm {
                  font-size: 31px; }
            .promo.promo-27 .slogan .content .content-right ul li .desc {
              font-size: 19px;
              position: relative; }
              @media screen and (max-width: 1440px) {
                .promo.promo-27 .slogan .content .content-right ul li .desc {
                  font-size: 18px;
                  line-height: 1.6;
                  padding: 20px 20px 0; } }
              .promo.promo-27 .slogan .content .content-right ul li .desc:before {
                position: absolute;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                content: '';
                width: 1px;
                height: 39px;
                display: block;
                background-color: #fff;
                opacity: 0.2;
                top: 13px; }
              .promo.promo-27 .slogan .content .content-right ul li .desc span {
                font-weight: 300; }
                .promo.promo-27 .slogan .content .content-right ul li .desc span.bold {
                  font-weight: 700; }

.promo.promo-28 {
  background-image: url("../images/bg-power-16.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-28 {
      height: auto;
      min-height: 620px; } }
  .promo.promo-28 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1160px;
    height: 100%;
    padding-top: 150px; }
    @media screen and (max-width: 1199px) {
      .promo.promo-28 .slogan {
        max-width: 100%;
        width: 100%;
        padding: 128px 15px 30px; } }
    @media screen and (max-width: 767px) {
      .promo.promo-28 .slogan {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 90px 15px;
        position: static; } }
    .promo.promo-28 .slogan .content {
      width: 100%;
      text-align: left; }
      .promo.promo-28 .slogan .content:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1100px) {
        .promo.promo-28 .slogan .content {
          padding: 0; } }
      .promo.promo-28 .slogan .content .content-left {
        padding-right: 180px;
        margin-bottom: 90px; }
        @media screen and (max-width: 991px) {
          .promo.promo-28 .slogan .content .content-left {
            padding-right: 0; } }
        .promo.promo-28 .slogan .content .content-left .title span {
          font-size: 45px;
          font-weight: 300; }
          @media screen and (max-width: 991px) {
            .promo.promo-28 .slogan .content .content-left .title span {
              font-size: 38px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-28 .slogan .content .content-left .title span {
              font-size: 24px;
              margin-bottom: 30px; } }
          .promo.promo-28 .slogan .content .content-left .title span.bold {
            font-weight: 700;
            display: block; }
      .promo.promo-28 .slogan .content .content-right {
        width: 100%;
        height: auto;
        /*position: absolute;
          bottom: 300px;*/ }
        @media screen and (max-width: 767px) {
          .promo.promo-28 .slogan .content .content-right {
            position: static; } }
        .promo.promo-28 .slogan .content .content-right ul {
          display: block;
          padding: 0;
          margin: 0; }
          .promo.promo-28 .slogan .content .content-right ul:after {
            content: "";
            display: table;
            clear: both; }
          .promo.promo-28 .slogan .content .content-right ul li {
            width: 33.3%;
            padding-right: 48px;
            list-style: none;
            float: left;
            font-weight: 300; }
            @media screen and (max-width: 991px) {
              .promo.promo-28 .slogan .content .content-right ul li {
                padding-right: 30px; }
                .promo.promo-28 .slogan .content .content-right ul li:last-child {
                  padding-right: 0; } }
            @media screen and (max-width: 767px) {
              .promo.promo-28 .slogan .content .content-right ul li {
                width: 100%;
                padding-right: 0;
                margin-bottom: 24px;
                float: none; } }
            .promo.promo-28 .slogan .content .content-right ul li:last-child {
              padding-right: 24px; }
            .promo.promo-28 .slogan .content .content-right ul li:first-child {
              padding-right: 80px; }
              @media screen and (max-width: 991px) {
                .promo.promo-28 .slogan .content .content-right ul li:first-child {
                  padding-right: 30px; } }
              @media screen and (max-width: 767px) {
                .promo.promo-28 .slogan .content .content-right ul li:first-child {
                  padding-right: 0; } }
              .promo.promo-28 .slogan .content .content-right ul li:first-child .desc {
                padding-right: 48px; }
                @media screen and (max-width: 767px) {
                  .promo.promo-28 .slogan .content .content-right ul li:first-child .desc {
                    padding-right: 0; } }
            .promo.promo-28 .slogan .content .content-right ul li .title {
              font-size: 31px;
              line-height: 1.2; }
              @media screen and (max-width: 991px) {
                .promo.promo-28 .slogan .content .content-right ul li .title {
                  font-size: 18px; } }
              @media screen and (max-width: 767px) {
                .promo.promo-28 .slogan .content .content-right ul li .title {
                  font-size: 20px; } }
            .promo.promo-28 .slogan .content .content-right ul li .desc {
              margin-top: 16px;
              font-size: 17px;
              line-height: 1.6; }
              @media screen and (max-width: 991px) {
                .promo.promo-28 .slogan .content .content-right ul li .desc {
                  font-size: 14px; } }
              @media screen and (max-width: 767px) {
                .promo.promo-28 .slogan .content .content-right ul li .desc {
                  font-size: 13px;
                  margin-top: 5px; } }

.promo.promo-30 {
  background-image: url("../images/bg-together-2.jpg"); }
  .promo.promo-30 a {
    color: #fff;
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .promo.promo-30 {
      height: auto;
      min-height: 520px; } }
  .promo.promo-30 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1060px;
    height: 100%;
    padding: 200px 0 0; }
    @media screen and (max-width: 1199px) {
      .promo.promo-30 .slogan {
        width: 100%;
        padding: 128px 16px 0;
        max-width: 100%;
        top: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-30 .slogan {
        padding: 90px 15px;
        transform: none;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto; }
        .promo.promo-30 .slogan:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3); } }
    .promo.promo-30 .slogan .logo {
      display: block; }
    @media screen and (max-width: 767px) {
      .promo.promo-30 .slogan img {
        zoom: 0.7;
        position: relative;
        z-index: 99; } }
    .promo.promo-30 .slogan .content-right {
      padding-top: 67px; }
      @media screen and (max-width: 767px) {
        .promo.promo-30 .slogan .content-right {
          padding-top: 30px;
          position: relative;
          z-index: 99; } }
      .promo.promo-30 .slogan .content-right .title {
        text-align: left;
        font-size: 54px;
        font-weight: 700;
        line-height: 1.1; }
        @media screen and (max-width: 1440px) {
          .promo.promo-30 .slogan .content-right .title {
            font-size: 38px;
            text-align: center; } }
        @media screen and (max-width: 767px) {
          .promo.promo-30 .slogan .content-right .title {
            font-size: 24px; } }
      .promo.promo-30 .slogan .content-right .content-row {
        margin-top: 48px;
        padding-left: 180px;
        text-align: left; }
        .promo.promo-30 .slogan .content-right .content-row:after {
          content: "";
          display: table;
          clear: both; }
        @media screen and (max-width: 1023px) {
          .promo.promo-30 .slogan .content-right .content-row {
            padding-left: 0; } }
        @media screen and (max-width: 767px) {
          .promo.promo-30 .slogan .content-right .content-row {
            margin-top: 26px;
            height: 100%; } }
        .promo.promo-30 .slogan .content-right .content-row.np {
          margin-top: 24px; }
        .promo.promo-30 .slogan .content-right .content-row .download span {
          display: block;
          margin-top: 32px;
          padding-top: 16px;
          padding-left: 75px;
          position: relative;
          color: #fff; }
          @media screen and (max-width: 767px) {
            .promo.promo-30 .slogan .content-right .content-row .download span {
              padding-left: 42px;
              padding-top: 8px; } }
          .promo.promo-30 .slogan .content-right .content-row .download span:before {
            background-image: url(sprite.png);
            background-position: -587px -1168px;
            width: 54px;
            height: 54px;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0; }
            @media screen and (max-width: 767px) {
              .promo.promo-30 .slogan .content-right .content-row .download span:before {
                zoom: 0.6; } }
        .promo.promo-30 .slogan .content-right .content-row .content-column {
          width: 50%;
          padding-right: 75px;
          float: left;
          font-size: 19px;
          font-weight: 400;
          min-height: 190px; }
          @media screen and (max-width: 767px) {
            .promo.promo-30 .slogan .content-right .content-row .content-column {
              width: 100%;
              padding-right: 0;
              font-size: 14px;
              min-height: 0; } }
          .promo.promo-30 .slogan .content-right .content-row .content-column.big {
            width: 90%; }
            @media screen and (max-width: 767px) {
              .promo.promo-30 .slogan .content-right .content-row .content-column.big {
                width: 100%; } }
          .promo.promo-30 .slogan .content-right .content-row .content-column.left {
            padding-left: 45px;
            position: relative; }
            @media screen and (max-width: 767px) {
              .promo.promo-30 .slogan .content-right .content-row .content-column.left {
                padding-left: 24px; } }
            .promo.promo-30 .slogan .content-right .content-row .content-column.left:before {
              background-image: url(sprite.png);
              background-position: -1431px -503px;
              width: 18px;
              height: 32px;
              content: '';
              display: block;
              position: absolute;
              top: 5px;
              left: 0; }
              @media screen and (max-width: 767px) {
                .promo.promo-30 .slogan .content-right .content-row .content-column.left:before {
                  zoom: 0.5; } }
          @media screen and (max-width: 767px) {
            .promo.promo-30 .slogan .content-right .content-row .content-column.right {
              margin-top: 24px;
              padding-left: 24px; } }
        .promo.promo-30 .slogan .content-right .content-row .detail {
          margin-left: 45px;
          font-weight: 400;
          font-size: 19px;
          color: #fff;
          text-decoration: none;
          position: relative; }
          @media screen and (max-width: 767px) {
            .promo.promo-30 .slogan .content-right .content-row .detail {
              width: 70px;
              margin-left: 24px; } }
          .promo.promo-30 .slogan .content-right .content-row .detail:after {
            background-image: url(sprite.png);
            background-position: -1431px -567px;
            width: 13px;
            height: 11px;
            content: '';
            display: block;
            position: absolute;
            top: 7px;
            right: -40px; }
            @media screen and (max-width: 767px) {
              .promo.promo-30 .slogan .content-right .content-row .detail:after {
                top: 5px; } }

.promo.promo-31 {
  background-image: url("../images/bg-together-3.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-31 {
      height: auto;
      min-height: 600px; } }
  .promo.promo-31 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 880px;
    width: 880px;
    height: 100%;
    padding: 275px 180px 0; }
    @media screen and (max-width: 1023px) {
      .promo.promo-31 .slogan {
        width: 100%;
        max-width: 100%;
        top: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-31 .slogan {
        padding: 90px 15px;
        transform: none;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto; }
        .promo.promo-31 .slogan:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3); } }
    .promo.promo-31 .slogan .content {
      width: 100%;
      height: auto;
      position: absolute;
      left: 0;
      bottom: 100px;
      text-align: left;
      z-index: 99; }
      @media screen and (max-width: 1023px) {
        .promo.promo-31 .slogan .content {
          padding: 0 16px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-31 .slogan .content {
          position: static; } }
      .promo.promo-31 .slogan .content .title {
        font-size: 30px;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .promo.promo-31 .slogan .content .title {
            font-size: 20px; } }
      .promo.promo-31 .slogan .content .desc {
        margin-top: 48px;
        padding-left: 230px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .promo.promo-31 .slogan .content .desc {
            padding-left: 0; } }
        @media screen and (max-width: 767px) {
          .promo.promo-31 .slogan .content .desc {
            margin-top: 24px; } }
        .promo.promo-31 .slogan .content .desc .zorlu {
          background-image: url(sprite.png);
          background-position: -889px -929px;
          width: 175px;
          height: 112px;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
          @media screen and (max-width: 767px) {
            .promo.promo-31 .slogan .content .desc .zorlu {
              margin-bottom: 32px;
              position: static;
              zoom: 0.7; } }
        .promo.promo-31 .slogan .content .desc .desc-text {
          padding-bottom: 45px;
          font-size: 17px;
          font-weight: 300;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            .promo.promo-31 .slogan .content .desc .desc-text {
              font-size: 13px;
              padding-bottom: 20px; } }
        .promo.promo-31 .slogan .content .desc .detail {
          font-weight: 400;
          font-size: 19px;
          color: #fff;
          text-decoration: none;
          position: relative; }
          @media screen and (max-width: 767px) {
            .promo.promo-31 .slogan .content .desc .detail {
              width: 70px; } }
          .promo.promo-31 .slogan .content .desc .detail:after {
            background-image: url(sprite.png);
            background-position: -1431px -567px;
            width: 13px;
            height: 11px;
            content: '';
            display: block;
            position: absolute;
            top: 7px;
            right: -40px; }
            @media screen and (max-width: 767px) {
              .promo.promo-31 .slogan .content .desc .detail:after {
                top: 5px; } }
        .promo.promo-31 .slogan .content .desc a {
          text-decoration: underline;
          color: #fff; }
          .promo.promo-31 .slogan .content .desc a:hover {
            color: #c5093b; }

.promo.promo-32 {
  background-image: url("../images/bg-together-4.jpg");
  min-height: 960px; }
  @media screen and (max-width: 1440px) {
    .promo.promo-32 {
      min-height: 840px; } }
  @media screen and (max-width: 767px) {
    .promo.promo-32 {
      min-height: 770px;
      height: auto; } }
  @media screen and (max-width: 340px) {
    .promo.promo-32 {
      min-height: 820px;
      height: auto; } }
  .promo.promo-32 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1090px;
    width: 1090px;
    height: 100%;
    padding: 275px 180px 0; }
    @media screen and (max-width: 1199px) {
      .promo.promo-32 .slogan {
        width: 100%;
        max-width: 100%;
        top: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-32 .slogan {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: relative;
        padding: 90px 15px;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto; }
        .promo.promo-32 .slogan:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3); } }
    .promo.promo-32 .slogan .content {
      width: 100%;
      height: auto;
      position: absolute;
      left: 0;
      bottom: 70px;
      text-align: left; }
      @media screen and (max-width: 1199px) {
        .promo.promo-32 .slogan .content {
          padding: 0 16px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-32 .slogan .content {
          padding-bottom: 48px;
          position: relative;
          left: auto;
          right: auto;
          top: auto;
          bottom: auto;
          z-index: 99; } }
      .promo.promo-32 .slogan .content .title {
        font-size: 30px;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .promo.promo-32 .slogan .content .title {
            font-size: 20px; } }
      .promo.promo-32 .slogan .content .desc {
        margin-top: 32px;
        padding-left: 230px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .promo.promo-32 .slogan .content .desc {
            padding-left: 0; } }
        .promo.promo-32 .slogan .content .desc .digi {
          background-image: url(sprite.png);
          background-position: -341px -1168px;
          width: 171px;
          height: 60px;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
          @media screen and (max-width: 767px) {
            .promo.promo-32 .slogan .content .desc .digi {
              margin-bottom: 32px;
              position: static;
              zoom: 0.7; } }
        .promo.promo-32 .slogan .content .desc .desc-text {
          width: 50%;
          float: left;
          padding-right: 60px;
          font-size: 17px;
          font-weight: 300;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            .promo.promo-32 .slogan .content .desc .desc-text {
              width: 100%;
              padding-right: 0;
              float: none; } }
          .promo.promo-32 .slogan .content .desc .desc-text:last-child {
            padding-right: 0; }
        .promo.promo-32 .slogan .content .desc .detail {
          width: 100px;
          display: block;
          margin-top: 45px;
          font-weight: 400;
          font-size: 19px;
          color: #fff;
          text-decoration: none;
          position: relative; }
          @media screen and (max-width: 767px) {
            .promo.promo-32 .slogan .content .desc .detail {
              margin-top: 24px;
              margin-bottom: 24px; } }
          .promo.promo-32 .slogan .content .desc .detail:after {
            background-image: url(sprite.png);
            background-position: -1431px -567px;
            width: 13px;
            height: 11px;
            content: '';
            display: block;
            position: absolute;
            top: 11px;
            right: -40px; }

.promo.promo-33 {
  background-image: url("../images/bg-together-5.jpg");
  min-height: 920px; }
  @media screen and (max-width: 767px) {
    .promo.promo-33 {
      min-height: 730px;
      height: auto; } }
  .promo.promo-33 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding: 115px 0 0 0; }
    @media screen and (max-width: 1199px) {
      .promo.promo-33 .slogan {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        top: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-33 .slogan {
        padding: 90px 15px;
        position: static;
        transform: none; } }
    .promo.promo-33 .slogan .content {
      text-align: left; }
      @media screen and (max-width: 1199px) {
        .promo.promo-33 .slogan .content {
          padding: 0 16px; } }
      .promo.promo-33 .slogan .content .content-left .title {
        font-size: 43px;
        font-weight: 700; }
        @media screen and (max-width: 1440px) {
          .promo.promo-33 .slogan .content .content-left .title {
            font-size: 38px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-33 .slogan .content .content-left .title {
            font-size: 22px;
            margin-bottom: 70px; } }
      .promo.promo-33 .slogan .content .content-right {
        position: absolute;
        left: 0;
        bottom: 180px; }
        @media screen and (max-width: 1199px) {
          .promo.promo-33 .slogan .content .content-right {
            padding: 0 24px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-33 .slogan .content .content-right {
            position: static;
            padding: 0; } }
        .promo.promo-33 .slogan .content .content-right .desc {
          margin-top: 48px;
          padding-left: 347px;
          position: relative;
          line-height: 1.4; }
          @media screen and (max-width: 767px) {
            .promo.promo-33 .slogan .content .content-right .desc {
              padding-left: 0; } }
          .promo.promo-33 .slogan .content .content-right .desc .venus {
            background-image: url(sprite.png);
            background-position: -889px -802px;
            width: 248px;
            height: 117px;
            display: block;
            position: absolute;
            top: 5px;
            left: 0;
            cursor: default; }
            @media screen and (max-width: 767px) {
              .promo.promo-33 .slogan .content .content-right .desc .venus {
                margin-bottom: 32px;
                position: static;
                zoom: 0.7; } }
          .promo.promo-33 .slogan .content .content-right .desc .title {
            font-size: 25px;
            font-weight: 300;
            line-height: 1.4; }
          .promo.promo-33 .slogan .content .content-right .desc .desc-text {
            font-size: 17px;
            margin-top: 8px;
            line-height: 1.6; }
            @media screen and (max-width: 767px) {
              .promo.promo-33 .slogan .content .content-right .desc .desc-text {
                font-size: 13px; } }

.promo.promo-34 {
  background-image: url("../images/bg-together-6.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-34 {
      height: auto;
      min-height: 100%; } }
  .promo.promo-34 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding: 275px 180px 0; }
    @media screen and (max-width: 1199px) {
      .promo.promo-34 .slogan {
        width: 100%;
        max-width: 100%;
        top: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-34 .slogan {
        padding: 120px 15px;
        transform: none;
        position: static; } }
    .promo.promo-34 .slogan .content {
      width: 500px;
      text-align: left;
      position: absolute;
      right: 0;
      bottom: 170px; }
      @media screen and (max-width: 1199px) {
        .promo.promo-34 .slogan .content {
          padding-right: 64px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-34 .slogan .content {
          width: 100%;
          padding-right: 0;
          position: static; } }
      .promo.promo-34 .slogan .content .desc span {
        font-size: 33px;
        font-weight: 300; }
        @media screen and (max-width: 1440px) {
          .promo.promo-34 .slogan .content .desc span {
            font-size: 24px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-34 .slogan .content .desc span {
            font-size: 16px; } }
        .promo.promo-34 .slogan .content .desc span.bold {
          font-size: 38px;
          font-weight: 700; }
          @media screen and (max-width: 1440px) {
            .promo.promo-34 .slogan .content .desc span.bold {
              font-size: 24px; } }
          @media screen and (max-width: 767px) {
            .promo.promo-34 .slogan .content .desc span.bold {
              font-size: 20px; } }

.promo.promo-35 {
  background-image: url("../images/bg-together-7.jpg"); }
  @media screen and (max-width: 767px) {
    .promo.promo-35 {
      height: auto;
      min-height: 580px; }
      .promo.promo-35 .site-container {
        min-height: 580px !important; } }
  .promo.promo-35 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding: 190px 180px 0 0; }
    @media screen and (max-width: 1280px) {
      .promo.promo-35 .slogan {
        padding-top: 100px; } }
    @media screen and (max-width: 1199px) {
      .promo.promo-35 .slogan {
        width: 100%;
        max-width: 100%;
        top: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-35 .slogan {
        padding: 90px 15px 310px;
        transform: none;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; } }
    @media screen and (max-width: 1199px) {
      .promo.promo-35 .slogan .content-left {
        padding: 0 16px; } }
    .promo.promo-35 .slogan .content-left .tac {
      background-image: url(sprite.png);
      background-position: -889px -623px;
      width: 195px;
      height: 169px;
      display: block;
      cursor: default; }
      @media screen and (max-width: 767px) {
        .promo.promo-35 .slogan .content-left .tac {
          zoom: 0.7; } }
    .promo.promo-35 .slogan .content-left .desc {
      width: 550px;
      padding-top: 48px;
      text-align: left;
      font-weight: 300;
      font-size: 31px; }
      @media screen and (max-width: 767px) {
        .promo.promo-35 .slogan .content-left .desc {
          width: 250px;
          padding-top: 32px;
          font-size: 16px; } }
    .promo.promo-35 .slogan .content-right {
      width: 600px;
      height: 428px;
      padding: 115px 0 0 210px;
      background-image: url("../images/percent-7.png");
      background-repeat: no-repeat;
      background-position: left bottom;
      position: absolute;
      left: 445px;
      bottom: 0; }
      @media screen and (max-width: 1023px) {
        .promo.promo-35 .slogan .content-right {
          left: initial;
          right: 0;
          zoom: 0.8; } }
      @media screen and (max-width: 767px) {
        .promo.promo-35 .slogan .content-right {
          zoom: 0.5; } }
      .promo.promo-35 .slogan .content-right .title {
        text-align: left; }
        .promo.promo-35 .slogan .content-right .title span {
          font-size: 26px;
          font-weight: 300; }
          .promo.promo-35 .slogan .content-right .title span.bold {
            font-weight: 700; }

.promo.promo-36 {
  background-image: url("../images/bg-together-8.jpg"); }
  @media screen and (max-width: 991px) {
    .promo.promo-36 {
      height: auto;
      min-height: 100%; } }
  .promo.promo-36 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding: 275px 180px 0; }
    @media screen and (max-width: 1199px) {
      .promo.promo-36 .slogan {
        width: 100%;
        max-width: 100%;
        top: 0; } }
    @media screen and (max-width: 991px) {
      .promo.promo-36 .slogan {
        position: static;
        transform: none;
        padding: 90px 15px; } }
    .promo.promo-36 .slogan .content {
      width: 480px;
      text-align: left;
      position: absolute;
      top: 300px;
      right: 0; }
      @media screen and (max-width: 1199px) {
        .promo.promo-36 .slogan .content {
          padding-right: 64px; } }
      @media screen and (max-width: 991px) {
        .promo.promo-36 .slogan .content {
          width: 100%;
          padding: 0 16px;
          position: static; } }
      .promo.promo-36 .slogan .content .title {
        margin-bottom: 32px;
        font-size: 47px;
        font-weight: 700; }
        @media screen and (max-width: 1440px) {
          .promo.promo-36 .slogan .content .title {
            font-size: 32px; } }
        @media screen and (max-width: 991px) {
          .promo.promo-36 .slogan .content .title {
            font-size: 24px; } }
      .promo.promo-36 .slogan .content .desc {
        padding-right: 48px;
        font-weight: 300;
        font-size: 25px; }
        @media screen and (max-width: 1440px) {
          .promo.promo-36 .slogan .content .desc {
            font-size: 18px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-36 .slogan .content .desc {
            font-size: 15px; } }

.promo.promo-37 {
  background-image: url("../images/bg-together-9.jpg");
  min-height: 860px; }
  @media screen and (max-width: 767px) {
    .promo.promo-37 {
      height: auto;
      min-height: 100%; } }
  .promo.promo-37 .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 1100px;
    height: 100%;
    padding: 33px 180px 0 0; }
    @media screen and (max-width: 1199px) {
      .promo.promo-37 .slogan {
        width: 100%;
        max-width: 100%;
        top: 0; } }
    @media screen and (max-width: 767px) {
      .promo.promo-37 .slogan {
        padding-right: 0; } }
    @media screen and (max-width: 1199px) {
      .promo.promo-37 .slogan .content-left {
        padding: 0 16px; } }
    .promo.promo-37 .slogan .content-left .icon-kids {
      background-image: url(sprite.png);
      background-position: -1299px -635px;
      width: 148px;
      height: 98px;
      display: block;
      cursor: default; }
      @media screen and (max-width: 1023px) {
        .promo.promo-37 .slogan .content-left .icon-kids {
          margin-bottom: 64px; } }
      @media screen and (max-width: 767px) {
        .promo.promo-37 .slogan .content-left .icon-kids {
          margin-bottom: 32px;
          zoom: 0.7; } }
    .promo.promo-37 .slogan .content-right {
      text-align: left;
      position: absolute;
      left: 0;
      bottom: 160px; }
      @media screen and (max-width: 1199px) {
        .promo.promo-37 .slogan .content-right {
          padding: 0 24px;
          position: static; } }
      .promo.promo-37 .slogan .content-right .title {
        margin-bottom: 25px;
        font-size: 42px;
        font-weight: 700; }
        @media screen and (max-width: 1400px) {
          .promo.promo-37 .slogan .content-right .title {
            font-size: 36px; } }
        @media screen and (max-width: 1023px) {
          .promo.promo-37 .slogan .content-right .title {
            width: 70%; } }
        @media screen and (max-width: 767px) {
          .promo.promo-37 .slogan .content-right .title {
            width: 100%;
            font-size: 24px; } }
      .promo.promo-37 .slogan .content-right .detail {
        width: 102px;
        font-weight: 400;
        font-size: 19px;
        color: #fff;
        text-decoration: none;
        position: relative; }
        @media screen and (max-width: 767px) {
          .promo.promo-37 .slogan .content-right .detail {
            width: 70px;
            font-size: 13px; } }
        .promo.promo-37 .slogan .content-right .detail:after {
          background-image: url(sprite.png);
          background-position: -1431px -567px;
          width: 13px;
          height: 11px;
          content: '';
          display: block;
          position: absolute;
          top: 7px;
          right: -40px; }
          @media screen and (max-width: 767px) {
            .promo.promo-37 .slogan .content-right .detail:after {
              top: 5px; } }
      .promo.promo-37 .slogan .content-right .child {
        width: 275px;
        margin: 140px auto 0; }
        .promo.promo-37 .slogan .content-right .child:after {
          content: "";
          display: table;
          clear: both; }
        @media screen and (max-width: 1023px) {
          .promo.promo-37 .slogan .content-right .child {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 48px; } }
        @media screen and (max-width: 767px) {
          .promo.promo-37 .slogan .content-right .child {
            zoom: 0.7; } }
        .promo.promo-37 .slogan .content-right .child .icon-arrow {
          background-image: url(sprite.png);
          background-position: -1164px -286px;
          width: 88px;
          height: 88px;
          display: block;
          margin-top: 34px;
          margin-right: 10px;
          float: left; }
        .promo.promo-37 .slogan .content-right .child .photo {
          border-radius: 50% ;
          -moz-border-radius: 50% ;
          -o-border-radius: 50% ;
          -webkit-border-radius: 50% ;
          -ms-webkit-radius: 50% ;
          width: 172px;
          height: 172px;
          border: 1px solid #5c185d;
          padding: 7px;
          float: left;
          overflow: hidden;
          position: relative; }
          .promo.promo-37 .slogan .content-right .child .photo .image {
            border-radius: 50% ;
            -moz-border-radius: 50% ;
            -o-border-radius: 50% ;
            -webkit-border-radius: 50% ;
            -ms-webkit-radius: 50% ;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            width: 158px;
            height: 158px;
            position: absolute;
            overflow: hidden; }
            .promo.promo-37 .slogan .content-right .child .photo .image img {
              width: 100%;
              display: block; }

.esit-bi-hayat {
  padding-top: 160px;
  background: #EDEDED;
  min-height: 100vh; }
  .esit-bi-hayat .top-area {
    display: flex; }
    .esit-bi-hayat .top-area .logo-area {
      display: flex;
      flex: 1; }
      .esit-bi-hayat .top-area .logo-area img {
        width: 250px;
        height: 120px; }
    .esit-bi-hayat .top-area .description {
      display: flex;
      flex: 0 0 70%; }
      .esit-bi-hayat .top-area .description p {
        line-height: 150%;
        font-size: 16px;
        font-weight: bold;
        word-spacing: 1.5px; }
  .esit-bi-hayat .search-area {
    margin-top: 70px; }
    .esit-bi-hayat .search-area .filter {
      display: flex;
      justify-content: flex-end; }
      .esit-bi-hayat .search-area .filter .filter-nav {
        display: flex;
        flex: 0 0 70%;
        padding: 0;
        margin: 0;
        border-radius: 20px;
        height: 30px;
        border: 1px solid #c5093b;
        background-color: #c5093b; }
        .esit-bi-hayat .search-area .filter .filter-nav .filter-nav-item {
          display: flex;
          flex: 1;
          height: 100%;
          list-style: none;
          cursor: pointer;
          text-align: center;
          color: white;
          align-items: center;
          justify-content: center;
          font-size: 12px;
          transition: all 0.3s; }
          .esit-bi-hayat .search-area .filter .filter-nav .filter-nav-item.active {
            color: #c5093b;
            background-color: white; }
          .esit-bi-hayat .search-area .filter .filter-nav .filter-nav-item:first-child {
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px; }
          .esit-bi-hayat .search-area .filter .filter-nav .filter-nav-item:last-child {
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px; }
          .esit-bi-hayat .search-area .filter .filter-nav .filter-nav-item:hover {
            color: #c6c6c6;
            background-color: white; }
    .esit-bi-hayat .search-area .search-input {
      display: flex;
      height: 30px;
      margin: 40px 0;
      align-items: right; }
      .esit-bi-hayat .search-area .search-input .search-input-bg {
        display: flex;
        align-items: center;
        flex: 0 0 25%;
        position: relative;
        box-sizing: border-box;
        background: transparent;
        background-clip: padding-box;
        border: solid 2px transparent;
        border-radius: 20px;
        height: 32px; }
        .esit-bi-hayat .search-area .search-input .search-input-bg:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 0;
          margin: -2px;
          border-radius: inherit;
          background: linear-gradient(90deg, #a14d5c 0%, #764d75 100%); }
        .esit-bi-hayat .search-area .search-input .search-input-bg input {
          width: 100%;
          height: 30px;
          margin: 0 auto;
          border-radius: 20px;
          border: none;
          border-radius: 20px;
          outline: none;
          text-align: center;
          z-index: 1;
          background: #EDEDED;
          color: #c5093b; }
          .esit-bi-hayat .search-area .search-input .search-input-bg input::placeholder {
            color: #c5093b; }
        .esit-bi-hayat .search-area .search-input .search-input-bg .search-icon {
          position: absolute;
          right: 0;
          width: 30px;
          height: 30px;
          z-index: 2; }
          .esit-bi-hayat .search-area .search-input .search-input-bg .search-icon img {
            width: 100%; }
  .esit-bi-hayat .search-content {
    min-height: 300px; }
    .esit-bi-hayat .search-content .error-message {
      position: absolute; }
    .esit-bi-hayat .search-content .search-wrapper {
      margin: 30px 0;
      display: flex;
      position: relative; }
      .esit-bi-hayat .search-content .search-wrapper .list {
        flex: 0 0 25%;
        position: relative; }
        .esit-bi-hayat .search-content .search-wrapper .list ul {
          padding-left: 10px;
          list-style: none;
          max-height: 250px;
          overflow-y: scroll; }
          .esit-bi-hayat .search-content .search-wrapper .list ul::-webkit-scrollbar {
            width: 10px;
            background-color: #f7f6f6;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px; }
          .esit-bi-hayat .search-content .search-wrapper .list ul::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #c5093b;
            border-radius: 10px; }
          .esit-bi-hayat .search-content .search-wrapper .list ul li {
            font-weight: bold;
            cursor: pointer;
            padding-bottom: 7px;
            font-size: 18px; }
            .esit-bi-hayat .search-content .search-wrapper .list ul li:after {
              content: '';
              width: 98%;
              height: 1px;
              display: block;
              position: relative;
              background-color: #ecb1c1; }
            .esit-bi-hayat .search-content .search-wrapper .list ul li:last-child {
              padding: 0; }
      .esit-bi-hayat .search-content .search-wrapper .content {
        position: relative;
        flex-wrap: wrap;
        flex: 4;
        height: 350px;
        padding-left: 58px;
        background-image: url("../../assets/images/ebh-bg.PNG");
        background-size: 30%;
        background-repeat: no-repeat;
        background-position-y: 0;
        background-position-x: right; }
        .esit-bi-hayat .search-content .search-wrapper .content .results {
          display: flex;
          flex-wrap: wrap;
          transition: all 0.5s; }
          .esit-bi-hayat .search-content .search-wrapper .content .results.js-hide {
            height: 0;
            opacity: 0; }
          .esit-bi-hayat .search-content .search-wrapper .content .results.js-show {
            opacity: 1; }
          .esit-bi-hayat .search-content .search-wrapper .content .results .selected-title {
            display: flex;
            width: 100%;
            font-size: 14px;
            position: relative;
            margin-top: 0; }
            .esit-bi-hayat .search-content .search-wrapper .content .results .selected-title:after {
              content: '';
              width: 25px;
              height: 2px;
              background: black;
              position: absolute;
              left: 0;
              bottom: -10px; }
          .esit-bi-hayat .search-content .search-wrapper .content .results .results-item {
            text-align: center;
            position: relative; }
            .esit-bi-hayat .search-content .search-wrapper .content .results .results-item.first::after {
              content: '';
              width: 40px;
              height: 2px;
              background: #c5093b;
              position: absolute;
              bottom: 0;
              left: 0; }
            .esit-bi-hayat .search-content .search-wrapper .content .results .results-item .title h4 {
              color: #c5093b;
              position: relative;
              font-size: 22px; }
          .esit-bi-hayat .search-content .search-wrapper .content .results .result-description {
            width: 100%;
            margin-top: 30px;
            font-weight: bold;
            font-size: 20px; }
            .esit-bi-hayat .search-content .search-wrapper .content .results .result-description:after {
              content: '';
              width: 25px;
              height: 2px;
              background: black;
              position: relative;
              display: block; }
  @media (min-width: 992px) and (max-width: 1999px) {
    .esit-bi-hayat .search-content .search-wrapper .content .results {
      width: 70%; }
      .esit-bi-hayat .search-content .search-wrapper .content .results .results-item {
        text-align: inherit; }
        .esit-bi-hayat .search-content .search-wrapper .content .results .results-item .title h4 {
          font-size: 18px; } }
  @media (max-width: 991px) {
    .esit-bi-hayat .top-area .logo-area img {
      width: 150px;
      height: 90px; }
    .esit-bi-hayat .search-content .search-wrapper .content {
      padding-left: 0;
      background-image: none; }
      .esit-bi-hayat .search-content .search-wrapper .content .results {
        justify-content: flex-start;
        padding-left: 40px; }
        .esit-bi-hayat .search-content .search-wrapper .content .results .results-item .title h4 {
          font-size: 22px; } }
  @media (max-width: 767px) {
    .esit-bi-hayat .top-area .logo-area {
      flex: inherit; }
    .esit-bi-hayat .top-area .description {
      flex: inherit; }
    .esit-bi-hayat .search-content .search-wrapper .list {
      flex: 2; }
    .esit-bi-hayat .search-content .search-wrapper .content {
      background-image: none; }
      .esit-bi-hayat .search-content .search-wrapper .content .results .results-item {
        width: 100%;
        text-align: left; } }
  @media (max-width: 620px) {
    .esit-bi-hayat .top-area {
      flex-direction: column; }
      .esit-bi-hayat .top-area .logo-area {
        margin-bottom: 30px; }
    .esit-bi-hayat .search-area .filter .filter-nav {
      flex: 1; }
    .esit-bi-hayat .search-area .search-input .search-input-bg {
      flex: 1; }
    .esit-bi-hayat .search-content {
      min-height: 340px; }
      .esit-bi-hayat .search-content .search-wrapper {
        display: initial; }
        .esit-bi-hayat .search-content .search-wrapper .content {
          margin: 80px 0 30px 0;
          height: auto; }
          .esit-bi-hayat .search-content .search-wrapper .content .results {
            padding-left: 0; }
            .esit-bi-hayat .search-content .search-wrapper .content .results .result-description {
              margin-top: 10px; } }

.blog {
  padding-top: 105px;
  background: #FDFCFC;
  min-height: 100vh;
  font-family: "Roboto", sans-serif; }
  .blog .container {
    padding: 0;
    width: 1170px; }
    .blog .container:after {
      content: "";
      display: table;
      clear: both; }
    .blog .container .blog-wrapper {
      /*flex-direction: row; display: flex;*/
      width: 100%;
      margin-top: 25px;
      display: flex; }
      .blog .container .blog-wrapper .populer-blogs {
        /*display: flex; flex-direction: column; flex: 0 110%;*/
        width: 66%; }
        .blog .container .blog-wrapper .populer-blogs .populer-title {
          margin-bottom: 40px; }
          .blog .container .blog-wrapper .populer-blogs .populer-title:after {
            content: "";
            display: table;
            clear: both; }
        .blog .container .blog-wrapper .populer-blogs:after {
          content: "";
          display: table;
          clear: both; }
        .blog .container .blog-wrapper .populer-blogs .populer-blog-list {
          width: 100%;
          margin-top: 30px; }
          .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item {
            width: 46%;
            margin-right: 4%;
            float: left;
            margin-bottom: 70px;
            border: 1px solid #F0EDED;
            padding-bottom: 20px; }
            .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item a.blog-link {
              text-decoration: none;
              color: #fff; }
            .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-image {
              /*height: 215px;*/ }
              .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-image img {
                width: 100%;
                max-height: 225px; }
              .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-image .category {
                background-color: #E4032E;
                padding: 8px 10px;
                color: #ffffff;
                font-size: 10px;
                font-weight: bold;
                margin-top: 28px;
                margin-left: 34px;
                display: inline-block; }
            .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text {
              margin-top: 20px;
              padding: 0 34px;
              font-family: "Roboto", sans-serif; }
              .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text .title {
                margin-top: 30px;
                font-size: 21px;
                color: #000000;
                text-decoration: none;
                height: 85px; }
              .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text .sub-title {
                font-size: 13px;
                margin-top: 25px;
                color: #6F7580;
                text-decoration: none;
                height: 55px; }
              .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text .date {
                font-size: 11px;
                color: #6F7580;
                font-weight: normal;
                text-decoration: none;
                margin-top: 22px;
                text-align: center;
                height: 18px; }
          .blog .container .blog-wrapper .populer-blogs .populer-blog-list:after {
            content: "";
            display: table;
            clear: both; }
      .blog .container .blog-wrapper .right-content {
        width: 34%; }
        .blog .container .blog-wrapper .right-content .last-title {
          margin-bottom: 35px;
          display: inline-block; }
        .blog .container .blog-wrapper .right-content:after {
          content: "";
          display: table;
          clear: both; }
        .blog .container .blog-wrapper .right-content .list-blogs {
          padding: 40px 30px 0 30px;
          border: 1px solid #F0EDED; }
          .blog .container .blog-wrapper .right-content .list-blogs a {
            text-decoration: none;
            margin-bottom: 35px;
            display: block; }
            .blog .container .blog-wrapper .right-content .list-blogs a .icons {
              float: left;
              width: 10%;
              padding-top: 4px; }
            .blog .container .blog-wrapper .right-content .list-blogs a .list-text {
              float: left;
              width: 90%;
              font-family: "Roboto", sans-serif;
              border-bottom: 1px solid #F4F4F4;
              padding-bottom: 35px; }
              .blog .container .blog-wrapper .right-content .list-blogs a .list-text .list-title {
                font-size: 16px;
                color: #000000;
                font-weight: bold; }
              .blog .container .blog-wrapper .right-content .list-blogs a .list-text .list-subtitle {
                font-size: 13px;
                color: #6F7580;
                margin-top: 22px; }
              .blog .container .blog-wrapper .right-content .list-blogs a .list-text .list-date {
                color: #6F7580;
                font-size: 11px;
                font-weight: normal;
                margin-top: 22px; }
            .blog .container .blog-wrapper .right-content .list-blogs a:after {
              content: "";
              display: table;
              clear: both; }

@media (max-width: 1170px) {
  .blog .container {
    width: 990px; }
    .blog .container .blog-wrapper .populer-blogs {
      width: 70%; }
      .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item {
        width: 44%;
        margin: 0 3% 70px 3%; }
        .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text {
          padding: 0 10px; }
    .blog .container .blog-wrapper .right-content {
      width: 30%; }
  .last-title, .populer-title {
    margin-left: 15px; } }

@media (max-width: 991px) {
  .blog .container {
    width: 100%; }
    .blog .container .main-blogs {
      display: inline-block;
      padding: 0 5%; }
      .blog .container .main-blogs .main-blog-item {
        width: 100%;
        float: none;
        margin-top: 20px; }
      .blog .container .main-blogs a {
        text-decoration: none;
        color: #6F7580; }
    .blog .container .blog-wrapper .populer-blogs {
      width: 70%; }
      .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item {
        width: 44%;
        margin: 0 3% 70px 3%; }
        .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text .title {
          font-size: 17px; }
        .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text .blog-text {
          padding: 0 10px; }
    .blog .container .blog-wrapper .right-content {
      width: 30%; }
  .last-title, .populer-title {
    margin-left: 15px; } }

@media (max-width: 768px) {
  .blog {
    padding-top: 103px; }
    .blog .container {
      width: 100%; }
      .blog .container .main-blogs {
        display: inline-block;
        padding: 0 10%; }
        .blog .container .main-blogs .main-blog-item {
          width: 100%;
          display: block; }
          .blog .container .main-blogs .main-blog-item .blog-image {
            float: none;
            width: 100%; }
            .blog .container .main-blogs .main-blog-item .blog-image img {
              width: 100%; }
          .blog .container .main-blogs .main-blog-item .blog-text {
            float: none;
            width: 100%;
            margin-top: 15px; }
            .blog .container .main-blogs .main-blog-item .blog-text .title {
              height: auto; }
            .blog .container .main-blogs .main-blog-item .blog-text .sub-title {
              height: auto; }
      .blog .container .blog-wrapper {
        /*flex-direction: column-reverse !important; display: flex;*/
        display: block;
        padding-bottom: 45px; }
        .blog .container .blog-wrapper .populer-blogs {
          width: 100%;
          float: none;
          /*padding: 0 20px;*/ }
          .blog .container .blog-wrapper .populer-blogs .populer-title {
            margin-left: 20px; }
          .blog .container .blog-wrapper .populer-blogs .populer-blog-list {
            padding: 0; }
            .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item {
              width: 100%;
              margin: 0 0 10px 0;
              padding: 10px 20px; }
              .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-image {
                width: 40%;
                float: left; }
                .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-image .category {
                  margin-left: 0; }
              .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text {
                margin-left: 1%;
                width: 59%;
                margin-top: 0;
                float: left; }
                .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text .title {
                  height: auto;
                  margin-top: 0; }
                .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text .sub-title {
                  height: auto; }
                .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item .blog-text .date {
                  text-align: left;
                  height: 18px; }
              .blog .container .blog-wrapper .populer-blogs .populer-blog-list .blog-item:after {
                content: "";
                display: table;
                clear: both; }
        .blog .container .blog-wrapper .right-content {
          width: 100%;
          padding: 0 20px;
          margin-top: 0px; }
          .blog .container .blog-wrapper .right-content .last-title {
            margin-left: 0; }
          .blog .container .blog-wrapper .right-content .last-blogs .list-blogs {
            padding: 40px 0 0 0;
            border: 0; } }

@media (max-width: 600px) {
  .blog {
    padding-top: 63px; } }

.load-more {
  outline: none;
  width: 250px;
  font-weight: bold;
  display: block;
  margin: 20px auto;
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  background-color: #FDFCFC;
  border: 1px solid #dddddd;
  color: #E4032E; }

.js-hide {
  display: none; }

span.title-icon {
  width: 21px;
  margin-top: 4px;
  height: 33px;
  float: left;
  margin-right: 15px;
  background: url(../../assets/images/svg/title-icons.svg) no-repeat;
  background-size: 21px 33px; }

h2.sub-title {
  float: left;
  line-height: 1px;
  font-size: 23px;
  font-family: "Roboto", sans-serif; }
  @media (max-width: 991px) {
    h2.sub-title {
      font-size: 21px; } }

.category-list {
  padding-top: 170px; }
  @media (max-width: 768px) {
    .category-list {
      padding-top: 45px; } }
  .category-list .container {
    width: 900px; }
    @media (max-width: 900px) {
      .category-list .container {
        width: 100% !important; } }
    .category-list .container .blog-wrapper {
      margin-top: 0;
      display: block; }
      @media (max-width: 768px) {
        .category-list .container .blog-wrapper {
          margin-top: 35px; } }
      .category-list .container .blog-wrapper .populer-blogs {
        width: 100%;
        float: none; }
        .category-list .container .blog-wrapper .populer-blogs .populer-title {
          margin-bottom: 30px; }
        @media (min-width: 768px) {
          .category-list .container .blog-wrapper .populer-blogs .blog-category-item {
            width: 45% !important;
            margin: 35px 2% !important; } }
        @media (max-width: 768px) {
          .category-list .container .blog-wrapper .populer-blogs .blog-category-item {
            width: 100% !important;
            margin: 5px 0 !important; } }
        @media (min-width: 768px) {
          .category-list .container .blog-wrapper .populer-blogs .last-item {
            width: 45% !important;
            margin: 35px 0 35px 4% !important; } }
        @media (max-width: 768px) {
          .category-list .container .blog-wrapper .populer-blogs .last-item {
            width: 100% !important;
            margin: 35px 0 !important; } }

.footer-sticky-social-media {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  position: fixed;
  list-style: none;
  bottom: 0;
  z-index: 1999;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 0;
  margin-bottom: 0; }
  .footer-sticky-social-media li {
    height: 40px;
    margin-right: 2px; }
  .footer-sticky-social-media li:last-child {
    margin-right: 0; }
  @media (min-width: 768px) {
    .footer-sticky-social-media {
      display: none; } }

.social-media-follow-me {
  margin-top: 30px; }
  .social-media-follow-me .list-title {
    margin-bottom: 30px !important; }
  .social-media-follow-me ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .social-media-follow-me ul li {
      float: left;
      margin-right: 4px; }
      .social-media-follow-me ul li a {
        width: 68px;
        height: 68px;
        text-decoration: none;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        background: url(../../assets/images/png/social-media-follow-me.png) no-repeat; }
      .social-media-follow-me ul li a.facebookFollowMe {
        background-position: 0 0; }
        .social-media-follow-me ul li a.facebookFollowMe:hover {
          background-position: 0 -68px; }
      .social-media-follow-me ul li a.twitterFollowMe {
        background-position: -74px 0; }
        .social-media-follow-me ul li a.twitterFollowMe:hover {
          background-position: -74px -68px; }
      .social-media-follow-me ul li a.linkedinFollowMe {
        background-position: -148px 0; }
        .social-media-follow-me ul li a.linkedinFollowMe:hover {
          background-position: -148px -68px; }
      .social-media-follow-me ul li a.instagramFollowMe {
        background-position: -222px 0; }
        .social-media-follow-me ul li a.instagramFollowMe:hover {
          background-position: -222px -68px; }
    .social-media-follow-me ul li:last-child {
      margin-right: 0; }
    .social-media-follow-me ul:after {
      content: "";
      display: table;
      clear: both; }
  @media (max-width: 768px) {
    .social-media-follow-me {
      display: none; } }

.social-media-follow-me-mobile {
  margin-top: 30px;
  padding: 0 15px; }
  .social-media-follow-me-mobile .last-title {
    display: inline-block;
    margin-left: 0; }
  .social-media-follow-me-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 32px 0 60px 0; }
    .social-media-follow-me-mobile ul li {
      float: left;
      margin-right: 1%;
      border: 1px solid #F0EDED;
      padding: 28px;
      width: 80px;
      height: 80px; }
      .social-media-follow-me-mobile ul li a {
        margin: 0 auto; }
    .social-media-follow-me-mobile ul li:last-child {
      margin-right: 0; }
    .social-media-follow-me-mobile ul:after {
      content: "";
      display: table;
      clear: both; }
  @media (min-width: 768px) {
    .social-media-follow-me-mobile {
      display: none; } }

.head-search {
  width: 100%;
  height: 70px;
  background: #e4032e;
  background: linear-gradient(90deg, #e4032e 0%, #b61866 0%, #e40316 100%); }
  @media (max-width: 768px) {
    .head-search {
      height: 50px; } }
  .head-search .search {
    position: relative;
    width: calc(100% - 200px);
    padding-top: 10px;
    float: left; }
    @media (max-width: 768px) {
      .head-search .search {
        padding: 3px 3px;
        width: calc(100% - 150px); } }
    .head-search .search .blog-search-input {
      font-family: "Roboto", sans-serif;
      outline: none;
      height: 50px;
      width: 100%;
      padding: 7px 28px;
      color: #fff;
      border-radius: 0;
      box-sizing: border-box;
      background-color: transparent;
      border-color: transparent;
      opacity: 0.5; }
      @media (max-width: 768px) {
        .head-search .search .blog-search-input {
          padding: 5px 5px 5px 21px;
          height: 44px;
          font-size: 12px; } }
    .head-search .search input::placeholder {
      color: #fff; }
    .head-search .search span {
      position: absolute;
      left: 0;
      top: 25px; }
      @media (max-width: 768px) {
        .head-search .search span {
          left: 1%;
          top: 16px; } }

.dropdown-cat {
  width: 200px;
  position: relative; }
  @media (max-width: 768px) {
    .dropdown-cat {
      width: 150px;
      border-left: 1px solid #fff; } }
  .dropdown-cat .btn-cat {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 15px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff; }
    .dropdown-cat .btn-cat:focus {
      outline: none; }
    @media (max-width: 768px) {
      .dropdown-cat .btn-cat {
        border: 0;
        padding: 16px 12px;
        margin-top: 0;
        font-size: 12px; } }
    .dropdown-cat .btn-cat .caret {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 8px;
      vertical-align: middle;
      border-top: 4px dashed;
      border-top: 4px solid\9;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }
  .dropdown-cat .dropdown-menu {
    position: absolute;
    top: 99%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background-color: #e4032e;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    @media (max-width: 768px) {
      .dropdown-cat .dropdown-menu {
        min-width: 150px;
        width: 150px;
        top: 96%; } }
    .dropdown-cat .dropdown-menu li a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #fff;
      white-space: nowrap; }
  .dropdown-cat .active {
    display: block !important; }

.container-slider-dekstop {
  width: 1330px;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 990px) {
    .container-slider-dekstop {
      display: none !important; } }
  @media (max-width: 1330px) {
    .container-slider-dekstop {
      width: 1170px; } }
  @media (max-width: 1170px) {
    .container-slider-dekstop {
      width: 990px; } }
  .container-slider-dekstop .blog-slider-desktop {
    margin: 60px 0 25px 0; }
    .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content {
      width: 100%;
      display: flex;
      height: 525px;
      padding: 0 80px; }
      @media (max-width: 1330px) {
        .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content {
          height: 485px;
          padding: 0 40px; } }
      @media (max-width: 1170px) {
        .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content {
          height: 405px; } }
      .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slide-items {
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%; }
        .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slide-items a {
          width: 100%;
          height: 100%;
          display: block; }
        .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slide-items .text {
          bottom: 35px;
          position: absolute;
          left: 45px; }
          .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slide-items .text .slider-category {
            background-color: #E4032E;
            color: #fff;
            display: inline-block;
            padding: 6px 10px;
            margin-bottom: 16px;
            font-size: 10px;
            font-weight: bold; }
          .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slide-items .text .slider-title {
            font-size: 21px;
            color: #fff;
            font-family: Roboto;
            opacity: 1; }
      .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .big-slider-item {
        width: calc(60% - 25px);
        margin-right: 25px; }
        @media (max-width: 1170px) {
          .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .big-slider-item {
            margin-right: 15px; } }
      .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-right {
        width: 40%; }
        .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-right .slider-item-top {
          display: block;
          height: 250px; }
          @media (max-width: 1330px) {
            .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-right .slider-item-top {
              height: 235px; } }
          @media (max-width: 1170px) {
            .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-right .slider-item-top {
              height: 195px; } }
        .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-right .slider-item-bottom {
          margin-top: 25px;
          display: block;
          height: 250px; }
          @media (max-width: 1330px) {
            .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-right .slider-item-bottom {
              height: 235px;
              margin-top: 15px; } }
          @media (max-width: 1170px) {
            .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-right .slider-item-bottom {
              height: 195px; } }
        .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-right .slide-items .text .slider-category {
          margin-bottom: 14px; }
        .container-slider-dekstop .blog-slider-desktop .swiper-container .swiper-wrapper .swiper-slide .slider-content .slider-right .slide-items .text .slider-title {
          font-size: 18px; }
  .container-slider-dekstop .swiper-button-next:after, .container-slider-dekstop .swiper-container-rtl .swiper-button-prev:after, .container-slider-dekstop .swiper-button-prev:after, .container-slider-dekstop .swiper-container-rtl .swiper-button-next:after {
    color: #E4032E;
    font-size: 18px;
    font-weight: bold;
    opacity: 1; }

.container-slider-mobile {
  width: 100%;
  padding: 20px 3% 0 3%; }
  @media (min-width: 991px) {
    .container-slider-mobile {
      display: none !important; } }
  .container-slider-mobile .blog-slider-mobile .swiper-slide {
    height: auto; }
    .container-slider-mobile .blog-slider-mobile .swiper-slide .slider-content a {
      display: block; }
      .container-slider-mobile .blog-slider-mobile .swiper-slide .slider-content a .promo-image {
        text-align: center; }
        .container-slider-mobile .blog-slider-mobile .swiper-slide .slider-content a .promo-image img {
          width: 100%;
          height: auto; }
      .container-slider-mobile .blog-slider-mobile .swiper-slide .slider-content a .promo-text {
        margin-top: 20px; }
        .container-slider-mobile .blog-slider-mobile .swiper-slide .slider-content a .promo-text .promo-category {
          background-color: #E4032E;
          color: #fff;
          display: inline-block;
          padding: 6px 10px;
          font-size: 10px;
          font-weight: bold; }
        .container-slider-mobile .blog-slider-mobile .swiper-slide .slider-content a .promo-text .promo-title {
          margin-top: 20px;
          font-size: 16px;
          color: #000000;
          font-family: Roboto; }
  @media (max-width: 991px) {
    .container-slider-mobile .swiper-button-next, .container-slider-mobile .swiper-button-prev {
      top: 35%; } }
  .container-slider-mobile .swiper-button-next:after, .container-slider-mobile .swiper-container-rtl .swiper-button-prev:after, .container-slider-mobile .swiper-button-prev:after, .container-slider-mobile .swiper-container-rtl .swiper-button-next:after {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    opacity: 1; }

.swiper-container .swiper-wrapper {
  height: auto; }

.title-with-icon {
  position: relative; }
  .title-with-icon h2 {
    font-size: 23px;
    font-family: "Roboto", sans-serif;
    line-height: 34px;
    margin-top: 6px;
    margin-left: 35px;
    display: block; }
    .title-with-icon h2::after {
      width: 21px;
      height: 33px;
      margin-right: 13px;
      background: url(../../assets/images/svg/title-icons.svg) no-repeat;
      background-size: 21px 33px;
      content: '';
      position: absolute;
      left: 0; }
  .title-with-icon h3 {
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    line-height: 34px;
    margin-top: 6px;
    margin-left: 35px;
    display: block; }
    .title-with-icon h3::after {
      width: 21px;
      height: 33px;
      margin-right: 13px;
      background: url(../../assets/images/svg/title-icons.svg) no-repeat;
      background-size: 21px 33px;
      content: '';
      position: absolute;
      left: 0; }

.blog-detail {
  padding: 160px 0 60px 0;
  background: #FDFCFC;
  min-height: 100vh;
  font-family: "Roboto", sans-serif; }
  .blog-detail .container {
    padding: 0; }
    .blog-detail .container .detail-wrapper {
      margin: 0 auto; }
      .blog-detail .container .detail-wrapper span.category {
        background-color: #E4032E;
        padding: 8px 12px;
        color: #ffffff;
        font-size: 10px;
        font-weight: bold;
        display: inline-block; }
      .blog-detail .container .detail-wrapper .blog-title {
        margin-top: 17px; }
        .blog-detail .container .detail-wrapper .blog-title h1 {
          font-size: 30px;
          font-family: "Roboto", sans-serif;
          color: #000000; }
      .blog-detail .container .detail-wrapper .from-social {
        margin-top: 70px;
        /*.from {
                    float: left;
                    color: #000000;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 16px;

                    span {
                        margin-left: 15px;
                        font-size: 11px;
                        color: #6F7580;
                        font-family: 'Open Sans', sans-serif;
                    }
                }*/ }
        .blog-detail .container .detail-wrapper .from-social .date {
          font-size: 13px;
          color: #6F7580;
          margin-top: 4px;
          float: left; }
        .blog-detail .container .detail-wrapper .from-social .social {
          float: right; }
          .blog-detail .container .detail-wrapper .from-social .social a {
            padding: 6px 13px; }
        .blog-detail .container .detail-wrapper .from-social:after {
          content: "";
          display: table;
          clear: both; }
      .blog-detail .container .detail-wrapper .main-image {
        margin-top: 55px;
        text-align: center; }
        .blog-detail .container .detail-wrapper .main-image img {
          width: auto;
          max-width: 100%; }
      .blog-detail .container .detail-wrapper .content a {
        color: #E4032E;
        text-decoration: none;
        font-weight: bold; }
      .blog-detail .container .detail-wrapper .content h2 {
        margin: 40px 0;
        font-size: 24px;
        color: #000000;
        font-family: "Roboto", sans-serif; }
      .blog-detail .container .detail-wrapper .content h3 {
        margin: 30px 0;
        font-size: 22px;
        color: #000000;
        font-family: "Roboto", sans-serif; }
      .blog-detail .container .detail-wrapper .content h4 {
        margin: 25px 0;
        font-size: 20px;
        color: #000000;
        font-family: "Roboto", sans-serif; }
      .blog-detail .container .detail-wrapper .content h5 {
        margin: 20px 0;
        font-size: 17px;
        color: #000000;
        font-family: "Roboto", sans-serif; }
      .blog-detail .container .detail-wrapper .content p {
        margin: 40px 0;
        font-size: 15px;
        color: #6F7580;
        font-family: "Roboto", sans-serif;
        text-align: justify; }
      .blog-detail .container .detail-wrapper .content ul {
        list-style: none;
        margin: 40px 0;
        padding: 0 60px; }
        .blog-detail .container .detail-wrapper .content ul li {
          font-family: "Roboto", sans-serif;
          font-size: 15px;
          color: #6F7580;
          background-image: url(../../assets/images/png/list-icon.png);
          background-repeat: no-repeat;
          padding-left: 29px;
          background-position: 0px 5px;
          margin-bottom: 40px; }
      .blog-detail .container .detail-wrapper .content .img {
        display: block;
        margin: 40px 0;
        width: 100%; }
      .blog-detail .container .detail-wrapper .content .icon-text {
        margin: 40px 0;
        display: block; }
        .blog-detail .container .detail-wrapper .content .icon-text h3 {
          float: left;
          font-size: 23px;
          font-family: "Roboto", sans-serif;
          width: calc(100% - 35px);
          margin-top: 0; }
        .blog-detail .container .detail-wrapper .content .icon-text span {
          float: left;
          width: 33px; }
        .blog-detail .container .detail-wrapper .content .icon-text p {
          margin: 0;
          padding-top: 7px;
          width: calc(100% - 35px); }
        .blog-detail .container .detail-wrapper .content .icon-text:after {
          content: "";
          display: table;
          clear: both; }
      .blog-detail .container .detail-wrapper .content ol {
        margin: 40px 0;
        padding: 0 60px; }
        .blog-detail .container .detail-wrapper .content ol li {
          font-family: 'Open Sans', sans-serif;
          font-size: 15px;
          color: #6F7580;
          padding-left: 20px;
          margin-bottom: 40px;
          font-weight: normal; }
      .blog-detail .container .detail-wrapper .tag {
        margin: 40px 0; }
        .blog-detail .container .detail-wrapper .tag .tag-name {
          padding: 15px 20px;
          float: left;
          margin-right: 15px;
          color: #4B4E55;
          font-size: 10px;
          font-family: "Roboto", sans-serif;
          text-decoration: none;
          background-color: #DFE4EB; }
          .blog-detail .container .detail-wrapper .tag .tag-name a {
            color: #4B4E55;
            text-decoration: none; }
        .blog-detail .container .detail-wrapper .tag:after {
          content: "";
          display: table;
          clear: both; }
      .blog-detail .container .detail-wrapper .searchkey {
        display: block;
        color: #6F7580;
        font-size: 13px; }
      .blog-detail .container .detail-wrapper .footer-social {
        padding-top: 90px; }
        .blog-detail .container .detail-wrapper .footer-social a {
          padding: 6px 13px; }
    .blog-detail .container .similar .similar-blogs-title {
      margin-top: 60px; }
      .blog-detail .container .similar .similar-blogs-title span.title-icon {
        width: 21px;
        margin-top: 4px;
        height: 33px;
        float: left;
        margin-right: 15px;
        background: url(../../assets/images/svg/title-icons.svg) no-repeat;
        background-size: 21px 33px; }
      .blog-detail .container .similar .similar-blogs-title .sub-title {
        float: left;
        font-size: 23px;
        font-family: "Roboto", sans-serif; }
      .blog-detail .container .similar .similar-blogs-title:after {
        content: "";
        display: table;
        clear: both; }
    .blog-detail .container .similar .similar-blogs {
      margin-top: 65px; }
      .blog-detail .container .similar .similar-blogs .blog-item {
        width: 31%;
        float: left;
        margin-right: 3%; }
        .blog-detail .container .similar .similar-blogs .blog-item a.blog-link {
          text-decoration: none; }
        .blog-detail .container .similar .similar-blogs .blog-item .blog-image img {
          width: 100%; }
        .blog-detail .container .similar .similar-blogs .blog-item .blog-text {
          margin-top: 20px;
          padding: 0 10px;
          /*.from {
                            margin-top: 25px;
                            font-family: 'Open Sans', sans-serif;
                            font-size: 12px;
                            color: #000000;
                            font-weight: bold;
                            text-decoration: none;

                            span {
                                font-size: 11px;
                                color: #6F7580;
                                font-weight: normal;
                                text-decoration: none;
                                margin-left: 20px;
                            }
                        }*/ }
          .blog-detail .container .similar .similar-blogs .blog-item .blog-text .category {
            background-color: #E4032E;
            padding: 8px 10px;
            color: #ffffff;
            font-family: "Roboto", sans-serif;
            font-size: 10px;
            font-weight: bold; }
          .blog-detail .container .similar .similar-blogs .blog-item .blog-text .title {
            margin-top: 30px;
            font-size: 21px;
            font-family: "Roboto", sans-serif;
            color: #000000;
            text-decoration: none;
            font-weight: normal;
            line-height: 28px; }
          .blog-detail .container .similar .similar-blogs .blog-item .blog-text .sub-title {
            font-family: "Roboto", sans-serif;
            font-size: 13px;
            margin-top: 25px;
            color: #6F7580;
            text-decoration: none;
            text-align: justify; }
          .blog-detail .container .similar .similar-blogs .blog-item .blog-text .date {
            font-family: "Roboto", sans-serif;
            font-size: 11px;
            color: #6F7580;
            font-weight: normal;
            text-decoration: none;
            margin-top: 30px;
            height: 18px; }
      .blog-detail .container .similar .similar-blogs .last-blog-item {
        margin-right: 0; }
      .blog-detail .container .similar .similar-blogs:after {
        content: "";
        display: table;
        clear: both; }
  .blog-detail a.blog-link {
    color: #fff; }

@media (max-width: 770px) {
  .blog-detail {
    padding-top: 100px;
    background: #FDFCFC;
    min-height: 100vh; }
    .blog-detail .container {
      padding: 0; }
      .blog-detail .container .detail-wrapper {
        width: 100%;
        padding: 0 3%; }
        .blog-detail .container .detail-wrapper .content ul {
          padding: 0 30px; }
        .blog-detail .container .detail-wrapper .content ol {
          padding: 0 30px; }
        .blog-detail .container .detail-wrapper .content .icon-text {
          margin: 40px 5%; }
        .blog-detail .container .detail-wrapper .tag .tag-name {
          padding: 5px 8px;
          margin-top: 5px; }
      .blog-detail .container .similar {
        padding: 0 3%; }
        .blog-detail .container .similar .similar-blogs-title {
          margin-top: 70px; }
        .blog-detail .container .similar .similar-blogs {
          margin-top: 30px;
          width: 100%; }
          .blog-detail .container .similar .similar-blogs .blog-item {
            float: none;
            width: 100%;
            margin-top: 30px; } }

.page-content__video-holder {
  width: 100%; }
  .page-content__video-holder .page-content__video-element {
    width: 800px;
    height: 450px;
    margin: 0 auto;
    display: block; }
    @media (max-width: 990px) {
      .page-content__video-holder .page-content__video-element {
        width: 100%;
        height: 100%; } }

.turn-back {
  outline: none;
  width: 250px;
  font-weight: bold;
  display: block;
  margin: 20px auto;
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  background-color: #FDFCFC;
  border: 1px solid #dddddd;
  color: #E4032E;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 768px) {
    .turn-back {
      font-size: 11px;
      width: 190px;
      padding: 13px 0; } }
  .turn-back:hover {
    color: #FDFCFC;
    background-color: #E4032E; }

.blog-detail-follow-me {
  margin-top: 30px; }
  .blog-detail-follow-me .title {
    display: inline-block;
    margin-bottom: 30px; }
    @media (max-width: 1170px) {
      .blog-detail-follow-me .title {
        margin-left: 0; } }
  .blog-detail-follow-me .list-title {
    margin-bottom: 30px !important;
    display: inline-block; }
  .blog-detail-follow-me ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .blog-detail-follow-me ul li {
      float: left;
      margin-right: 4px; }
      .blog-detail-follow-me ul li a {
        width: 68px;
        height: 68px;
        text-decoration: none;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        background: url(../../assets/images/png/social-media-follow-me.png) no-repeat; }
      .blog-detail-follow-me ul li a.facebookFollowMe {
        background-position: 0 0; }
        .blog-detail-follow-me ul li a.facebookFollowMe:hover {
          background-position: 0 -68px; }
      .blog-detail-follow-me ul li a.twitterFollowMe {
        background-position: -74px 0; }
        .blog-detail-follow-me ul li a.twitterFollowMe:hover {
          background-position: -74px -68px; }
      .blog-detail-follow-me ul li a.linkedinFollowMe {
        background-position: -148px 0; }
        .blog-detail-follow-me ul li a.linkedinFollowMe:hover {
          background-position: -148px -68px; }
      .blog-detail-follow-me ul li a.instagramFollowMe {
        background-position: -222px 0; }
        .blog-detail-follow-me ul li a.instagramFollowMe:hover {
          background-position: -222px -68px; }
    .blog-detail-follow-me ul li:last-child {
      margin-right: 0; }
    .blog-detail-follow-me ul:after {
      content: "";
      display: table;
      clear: both; }

.blog-container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.new-blog-detail {
  width: 100%;
  font-family: 'Open Sans', sans-serif; }
  .new-blog-detail .container {
    width: 970px;
    margin: 0 auto; }
    @media (max-width: 970px) {
      .new-blog-detail .container {
        width: 100%; } }
    .new-blog-detail .container .page-head {
      padding: 80px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 768px) {
        .new-blog-detail .container .page-head {
          padding: 40px 0; } }
      .new-blog-detail .container .page-head .head-left {
        display: flex; }
        .new-blog-detail .container .page-head .head-left .category a {
          padding: 12px 20px;
          background-color: #E4032E;
          color: #fff;
          font-size: 10px;
          font-weight: 700; }
        .new-blog-detail .container .page-head .head-left .reading-time {
          margin-left: 16px; }
          .new-blog-detail .container .page-head .head-left .reading-time span {
            padding: 10px 20px;
            border: 1px solid #DBE0EA;
            color: #6F7580;
            font-size: 12px; }
  .new-blog-detail .page-bottom {
    background-color: #F7F7F7;
    padding: 95px 0; }
    @media (max-width: 768px) {
      .new-blog-detail .page-bottom {
        padding: 25px 0 22px 0; } }
    .new-blog-detail .page-bottom .container {
      width: 1200px;
      padding: 0 15px;
      margin: 0 auto;
      /*page-footer*/ }
      @media (max-width: 1200px) {
        .new-blog-detail .page-bottom .container {
          width: 100%; } }
      @media (max-width: 768px) {
        .new-blog-detail .page-bottom .container {
          width: 100%; } }

/*Paylaş İkonları Ortak Kullanım*/
.share-page {
  display: flex; }
  @media (max-width: 768px) {
    .share-page {
      display: none; } }
  .share-page a {
    width: 40px;
    height: 40px;
    border: 1px solid #DBE0EA;
    border-radius: 20px;
    padding-top: 11px;
    text-align: center;
    margin-right: 7px; }
    .share-page a svg {
      width: 18px;
      height: 18px;
      fill: #6f7580; }
    .share-page a:hover {
      background-color: #E4032E; }
      .share-page a:hover svg {
        fill: #fff; }

/*Detay sayfa ortak stylesheet*/
.detail-page-style .content {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 110px; }
  @media (max-width: 768px) {
    .detail-page-style .content {
      padding-bottom: 45px; } }
  .detail-page-style .content h1,
  .detail-page-style .content h2,
  .detail-page-style .content h3,
  .detail-page-style .content h4 {
    color: #000000;
    font-weight: 700;
    margin: 20px 0;
    padding: 0; }
  .detail-page-style .content h1 {
    font-size: 36px;
    line-height: 50px; }
    @media (max-width: 768px) {
      .detail-page-style .content h1 {
        font-size: 24px;
        line-height: 32px; } }
  .detail-page-style .content h2 {
    font-size: 30px;
    margin-top: 50px; }
    @media (max-width: 768px) {
      .detail-page-style .content h2 {
        font-size: 21px;
        line-height: 29px;
        margin-top: 35px; } }
  .detail-page-style .content h3 {
    font-size: 24px;
    margin-top: 35px; }
    @media (max-width: 768px) {
      .detail-page-style .content h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 30px; } }
  .detail-page-style .content h4 {
    font-size: 18px;
    margin-top: 35px; }
    @media (max-width: 768px) {
      .detail-page-style .content h4 {
        font-size: 15px;
        margin-top: 30px; } }
  .detail-page-style .content p {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 27px;
    padding: 15px 0; }
    @media (max-width: 768px) {
      .detail-page-style .content p {
        font-size: 14px; } }
    .detail-page-style .content p a {
      color: #E4032E; }
  .detail-page-style .content .page-description {
    font-size: 21px;
    margin: 30px 0 0 0; }
  .detail-page-style .content .detail-head-image {
    margin-top: 40px; }
    .detail-page-style .content .detail-head-image img {
      width: 100%;
      display: block;
      text-align: center;
      margin: 0; }
  .detail-page-style .content img {
    max-width: 100%; }
  .detail-page-style .content .for-mobile-share {
    margin-top: 24px; }
    .detail-page-style .content .for-mobile-share .share-page {
      display: none; }
      @media (max-width: 769px) {
        .detail-page-style .content .for-mobile-share .share-page {
          display: flex; } }
  .detail-page-style .content ul {
    margin: 0;
    padding: 0;
    padding: 0 55px;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .detail-page-style .content ul {
        margin-top: 35px;
        padding: 0; } }
    .detail-page-style .content ul li {
      display: block;
      padding-left: 85px;
      margin-bottom: 40px;
      line-height: 28px;
      list-style: none;
      font-size: 15px;
      letter-spacing: 1px;
      position: relative; }
      .detail-page-style .content ul li a {
        color: #E4032E; }
      @media (max-width: 768px) {
        .detail-page-style .content ul li {
          padding-left: 45px;
          margin-bottom: 36px;
          font-size: 14px; } }
      .detail-page-style .content ul li:before {
        background-image: url(../../assets/images/blog-list-icon.png);
        width: 45px;
        height: 45px;
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        left: 0; }
        @media (max-width: 768px) {
          .detail-page-style .content ul li:before {
            background-size: 34px 34px;
            width: 34px;
            height: 34px;
            top: -3px; } }
  .detail-page-style .content .video-content {
    width: 100%;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .detail-page-style .content .video-content {
        margin-top: 37px; } }
    .detail-page-style .content .video-content iframe {
      width: 100%;
      height: 520px;
      margin: 0 auto;
      display: block; }
      @media (max-width: 768px) {
        .detail-page-style .content .video-content iframe {
          height: 415px; } }
      @media (max-width: 500px) {
        .detail-page-style .content .video-content iframe {
          height: 355px; } }
      @media (max-width: 376px) {
        .detail-page-style .content .video-content iframe {
          height: 257px; } }
  .detail-page-style .content blockquote {
    background-color: #B61866;
    padding: 105px 135px;
    margin: 40px 0 0 0;
    border: 0;
    position: relative;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 27px;
    line-height: 40px;
    text-align: center; }
    .detail-page-style .content blockquote a {
      color: #fff;
      text-decoration: underline; }
    @media (max-width: 768px) {
      .detail-page-style .content blockquote {
        font-size: 19px;
        line-height: 32px;
        padding: 100px 35px; } }
    .detail-page-style .content blockquote::before {
      background-image: url(/akillihayat2030/assets/images/blockquote_top.png);
      width: 36px;
      height: 35px;
      content: '';
      display: block;
      position: absolute;
      top: 40px;
      left: 60px; }
      @media (max-width: 768px) {
        .detail-page-style .content blockquote::before {
          background-size: 26px 26px;
          width: 26px;
          height: 26px;
          left: 47%; } }
    .detail-page-style .content blockquote::after {
      background-image: url(/akillihayat2030/assets/images/blockquote_bottom.png);
      width: 36px;
      height: 35px;
      content: '';
      display: block;
      position: absolute;
      bottom: 40px;
      right: 60px; }
      @media (max-width: 768px) {
        .detail-page-style .content blockquote::after {
          background-size: 26px 26px;
          width: 26px;
          height: 26px;
          right: 47%; } }
    .detail-page-style .content blockquote p {
      color: #fff !important;
      font-size: 27px;
      line-height: 40px;
      text-align: center;
      font-family: 'Roboto Slab', serif; }
      @media (max-width: 768px) {
        .detail-page-style .content blockquote p {
          font-size: 19px;
          line-height: 32px; } }
    .detail-page-style .content blockquote strong {
      font-weight: bold; }
    .detail-page-style .content blockquote span {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 700;
      display: block;
      margin-top: 30px; }
  .detail-page-style .content ol {
    margin: 0;
    padding: 0;
    padding: 0 55px;
    margin-top: 55px;
    counter-reset: my-awesome-counter; }
    @media (max-width: 768px) {
      .detail-page-style .content ol {
        margin-top: 35px;
        padding: 0; } }
    .detail-page-style .content ol li {
      counter-increment: my-awesome-counter;
      display: block;
      padding-left: 85px;
      margin-bottom: 40px;
      line-height: 28px;
      list-style: none;
      font-size: 15px;
      letter-spacing: 1px;
      position: relative; }
      @media (max-width: 768px) {
        .detail-page-style .content ol li {
          padding-left: 45px;
          margin-bottom: 36px;
          font-size: 14px; } }
      .detail-page-style .content ol li:before {
        content: counter(my-awesome-counter);
        font-size: 17px;
        font-family: 'Open Sans', sans-serif;
        padding: 6px 0 0 17px;
        border-radius: 50%;
        font-weight: bold;
        border: 1px solid #E4032E;
        color: #B61866;
        width: 45px;
        height: 45px;
        display: block;
        position: absolute;
        top: -7px;
        left: 0; }
        @media (max-width: 768px) {
          .detail-page-style .content ol li:before {
            background-size: 34px 34px;
            width: 34px;
            height: 34px;
            top: -3px;
            padding: 1px 0 0 12px; } }

/*Genel Sayfalar Ortak Stylesheet*/
.label-words {
  margin-top: 50px; }
  @media (max-width: 768px) {
    .label-words {
      margin-top: 30px; } }
  .label-words a {
    padding: 15px 11px;
    border: 1px solid #E6E6E6;
    font-size: 12px;
    margin-right: 8px;
    margin-top: 11px;
    display: inline-block;
    color: #6F7580; }
    .label-words a:hover {
      background-color: #6F7580;
      color: #ffffff; }
    @media (max-width: 768px) {
      .label-words a {
        padding: 13px 9px; } }

.page-head--gray {
  background: #f6f6f6;
  padding: 45px 0 65px 0; }
  .page-head--gray .title-with-iconH5 {
    margin-bottom: 105px; }

.page-head p {
  font-family: 'Mont';
  font-weight: normal;
  font-size: 21px;
  text-align: center;
  color: #707070; }

.title-with-iconH5 {
  display: flex;
  margin-bottom: 30px; }
  .title-with-iconH5 .icon {
    margin-right: 18px; }
    @media (max-width: 768px) {
      .title-with-iconH5 .icon {
        margin-right: 5px; } }
    .title-with-iconH5 .icon img {
      margin-top: 0;
      width: auto; }
      @media (max-width: 768px) {
        .title-with-iconH5 .icon img {
          width: 80%;
          height: auto; } }
  .title-with-iconH5 .title {
    color: #000000;
    font-size: 24px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 30px; }
    @media (max-width: 768px) {
      .title-with-iconH5 .title {
        font-size: 21px;
        line-height: 27px; } }
  .title-with-iconH5 h1.title {
    color: #000000;
    font-size: 24px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 30px; }
    @media (max-width: 768px) {
      .title-with-iconH5 h1.title {
        font-size: 21px;
        line-height: 27px; } }
    .title-with-iconH5 h1.title--red {
      color: #e40b2e; }

.blogs-list {
  display: flex; }
  @media (max-width: 768px) {
    .blogs-list {
      display: block; } }
  .blogs-list .blogs-item {
    width: 31.66%;
    margin-right: 2.5%;
    border: 1px solid #F0EDED; }
    @media (max-width: 768px) {
      .blogs-list .blogs-item {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 10px 10px; } }
    .blogs-list .blogs-item .list-image {
      overflow: hidden; }
      @media (max-width: 768px) {
        .blogs-list .blogs-item .list-image {
          margin-right: 14px;
          width: 45%; } }
      .blogs-list .blogs-item .list-image img {
        width: 100%;
        max-height: 241px;
        transition: transform .5s ease; }
        .blogs-list .blogs-item .list-image img:hover {
          transform: scale(1.3); }
        @media (max-width: 768px) {
          .blogs-list .blogs-item .list-image img {
            max-height: unset; } }
    .blogs-list .blogs-item .list-text {
      padding: 30px 25px 40px 30px; }
      @media (max-width: 768px) {
        .blogs-list .blogs-item .list-text {
          padding: 0;
          width: 55%; } }
      .blogs-list .blogs-item .list-text .category a {
        padding: 12px 20px;
        background-color: #E4032E;
        color: #fff;
        font-size: 10px;
        font-weight: 700; }
        @media (max-width: 768px) {
          .blogs-list .blogs-item .list-text .category a {
            padding: 3px 10px; } }
      .blogs-list .blogs-item .list-text .title {
        margin-top: 22px;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        vertical-align: top;
        height: 100px; }
        @media (max-width: 768px) {
          .blogs-list .blogs-item .list-text .title {
            font-size: 14px;
            height: auto;
            margin-top: 10px; } }
      .blogs-list .blogs-item .list-text .date {
        margin-top: 25px;
        font-size: 11px;
        font-weight: 600;
        color: #6F7580;
        vertical-align: top;
        min-height: 18px; }
        @media (max-width: 768px) {
          .blogs-list .blogs-item .list-text .date {
            font-size: 10px;
            margin-top: 10px; } }
    .blogs-list .blogs-item:nth-child(3n) {
      margin-right: 0; }

.load-more-new-blogs {
  outline: none;
  font-weight: 400;
  display: block;
  margin: 80px auto 10px auto;
  padding: 15px 25px;
  font-size: 11px;
  background-color: #FDFCFC;
  border: 1px solid #D8DEEB;
  color: #000000; }
  .load-more-new-blogs:hover {
    background-color: #E4032E;
    color: #fff;
    border: 1px solid #E4032E; }
  .load-more-new-blogs:visited {
    background-color: #FDFCFC; }

.load-more-js-hide {
  display: none; }

@media (max-width: 768px) {
  .js-trigger-other-articles .blogs-list {
    display: flex; } }

.js-trigger-other-articles .blogs-list .blogs-item {
  width: 100%; }
  @media (max-width: 768px) {
    .js-trigger-other-articles .blogs-list .blogs-item {
      display: block; }
      .js-trigger-other-articles .blogs-list .blogs-item .list-image {
        width: 100%;
        margin: 0; }
      .js-trigger-other-articles .blogs-list .blogs-item .list-text {
        width: 100%;
        padding: 30px 15px 40px 15px; }
        .js-trigger-other-articles .blogs-list .blogs-item .list-text .category a {
          padding: 12px 20px; }
        .js-trigger-other-articles .blogs-list .blogs-item .list-text .title {
          margin-top: 22px;
          font-size: 18px;
          height: auto;
          min-height: 90px; } }

.js-trigger-other-articles .swiper-navigation {
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 99999; }

.js-trigger-other-articles .swiper-button-next,
.js-trigger-other-articles .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #F0EDED;
  color: #000000; }
  .js-trigger-other-articles .swiper-button-next:hover,
  .js-trigger-other-articles .swiper-button-prev:hover {
    color: #fff;
    background-color: #E4032E;
    border: 1px solid #E4032E; }

.js-trigger-other-articles .swiper-button-next {
  right: 0px;
  left: auto; }

.js-trigger-other-articles .swiper-button-prev {
  right: 55px;
  left: auto; }

.js-trigger-other-articles .swiper-button-next:after,
.js-trigger-other-articles .swiper-button-prev:after {
  font-size: 15px; }

.video-detail .container {
  width: 1200px; }
  @media (max-width: 1200px) {
    .video-detail .container {
      width: 100%; } }
  .video-detail .container .content {
    padding: 110px 0 120px 0; }
    @media (max-width: 990px) {
      .video-detail .container .content {
        padding: 45px 0 60px 0; } }
    .video-detail .container .content .title-with-iconH5 {
      margin-bottom: 46px; }
    .video-detail .container .content .video-detail-wrapper {
      display: flex; }
      @media (max-width: 768px) {
        .video-detail .container .content .video-detail-wrapper {
          display: block; } }
      .video-detail .container .content .video-detail-wrapper .left-column {
        width: 66%;
        margin-right: 2%; }
        @media (max-width: 768px) {
          .video-detail .container .content .video-detail-wrapper .left-column {
            width: 100%;
            margin-right: 0; } }
        .video-detail .container .content .video-detail-wrapper .left-column .video-content {
          margin-top: 0;
          height: auto; }
          .video-detail .container .content .video-detail-wrapper .left-column .video-content iframe {
            height: 440px; }
            @media (max-width: 990px) {
              .video-detail .container .content .video-detail-wrapper .left-column .video-content iframe {
                height: 365px; } }
            @media (max-width: 768px) {
              .video-detail .container .content .video-detail-wrapper .left-column .video-content iframe {
                height: 410px; } }
            @media (max-width: 560px) {
              .video-detail .container .content .video-detail-wrapper .left-column .video-content iframe {
                height: 315px; } }
            @media (max-width: 414px) {
              .video-detail .container .content .video-detail-wrapper .left-column .video-content iframe {
                height: 275px; } }
            @media (max-width: 375px) {
              .video-detail .container .content .video-detail-wrapper .left-column .video-content iframe {
                height: 255px; } }
        .video-detail .container .content .video-detail-wrapper .left-column h3 {
          margin-top: 60px;
          margin-bottom: 0; }
          @media (max-width: 768px) {
            .video-detail .container .content .video-detail-wrapper .left-column h3 {
              height: 45px; } }
        .video-detail .container .content .video-detail-wrapper .left-column .share-page {
          margin-top: 40px; }
      .video-detail .container .content .video-detail-wrapper .right-column {
        width: 32%; }
        @media (max-width: 768px) {
          .video-detail .container .content .video-detail-wrapper .right-column {
            width: 100%;
            margin-top: 45px; } }
        .video-detail .container .content .video-detail-wrapper .right-column .detail-video-list .video-item {
          position: relative;
          display: flex;
          margin-top: 20px; }
          .video-detail .container .content .video-detail-wrapper .right-column .detail-video-list .video-item__play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .video-detail .container .content .video-detail-wrapper .right-column .detail-video-list .video-item:first-child {
            margin-top: 0; }
          .video-detail .container .content .video-detail-wrapper .right-column .detail-video-list .video-item .video-image {
            position: relative;
            width: calc(40% - 20px);
            margin-right: 20px; }
            .video-detail .container .content .video-detail-wrapper .right-column .detail-video-list .video-item .video-image img {
              width: 100%;
              height: auto;
              margin-top: 0; }
          .video-detail .container .content .video-detail-wrapper .right-column .detail-video-list .video-item .video-text {
            width: 60%; }
            .video-detail .container .content .video-detail-wrapper .right-column .detail-video-list .video-item .video-text .title {
              color: #000;
              font-size: 13px;
              font-weight: 700; }
            .video-detail .container .content .video-detail-wrapper .right-column .detail-video-list .video-item .video-text .date {
              font-size: 10px;
              color: #6F7580;
              margin-top: 25px; }

.video-detail .page-bottom {
  width: 100%;
  background-color: #F7F7F7;
  padding: 95px 0; }
  @media (max-width: 1200px) {
    .video-detail .page-bottom {
      padding: 45px 0 60px 0; } }
  .video-detail .page-bottom .container {
    width: 1200px;
    padding: 0 15px; }
    @media (max-width: 1200px) {
      .video-detail .page-bottom .container {
        width: 100%; } }
    .video-detail .page-bottom .container .detail-other-videos {
      width: 100%;
      position: relative; }
      .video-detail .page-bottom .container .detail-other-videos .other-videos-slider-item {
        position: relative; }
        .video-detail .page-bottom .container .detail-other-videos .other-videos-slider-item:hover {
          opacity: 1; }
        .video-detail .page-bottom .container .detail-other-videos .other-videos-slider-item .image {
          overflow: hidden; }
          .video-detail .page-bottom .container .detail-other-videos .other-videos-slider-item .image img {
            width: 100%;
            transition: transform .5s ease; }
            .video-detail .page-bottom .container .detail-other-videos .other-videos-slider-item .image img:hover {
              transform: scale(1.3); }
        .video-detail .page-bottom .container .detail-other-videos .other-videos-slider-item .video-title {
          position: absolute;
          bottom: 20px;
          display: flex;
          padding: 0 10px; }
          @media (max-width: 768px) {
            .video-detail .page-bottom .container .detail-other-videos .other-videos-slider-item .video-title {
              position: unset;
              margin-top: 20px; } }
          .video-detail .page-bottom .container .detail-other-videos .other-videos-slider-item .video-title img {
            width: 36px;
            height: 37px;
            margin-right: 20px;
            margin-top: 3px; }
          .video-detail .page-bottom .container .detail-other-videos .other-videos-slider-item .video-title .title {
            color: #fff;
            text-align: left;
            font-size: 14px; }
            @media (max-width: 768px) {
              .video-detail .page-bottom .container .detail-other-videos .other-videos-slider-item .video-title .title {
                color: #000000; } }

.video-detail .swiper-container {
  width: 100%; }

.video-detail .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #F7F7F7;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.video-detail:hover {
  opacity: 1;
  text-decoration: none; }

.js-trigger-video-slider .swiper-navigation {
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 99999; }

.js-trigger-video-slider .swiper-button-next,
.js-trigger-video-slider .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #F0EDED;
  color: #000000; }
  .js-trigger-video-slider .swiper-button-next:hover,
  .js-trigger-video-slider .swiper-button-prev:hover {
    color: #fff;
    background-color: #E4032E;
    border: 1px solid #E4032E; }

.js-trigger-video-slider .swiper-button-next {
  right: 0px;
  left: auto; }

.js-trigger-video-slider .swiper-button-prev {
  right: 55px;
  left: auto; }

.js-trigger-video-slider .swiper-button-next:after,
.js-trigger-video-slider .swiper-button-prev:after {
  font-size: 15px; }

.category-page-list {
  padding: 120px 0 110px 0; }
  @media (max-width: 1200px) {
    .category-page-list {
      padding: 40px 0 60px 0; } }
  .category-page-list .container {
    width: 1200px;
    padding: 0 15px; }
    @media (max-width: 1200px) {
      .category-page-list .container {
        width: 100%; } }
    .category-page-list .container::after, .category-page-list .container::before {
      display: none; }
    .category-page-list .container .page-head-page-title {
      color: #6F7580;
      font-size: 14px;
      font-weight: 700;
      padding-left: 40px; }
      @media (max-width: 768px) {
        .category-page-list .container .page-head-page-title {
          padding-left: 27px;
          font-size: 11px; } }
    .category-page-list .container .page-head {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1200px) {
        .category-page-list .container .page-head {
          display: block; } }
      .category-page-list .container .page-head .cat-tab-menu {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        font-family: 'Open Sans', sans-serif; }
        @media (max-width: 1200px) {
          .category-page-list .container .page-head .cat-tab-menu {
            margin-top: 25px; } }
        .category-page-list .container .page-head .cat-tab-menu li {
          width: 170px;
          height: 45px;
          border: 1px solid #D8DEEB;
          margin-right: 10px; }
          .category-page-list .container .page-head .cat-tab-menu li a {
            font-weight: 700;
            width: 100%;
            height: 100%;
            color: #000000;
            font-size: 11px;
            background-color: #FDFCFC;
            text-align: center;
            display: block;
            padding-top: 14px;
            text-decoration: none; }
          .category-page-list .container .page-head .cat-tab-menu li:last-child {
            margin-right: 0; }
        .category-page-list .container .page-head .cat-tab-menu li.current-tab {
          border: none;
          width: 170px;
          height: 45px; }
          .category-page-list .container .page-head .cat-tab-menu li.current-tab a {
            width: 100%;
            height: 100%;
            font-size: 11px;
            text-align: center;
            color: #fff;
            background-color: #E4032E; }
    .category-page-list .container .cat-tab-container {
      padding-top: 50px; }
      @media (max-width: 1200px) {
        .category-page-list .container .cat-tab-container {
          padding-top: 0; } }
      .category-page-list .container .cat-tab-container .category-yazilar .blogs-list {
        flex-wrap: wrap; }
        .category-page-list .container .cat-tab-container .category-yazilar .blogs-list .blogs-item {
          margin-top: 30px; }
          @media (max-width: 990px) {
            .category-page-list .container .cat-tab-container .category-yazilar .blogs-list .blogs-item {
              width: 49%;
              margin-right: 2%; }
              .category-page-list .container .cat-tab-container .category-yazilar .blogs-list .blogs-item:nth-child(2n) {
                margin-right: 0; } }
          @media (max-width: 768px) {
            .category-page-list .container .cat-tab-container .category-yazilar .blogs-list .blogs-item {
              width: 100%; } }
  .category-page-list .tab-content {
    display: none; }
  .category-page-list #yazilar {
    display: block; }
  .category-page-list .tab-container {
    border: 1px solid #ddd;
    padding: 30px;
    font-family: Arial;
    font-size: 14px;
    color: #666; }

.akillihayat-videos {
  display: flex;
  flex-wrap: wrap; }
  .akillihayat-videos .akillihayat-video-item {
    position: relative;
    width: 370px;
    margin-right: 30px;
    margin-top: 30px; }
    .akillihayat-videos .akillihayat-video-item:nth-child(3n) {
      margin-right: 0; }
    @media (max-width: 1200px) {
      .akillihayat-videos .akillihayat-video-item {
        width: calc(33% - 20px); } }
    @media (max-width: 900px) {
      .akillihayat-videos .akillihayat-video-item {
        width: calc(50% - 15px);
        margin-right: 30px; }
        .akillihayat-videos .akillihayat-video-item:nth-child(n) {
          margin-right: 30px; }
        .akillihayat-videos .akillihayat-video-item:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .akillihayat-videos .akillihayat-video-item {
        width: 100%;
        display: flex;
        margin-right: 0; }
        .akillihayat-videos .akillihayat-video-item:nth-child(n) {
          margin-right: 0; } }
    .akillihayat-videos .akillihayat-video-item .image {
      overflow: hidden; }
      @media (max-width: 768px) {
        .akillihayat-videos .akillihayat-video-item .image {
          width: 40%;
          margin-right: 1%;
          position: relative; } }
      .akillihayat-videos .akillihayat-video-item .image img {
        transition: transform .5s ease;
        width: 100%; }
        .akillihayat-videos .akillihayat-video-item .image img:hover {
          transform: scale(1.3); }
      .akillihayat-videos .akillihayat-video-item .image .video-item__play-icon {
        display: none; }
        @media (max-width: 768px) {
          .akillihayat-videos .akillihayat-video-item .image .video-item__play-icon {
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            /* z-index: 999999; */
            transform: translate(-50%, -50%); } }
    .akillihayat-videos .akillihayat-video-item .video-title {
      position: absolute;
      bottom: 24px;
      padding: 0 27px;
      display: flex;
      color: #fff; }
      @media (max-width: 900px) {
        .akillihayat-videos .akillihayat-video-item .video-title {
          padding: 0 8px; } }
      .akillihayat-videos .akillihayat-video-item .video-title .title {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 500; }
        @media (max-width: 768px) {
          .akillihayat-videos .akillihayat-video-item .video-title .title {
            font-size: 13px;
            line-height: 13px; } }
      .akillihayat-videos .akillihayat-video-item .video-title .date {
        display: none; }
        @media (max-width: 768px) {
          .akillihayat-videos .akillihayat-video-item .video-title .date {
            display: block;
            color: #6F7580;
            font-size: 10px;
            position: absolute;
            left: 23px;
            bottom: 0;
            font-weight: 700; } }
      @media (max-width: 900px) {
        .akillihayat-videos .akillihayat-video-item .video-title {
          margin-left: 8px;
          font-size: 13px; } }
      .akillihayat-videos .akillihayat-video-item .video-title img {
        width: 36px;
        height: 37px; }
        @media (max-width: 768px) {
          .akillihayat-videos .akillihayat-video-item .video-title img {
            display: none; } }
      @media (max-width: 768px) {
        .akillihayat-videos .akillihayat-video-item .video-title {
          width: 59%;
          position: unset;
          position: relative;
          color: #000;
          bottom: 0;
          margin-left: 0; } }
    .akillihayat-videos .akillihayat-video-item:hover {
      opacity: 1; }

.activity-detail .container {
  padding: 104px 15px 150px 15px;
  width: 1000px; }
  @media (max-width: 1000px) {
    .activity-detail .container {
      width: 100%; } }
  @media (max-width: 768px) {
    .activity-detail .container {
      padding: 33px 15px 76px 15px; } }
  .activity-detail .container .content {
    padding-bottom: 0; }
    .activity-detail .container .content .activity-date {
      font-size: 36px;
      font-weight: 700;
      text-align: center;
      color: #E4032E; }
      @media (max-width: 768px) {
        .activity-detail .container .content .activity-date {
          font-size: 24px; } }
    .activity-detail .container .content .page-title {
      text-align: center; }
    .activity-detail .container .content .activity-buttons {
      display: block;
      margin: 0 auto;
      width: 370px;
      text-align: center; }
      @media (max-width: 400px) {
        .activity-detail .container .content .activity-buttons {
          width: 100%; } }
      .activity-detail .container .content .activity-buttons .add-calendar {
        float: left; }
      .activity-detail .container .content .activity-buttons .join-event {
        float: right; }
      .activity-detail .container .content .activity-buttons:after {
        content: "";
        display: table;
        clear: both; }
    .activity-detail .container .content .activity-info {
      display: flex;
      margin-top: 50px; }
      @media (max-width: 767px) {
        .activity-detail .container .content .activity-info {
          display: block; } }
      .activity-detail .container .content .activity-info .activity-image {
        width: 370px;
        margin-right: 42px;
        border-radius: 10px; }
        @media (max-width: 1000px) {
          .activity-detail .container .content .activity-info .activity-image {
            width: 38%;
            margin-right: 1%; } }
        @media (max-width: 767px) {
          .activity-detail .container .content .activity-info .activity-image {
            width: 100%;
            text-align: center; } }
        .activity-detail .container .content .activity-info .activity-image img {
          width: 100%;
          margin-top: 0; }
      .activity-detail .container .content .activity-info .activity-info-text {
        width: 558px;
        border: 1px solid #EDEDED;
        border-radius: 10px; }
        @media (max-width: 1000px) {
          .activity-detail .container .content .activity-info .activity-info-text {
            width: 61%;
            margin-right: 1%; } }
        @media (max-width: 767px) {
          .activity-detail .container .content .activity-info .activity-info-text {
            width: 100%;
            margin-top: 22px; } }
        .activity-detail .container .content .activity-info .activity-info-text .remaining-time {
          display: flex;
          flex-wrap: wrap;
          border-bottom: 1px solid #EDEDED; }
          .activity-detail .container .content .activity-info .activity-info-text .remaining-time .time {
            color: #6F7580;
            font-size: 11px;
            font-weight: 700;
            padding: 42px 0 42px 0;
            text-align: center;
            width: 25%;
            border-right: 1px solid #EDEDED; }
            .activity-detail .container .content .activity-info .activity-info-text .remaining-time .time span {
              color: #E4032E;
              font-size: 21px;
              font-weight: 700;
              display: block;
              margin-top: 5px; }
            .activity-detail .container .content .activity-info .activity-info-text .remaining-time .time:last-child {
              border-right: none; }
        .activity-detail .container .content .activity-info .activity-info-text .end-date {
          padding: 15px;
          border-bottom: 1px solid #EDEDED; }
          @media (max-width: 768px) {
            .activity-detail .container .content .activity-info .activity-info-text .end-date {
              padding: 10px; } }
          .activity-detail .container .content .activity-info .activity-info-text .end-date .end-date-text {
            background-color: #FDE5E9;
            padding: 38px 0;
            color: #E4032E;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            border-radius: 10px; }
            @media (max-width: 768px) {
              .activity-detail .container .content .activity-info .activity-info-text .end-date .end-date-text {
                padding: 27px 0; } }
        .activity-detail .container .content .activity-info .activity-info-text .activiy-table-bottom {
          padding: 0 45px 0 55px; }
          @media (max-width: 767px) {
            .activity-detail .container .content .activity-info .activity-info-text .activiy-table-bottom {
              padding: 0 10px; } }
          .activity-detail .container .content .activity-info .activity-info-text .activiy-table-bottom .activity-desc {
            margin-top: 30px;
            color: #6F7580;
            font-size: 14px; }
          .activity-detail .container .content .activity-info .activity-info-text .activiy-table-bottom .info-row {
            padding: 25px 0 20px 0;
            border-bottom: 1px solid #EDEDED;
            display: flex;
            align-items: baseline; }
            .activity-detail .container .content .activity-info .activity-info-text .activiy-table-bottom .info-row span {
              margin-right: 40px;
              margin-top: 2px; }
            .activity-detail .container .content .activity-info .activity-info-text .activiy-table-bottom .info-row:last-child {
              border-bottom: none; }
          @media (max-width: 768px) {
            .activity-detail .container .content .activity-info .activity-info-text .activiy-table-bottom .activity-social-media .share-page {
              display: flex; } }
    .activity-detail .container .content .label-words {
      margin-top: 65px; }
      @media (max-width: 768px) {
        .activity-detail .container .content .label-words {
          margin-top: 28px; } }
    .activity-detail .container .content p {
      color: #6F7580; }
    .activity-detail .container .content .title-with-iconH5 {
      margin-top: 100px;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .activity-detail .container .content .title-with-iconH5 {
          margin-top: 50px; } }
    .activity-detail .container .content .activity-speakers-desktop {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 600px) {
        .activity-detail .container .content .activity-speakers-desktop {
          display: none; } }
      .activity-detail .container .content .activity-speakers-desktop .speakers-item {
        width: 196px;
        margin-right: 62px;
        margin-top: 62px; }
        .activity-detail .container .content .activity-speakers-desktop .speakers-item:nth-child(4n) {
          margin-right: 0; }
        @media (max-width: 1000px) {
          .activity-detail .container .content .activity-speakers-desktop .speakers-item {
            margin-right: 20px; } }
        @media (max-width: 882px) {
          .activity-detail .container .content .activity-speakers-desktop .speakers-item {
            margin-right: 1.33%;
            width: 24%; } }
        @media (max-width: 768px) {
          .activity-detail .container .content .activity-speakers-desktop .speakers-item {
            margin-top: 30px; } }
        .activity-detail .container .content .activity-speakers-desktop .speakers-item:nth-child(4n) {
          margin-right: 0; }
        .activity-detail .container .content .activity-speakers-desktop .speakers-item .image {
          width: 100%;
          height: auto;
          position: relative; }
          .activity-detail .container .content .activity-speakers-desktop .speakers-item .image img {
            margin-top: 0; }
          .activity-detail .container .content .activity-speakers-desktop .speakers-item .image .speakers-hover {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #E4032E;
            opacity: 0.8; }
            .activity-detail .container .content .activity-speakers-desktop .speakers-item .image .speakers-hover:before {
              content: " ";
              z-index: -99999; }
          .activity-detail .container .content .activity-speakers-desktop .speakers-item .image .speaker-link {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            padding: 17px 30px;
            text-align: center;
            background-color: transparent;
            border: 1px solid #fff;
            transform: translate(-50%, -50%);
            color: #fff;
            text-decoration: none;
            opacity: 1;
            font-size: 12px;
            font-weight: 700; }
            @media (max-width: 882px) {
              .activity-detail .container .content .activity-speakers-desktop .speakers-item .image .speaker-link {
                font-size: 10px;
                padding: 6px 12px; } }
            .activity-detail .container .content .activity-speakers-desktop .speakers-item .image .speaker-link:hover {
              background: #fff;
              color: #E4032E;
              border: 1px solid #fff; }
          .activity-detail .container .content .activity-speakers-desktop .speakers-item .image:hover .speakers-hover,
          .activity-detail .container .content .activity-speakers-desktop .speakers-item .image:hover .speaker-link {
            display: block; }
        .activity-detail .container .content .activity-speakers-desktop .speakers-item .speaker-title {
          width: 100%;
          padding: 25px 5px 5px 5px;
          text-align: center; }
          .activity-detail .container .content .activity-speakers-desktop .speakers-item .speaker-title .name {
            font-size: 18px;
            font-weight: 700;
            color: #000; }
            @media (max-width: 882px) {
              .activity-detail .container .content .activity-speakers-desktop .speakers-item .speaker-title .name {
                font-size: 13px; } }
          .activity-detail .container .content .activity-speakers-desktop .speakers-item .speaker-title .job {
            font-size: 14px;
            color: #6F7580; }
            @media (max-width: 882px) {
              .activity-detail .container .content .activity-speakers-desktop .speakers-item .speaker-title .job {
                font-size: 11px; } }
    .activity-detail .container .content .activity-speakers-mobil {
      margin-top: 33px; }
      .activity-detail .container .content .activity-speakers-mobil .speakers-item-mobil {
        width: 100%;
        max-width: 200px; }
        .activity-detail .container .content .activity-speakers-mobil .speakers-item-mobil .image {
          width: 100%;
          margin-top: 0; }
          .activity-detail .container .content .activity-speakers-mobil .speakers-item-mobil .image img {
            margin-top: 0; }
        .activity-detail .container .content .activity-speakers-mobil .speakers-item-mobil .speaker-title {
          padding: 10px 3px 3px 10px; }
          .activity-detail .container .content .activity-speakers-mobil .speakers-item-mobil .speaker-title .name {
            font-weight: 700;
            font-size: 18px;
            color: #000; }
          .activity-detail .container .content .activity-speakers-mobil .speakers-item-mobil .speaker-title .job {
            font-size: 14px;
            color: #6F7580; }
      @media (min-width: 601px) {
        .activity-detail .container .content .activity-speakers-mobil {
          display: none; } }
      .activity-detail .container .content .activity-speakers-mobil .swiper-container {
        width: 100%; }
      .activity-detail .container .content .activity-speakers-mobil .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
      .activity-detail .container .content .activity-speakers-mobil .swiper-button-next,
      .activity-detail .container .content .activity-speakers-mobil .swiper-button-prev {
        top: 44%; }
      .activity-detail .container .content .activity-speakers-mobil .swiper-button-next,
      .activity-detail .container .content .activity-speakers-mobil .swiper-container-rtl .swiper-button-prev {
        right: 25px; }
      .activity-detail .container .content .activity-speakers-mobil .swiper-button-prev,
      .activity-detail .container .content .activity-speakers-mobil .swiper-container-rtl .swiper-button-next {
        left: 25px; }
      .activity-detail .container .content .activity-speakers-mobil .swiper-button-next:after,
      .activity-detail .container .content .activity-speakers-mobil .swiper-container-rtl .swiper-button-prev:after {
        font-size: 20px;
        color: #E4032E; }
        .activity-detail .container .content .activity-speakers-mobil .swiper-button-next:after:visited,
        .activity-detail .container .content .activity-speakers-mobil .swiper-container-rtl .swiper-button-prev:after:visited {
          outline: none; }
      .activity-detail .container .content .activity-speakers-mobil .swiper-button-prev:after,
      .activity-detail .container .content .activity-speakers-mobil .swiper-container-rtl .swiper-button-next:after {
        font-size: 20px;
        color: #E4032E; }
        .activity-detail .container .content .activity-speakers-mobil .swiper-button-prev:after:visited,
        .activity-detail .container .content .activity-speakers-mobil .swiper-container-rtl .swiper-button-next:after:visited {
          outline: none; }
    .activity-detail .container .content .activity-program-title {
      display: flex;
      color: #E4032E;
      font-size: 18px;
      font-weight: 700;
      margin-top: 65px;
      padding: 25px 0; }
      @media (max-width: 768px) {
        .activity-detail .container .content .activity-program-title {
          font-size: 15px;
          margin-top: 20px; } }
      .activity-detail .container .content .activity-program-title .hours {
        width: 20%; }
      .activity-detail .container .content .activity-program-title .activity-name {
        width: 80%; }
    @media (min-width: 768px) {
      .activity-detail .container .content .for-mobile {
        display: none; } }
    .activity-detail .container .content .activity-program-detail {
      display: flex;
      align-items: baseline;
      padding: 43px 0;
      border-top: 1px solid #DCE0E8; }
      @media (max-width: 768px) {
        .activity-detail .container .content .activity-program-detail {
          padding: 22px 0; } }
      .activity-detail .container .content .activity-program-detail .activity-hours {
        width: 20%;
        font-size: 17px;
        color: #000000; }
        @media (max-width: 768px) {
          .activity-detail .container .content .activity-program-detail .activity-hours {
            font-size: 15px; } }
      .activity-detail .container .content .activity-program-detail .activity-detail {
        width: 80%;
        color: #000000;
        padding-right: 10px; }
        .activity-detail .container .content .activity-program-detail .activity-detail .description {
          font-size: 17px;
          font-weight: 700;
          color: #000000; }
          @media (max-width: 768px) {
            .activity-detail .container .content .activity-program-detail .activity-detail .description {
              font-size: 15px; } }
        .activity-detail .container .content .activity-program-detail .activity-detail .speakers {
          display: flex;
          flex-wrap: wrap; }
          .activity-detail .container .content .activity-program-detail .activity-detail .speakers .person {
            margin-right: 20px;
            display: flex;
            align-items: center;
            margin-top: 40px; }
            @media (max-width: 768px) {
              .activity-detail .container .content .activity-program-detail .activity-detail .speakers .person {
                margin-top: 17px; } }
            .activity-detail .container .content .activity-program-detail .activity-detail .speakers .person .image img {
              margin-top: 0;
              width: 50px;
              height: auto; }
            .activity-detail .container .content .activity-program-detail .activity-detail .speakers .person .person-title {
              margin-left: 20px; }
              .activity-detail .container .content .activity-program-detail .activity-detail .speakers .person .person-title .name {
                font-size: 14px;
                font-weight: 700; }
              .activity-detail .container .content .activity-program-detail .activity-detail .speakers .person .person-title .job {
                font-size: 12px;
                color: #6F7580; }
    .activity-detail .container .content .sponsors {
      display: flex;
      flex-wrap: wrap;
      margin-top: 38px; }
      .activity-detail .container .content .sponsors .sponsor-item {
        width: 23.5%;
        margin-right: 2%;
        height: 135px;
        border: 1px solid #F0EDED;
        display: flex;
        align-items: center;
        margin-top: 17px; }
        .activity-detail .container .content .sponsors .sponsor-item:nth-child(4n) {
          margin-right: 0; }
        @media (max-width: 768px) {
          .activity-detail .container .content .sponsors .sponsor-item {
            width: 32.5%;
            height: 115px;
            margin-top: 15px; }
            .activity-detail .container .content .sponsors .sponsor-item:nth-child(n) {
              margin-right: 1.25%; }
            .activity-detail .container .content .sponsors .sponsor-item:nth-child(3n) {
              margin-right: 0; } }
        @media (max-width: 415x) {
          .activity-detail .container .content .sponsors .sponsor-item {
            height: 100px; } }
        .activity-detail .container .content .sponsors .sponsor-item img {
          width: auto;
          max-width: 200px;
          height: auto;
          margin: 0 auto; }
          @media (max-width: 900px) {
            .activity-detail .container .content .sponsors .sponsor-item img {
              max-width: 150px; } }
          @media (max-width: 768px) {
            .activity-detail .container .content .sponsors .sponsor-item img {
              max-width: 110px; } }
          @media (max-width: 415px) {
            .activity-detail .container .content .sponsors .sponsor-item img {
              max-width: 90px; } }

.activity-detail .page-bottom {
  background-color: #F7F7F7; }
  .activity-detail .page-bottom .container {
    width: 1200px;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 1200px) {
      .activity-detail .page-bottom .container {
        width: 100%; } }
    .activity-detail .page-bottom .container .swiper-container {
      width: 100%; }
      .activity-detail .page-bottom .container .swiper-container .swiper-button-next {
        right: 2px; }
      .activity-detail .page-bottom .container .swiper-container .swiper-button-prev {
        right: 55px;
        left: auto; }
      .activity-detail .page-bottom .container .swiper-container .swiper-button-next,
      .activity-detail .page-bottom .container .swiper-container .swiper-button-prev {
        top: 22px;
        width: 45px;
        height: 45px;
        padding: 3px 3px;
        border: 1px solid #F0EDED;
        background-color: #fff;
        color: #000; }
        .activity-detail .page-bottom .container .swiper-container .swiper-button-next:hover,
        .activity-detail .page-bottom .container .swiper-container .swiper-button-prev:hover {
          border: 1px solid #E4032E;
          background-color: #E4032E;
          color: #fff; }
      .activity-detail .page-bottom .container .swiper-container .swiper-button-prev:after,
      .activity-detail .page-bottom .container .swiper-container .swiper-button-next:after {
        font-size: 15px; }
    .activity-detail .page-bottom .container .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #F7F7F7;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .activity-detail .page-bottom .container .activity-list .activity-item {
      margin-right: 0;
      margin-top: 0;
      width: auto;
      background-color: #F7F7F7; }
      .activity-detail .page-bottom .container .activity-list .activity-item .activity-text {
        padding: 20px 5px 10px 5px;
        text-align: left; }

.add-calendar,
.join-event {
  position: relative;
  outline: none;
  font-weight: 700;
  display: block;
  padding: 15px 0;
  width: 170px;
  font-size: 11px;
  background-color: #FDFCFC;
  border: 1px solid #D8DEEB;
  color: #000000;
  cursor: pointer; }
  @media (max-width: 768px) {
    .add-calendar,
    .join-event {
      width: auto;
      padding: 15px 35px; } }
  @media (max-width: 374px) {
    .add-calendar,
    .join-event {
      width: auto;
      padding: 15px 23px; } }
  .add-calendar:hover,
  .join-event:hover {
    color: #fff;
    background-color: #E4032E;
    border: 1px solid #E4032E; }

.tooltip {
  position: absolute;
  top: 47px;
  flex-direction: column;
  text-align: center;
  background: #fff;
  display: none;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.5); }
  .tooltip.js-active {
    display: flex; }
  .tooltip a {
    padding: 10px 0;
    color: #000; }
    .tooltip a:hover {
      background: #E4032E;
      color: #fff; }

.searc-result-page {
  padding: 123px 0 110px 0; }
  @media (max-width: 768px) {
    .searc-result-page {
      padding: 38px 0 90px 0; } }
  .searc-result-page .container {
    width: 1200px; }
    @media (max-width: 1200px) {
      .searc-result-page .container {
        width: 100%; } }
    .searc-result-page .container .page-head-page-title {
      color: #6F7580;
      font-size: 14px;
      font-weight: 700;
      padding-left: 54px; }
      @media (max-width: 768px) {
        .searc-result-page .container .page-head-page-title {
          padding-left: 41px; } }
    .searc-result-page .container .blog-search-key {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .searc-result-page .container .blog-search-key {
          display: block;
          padding-bottom: 25px;
          border-bottom: 1px solid #dedede; } }
      .searc-result-page .container .blog-search-key .title-with-iconH5 {
        margin-bottom: 0; }
      .searc-result-page .container .blog-search-key .key-count {
        color: #6F7580;
        font-size: 14px;
        margin-left: 15px;
        font-weight: 700; }
        @media (max-width: 768px) {
          .searc-result-page .container .blog-search-key .key-count {
            margin-top: 3px;
            margin-left: 43px; } }
      .searc-result-page .container .blog-search-key .title {
        font-size: 30px;
        color: #000; }
        @media (max-width: 768px) {
          .searc-result-page .container .blog-search-key .title {
            font-size: 18px; } }
    .searc-result-page .container .search-title {
      margin-top: 95px; }
      @media (max-width: 768px) {
        .searc-result-page .container .search-title {
          margin-top: 40px; } }
      .searc-result-page .container .search-title span {
        margin-left: 10px;
        font-size: 18px;
        color: #B2B8C3; }
    .searc-result-page .container .blogs-list {
      flex-wrap: wrap;
      margin-top: 15px; }
      .searc-result-page .container .blogs-list .blogs-item {
        margin-top: 30px; }
        @media (max-width: 768px) {
          .searc-result-page .container .blogs-list .blogs-item {
            margin-top: 0px; } }

.new-blog-homepage {
  font-family: 'Open Sans', sans-serif;
  background-color: #FDFCFC; }
  .new-blog-homepage .container {
    max-width: 1200px;
    width: 100%;
    padding: 20px 0px 0 0px; }
    @media (max-width: 768px) {
      .new-blog-homepage .container {
        padding-top: 22px; } }
    .new-blog-homepage .container .main-slider-blog {
      padding: 0 15px 30px 15px; }
      .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop {
        position: relative; }
        @media (max-width: 767px) {
          .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop {
            display: none; } }
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop {
          display: flex;
          width: 100%; }
          .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm {
            width: 60%; }
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm a {
              width: 100%;
              display: block; }
              .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm a .gradient-bg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: black;
                background: linear-gradient(0deg, black 0%, rgba(112, 112, 112, 0) 50%); }
                .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm a .gradient-bg .slider-text {
                  position: absolute;
                  padding: 0 20px 0 45px;
                  bottom: 45px;
                  width: 100%;
                  text-align: left; }
                  @media (max-width: 768px) {
                    .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm a .gradient-bg .slider-text {
                      bottom: 20px;
                      padding: 0 10px 0 20px; } }
                  .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm a .gradient-bg .slider-text .category {
                    padding: 6px 10px;
                    background-color: #E4032E;
                    color: #fff;
                    font-size: 10px;
                    font-weight: bold;
                    display: inline-block; }
                    @media (max-width: 768px) {
                      .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm a .gradient-bg .slider-text .category {
                        font-size: 9px; } }
                  .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm a .gradient-bg .slider-text .title {
                    margin-top: 18px;
                    font-size: 21px;
                    font-weight: bold;
                    color: #fff; }
                    @media (max-width: 1024px) {
                      .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm a .gradient-bg .slider-text .title {
                        font-size: 19px; } }
                    @media (max-width: 768px) {
                      .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm a .gradient-bg .slider-text .title {
                        font-size: 17px;
                        margin-top: 15px; } }
              .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .left-colm a:hover {
                opacity: 1; }
          .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm {
            width: calc(40% - 28px);
            margin-left: 28px; }
            @media (max-width: 1024px) {
              .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm {
                width: calc(40% - 20px);
                margin-left: 20px; } }
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row {
              margin-top: 32px; }
              @media (max-width: 1024px) {
                .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row {
                  margin-top: 24px; } }
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row,
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row {
              display: block; }
              .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row a,
              .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row a {
                width: 100%;
                display: block; }
                .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row a .gradient-bg,
                .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row a .gradient-bg {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background: black;
                  background: linear-gradient(0deg, black 0%, rgba(112, 112, 112, 0) 50%); }
                  .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row a .gradient-bg .slider-text,
                  .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row a .gradient-bg .slider-text {
                    position: absolute;
                    padding: 0 20px 0 35px;
                    bottom: 30px;
                    width: 100%;
                    text-align: left; }
                    @media (max-width: 768px) {
                      .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row a .gradient-bg .slider-text,
                      .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row a .gradient-bg .slider-text {
                        bottom: 20px;
                        padding: 0 10px 0 20px; } }
                    .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row a .gradient-bg .slider-text .category,
                    .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row a .gradient-bg .slider-text .category {
                      padding: 6px 10px;
                      background-color: #E4032E;
                      color: #fff;
                      font-size: 10px;
                      font-weight: bold;
                      display: inline-block; }
                    @media (max-width: 768px) {
                      .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row a .gradient-bg .slider-text,
                      .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row a .gradient-bg .slider-text {
                        font-size: 9px; } }
                    .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row a .gradient-bg .slider-text .title,
                    .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row a .gradient-bg .slider-text .title {
                      margin-top: 18px;
                      font-size: 18px;
                      font-weight: bold;
                      color: #fff; }
                      @media (max-width: 1024px) {
                        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row a .gradient-bg .slider-text .title,
                        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row a .gradient-bg .slider-text .title {
                          font-size: 17px; } }
                      @media (max-width: 768px) {
                        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row a .gradient-bg .slider-text .title,
                        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row a .gradient-bg .slider-text .title {
                          font-size: 15px;
                          margin-top: 15px; } }
                .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .top-row a:hover,
                .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .right-colm .bottom-row a:hover {
                  opacity: 1; }
          .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .slider-item {
            position: relative; }
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .blog-main-slider-desktop .slider-content-desktop .slider-item img {
              width: 100%; }
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-prev {
          left: -70px;
          right: auto; }
          @media (max-width: 1200px) {
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-prev {
              left: 20px; } }
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-next {
          right: -70px;
          left: auto; }
          @media (max-width: 1200px) {
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-next {
              right: 20px; } }
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-next,
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-prev {
          width: 45px;
          height: 45px;
          background-color: #F5F4F4;
          color: #6F7580;
          outline: none; }
          .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-next:hover,
          .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-prev:hover {
            background-color: #E4032E;
            color: #fff; }
          @media (max-width: 1200px) {
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-next,
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-prev {
              display: none; } }
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-next:after,
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-button-prev:after {
          font-size: 15px; }
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-container {
          width: 100%; }
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-dekstop .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: #FDFCFC;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
      @media (min-width: 768px) {
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile {
          display: none; } }
      .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .home-blog-mobile-slider {
        position: relative; }
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .home-blog-mobile-slider .blog-mobile-slider-item {
          display: block; }
          .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .home-blog-mobile-slider .blog-mobile-slider-item .image {
            width: 100%; }
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .home-blog-mobile-slider .blog-mobile-slider-item .image img {
              width: 100%; }
          .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .home-blog-mobile-slider .blog-mobile-slider-item .slider-text {
            padding: 21px 9px 39px 9px;
            border: 1px solid #F0EDED; }
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .home-blog-mobile-slider .blog-mobile-slider-item .slider-text .cat-and-date .cat {
              float: left;
              padding: 6px 10px;
              background-color: #E4032E;
              color: #fff;
              font-size: 10px;
              font-weight: bold; }
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .home-blog-mobile-slider .blog-mobile-slider-item .slider-text .cat-and-date .date {
              float: right;
              color: #6F7580;
              font-size: 11px;
              font-weight: bold; }
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .home-blog-mobile-slider .blog-mobile-slider-item .slider-text .cat-and-date:after {
              content: "";
              display: table;
              clear: both; }
            .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .home-blog-mobile-slider .blog-mobile-slider-item .slider-text .title {
              margin-top: 21px;
              font-size: 16px;
              color: #000;
              font-weight: bold;
              text-align: left; }
      .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .swiper-button-next,
      .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .swiper-button-prev {
        top: 30%;
        color: #fff; }
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .swiper-button-next:after,
        .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .swiper-button-prev:after {
          font-size: 20px; }
      .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .swiper-container {
        width: 100%; }
      .new-blog-homepage .container .main-slider-blog .main-slider-blog-mobile .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
    .new-blog-homepage .container .home-blog-content {
      margin-top: 70px;
      display: flex; }
      @media (max-width: 768px) {
        .new-blog-homepage .container .home-blog-content {
          display: block;
          margin-top: 50px; } }
      .new-blog-homepage .container .home-blog-content .blog-agenda {
        width: 67%; }
        @media (max-width: 768px) {
          .new-blog-homepage .container .home-blog-content .blog-agenda {
            width: 100%; } }
        .new-blog-homepage .container .home-blog-content .blog-agenda .title-with-iconH5 {
          padding-left: 15px; }
          @media (max-width: 768px) {
            .new-blog-homepage .container .home-blog-content .blog-agenda .title-with-iconH5 {
              margin-bottom: 20px; } }
        .new-blog-homepage .container .home-blog-content .blog-agenda .agenda {
          padding: 15px;
          border: 1px solid #F0EDED;
          background-color: #fff; }
          @media (max-width: 768px) {
            .new-blog-homepage .container .home-blog-content .blog-agenda .agenda {
              padding: 10px; } }
          .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda {
            position: relative; }
            .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda .first-agenda-url {
              width: 100%; }
              .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda .first-agenda-url .image {
                width: 100%; }
                .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda .first-agenda-url .image img {
                  width: 100%; }
              .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda .first-agenda-url .text {
                position: absolute;
                bottom: 42px;
                padding: 0 47px; }
                @media (max-width: 768px) {
                  .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda .first-agenda-url .text {
                    bottom: 10px;
                    padding: 0 10px; } }
                .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda .first-agenda-url .text .cat {
                  padding: 6px 10px;
                  background-color: #E4032E;
                  color: #fff;
                  font-size: 10px;
                  font-weight: bold;
                  display: inline-block; }
                  @media (max-width: 768px) {
                    .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda .first-agenda-url .text .cat {
                      font-size: 9px;
                      padding: 5px 8px; } }
                .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda .first-agenda-url .text .title {
                  font-size: 21px;
                  font-weight: bold;
                  color: #fff;
                  margin-top: 18px; }
                  @media (max-width: 768px) {
                    .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda .first-agenda-url .text .title {
                      font-size: 14px;
                      margin-top: 8px; } }
              .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .first-agenda .first-agenda-url a:hover {
                opacity: 1; }
          .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list {
            display: flex;
            flex-wrap: wrap; }
            @media (max-width: 768px) {
              .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list {
                display: block; } }
            .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item {
              margin: 37px 28px 0 0;
              display: flex;
              width: calc(50% - 14px); }
              @media (max-width: 768px) {
                .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item {
                  width: 100%;
                  margin-top: 0;
                  padding: 14px 0;
                  border-bottom: 1px solid #F0EDED; }
                  .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item:last-child {
                    border-bottom: none;
                    padding-bottom: 0; } }
              .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item a {
                display: block; }
                .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item a:hover {
                  opacity: 1; }
              .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .image {
                max-width: 138px; }
                @media (max-width: 992px) {
                  .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .image {
                    max-width: 104px; } }
                @media (max-width: 768px) {
                  .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .image {
                    width: 40%;
                    max-width: 140px; } }
                .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .image img {
                  width: 100%; }
              .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text {
                margin-left: 16px;
                font-weight: bold; }
                @media (max-width: 768px) {
                  .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text {
                    margin-left: 15px;
                    width: calc(60% - 15px); } }
                .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text .cat {
                  font-size: 10px;
                  color: #E4032E; }
                  @media (max-width: 992px) {
                    .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text .cat {
                      font-size: 9px; } }
                  @media (max-width: 768px) {
                    .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text .cat {
                      font-size: 10px; } }
                .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text .title {
                  color: #000;
                  font-size: 15px;
                  margin-top: 9px; }
                  @media (max-width: 992px) {
                    .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text .title {
                      font-size: 12px;
                      margin-top: 9px; } }
                  @media (max-width: 768px) {
                    .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text .title {
                      font-size: 14px;
                      margin-top: 5px; } }
                .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text .date {
                  color: #6F7580;
                  font-size: 9px;
                  margin-top: 15px; }
                  @media (max-width: 992px) {
                    .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text .date {
                      font-size: 8px;
                      margin-top: 5px; } }
                  @media (max-width: 768px) {
                    .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item .text .date {
                      font-size: 9px;
                      margin-top: 5px; } }
              .new-blog-homepage .container .home-blog-content .blog-agenda .agenda .other-agenda-list .agenda-item:nth-child(2n) {
                margin-right: 0; }
      .new-blog-homepage .container .home-blog-content .home-blog-last {
        margin-left: 25px;
        width: calc(33% - 25px); }
        @media (max-width: 768px) {
          .new-blog-homepage .container .home-blog-content .home-blog-last {
            width: 100%;
            margin-left: 0;
            margin-top: 50px; }
            .new-blog-homepage .container .home-blog-content .home-blog-last .title-with-iconH5 {
              padding-left: 10px; } }
        .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items {
          padding: 15px;
          border: 1px solid #F0EDED;
          background-color: #fff; }
          @media (max-width: 768px) {
            .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items {
              padding: 10px; } }
          .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item {
            display: flex;
            margin-top: 40px;
            text-decoration: none; }
            @media (max-width: 768px) {
              .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item {
                margin-top: 0;
                padding: 13px 0;
                border-bottom: 1px solid #F0EDED; }
                .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item:last-child {
                  border-bottom: none; } }
            .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item .image {
              width: 40%; }
              @media (max-width: 768px) {
                .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item .image {
                  max-width: 140px; } }
              .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item .image img {
                width: 100%; }
            .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item .text {
              margin-left: 15px;
              width: calc(60% - 15px); }
              .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item .text .title {
                font-size: 14px;
                color: #000000;
                font-weight: 700; }
                @media (max-width: 992px) {
                  .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item .text .title {
                    font-size: 12px; } }
                @media (max-width: 768px) {
                  .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item .text .title {
                    font-size: 14px; } }
              .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item .text .date {
                font-size: 11px;
                color: #6F7580;
                font-weight: 700;
                margin-top: 10px; }
                @media (max-width: 992px) {
                  .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item .text .date {
                    font-size: 10px;
                    margin-top: 5px; } }
                @media (max-width: 768px) {
                  .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item .text .date {
                    font-size: 11pxpx; } }
            .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item:first-child {
              margin-top: 0; }
              @media (max-width: 768px) {
                .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item:first-child {
                  padding-top: 0; } }
            @media (max-width: 768px) {
              .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item:last-child {
                padding-bottom: 0; } }
            .new-blog-homepage .container .home-blog-content .home-blog-last .last-blog-items .blog-item:hover {
              opacity: 1;
              text-decoration: none; }
        .new-blog-homepage .container .home-blog-content .home-blog-last .title-mt {
          margin-top: 50px; }
          @media (max-width: 768px) {
            .new-blog-homepage .container .home-blog-content .home-blog-last .title-mt {
              margin-top: 57px; } }
        .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage {
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex;
          flex-wrap: wrap; }
          @media (max-width: 768px) {
            .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage {
              padding-left: 10px; } }
          .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li {
            margin-right: 9px; }
            @media (max-width: 992px) {
              .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li {
                margin-right: 4px; } }
            @media (max-width: 768px) {
              .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li {
                margin-right: 5px; } }
            .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a {
              width: 82px;
              height: 83px;
              text-decoration: none;
              text-indent: -9999px;
              overflow: hidden;
              display: block;
              background-position: 0 0; }
              @media (max-width: 1200px) {
                .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a {
                  width: 70px;
                  height: 70px;
                  background-size: 70px 70px !important; } }
              @media (max-width: 1024px) {
                .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a {
                  width: 69px;
                  height: 69px;
                  background-size: 69px 69px !important; } }
              @media (max-width: 900px) {
                .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a {
                  width: 51px;
                  height: 51px;
                  background-size: 51px 51px !important; } }
              @media (max-width: 768px) {
                .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a {
                  width: 82px;
                  height: 83px;
                  background-size: 82px 83px !important; } }
              @media (max-width: 360px) {
                .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a {
                  width: 66px;
                  height: 66px;
                  background-size: 66px 66px !important; } }
            .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a.facebookFollowMe {
              background: url("../../assets/images/icon-follow-me_facebook.jpg") no-repeat; }
              .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a.facebookFollowMe:hover {
                background: url("../../assets/images/icon-follow-me_facebook_hover.jpg") no-repeat; }
            .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a.twitterFollowMe {
              background: url("../../assets/images/icon-follow-me_twitter.jpg") no-repeat; }
              .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a.twitterFollowMe:hover {
                background: url("../../assets/images/icon-follow-me_twitter_hover.jpg") no-repeat; }
            .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a.linkedinFollowMe {
              background: url("../../assets/images/icon-follow-me_linkedin.jpg") no-repeat; }
              .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a.linkedinFollowMe:hover {
                background: url("../../assets/images/icon-follow-me_linkedin_hover.jpg") no-repeat; }
            .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a.instagramFollowMe {
              background: url("../../assets/images/icon-follow-me_instagram.jpg") no-repeat; }
              .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li a.instagramFollowMe:hover {
                background: url("../../assets/images/icon-follow-me_instagram_hover.jpg") no-repeat; }
          .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage li:last-child {
            margin-right: 0; }
          .new-blog-homepage .container .home-blog-content .home-blog-last .follow-me-box-homepage:after {
            content: "";
            display: table;
            clear: both; }
    .new-blog-homepage .container .home-videos {
      margin-top: 80px; }
      @media (max-width: 768px) {
        .new-blog-homepage .container .home-videos {
          margin-top: 60px; } }
      .new-blog-homepage .container .home-videos .title-with-iconH5 {
        padding-left: 10px; }
      @media (max-width: 768px) {
        .new-blog-homepage .container .home-videos .video-slider-desktop-container {
          display: none; } }
      .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top {
        display: flex;
        padding-bottom: 1px; }
        .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .left-video {
          width: 50%; }
        .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .right-video {
          width: 50%;
          padding-left: 1px; }
        .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .video-top-item {
          position: relative; }
          .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .video-top-item a {
            width: 100%;
            height: 100%; }
            .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .video-top-item a img {
              width: 100%; }
            .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .video-top-item a .gradient {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: black;
              background: linear-gradient(0deg, black 0%, rgba(112, 112, 112, 0) 50%); }
            .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .video-top-item a .text {
              position: absolute;
              bottom: 37px;
              padding: 0 40px;
              display: flex;
              align-items: center; }
              @media (max-width: 992px) {
                .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .video-top-item a .text {
                  bottom: 25px;
                  padding: 0 25px; } }
              .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .video-top-item a .text .icon {
                width: 40px;
                height: 40px; }
              .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .video-top-item a .text .title {
                margin-left: 25px;
                color: #fff;
                font-size: 18px;
                font-weight: 700; }
                @media (max-width: 992px) {
                  .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .video-top-item a .text .title {
                    font-size: 16px;
                    margin-left: 20px; } }
            .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-top .video-top-item a:hover {
              opacity: 1; }
      .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom {
        display: flex; }
        .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom .video-bottom-item {
          width: 33.3%;
          margin-right: 1px;
          position: relative; }
          .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom .video-bottom-item a {
            width: 100%;
            height: 100%; }
            .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom .video-bottom-item a img {
              width: 100%; }
            .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom .video-bottom-item a .gradient {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: black;
              background: linear-gradient(0deg, black 0%, rgba(112, 112, 112, 0) 50%); }
            .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom .video-bottom-item a .text {
              position: absolute;
              bottom: 27px;
              padding: 0 30px;
              display: flex;
              align-items: center; }
              @media (max-width: 992px) {
                .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom .video-bottom-item a .text {
                  bottom: 20px;
                  padding: 0 20px; } }
              .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom .video-bottom-item a .text .icon {
                width: 36px;
                height: 36px; }
              .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom .video-bottom-item a .text .title {
                margin-left: 20px;
                color: #fff;
                font-size: 14px;
                font-weight: 700; }
                @media (max-width: 992px) {
                  .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom .video-bottom-item a .text .title {
                    margin-left: 15px; } }
            .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .videos-bottom .video-bottom-item a:hover {
              opacity: 1; }
      .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .swiper-container {
        width: 100%;
        height: 100%; }
      .new-blog-homepage .container .home-videos .video-slider-desktop-container .videos-slider-dekstop .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
      .new-blog-homepage .container .home-videos .video-slider-desktop-container .swiper-button-next,
      .new-blog-homepage .container .home-videos .video-slider-desktop-container .swiper-button-prev {
        top: 25px;
        width: 45px;
        height: 45px;
        background-color: #fff;
        border: 1px solid #F0EDED;
        color: #000;
        outline: none; }
        .new-blog-homepage .container .home-videos .video-slider-desktop-container .swiper-button-next:after,
        .new-blog-homepage .container .home-videos .video-slider-desktop-container .swiper-button-prev:after {
          font-size: 15px; }
        .new-blog-homepage .container .home-videos .video-slider-desktop-container .swiper-button-next:hover,
        .new-blog-homepage .container .home-videos .video-slider-desktop-container .swiper-button-prev:hover {
          background-color: #E4032E;
          color: #fff;
          border: 1px solid #E4032E; }
      .new-blog-homepage .container .home-videos .video-slider-desktop-container .swiper-button-next {
        right: 3px; }
      .new-blog-homepage .container .home-videos .video-slider-desktop-container .swiper-button-prev {
        right: 60px;
        left: auto; }
      .new-blog-homepage .container .home-videos .mobil-slider-videos {
        display: none; }
        @media (max-width: 768px) {
          .new-blog-homepage .container .home-videos .mobil-slider-videos {
            display: block; } }
        .new-blog-homepage .container .home-videos .mobil-slider-videos .video-slider-mobil-container .mobil-video-item {
          width: 100%; }
          .new-blog-homepage .container .home-videos .mobil-slider-videos .video-slider-mobil-container .mobil-video-item a .image {
            width: 100%; }
            .new-blog-homepage .container .home-videos .mobil-slider-videos .video-slider-mobil-container .mobil-video-item a .image img {
              width: 100%; }
          .new-blog-homepage .container .home-videos .mobil-slider-videos .video-slider-mobil-container .mobil-video-item a .text {
            display: flex;
            align-items: center;
            padding: 20px 10px 60px 10px; }
            .new-blog-homepage .container .home-videos .mobil-slider-videos .video-slider-mobil-container .mobil-video-item a .text .title {
              font-size: 15px;
              color: #000;
              font-weight: 700;
              margin-left: 25px;
              text-align: left; }
        .new-blog-homepage .container .home-videos .mobil-slider-videos .swiper-container {
          width: 100%;
          height: 100%; }
          .new-blog-homepage .container .home-videos .mobil-slider-videos .swiper-container .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
    .new-blog-homepage .container a {
      text-decoration: none; }
  .new-blog-homepage .home-activity {
    background-color: #000;
    padding: 55px 0 65px 0;
    width: 100%;
    margin-top: 160px;
    position: relative; }
    @media (max-width: 1200px) {
      .new-blog-homepage .home-activity {
        margin-top: 135px;
        padding-left: 15px; } }
    @media (max-width: 600px) {
      .new-blog-homepage .home-activity {
        padding-left: 0; } }
    @media (max-width: 768px) {
      .new-blog-homepage .home-activity {
        margin-top: 60px; } }
    .new-blog-homepage .home-activity .slider-title-and-date {
      position: relative;
      margin: 0 auto;
      max-width: 1200px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 50px;
      padding: 10px; }
      @media (max-width: 768px) {
        .new-blog-homepage .home-activity .slider-title-and-date {
          padding-left: 10px; } }
      .new-blog-homepage .home-activity .slider-title-and-date .title-with-iconH5 {
        padding-left: 0;
        margin-bottom: 0; }
        .new-blog-homepage .home-activity .slider-title-and-date .title-with-iconH5 .title {
          color: #fff; }
      @media (max-width: 600px) {
        .new-blog-homepage .home-activity .slider-title-and-date.column {
          flex-direction: column;
          padding: 0;
          padding-left: 0; } }
      .new-blog-homepage .home-activity .slider-title-and-date.column .datepicker {
        width: 100%; }
    .new-blog-homepage .home-activity .home-activity-slider {
      overflow: hidden;
      width: 100%; }
      .new-blog-homepage .home-activity .home-activity-slider .activity-list .activity-item {
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #000; }
        .new-blog-homepage .home-activity .home-activity-slider .activity-list .activity-item .activity-text .activity-title {
          color: #fff;
          text-align: left; }
      .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity {
        position: relative; }
        .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity .end-date-activity {
          position: absolute;
          color: #fff;
          z-index: 2;
          top: 30%;
          width: 100%;
          text-align: center; }
          @media (min-width: 768px) {
            .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity .end-date-activity {
              top: 35%; } }
          .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity .end-date-activity .icon {
            display: block; }
          .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity .end-date-activity .end-activity-text {
            color: #fff;
            font-size: 15px;
            margin-top: 15px; }
        .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity .activity-list-image {
          background-color: #000; }
          .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity .activity-list-image img {
            opacity: 0.5; }
          .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity .activity-list-image .date {
            background-color: transparent;
            border: 1px solid #fff; }
            .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity .activity-list-image .date .day {
              color: #fff; }
            .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity .activity-list-image .date .month {
              color: #fff; }
        .new-blog-homepage .home-activity .home-activity-slider .activity-list .out-of-date-activity .activity-text .activity-title {
          text-decoration: line-through; }
      .new-blog-homepage .home-activity .home-activity-slider .activity-alert {
        font-family: "Open Sans";
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        color: #fff;
        width: 225px;
        margin-right: auto;
        margin-left: auto; }
      .new-blog-homepage .home-activity .home-activity-slider .container {
        padding: 0 15px;
        max-width: 1200px; }
      .new-blog-homepage .home-activity .home-activity-slider .swiper-container {
        width: 100%; }
        .new-blog-homepage .home-activity .home-activity-slider .swiper-container .swiper-button-next,
        .new-blog-homepage .home-activity .home-activity-slider .swiper-container .swiper-button-prev {
          display: none; }
          @media (min-width: 1200px) {
            .new-blog-homepage .home-activity .home-activity-slider .swiper-container .swiper-button-next,
            .new-blog-homepage .home-activity .home-activity-slider .swiper-container .swiper-button-prev {
              display: flex;
              width: 45px;
              height: 45px;
              background-color: transparent;
              border: 1px solid rgba(255, 255, 255, 0.2);
              outline: none;
              transform: translateY(-50%); }
              .new-blog-homepage .home-activity .home-activity-slider .swiper-container .swiper-button-next::after,
              .new-blog-homepage .home-activity .home-activity-slider .swiper-container .swiper-button-prev::after {
                font-size: 11px;
                color: #fff; } }
        .new-blog-homepage .home-activity .home-activity-slider .swiper-container .swiper-button-next {
          right: 0; }
        .new-blog-homepage .home-activity .home-activity-slider .swiper-container .swiper-button-prev {
          left: 0; }
        @media (min-width: 1366px) {
          .new-blog-homepage .home-activity .home-activity-slider .swiper-container .swiper-button-next {
            right: -75px; }
          .new-blog-homepage .home-activity .home-activity-slider .swiper-container .swiper-button-prev {
            left: -75px; } }
      .new-blog-homepage .home-activity .home-activity-slider .non-swiper-slide {
        display: none; }
      .new-blog-homepage .home-activity .home-activity-slider .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #000;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: fff;
        opacity: 0.3; }
      .new-blog-homepage .home-activity .home-activity-slider .swiper-container {
        overflow: visible;
        width: 100%; }
      .new-blog-homepage .home-activity .home-activity-slider .swiper-slide-visible {
        opacity: 1; }
      .new-blog-homepage .home-activity .home-activity-slider .swiper-slide-active {
        opacity: 1; }
      .new-blog-homepage .home-activity .home-activity-slider #activity-message {
        display: flex;
        align-items: center;
        width: 100%;
        height: 477px;
        text-align: center;
        color: #fff; }
        @media (max-width: 1365px) {
          .new-blog-homepage .home-activity .home-activity-slider #activity-message {
            height: 472px; } }
        @media (max-width: 1024px) {
          .new-blog-homepage .home-activity .home-activity-slider #activity-message {
            height: 437px; } }
        @media (max-width: 768px) {
          .new-blog-homepage .home-activity .home-activity-slider #activity-message {
            height: 403px; } }
    .new-blog-homepage .home-activity .datepicker-btn {
      background-color: transparent;
      border: none;
      padding: 0;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      outline: none; }
      .new-blog-homepage .home-activity .datepicker-btn .icon {
        display: inline-flex; }
        .new-blog-homepage .home-activity .datepicker-btn .icon svg {
          font-size: 23px; }
      .new-blog-homepage .home-activity .datepicker-btn.active {
        background-color: #E4032E; }
    .new-blog-homepage .home-activity .datepicker {
      height: auto;
      position: relative;
      transition: all 0.3s 0s ease-in-out;
      font-family: 'Open Sans', sans-serif; }
      .new-blog-homepage .home-activity .datepicker .input {
        width: 100%;
        font-size: 0;
        cursor: pointer;
        text-align: right; }
      .new-blog-homepage .home-activity .datepicker .input .result, .new-blog-homepage .home-activity .datepicker .date-picker .input button {
        display: inline-block;
        vertical-align: top; }
      .new-blog-homepage .home-activity .datepicker .calendar {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        right: 0;
        top: 90px;
        z-index: 99999;
        border-radius: 10px;
        width: 390px; }
        @media (max-width: 600px) {
          .new-blog-homepage .home-activity .datepicker .calendar {
            width: 355px; } }
        @media (max-width: 374px) {
          .new-blog-homepage .home-activity .datepicker .calendar {
            width: 300px; } }
        .new-blog-homepage .home-activity .datepicker .calendar .calendar-head {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 40px 20px; }
          .new-blog-homepage .home-activity .datepicker .calendar .calendar-head .title-with-iconH5 .title {
            color: #000; }
          @media (min-width: 600px) {
            .new-blog-homepage .home-activity .datepicker .calendar .calendar-head {
              display: none; } }
        .new-blog-homepage .home-activity .datepicker .calendar .calendar-button {
          border: 1px solid #D8DEEB;
          padding: 10px 12px;
          font-weight: 600;
          font-size: 12px;
          color: #000;
          background-color: transparent;
          outline: none; }
        .new-blog-homepage .home-activity .datepicker .calendar .calendar-bottom {
          position: absolute;
          bottom: 100px;
          left: 50%;
          transform: translateX(-50%); }
          @media (min-width: 600px) {
            .new-blog-homepage .home-activity .datepicker .calendar .calendar-bottom {
              display: none; } }
          .new-blog-homepage .home-activity .datepicker .calendar .calendar-bottom .calendar-button {
            min-width: 170px;
            padding-top: 15px;
            padding-bottom: 15px; }
        .new-blog-homepage .home-activity .datepicker .calendar .triangle {
          position: absolute;
          top: -10px;
          right: 20px;
          background-color: #fff;
          width: 20px;
          height: 20px;
          border-top-right-radius: 30%;
          transform: rotate(-60deg) skewX(-30deg) scale(1, 0.85); }
          .new-blog-homepage .home-activity .datepicker .calendar .triangle::before .new-blog-homepage .home-activity .datepicker .calendar .triangle::after {
            content: '';
            position: absolute;
            background-color: inherit;
            width: 10em;
            height: 10em;
            border-top-right-radius: 30%; }
          .new-blog-homepage .home-activity .datepicker .calendar .triangle::before {
            transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); }
          .new-blog-homepage .home-activity .datepicker .calendar .triangle::after {
            transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); }
        .new-blog-homepage .home-activity .datepicker .calendar .ui-datepicker-calendar {
          display: none;
          opacity: 0;
          visibility: hidden; }
      .new-blog-homepage .home-activity .datepicker .ui-datepicker {
        border: none !important;
        padding: 35px;
        width: 100%; }
        @media (max-width: 600px) {
          .new-blog-homepage .home-activity .datepicker .ui-datepicker {
            padding: 20px 5px; } }
        .new-blog-homepage .home-activity .datepicker .ui-datepicker th {
          color: #A8AFBE;
          font-size: 14px;
          font-weight: 600;
          padding: 12px 18px; }
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-datepicker-header {
          background-color: transparent;
          border: none; }
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-state-default {
          text-align: center;
          color: #000;
          font-size: 14px;
          font-weight: 600;
          border: none;
          background-color: transparent;
          width: 44px;
          height: 44px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 2px; }
          .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-state-default:hover {
            background-color: #B2B8C3;
            color: #fff; }
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-state-disabled {
          opacity: 1; }
          .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-state-disabled .ui-state-default {
            color: #A8AFBE; }
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-state-active {
          background-color: #E4032E;
          color: #fff; }
          .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-state-active:hover {
            background-color: #E4032E;
            opacity: 1; }
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-datepicker-prev,
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-datepicker-next {
          display: inline-flex;
          top: 5px; }
          .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w,
          .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-w {
            background-image: url("../../assets/images/etkinlikler/arrow-left.svg");
            background-position: unset; }
          .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-e,
          .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
            background-position: unset;
            background-image: url("../../assets/images/etkinlikler/arrow-right.svg"); }
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-datepicker-prev {
          left: 10px; }
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-datepicker-next {
          right: 10px; }
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-datepicker-title {
          font-weight: bold;
          font-size: 17px;
          letter-spacing: 0.1em;
          color: #1c1e21; }
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-state-hover,
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-widget-content .ui-state-hover,
        .new-blog-homepage .home-activity .datepicker .ui-datepicker .ui-widget-header .ui-state-hover {
          border: none;
          background: transparent;
          font-weight: bold;
          color: #1c1e21; }
    .new-blog-homepage .home-activity .datepicker.open .calendar {
      display: block; }
    .new-blog-homepage .home-activity .datepicker.open .datepicker-btn {
      background-color: #e4032e; }
    .new-blog-homepage .home-activity .slide-datepicker {
      height: auto;
      position: absolute;
      top: calc(50% - 13px);
      left: 50%;
      transform: translateX(-50%);
      transform: translate(-50%, -50%);
      transition: all 0.3s 0s ease-in-out; }
      @media (max-width: 767px) {
        .new-blog-homepage .home-activity .slide-datepicker {
          display: none; } }
      .new-blog-homepage .home-activity .slide-datepicker .calendar {
        width: 100%;
        background: transparent;
        right: 0;
        top: 90px;
        z-index: 99999; }
        .new-blog-homepage .home-activity .slide-datepicker .calendar .calendar-head {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 40px 20px; }
          .new-blog-homepage .home-activity .slide-datepicker .calendar .calendar-head .title-with-iconH5 .title {
            color: #000; }
        .new-blog-homepage .home-activity .slide-datepicker .calendar .ui-datepicker-calendar {
          display: none;
          opacity: 0;
          visibility: hidden; }
      .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker {
        border: none !important;
        padding: 0;
        background-color: transparent;
        font-family: 'Open Sans', sans-serif; }
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker th {
          color: #A8AFBE;
          font-size: 14px;
          font-weight: 600;
          padding: 12px 18px; }
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-header {
          background-color: transparent;
          border: none; }
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-title {
          display: flex;
          justify-content: center;
          align-items: center; }
          .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-title select {
            appearance: none;
            border: none;
            background-color: transparent;
            font-family: "Open Sans";
            font-weight: bold;
            font-size: 12px;
            letter-spacing: 0.1em;
            color: #b2b8c3;
            outline: none;
            width: auto;
            margin-right: 5px;
            pointer-events: none; }
            .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-title select:last-child {
              margin-right: 0; }
          .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-title select::-ms-expand {
            display: none; }
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-state-default {
          text-align: center;
          color: #000;
          font-size: 14px;
          font-weight: 600;
          border: none;
          background-color: transparent;
          width: 44px;
          height: 44px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 2px; }
          .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-state-default:hover {
            background-color: #B2B8C3;
            color: #fff; }
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-state-disabled {
          opacity: 1; }
          .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-state-disabled .ui-state-default {
            color: #A8AFBE; }
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-state-active {
          background-color: #E4032E;
          color: #fff; }
          .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-state-active:hover {
            background-color: #E4032E;
            opacity: 1; }
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-prev,
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-next {
          display: inline-flex;
          top: 8px;
          width: 16px;
          height: 16px; }
          .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w,
          .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-w {
            background-image: url("../../assets/images/etkinlikler/arrow-left-gray.svg");
            background-position: center center; }
          .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-e,
          .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
            background-position: center center;
            background-image: url("../../assets/images/etkinlikler/arrow-right-gray.svg"); }
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-prev {
          left: 15px; }
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-datepicker-next {
          right: 15px; }
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-state-hover,
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-widget-content .ui-state-hover,
        .new-blog-homepage .home-activity .slide-datepicker .ui-datepicker .ui-widget-header .ui-state-hover {
          border: none;
          background: transparent;
          font-weight: bold;
          color: #1c1e21; }
      .new-blog-homepage .home-activity .slide-datepicker #activity-slide-date {
        font-size: 12px;
        outline: none;
        background-color: transparent;
        border: none;
        appearance: none;
        color: #B2B8C3;
        font-family: 'Open Sans', sans-serif;
        width: auto;
        font-weight: bold;
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center; }
      .new-blog-homepage .home-activity .slide-datepicker #slide-activity-datepicker {
        visibility: hidden;
        opacity: 0; }
      .new-blog-homepage .home-activity .slide-datepicker #ui-datepicker-div {
        position: static !important;
        display: block !important;
        top: 12px !important;
        left: 0 !important; }
        .new-blog-homepage .home-activity .slide-datepicker #ui-datepicker-div .ui-datepicker-calendar {
          display: none; }
  .new-blog-homepage .other-all-blogs {
    margin-top: 140px;
    margin-bottom: 120px; }
    @media (max-width: 768px) {
      .new-blog-homepage .other-all-blogs {
        margin-bottom: 75px;
        margin-top: 70px; } }
    .new-blog-homepage .other-all-blogs .container {
      padding: 0 15px; }
      .new-blog-homepage .other-all-blogs .container .blogs-list {
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .new-blog-homepage .other-all-blogs .container .blogs-list {
            border: 1px solid #F0EDED;
            border-bottom: none; } }
        .new-blog-homepage .other-all-blogs .container .blogs-list .blogs-item {
          margin-top: 30px; }
          @media (max-width: 768px) {
            .new-blog-homepage .other-all-blogs .container .blogs-list .blogs-item {
              margin-top: 0;
              border: 0;
              border-bottom: 1px solid #F0EDED; } }
      .new-blog-homepage .other-all-blogs .container .load-more-new-blogs {
        margin: 70px auto 120px auto; }
        @media (max-width: 768px) {
          .new-blog-homepage .other-all-blogs .container .load-more-new-blogs {
            margin: 55px auto 0 auto; } }

.blog-list-page {
  padding: 145px 0 120px 0; }
  @media (max-width: 1200px) {
    .blog-list-page {
      padding: 65px 0 65px 0; } }
  @media (max-width: 992px) {
    .blog-list-page {
      padding: 65px 0 65px 0; } }
  @media (max-width: 768px) {
    .blog-list-page {
      padding: 57px 0 60px 0; } }
  @media (max-width: 1200px) {
    .blog-list-page .container {
      width: 100%; } }
  .blog-list-page .container .title-with-iconH5 {
    margin-bottom: 60px; }
    @media (max-width: 1200px) {
      .blog-list-page .container .title-with-iconH5 {
        margin-bottom: 40px; } }
    @media (max-width: 992px) {
      .blog-list-page .container .title-with-iconH5 {
        margin-bottom: 30px; } }
    @media (max-width: 768px) {
      .blog-list-page .container .title-with-iconH5 {
        margin-bottom: 40px; } }
  .blog-list-page .container .blogs-list {
    display: flex;
    flex-wrap: wrap; }
    .blog-list-page .container .blogs-list .blogs-item {
      margin-top: 36px; }
      @media (max-width: 992px) {
        .blog-list-page .container .blogs-list .blogs-item {
          width: 49.5%;
          margin-right: 1%; }
          .blog-list-page .container .blogs-list .blogs-item:nth-child(2n) {
            margin-right: 0; } }
      @media (max-width: 768px) {
        .blog-list-page .container .blogs-list .blogs-item {
          margin-top: 0;
          width: 100%;
          margin-right: 0; } }
      @media (max-width: 992px) {
        .blog-list-page .container .blogs-list .blogs-item .list-image img {
          max-height: unset; } }
  @media (max-width: 768px) {
    .blog-list-page .container .load-more-new-blogs {
      margin: 45px auto 0px auto; } }

.videos-list-page {
  padding: 145px 0 120px 0; }
  @media (max-width: 1200px) {
    .videos-list-page {
      padding: 65px 0 65px 0; } }
  @media (max-width: 992px) {
    .videos-list-page {
      padding: 65px 0 65px 0; } }
  @media (max-width: 768px) {
    .videos-list-page {
      padding: 57px 0 60px 0; } }
  @media (max-width: 1200px) {
    .videos-list-page .container {
      width: 100%; } }
  .videos-list-page .container .title-with-iconH5 {
    margin-bottom: 60px; }
    @media (max-width: 1200px) {
      .videos-list-page .container .title-with-iconH5 {
        margin-bottom: 40px; } }
    @media (max-width: 992px) {
      .videos-list-page .container .title-with-iconH5 {
        margin-bottom: 30px; } }
    @media (max-width: 768px) {
      .videos-list-page .container .title-with-iconH5 {
        margin-bottom: 40px; } }
  .videos-list-page .container .akillihayat-videos .akillihayat-video-item {
    width: 32.2%;
    margin-right: 1.7%;
    margin-top: 20px; }
    .videos-list-page .container .akillihayat-videos .akillihayat-video-item:nth-child(3n) {
      margin-right: 0; }
    @media (max-width: 992px) {
      .videos-list-page .container .akillihayat-videos .akillihayat-video-item {
        width: 49%; }
        .videos-list-page .container .akillihayat-videos .akillihayat-video-item:nth-child(n) {
          margin-right: 2%; }
        .videos-list-page .container .akillihayat-videos .akillihayat-video-item:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .videos-list-page .container .akillihayat-videos .akillihayat-video-item {
        width: 100%; }
        .videos-list-page .container .akillihayat-videos .akillihayat-video-item:nth-child(n) {
          margin-right: 0; } }
  @media (max-width: 768px) {
    .videos-list-page .container .load-more-new-blogs {
      margin: 45px auto 0px auto; } }

.activity-list-page {
  padding: 145px 0 120px 0; }
  @media (max-width: 1200px) {
    .activity-list-page {
      padding: 65px 0 65px 0; } }
  @media (max-width: 992px) {
    .activity-list-page {
      padding: 65px 0 65px 0; } }
  @media (max-width: 768px) {
    .activity-list-page {
      padding: 57px 0 60px 0; } }
  @media (max-width: 1200px) {
    .activity-list-page .container {
      width: 100%; } }
  .activity-list-page .container .title-with-iconH5 {
    margin-bottom: 60px; }
    @media (max-width: 1200px) {
      .activity-list-page .container .title-with-iconH5 {
        margin-bottom: 40px; } }
    @media (max-width: 992px) {
      .activity-list-page .container .title-with-iconH5 {
        margin-bottom: 30px; } }
    @media (max-width: 768px) {
      .activity-list-page .container .title-with-iconH5 {
        margin-bottom: 40px; } }
  .activity-list-page .container .activity-list .activity-item {
    width: 23%;
    margin-right: 2.66%;
    margin-top: 40px; }
    .activity-list-page .container .activity-list .activity-item:nth-child(4n) {
      margin-right: 0; }
    @media (max-width: 992px) {
      .activity-list-page .container .activity-list .activity-item {
        width: 32.5%; }
        .activity-list-page .container .activity-list .activity-item:nth-child(n) {
          margin-right: 1.25%; }
        .activity-list-page .container .activity-list .activity-item:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .activity-list-page .container .activity-list .activity-item {
        width: 49%;
        margin-top: 30px; }
        .activity-list-page .container .activity-list .activity-item:nth-child(n) {
          margin-right: 2%; }
        .activity-list-page .container .activity-list .activity-item:nth-child(2n) {
          margin-right: 0; } }
  @media (max-width: 768px) {
    .activity-list-page .container .load-more-new-blogs {
      margin: 45px auto 0px auto; } }

.activity-list {
  display: flex;
  flex-wrap: wrap; }
  .activity-list .activity-item {
    margin-right: 30px;
    margin-top: 30px;
    width: 270px; }
    .activity-list .activity-item:nth-child(4n) {
      margin-right: 0; }
    @media (max-width: 1200px) {
      .activity-list .activity-item {
        width: 32%;
        margin-right: 2%; }
        .activity-list .activity-item:nth-child(4n) {
          margin-right: 2%; }
        .activity-list .activity-item:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .activity-list .activity-item {
        width: 49%;
        margin-right: 2%; }
        .activity-list .activity-item:nth-child(3n) {
          margin-right: 2%; }
        .activity-list .activity-item:nth-child(2n) {
          margin-right: 0; } }
    .activity-list .activity-item .activity-list-image {
      position: relative;
      overflow: hidden;
      border-radius: 11px; }
      .activity-list .activity-item .activity-list-image:hover img {
        transform: scale(1.3); }
      .activity-list .activity-item .activity-list-image:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        z-index: 1; }
      .activity-list .activity-item .activity-list-image img {
        transition: transform .5s ease;
        width: 100%; }
      .activity-list .activity-item .activity-list-image .date {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #ffffff;
        padding: 7px 17px;
        border-radius: 5px;
        text-align: center;
        z-index: 2; }
        @media (max-width: 768px) {
          .activity-list .activity-item .activity-list-image .date {
            padding: 6px 11px; } }
        .activity-list .activity-item .activity-list-image .date .day {
          display: block;
          font-size: 23px;
          font-weight: 700;
          color: #E4032E; }
          @media (max-width: 768px) {
            .activity-list .activity-item .activity-list-image .date .day {
              font-size: 18px;
              line-height: 19px; } }
        .activity-list .activity-item .activity-list-image .date .month {
          display: block;
          font-size: 11px;
          font-weight: 700;
          color: #6F7580; }
          @media (max-width: 768px) {
            .activity-list .activity-item .activity-list-image .date .month {
              font-size: 10px; } }
    .activity-list .activity-item .activity-text {
      padding: 20px 15px 10px 15px; }
      @media (max-width: 768px) {
        .activity-list .activity-item .activity-text {
          padding: 20px 2px 10px 2px; } }
      .activity-list .activity-item .activity-text .activity-title {
        color: #000;
        font-size: 18px;
        font-weight: 700; }
        @media (max-width: 768px) {
          .activity-list .activity-item .activity-text .activity-title {
            font-size: 15px; } }
      .activity-list .activity-item .activity-text .activity-location {
        margin-top: 15px;
        font-size: 11px;
        color: #6F7580;
        font-weight: 700;
        display: flex;
        align-items: flex-end; }
        .activity-list .activity-item .activity-text .activity-location .icon {
          margin-right: 10px; }
    .activity-list .activity-item:hover {
      opacity: 1; }

.c-podcast {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
  font-family: 'Mont';
  color: #fff; }
  .c-podcast__section {
    margin-top: 70px; }
    .c-podcast__section .title {
      font-family: 'Mont';
      font-weight: bold !important;
      font-size: 32px !important;
      line-height: 24px !important;
      text-align: left !important;
      color: #000; }
  .c-podcast__container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .c-podcast__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    width: 100%; }
    .c-podcast__row:last-of-type {
      margin-bottom: 65px; }
    .c-podcast__row--autoh {
      height: auto !important; }
    @media (min-width: 1200px) {
      .c-podcast__row {
        flex-direction: row;
        height: 415px; } }
  .c-podcast__item {
    position: relative;
    height: 100%;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 1200px) {
      .c-podcast__item {
        width: 48%; } }
    .c-podcast__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 26px;
      z-index: -1; }
      .c-podcast__item img:nth-child(2) {
        display: none; }
    .c-podcast__item-wrapper {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-bottom: 30px;
      gap: 20px; }
      @media (min-width: 1200px) {
        .c-podcast__item-wrapper {
          width: 48%;
          gap: 0;
          justify-content: space-between; } }
    .c-podcast__item-half {
      padding: 35px;
      border-radius: 20px;
      background: #f6f6f6;
      min-height: 196px; }
      @media (min-width: 768px) {
        .c-podcast__item-half {
          padding: 15px 30px;
          gap: 35px; } }
      @media (min-width: 1200px) {
        .c-podcast__item-half {
          display: flex;
          padding: 27px 40px; } }
      .c-podcast__item-half--w48 {
        width: 100%; }
        @media (min-width: 1200px) {
          .c-podcast__item-half--w48 {
            width: 48%; } }
    .c-podcast__item-img {
      width: 135px;
      height: 135px;
      margin-bottom: 25px; }
      .c-podcast__item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 26px; }
        .c-podcast__item-img img:nth-child(2) {
          display: none; }
    .c-podcast__item-content {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .c-podcast__item-name {
      margin-bottom: 7px; }
      .c-podcast__item-name h6 {
        font-weight: bold;
        font-size: 13px;
        line-height: 23px;
        text-align: left;
        color: #000;
        margin: 0; }
        @media (min-width: 1200px) {
          .c-podcast__item-name h6 {
            font-size: 20px; } }
    .c-podcast__item-job p {
      font-weight: 600;
      font-size: 13px;
      line-height: 23px;
      text-align: left;
      color: #000;
      margin: 0; }
      @media (min-width: 1200px) {
        .c-podcast__item-job p {
          font-size: 20px;
          margin-bottom: 10px; } }
    .c-podcast__item-subject p {
      font-weight: 600;
      font-size: 10px;
      line-height: 23px;
      text-align: left;
      color: #666;
      margin: 0; }
      @media (min-width: 1200px) {
        .c-podcast__item-subject p {
          font-size: 15px;
          margin-bottom: 10px; } }
    .c-podcast__item-title {
      margin-bottom: 5px; }
      .c-podcast__item-title span {
        font-weight: 600;
        font-size: 11px;
        line-height: 23px;
        text-align: left;
        color: #8b8b8b; }
        @media (min-width: 1200px) {
          .c-podcast__item-title span {
            font-size: 16px; } }
  .c-podcast__img {
    width: 100%;
    height: 217px; }
    @media (min-width: 768px) {
      .c-podcast__img {
        height: 412px; } }
  .c-podcast__title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    right: 0;
    width: 90px;
    height: 40px;
    border-radius: 30.5px 0px 0px 30.5px; }
    @media (min-width: 768px) {
      .c-podcast__title {
        width: 100px;
        height: 50px; } }
    @media (min-width: 1200px) {
      .c-podcast__title {
        width: 167px;
        height: 61px; } }
    .c-podcast__title span {
      font-weight: bold;
      font-size: 11px;
      line-height: 12px;
      text-align: center; }
      @media (min-width: 1200px) {
        .c-podcast__title span {
          font-size: 16px; } }
    .c-podcast__title--pink {
      background: #ffc0cb; }
    .c-podcast__title--red {
      background: #ed1a3b; }
    .c-podcast__title--soft-purple {
      background: #f9b3ed; }
    .c-podcast__title--purple {
      background: #8120e0; }
    .c-podcast__title--navy-blue {
      background: #245789; }
    .c-podcast__title--sky-blue {
      background: #98b9f2; }
    .c-podcast__title--blue {
      background: #91a6ff; }
    .c-podcast__title--magenta {
      background: #B61866; }
    .c-podcast__title--black {
      background: #000; }
  .c-podcast__job {
    display: none;
    visibility: hidden; }
  .c-podcast__subject {
    display: block;
    visibility: visible; }
    .c-podcast__subject p {
      font-weight: 600;
      font-size: 15px;
      line-height: 23px;
      text-align: left;
      color: #666;
      margin: 0; }
      @media (min-width: 1200px) {
        .c-podcast__subject p {
          font-size: 20px; } }
  .c-podcast__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px; }
    .c-podcast__content-left {
      display: flex;
      flex-direction: column;
      width: 80%; }
      @media (min-width: 1200px) {
        .c-podcast__content-left {
          width: 100%; } }
  .c-podcast__name {
    display: none; }
    .c-podcast__name h6 {
      font-weight: bold;
      font-size: 25px;
      line-height: 36px;
      text-align: left;
      color: #ba1661; }
      @media (min-width: 1200px) {
        .c-podcast__name h6 {
          font-size: 32px; } }

.c-podcast-detail {
  font-family: Mont;
  margin-bottom: 85px;
  margin-top: 50px; }
  .c-podcast-detail .c-podcast__item-half {
    margin-bottom: 30px; }
  .c-podcast-detail__section {
    margin-top: 70px; }
    .c-podcast-detail__section .title {
      font-family: 'Mont';
      font-weight: bold !important;
      font-size: 32px !important;
      line-height: 24px !important;
      text-align: left !important;
      color: #000; }
  .c-podcast-detail__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    margin-bottom: 60px; }
    @media (min-width: 1200px) {
      .c-podcast-detail__top {
        flex-direction: row; } }
  .c-podcast-detail__bottom {
    display: flex;
    flex-direction: column; }
  .c-podcast-detail__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .c-podcast-detail__img {
    width: 100%;
    height: 210px; }
    @media (min-width: 1200px) {
      .c-podcast-detail__img {
        height: 100%; } }
    .c-podcast-detail__img img {
      width: 100%;
      object-fit: cover;
      border-radius: 26px; }
      @media (min-width: 1200px) {
        .c-podcast-detail__img img {
          height: 100%; } }
  .c-podcast-detail__text {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media (min-width: 1200px) {
      .c-podcast-detail__text {
        width: 55%; } }
  .c-podcast-detail__title span {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #e10c32; }
  .c-podcast-detail__name h6 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: left;
    color: #030303;
    margin-bottom: 25px; }
  .c-podcast-detail__desc p {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #8b8b8b;
    margin-bottom: 25px; }
