.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

@media screen and (max-width: 767px) {
  .owl-carousel .owl-item {
    width: 100vw !important;
  }
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Work Sans", sans-serif;
}

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

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl,
li {
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 14px;
  line-height: 24px;
}

html {
  height: 100%;
  -webkit-appearance: none;
  border: none;
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  -webkit-appearance: none;
  border: none;
  -webkit-text-size-adjust: none;
  position: relative;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

.cf:after {
  clear: both;
}

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

h1 {
  font-weight: bold;
  font-size: 52px;
  color: #414343;
  line-height: 60px;
}

h2 {
  font-weight: bold;
  font-size: 32px;
  color: #414343;
  line-height: 40px;
}

h3 {
  font-size: 22px;
  color: #414343;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  color: #414343;
  font-weight: bold;
  line-height: 26px;
}

h5 {
  font-size: 16px;
  color: #414343;
  font-weight: bold;
}

h6 {
  font-size: 14px;
  color: #414343;
  font-weight: bold;
}

p {
  color: #414343;
  font-size: 18px;
  line-height: 30px;
}

strong {
  font-weight: bold;
}

hr {
  border: 0 #000 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

.mac * {
  -webkit-font-smoothing: antialiased;
}

img {
  border: 0;
  border-style: none;
}

a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

a:active {
  color: #e8941a;
}

a:focus {
  outline: none;
}

a.current {
  color: #e8941a;
}

input {
  line-height: normal;
}

input[type="email"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  border: none;
  -webkit-text-size-adjust: none;
  padding: 5px;
  border: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  -webkit-appearance: none;
  border: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #cbcbcb;
  display: block;
  overflow: auto;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #ccc;
}

textarea:focus {
  border-color: #ccc;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
  -webkit-text-size-adjust: none;
  background: #cbcbcb;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
  -webkit-text-size-adjust: none;
  background: #cbcbcb;
}

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  border-radius: 0 !important;
}

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

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
:placeholder-shown {
  color: #000;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Work Sans", sans-serif;
}

select::-ms-expand {
  display: none;
}

fieldset {
  border: 1px solid transparent;
}

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

td {
  text-align: left;
  font-weight: normal;
}

.m0 {
  margin: 0 !important;
}

.mr20 {
  margin-right: 20px;
}

.mt20 {
  margin-top: 20px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.p0 {
  padding: 0 !important;
}

.pt20 {
  padding-top: 20px;
}

.dis-b {
  display: block;
}

.pos_rel {
  position: relative;
}

.hidden {
  display: none !important;
}

.no_bdr {
  border: none !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.fbold {
  font-weight: bold;
}

.tra {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.opacity1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.opacity0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.row {
  width: 100%;
}

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

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

body {
  padding-top: 180px;
}
body.node-type-ct-twitter-card {
  padding-top: 0;
}

#full_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

.content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 29px;
  height: 50px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  position: relative;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  letter-spacing: 0.1px;
}

.btn:hover {
  background-color: #ff3a21;
  border-color: #ff3a21;
}

.btn:after {
  position: absolute;
  width: 20px;
  right: calc(100% - 18px);
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #ff3a21;
  content: "";
  width: 118px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.btn:hover:after {
  background: #fff;
}

.site_loader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999999999999999;
}

.site_loader .inner_ld {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  top: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  margin-top: -75px;
  border: 1px solid #fff;
}

.site_loader .inner_ld:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url(../images/site/loader2.png);
  width: 100%;
  height: 100%;
  z-index: 9;
  background-size: 100%;
}

.site_loader .inner_ld:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  background: url(../images/site/loader1.jpg);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

video {
  display: block;
}

.data_visual {
  padding: 90px 0;
}

.data_visual h2 {
  color: #4a4a4a;
  margin-bottom: 39px;
}

.data_visual h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
}

.data_visual h2 a .tootl_tip {
  position: absolute;
  left: 60px;
  top: 0;
  background: #414343;
  width: 810px;
  height: 221px;
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.data_visual h2 a.active .tootl_tip {
  opacity: 1;
  visibility: visible;
}

.data_visual h2 a img {
  display: block;
  opacity: 0.4;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.data_visual h2 a:hover img,
.data_visual h2 a.active img {
  opacity: 1;
}

.data_visual h2 a em {
  max-width: 670px;
  color: #fff;
  margin: 0 auto;
  font-weight: 500;
  padding-top: 70px;
  padding-bottom: 21px;
  font-style: normal;
  display: block;
  font-size: 18px;
  line-height: 30px;
}

.data_visual .left_section {
  width: 270px;
  float: left;
  height: 658px;
  display: table;
}

.data_visual .left_section label,
.data_visual .left_section select {
  display: none;
}

.data_visual .left_section .mid {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.data_visual .left_section a {
  width: 100%;
  height: 170px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  color: #b3b4b4;
  line-height: 170px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  font-weight: bold;
}

.data_visual .left_section a:last-child {
  margin-bottom: 0;
}

.data_visual .left_section a:hover,
.data_visual .left_section a.active {
  background: #414343;
  color: #fff;
}

.data_visual .right_section {
  width: calc(100% - 270px);
  float: left;
  height: 658px;
  padding-left: 30px;
  overflow: hidden;
  position: relative;
}

.data_visual .right_section img {
  display: block;
  width: 100%;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99999999999;
  display: table;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  opacity: 0;
  visibility: hidden;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup .popup_content {
  display: table-cell;
  vertical-align: middle;
}

.popup .popup_content .video_section {
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
  position: relative;
}

.popup .popup_content .video_section video {
  width: 100%;
  height: 100%;
}

.popup .popup_content .video_section a.close {
  position: absolute;
  right: 0;
  top: -50px;
  color: #b3b4b4;
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
}

.popup .popup_content .video_section a.close img {
  width: 16px;
  vertical-align: middle;
  margin-right: 11px;
  margin-top: -3px;
}

.popup .popup_content .video_section a.play_button {
  position: absolute;
  left: 0;
  right: 0;
  width: 115px;
  height: 115px;
  margin: 0 auto;
  top: 50%;
  margin-top: -57px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.popup .popup_content .video_section:hover a.play_button {
  opacity: 1;
  visibility: visible;
}

.popup .popup_content .video_section a.play_button img {
  display: block;
}

.popup .popup_content .video_section a.play_button .pause {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.popup .popup_content .video_section a.play_button.active img {
  opacity: 0;
  visibility: hidden;
}

.popup .popup_content .video_section a.play_button.active img.pause {
  opacity: 1;
  visibility: visible;
}
/*
.thyory_of_change .wrapper>h2 {
    margin-bottom: 60px
}

.thyory_of_change .content .blog {
    float: left;
    width: 31.65%;
    margin-right: 2.52%;
    margin-bottom: 58px
}

.thyory_of_change .content .blog:last-child {
    margin-right: 0
}

.thyory_of_change .content .blog .inner_cont p {
    margin-bottom: 30px;
    padding-right: 25px
}

.cross_cutting {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 9;
    margin-bottom: 120px
}

.cross_cutting:after {
    position: absolute;
    content: '';
    width: 75.5%;
    height: 100%;
    background: #F2F2F2;
    right: 0;
    top: 0;
    z-index: -1
}

.cross_cutting .wrapper>h2 {
    margin-bottom: 61px
}

.cross_cutting .content .blog {
    float: left;
    width: 31.65%;
    margin-right: 2.52%
}

.cross_cutting .content .blog:last-child {
    margin-right: 0
}

.cross_cutting .content .blog h2 {
    color: #B2B3B3;
    min-height: 120px;
    margin-bottom: 30px
}

.cross_cutting .content .blog p {
    color: #3B4443;
    padding-right: 28px
}
*/
@keyframes loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header .bottom_banner .darussalam {
  font-size: 22px;
  color: #3f4343;
  font-weight: bold;
  margin-left: 27.1px;
  display: inline-block;
  margin-top: 18px;
}

.banner_micro .blog {
  width: 100%;
  display: block;
  min-height: 100px;
  background-image: url(assets/images/site/Bitmap.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 81px;
  padding-bottom: 112px;
}

.banner_micro .blog .wrapper {
  position: relative;
}

.banner_micro .blog span {
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 50%;
  height: 115px;
  width: 115px;
  background-color: #fff;
  text-align: center;
  line-height: 115px;
  color: #3f4343;
  font-size: 52px;
  font-weight: bold;
}

.banner_micro .blog h1 {
  color: #fff;
}

.banner_micro .blog p {
  color: #fff;
  max-width: 573px;
  margin-left: 100px;
  margin-top: 42px;
}

.banner_micro .blog a {
  left: 98px;
  margin-top: 63px;
}

.worldwide {
  padding-top: 91px;
  padding-bottom: 90px;
}

.worldwide .wrapper {
  position: relative;
}

.worldwide .blog {
  width: 100%;
  min-height: 351px;
  background-image: url(assets/images/site/Group%20432.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
}

.worldwide .blog h2 {
  font-size: 52px;
  line-height: 60px;
  padding-left: 100px;
}

.worldwide .blog .inner {
  position: relative;
  padding-right: 114px;
  margin-top: 64px;
}

.worldwide .blog .inner .world_bt {
  position: absolute;
  left: 98px;
  top: -10px;
  border-color: #a9afaf;
  color: #a9afaf;
}

.worldwide .blog .inner .world_bt:hover {
  color: #414343;
  border-color: #414343;
  background-color: transparent;
}

.worldwide .blog .inner .world_bt:hover:after {
  background-color: #414343;
}

.worldwide .blog .inner ul {
  list-style: none;
}

.worldwide .blog .inner ul li {
  float: right;
  margin-left: 67px;
}

.worldwide .blog .inner ul li a {
  color: #ccd2d3;
  font-size: 22px;
  font-weight: bold;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.worldwide .blog .inner ul li a:hover {
  color: #414343;
}

.data_visual_world {
  padding-bottom: 0px;
}

.data_visual_world .right_section img {
  width: auto;
  max-width: 100%;
}
/*
.lunch_event .date {
    margin-top: 90px
}

.lunch_event .date i,.lunch_event .date em {
    font-style: normal;
    width: 100%;
    max-width: 50%;
    float: left;
    text-align: left;
    color: #B3B4B4;
    line-height: 34px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.6px
}

.lunch_event .date i:nth-child(2),.lunch_event .date em:nth-child(2) {
    text-align: right
}

.lunch_event h1 {
    color: #414343;
    font-size: 52px;
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 52px;
    font-weight: bold
}
*/
.lunch_event .video_section {
  position: relative;
}

.lunch_event .video_section video {
  width: 100%;
  height: 100%;
}

.lunch_event .video_section a {
  display: block;
  width: 115px;
  height: 115px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  bottom: 0px;
}

.lunch_event .video_section a .push {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.lunch_event .video_section.active a img {
  opacity: 0;
}

.lunch_event .video_section.active a .push {
  opacity: 1;
}

.lunch_event .video_section a:hover {
  opacity: 0.5;
}
/*
.lunch_event .detail {
    margin-top: 40px
}

.lunch_event .detail .title {
    margin-bottom: 50px
}

.lunch_event .detail .title h4 {
    color: #B3B4B4;
    font-size: 22px;
    line-height: 34px;
    float: left;
    font-weight: 700
}

.lunch_event .detail .title a {
    color: #B3B4B4;
    font-size: 22px;
    padding-right: 0px;
    font-weight: 700;
    float: right;
    border-bottom: #B3B4B4 2px solid;
    padding-bottom: 15px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

.lunch_event .detail .title a:hover {
    color: #414343;
    border-bottom: #414343 2px solid
}

.lunch_event .detail p {
    color: #414343;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-left: 100px;
    width: 100%;
    max-width: 85%
}

.lunch_event .speakers {
    margin-top: 90px
}

.lunch_event .speakers h2 {
    color: #4A4A4A;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 55px;
    margin-bottom: 55px;
    color: #4A4A4A
}

.lunch_event .speakers .box {
    width: 31.65%;
    margin-right: 2%;
    margin-bottom: 57px;
    position: relative;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    min-height: 560px;
    display: inline-block;
    vertical-align: top
}

.lunch_event .speakers .box:nth-child(3n) {
    margin-right: 0
}

.lunch_event .speakers .box .img_section {
    height: 370px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    position: relative
}

.lunch_event .speakers .box .img_Section label {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #414343;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    top: 12px;
    left: 12px;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.lunch_event .speakers .box:hover .img_Section label {
    background: #FF3A21
}

.lunch_event .speakers .box .img_Section label span {
    white-space: nowrap;
    margin-left: 20px;
    font-weight: bold
}

.lunch_event .speakers .box .img_Section label span em {
    font-style: normal;
    opacity: 0;
    visibility: hidden;
    -o-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
    display: inline-block;
    vertical-align: top
}

.lunch_event .speakers .box .img_section .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 9
}

.lunch_event .speakers .box .img_section h2 {
    color: #fff;
    position: absolute;
    bottom: 37px;
    left: 40px;
    margin-bottom: 0;
    z-index: 99
}

.lunch_event .speakers .box .content_area p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #414343;
    line-height: 30px;
    font-weight: 400
}

.lunch_event .speakers .box .content_area a {
    font-weight: bold;
    color: #B3B4B4;
    font-size: 14px
}

.lunch_event .speakers .box .show_more {
    position: absolute;
    left: 0;
    top: 620px;
    width: 1170px;
    display: none;
    overflow: hidden
}

.lunch_event .speakers .box .show_more p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
    min-height: 80px;
    max-width: 970px;
    margin: 0 auto
}

.lunch_event .speakers .box.active .content_area a:after {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #FF3A21;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -1px;
    opacity: 0;
    visibility: hidden;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.lunch_event .speakers .box .content_area a {
    font-size: 14px;
    line-height: 19px;
    color: #414343;
    opacity: 0.4;
    font-weight: bold;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
    position: relative;
    padding-left: 0
}

.lunch_event .speakers .box.active .content_area a {
    color: #FF3A21;
    opacity: 1;
    padding-left: 32px
}

.lunch_event .speakers .box.active .content_area a:after {
    opacity: 1;
    visibility: visible
}

.lunch_event .speakers .box.row2 .content_area p,.lunch_event .speakers .box.row3 .content_area p,.lunch_event .speakers .box.row4 .content_area p,.lunch_event .speakers .box.row5 .content_area p {
    margin-bottom: 30px
}

.additional_speakers {
    background-color: #F2F2F2
}

.additional_speakers h2 {
    color: #4A4A4A;
    font-weight: bold;
    font-size: 32px;
    padding-top: 90px;
    padding-bottom: 55px;
    text-align: left
}

.additional_speakers .new_speaker {
    width: 100%;
    max-width: 970px;
    margin: 0 auto
}

.additional_speakers .new_speaker ul {
    padding-bottom: 80px
}

.additional_speakers .new_speaker ul li {
    list-style: none;
    padding-bottom: 44px
}

.additional_speakers .new_speaker ul li h5 {
    font-weight: 400;
    font-size: 14px;
    color: #b3b4b4
}

.additional_speakers .new_speaker ul li a {
    color: #414343;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: #AAABAB 2px solid;
    display: block;
    vertical-align: middle;
    width: 100%
}

.lunch_event .speakers .box.row1 .show_more {
    top: 600px
}

.lunch_event .speakers .box.row2 .show_more {
    top: 570px
}

.lunch_event .speakers .box.row3 .show_more {
    top: 550px
}

.lunch_event .speakers .box.row4 .show_more,.lunch_event .speakers .box.row5 .show_more {
    top: 520px
}
*/
/*
.search_page {
    padding-top: 90px
}

.search_page>.wrapper>h1+h2 {
    display: none
}

.search_page h1 span {
    opacity: 0.4
}

.search_page .list_section {
    padding-top: 40px
}

.search_page .list_section a {
    font-size: 22px;
    font-weight: bold;
    opacity: 0.4;
    display: inline-block;
    vertical-align: top;
    margin-right: 60px
}

.search_page .view-campaign-stories {
    background: none;
    padding-top: 60px
}

.search_page .view-campaign-stories p span {
    font-weight: bold
}

.search_page .not_found {
    padding-left: 100px;
    padding-top: 60px
}

.search_page .not_found a.btn {
    border-color: #b3b4b4;
    color: #b3b4b4
}

.search_page .not_found a.btn:hover {
    border-color: #FF3A21;
    color: #fff
}

.search_page .not_found a.btn:hover:after {
    background: #b3b4b4
}

.search_page .select_box {
    display: none
}

.search_page .select_box label {
    display: none
}
*/

/*
.article {
    padding-top: 86px
}

.article .tittle {
    max-width: 960px;
    margin: 0 auto
}

.article .tittle .date {
    padding-bottom: 0px
}

.article .tittle .date h3 {
    opacity: 0.4;
    float: left
}

.article .tittle .date a {
    float: right;
    font-size: 22px;
    color: #414343;
    opacity: 0.4;
    font-weight: 700;
    position: relative;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.article .tittle .date a:hover {
    opacity: 1
}

.article .tittle .date a:hover:after {
    background: #ff3a21;
    opacity: 1
}

.article .tittle .date a:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #414343;
    opacity: 0.4;
    bottom: -22px;
    left: 0;
    position: absolute;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.article .article_banner {
    padding-top: 60px
}

.article .article_banner img {
    display: block;
    width: 100%
}

.article .article_banner .bottom_text {
    min-height: 172px;
    background: #414343;
    padding: 60px 0;
    margin-bottom: 60px
}

.article .article_banner .bottom_text p {
    max-width: 970px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 0
}

.article .banner_detail .left_section {
    width: 15.5%;
    float: left
}

.article .banner_detail .left_section img {
    max-width: 100%
}

.article .banner_detail .right_section {
    width: 84.47%;
    float: left;
    padding-left: 48px
}

.article .inner_wrapper {
    max-width: 970px;
    margin: 0 auto
}

.article .inner_wrapper .detail_section {
    padding-top: 27px
}

.article .inner_wrapper .detail_section .col_part {
    width: 29.3%;
    float: left;
    margin-right: 6%;
    min-height: 205px
}

.article .inner_wrapper .detail_section .col_part:last-child {
    margin-right: 0
}

.article .inner_wrapper .detail_section img {
    display: block;
    width: 100%
}

.article .picture_detail {
    padding-top: 23px;
    margin-bottom: 90px
}

.article .picture_detail .left_section {
    float: left;
    width: 33.2%;
    padding-right: 49px
}

.article .picture_detail .right_section {
    float: right;
    width: 66.010%
}

.article .picture_detail .right_section img {
    max-width: 100%;
    display: block
}

.article .bottom_picture {
    margin-bottom: 90px
}

.article .bottom_picture .right_section {
    float: left
}

.article .bottom_picture .left_section {
    float: right;
    padding-right: 0;
    padding-left: 49px
}

.article .bottom_picture .bottom_detail {
    background: #414343;
    min-height: 158px
}

.article .bottom_picture .bottom_detail p {
    color: #fff;
    font-size: 14px;
    max-width: 690px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 26px;
    padding: 40px 0
}

.article .view-campaign-stories {
    padding-bottom: 30px
}
*/

/*
.common_content dl dt,.common_content dl dd {
    background-image: url(assets/images/site/line.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px
}

.common_content ul,.common_content ol,.common_content dl {
    list-style-position: inside;
    padding-top: 32px
}

.common_content h4 {
    font-weight: 500
}

.common_content h6 {
    color: #414343;
    opacity: 0.4;
    padding-top: 30px;
    padding-bottom: 60px;
    line-height: 22px
}

.common_content p {
    padding-bottom: 30px
}

.common_content p a {
    font-size: 18px;
    color: #FF3A21
}

.common_content p a:hover {
    text-decoration: underline
}

.common_content h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0
}

.common_content h3 {
    padding-bottom: 38px
}

.common_content q {
    max-width: 770px;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    color: #00ADB9;
    font-weight: 600;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    margin-top: 27px;
    line-height: 32px
}

.common_content q:after {
    width: 88px;
    content: '' !important;
    height: 2px;
    background: #00ADB9;
    left: -100px;
    top: 15px;
    position: absolute
}
*/

.bottom_sticky {
  position: fixed;
  width: 100%;
  height: 72px;
  background: #f2f2f2;
  z-index: 9999;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.bottom_sticky.active {
  opacity: 1;
  visibility: visible;
}

.bottom_sticky .left_section {
  display: inline-block;
  vertical-align: middle;
  padding-left: 130px;
  margin-right: 160px;
  padding-top: 16px;
}

.bottom_sticky .left_section a {
  font-size: 14px;
  color: rgba(65, 67, 67, 0.4);
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 210px;
  position: relative;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.bottom_sticky .left_section a:hover {
  color: #414343;
}

.bottom_sticky .left_section a:hover:after {
  background: #ff3a21;
  opacity: 1;
}

.bottom_sticky .left_section a:after {
  position: absolute;
  width: 118px;
  height: 2px;
  content: "";
  background: #414343;
  left: -130px;
  top: 50%;
  margin-top: -1px;
  opacity: 0.4;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.bottom_sticky .left_section a:last-child {
  margin-right: 0;
}

.bottom_sticky .left_section a em {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 8px;
}

.bottom_sticky .right_section {
  display: inline-block;
  vertical-align: middle;
  padding-top: 12px;
  padding-left: 30px;
  position: relative;
}

.bottom_sticky .right_section:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  background: #e1e1e1;
  height: 72px;
}

.bottom_sticky .right_section label {
  font-size: 14px;
  color: #414343;
  display: block;
  margin-bottom: 4px;
  opacity: 0.4;
}

/*
.chart-container {
    background: #414343;
    padding-top: 90px;
    width: 89%
}

.chart-container h2 {
    color: #fff;
    text-align: left;
    padding-left: 9%;
    padding-right: 241px
}

.chart-container h2 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    color: #8D8E8E;
    border: none;
    font-size: 14px;
    font-weight: 700;
    padding-right: 30px;
    background-image: url(assets/images/site/select_arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    outline: none;
    float: right;
    line-height: normal;
    margin-top: 10px
}

.highcharts-grid.highcharts-yaxis-grid path:first-child,.highcharts-grid.highcharts-yaxis-grid path:last-child {
    display: none !important
}

.highcharts-grid.highcharts-xaxis-grid path:nth-last-child(1),.highcharts-grid.highcharts-xaxis-grid path:nth-last-child(2) {
    display: none !important
}

.highcharts-axis-labels.highcharts-yaxis-labels {
    transform: translateX(-140px)
}

.graph_section {
    min-width: 310px;
    height: 750px;
    margin: 0 auto
}

.highcharts-grid-line,.highcharts-tick {
    stroke: #8D8E8E !important
}

.highcharts-axis.highcharts-xaxis path:nth-last-child(3),.highcharts-axis.highcharts-xaxis path:nth-last-child(2) {
    display: none !important
}

.highcharts-axis-labels.highcharts-xaxis-labels {
    transform: translateY(40px)
}
*/
.popup .popup_content .video_section a.play_button img.push_mob,
.popup .popup_content .video_section a.play_button img.play_button_push.pause {
  display: none;
}
/*
.map {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999
}

.map.active {
    opacity: 1;
    visibility: visible
}
*/
body .esri-ui-corner .esri-component.esri-widget--panel {
  width: 240px;
}

body h3.esri-widget__header {
  font-size: 22px;
  font-weight: 500;
  color: #414343;
  border-bottom: 1px solid #b3b4b4;
}

body h3.esri-widget__header.active {
  border-bottom-color: transparent;
}

body h3.esri-widget__header span {
  float: right;
  color: #0079c1;
}

body .esri-legend__service {
  padding-bottom: 0;
}

body .esri-widget {
  background: #efefef;
}

body .esri-legend__layer-cell--info {
  font-size: 14px;
}
/*
.view-campaign-stories .blog .bottom_cont label {
    margin-top: 9px;
    display: inline-block;
    vertical-align: top
}
*/
.data_visual h2 a {
  margin-left: 10px;
}
/*
.common_content ul li,.common_content ol li {
    font-size: 18px;
    line-height: 30px
}

.common_content dl li,.common_content dl dd {
    font-size: 18px;
    line-height: 30px
}
*/
body.top_minus {
  padding-top: 120px;
}
/*
.related-banner {
    width: 470px;
    height: 235px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    transform: translateX(-100px);
    margin-bottom: 50px
}

.related-banner .btn {
    color: rgba(65,67,67,0.4);
    border-color: rgba(65,67,67,0.4);
    background-color: #fff;
    width: 270px;
    padding: 0 20px
}

.related-banner .btn:hover {
    color: #414343;
    border-color: #414343;
    background: #fff
}

.related-banner .btn:hover:after {
    background: #ff3a21
}

.related-banner__title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    color: #414343
}
*/
.clearfix {
  clear: both;
}
/*
.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.2%;
    margin-bottom: 30px
}

.video-container video,.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-container .video-sharing {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 2;
    transform: translateY(100%)
}
@media screen and (max-width: 980px) {
    .video-container {
        margin-bottom:90px
    }
}
*/

.bottom_content .media_contact h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  color: #4a4a4a;
  margin-top: 115px;
  margin-bottom: 45px;
}

.bottom_content .media_contact h6 {
  font-size: 18px;
  font-weight: 400;
  color: #414343;
  line-height: 30px;
}

.bottom_content .media_contact h6 a {
  font-size: 18px;
  font-weight: 400;
  color: #ff3a21;
  line-height: 30px;
  border-left: 2px solid #414343;
  border-right: 2px solid #414343;
  transition: 0.5s all ease;
  -webkit-transition: 0.52s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}

.bottom_content .media_contact h6 a:hover {
  color: rgba(65, 67, 67, 0.4);
}
/*
.article4 .bottom_content .socail_part {
    margin-top: 100px
}
*/
.highlighted-banner {
  padding: 75px 100px;
  background: url(assets/images/highlighted-bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
}
/*
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999999;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease
}

header .top_header {
    background: #414343;
    height: 40px
}

header .top_header ul {
    float: right
}

header .top_header ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 44px
}

header .top_header ul li:first-child {
    margin-left: 0
}

header .top_header ul li a {
    color: #8d8e8e;
    display: block;
    line-height: 40px;
    position: relative;
    font-weight: bold;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all
}

header .top_header ul li.active a {
    color: #fff
}

header .top_header ul li.active a:after {
    opacity: 1;
    width: 20px
}

header .top_header ul li a:after {
    position: absolute;
    width: 20px;
    right: 100%;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #FF3A21;
    content: '';
    transform: translateX(-12px);
    opacity: 0;
    transition: 0.4s ease all;
    width: 0
}

header .top_header ul li:hover a {
    color: #fff
}

header .wrapper {
    position: relative
}
*/
/*
header .bottom_banner {
    height: 140px;
    background: #fff;
    padding-top: 40px
}

header .bottom_banner nav {
    float: right;
    padding-top: 19px
}

header .bottom_banner nav>ul {
    list-style: none
}

header .bottom_banner nav>ul>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 48px;
    position: relative
}

header .bottom_banner nav>ul>li:first-child {
    margin-left: 0
}

header .bottom_banner nav>ul>li a {
    display: block;
    color: #b3b4b4;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

header .bottom_banner nav>ul>li>a:after {
    position: absolute;
    width: 20px;
    right: 100%;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #FF3A21;
    content: '';
    transform: translateX(-12px);
    opacity: 0;
    transition: 0.4s ease all;
    width: 0
}

header .bottom_banner nav>ul>li.active>a:after {
    opacity: 1;
    width: 20px
}

header .bottom_banner nav>ul>li>ul>li>a {
    font-weight: bold
}

header .bottom_banner nav>ul>li a:hover {
    color: #414343
}

header .bottom_banner nav>ul>li.active>a {
    color: #000
}

header .bottom_banner nav>ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}

header .bottom_banner nav>ul>li>ul {
    position: absolute;
    left: -52px;
    width: 273px;
    top: 100%;
    background: #fff;
    list-style: none;
    padding-top: 51px;
    padding-bottom: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all
}

header .bottom_banner nav>ul>li>ul li {
    padding-left: 52px;
    margin-bottom: 21px
}

header .bottom_banner .brand {
    display: block;
    float: left;
    width: 159.86px
}

header .bottom_banner .brand img {
    max-height: 60px
}

header .bottom_banner .social {
    float: right;
    margin: 19px 70px 0 35px
}

header .bottom_banner .social li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-left: 28px
}

header .bottom_banner .social li:first-child {
    margin-left: 0
}

header .bottom_banner .social a i,header .bottom_banner .social a em {
    font-size: 23px;
    color: #b3b4b4;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

header .bottom_banner .social a span {
    display: none
}

header .bottom_banner .social a:hover i,header .bottom_banner .social a:hover em {
    color: #414343
}

@media screen and (max-width: 768px) {
    header .bottom_banner .social {
        display:none
    }
}

header .bottom_banner .search {
    float: right;
    margin-top: 24px;
    margin-left: 60px;
    margin-right: 0
}

header .bottom_banner .search a {
    position: relative;
    display: block;
    left: 8px
}

header .bottom_banner .search a img {
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
    display: block;
    width: 16px
}

header .bottom_banner .search a img.hover_img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

header .bottom_banner .search a:hover .hover_img {
    opacity: 1;
    visibility: visible
}

header .hem_menu {
    width: 30px;
    height: 20px;
    margin-top: 12px;
    display: none
}

header .hem_menu span {
    font-size: 0
}

header .hem_menu span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    top: -8px;
    left: 0;
    background: #b3b4b4
}

header .hem_menu span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    top: 8px;
    left: 0;
    background: #b3b4b4
}

header .mob_header {
    display: none
}

header .mob_header .content .right_sectoin ul li a,header .mob_header .top_list ul li a {
    font-size: 14px
}

header .mob_header .content .right_sectoin ul li {
    margin-bottom: 12px
}

header .mob_header .content .left_section .social li {
    margin-left: 14px
}

header .mob_header .content .left_section .social li em {
    font-size: 21px
}

header .mob_header .bottom_section .btn_up {
    width: 18px;
    margin-left: 24px
}

header .mob_header .bottom_section .btn_up.active {
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

header .mob_header .bottom_section ul {
    margin-right: -370px
}

header .mob_header .content .left_section {
    padding-left: 24px;
    width: 38%
}

header .mob_header .content .left_section .social li:first-child {
    margin-left: 0
}

header .mob_header .content .right_sectoin {
    max-width: 232px;
    float: right;
    width: 65%
}

header .search_bar {
    float: right;
    width: 20px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 999;
    background: #fff;
    overflow: hidden;
    transition: 0.4s ease all
}

header .search_bar input {
    width: 100%;
    background-size: 18px;
    background: #fff;
    height: 45px;
    background-image: url(assets/images/site/search_black.svg);
    background-repeat: no-repeat;
    background-position: right center;
    float: right;
    font-weight: bold
}

header .search_bar a {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 16px
}

header .search_bar a img {
    width: 100%
}

header .search_bar.active {
    width: calc(100% - 200px)
}

@media screen and (max-width: 980px) {
    header .search_bar.active {
        width:calc(100% - 100px)
    }
}

header .search_bar.active input {
    width: calc(100% - 30px);
    border-bottom: 2px solid #414343
}

header .search_bar.active a {
    display: block
}

header .mob_header .bottom_section ul li a {
    font-weight: 700
}

header.active {
    top: -40px;
    position: fixed
}
@media only screen and (max-width: 1366px) {
    header .bottom_banner {
        height:100px;
        background: #fff;
        padding-top: 22px
    }
}

@media only screen and (max-width: 1170px) {
    header .top_header ul li {
        margin-left:45px
    }

    header .bottom_banner .brand {
        width: 120px
    }

    header .bottom_banner .brand img {
        width: 100%
    }

    header .bottom_banner nav ul li {
        margin-left: 33px
    }

    header .bottom_banner .social,header .bottom_banner .search,header .bottom_banner .social li {
        margin-left: 18px
    }

    header .bottom_banner nav {
        padding-top: 12px
    }

    header .bottom_banner .social {
        margin-top: 13px
    }

    header .bottom_banner .search {
        margin-top: 17px
    }

    header .search_bar {
        right: 16px;
        top: 1px
    }
}

.blog {
    position: relative;
    padding-bottom: 31px
}

.blog .img_Section {
    height: 278px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    position: relative
}

.blog .img_Section h2 {
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px
}

.blog .img_Section strong {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #414343;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    top: 12px;
    left: 12px;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
    font-weight: normal
}

.blog .img_Section strong span {
    white-space: nowrap;
    margin-left: 20px;
    font-weight: bold
}

.blog .img_Section strong span em {
    font-style: normal;
    opacity: 0;
    visibility: hidden;
    -o-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
    display: inline-block;
    vertical-align: top
}

.blog .img_Section .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 72px;
    background: #414343;
    padding-top: 13px;
    padding-left: 12px;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.blog .img_Section .date span {
    color: #8D8E8E;
    font-size: 14px;
    line-height: 19px;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.blog .img_Section .date p {
    color: #fff;
    font-weight: bold;
    font-size: 22px
}

.blog h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #ABACAC;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

.blog p {
    color: #414343;
    transition: 0.4s ease all
}

.blog .bottom_cont {
    min-height: 144px;
    height: auto
}

.blog .bottom_cont:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -1px;
    height: 1px;
    background: #414343;
    opacity: 0.4;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.blog .bottom_cont label {
    font-size: 14px;
    color: #B0B0B0;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.blog .bottom_cont h3 {
    margin-top: 5px
}

.blog:hover .img_Section strong,.blog:hover .img_Section .date {
    background: #FF3A21
}

.blog:hover .img_Section .date span {
    color: #FFF
}

.blog:hover .img_Section strong span em {
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.blog:hover h6 {
    color: #FF3A21
}

.blog:hover p {
    color: #FF3A21
}

.blog:hover .bottom_cont:after {
    opacity: 1;
    background: #FF3A21;
    width: 100%
}

.blog:hover .bottom_cont h3 {
    color: #FF3A21
}
*/
/*
.banner {
    overflow: hidden;
    position: relative
}

.banner .video_container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 0;
    max-width: 100%;
    height: 100%
}

.banner .video_container video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%
}

.banner .blog_img {
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 658px;
    position: relative;
    background-attachment: fixed;
    padding: 0px 100px;
    padding-bottom: 60px
}

.banner .blog_img * {
    position: relative;
    z-index: 1
}

.banner .blog_img h1,.banner .blog_img p,.banner .blog_img a.btn {
    opacity: 0;
    transform: translateY(15px)
}

.banner .blog_img h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 52px;
    line-height: 60px;
    padding-top: 216px;
    padding-bottom: 48px;
    transition: all 0.5s ease-in-out 0.3s
}

.banner .blog_img p {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.5s ease-in-out 0.5s
}

.banner .blog_img a.btn {
    display: inline-block;
    vertical-align: top;
    margin-top: 54px;
    padding: 0 37px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out 1s, opacity 0.3s ease-in-out 1s
}

.banner .blog_img a.btn:after {
    width: 120px
}

.banner .blog_img a.btn.show {
    background-color: #ff3a21
}

.banner .item {
    width: 905px;
    min-height: 686px;
    padding-left: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 81px;
    padding-right: 100px;
    position: relative;
    z-index: 9
}

.banner .item:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    background: rgba(155,155,155,0.7);
    z-index: -1;
    opacity: 0;
    transition: 0.4s ease all
}

.banner .item h1 {
    color: #fff;
    min-height: 171px
}

.banner .item .inner_content {
    padding-left: 100px;
    margin-top: 50px;
    position: relative
}

.banner .item .inner_content p {
    color: #fff;
    min-height: 150px
}

.banner .item .inner_content .btn {
    margin-top: 55px
}

.banner .item .inner_content .play_buton {
    width: 115px;
    display: inline-block;
    height: 115px;
    position: absolute;
    left: 0;
    bottom: -140px;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.banner .item .inner_content .play_buton:hover {
    opacity: 0.7
}

.banner .banner_content {
    background: #fff;
    margin-top: 90px
}

.banner .banner_content .inner_cont {
    background: #fff;
    margin-top: 90px;
    max-width: 960px;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto
}

.banner .banner_content h1 {
    margin-bottom: 55px
}

.banner .banner_content .inner_cont p {
    color: #414343;
    margin-bottom: 30px
}

.banner .owl-controls {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 290px;
    margin-left: 850px
}

.banner .owl-controls * {
    font-size: 0
}

.banner .owl-controls .owl-prev,.banner .owl-controls .owl-next {
    width: 56px;
    height: 56px;
    background: rgba(65,67,67,0.4);
    display: inline-block;
    vertical-align: top
}

.banner .owl-controls .owl-prev {
    background-image: url(assets/images/site/left_icon.svg);
    background-repeat: no-repeat;
    background-position: center
}

.banner .owl-controls .owl-next {
    background-image: url(assets/images/site/right_icon.svg);
    background-repeat: no-repeat;
    background-position: center
}

.banner .owl-controls .owl-prev:hover,.banner .owl-controls .owl-next:hover {
    background-color: #FF3A21
}

.banner #bar {
    width: 0%;
    max-width: 100%;
    height: 8px;
    background: #FF897A
}

.banner #progressBar {
    width: 100%;
    background: #D8EBED
}

.banner .active .item:after {
    opacity: 0
}

.banner .active+.active .item {
    pointer-events: none
}

.banner .active+.active .item:after {
    opacity: 1
}
/*
.banner.article_new .blog_img {
    margin-bottom: 0
}

.banner.article_new .blog_img h1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 102px;
    padding-top: 0;
    padding-bottom: 67px
}

.banner.article_new .blog_img p {
    position: absolute;
    top: 80px;
    left: 100px;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    opacity: 0.4
}

.banner.article_new p.legend {
    max-width: 970px;
    font-size: 14px;
    color: #BABBBB;
    margin: 10px auto;
    font-weight: bold
}
*/
.banner__fulldescription {
  display: none;
  padding: 75px 0 60px;
}

.banner__fulldescription a {
  font-size: 18px;
  line-height: 30px;
}

.banner__fulldescription p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 30px;
}

.banner__fulldescription figure {
  margin: 60px 0 0;
}

.banner__fulldescription figure img {
  max-width: 100%;
  height: auto;
}

.banner__fulldescription .wrapper {
  max-width: 970px;
}

@media screen and (max-width: 980px) {
  .banner__fulldescription {
    padding: 30px 0;
  }

  .banner__fulldescription a {
    font-size: 14px;
    line-height: 24px;
  }

  .banner__fulldescription p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px;
  }

  .banner__fulldescription figure {
    margin-bottom: 30px 0 0;
  }
}
/*
.banner--sm {
    padding: 70px 0
}

.banner--sm .wrapper {
    position: relative
}

.banner--sm .wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 570px;
    height: calc(100% + 140px);
    top: -70px;
    right: 0;
    background-color: #F2F2F2;
    z-index: -1
}

.banner--sm .wrapper .blog_img {
    max-width: 1100px;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: initial;
    min-height: 520px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 35px 110px
}

.banner--sm .wrapper .blog_img h1 {
    padding: 0;
    max-width: 665px
}

.banner--sm .wrapper .blog_img .btn {
    margin-left: 200px
}

@media screen and (max-width: 980px) {
    .banner--sm {
        padding:30px 0;
        overflow: initial
    }

    .banner--sm .wrapper:after {
        width: 150px;
        height: calc(100% + 60px);
        top: -30px
    }

    .banner--sm .wrapper .blog_img {
        min-height: 200px;
        padding: 20px;
        align-items: center
    }

    .banner--sm .wrapper .blog_img h1 {
        font-size: 22px;
        line-height: 30px
    }

    .banner--sm .wrapper .blog_img .btn {
        position: absolute;
        left: 0;
        bottom: -25px;
        margin: 0;
        transform: translateY(100%) !important;
        color: #cacaca;
        border-color: currentColor
    }
}

.loaded .banner .blog_img h1,.loaded .banner .blog_img p,.loaded .banner .blog_img a.btn {
    opacity: 1;
    transform: translateY(0px)
}

footer {
    background: #F2F2F2;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

footer:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 790px;
    height: 395px;
    background: url(assets/images/footer-watermark.png) no-repeat center bottom;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    opacity: 0.1;
    z-index: -1;
    pointer-events: none
}

footer .top_part {
    text-align: center
}

footer .top_part .col {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    border-right: 1px solid #E7E7E7
}

footer .top_part .col a {
    display: inline-block;
    margin-right: 33px;
    vertical-align: middle
}

footer .top_part .col1 a:last-child {
    margin-right: 0;
    width: 232px
}

footer .top_part .col2 a {
    width: 90px
}

footer .top_part .col2 a+a {
    width: 86.19px;
    margin-right: 0px
}

footer .top_part .col3 a {
    width: 74.1px
}

footer .top_part .col3 a+a {
    width: 74px
}

footer ul {
    text-align: center;
    margin-top: 40px
}

footer ul.social {
    display: none
}

footer ul.social a span {
    display: none
}

footer ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none
}

footer ul li a {
    font-size: 14px;
    color: #ABACAC;
    font-weight: 700;
    margin: 0px 31px;
    transition: 0.4s ease all
}

footer ul li a img {
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

footer ul li a:hover {
    color: #414343
}

footer ul li a:hover img {
    opacity: 1
}

footer ul li a img {
    opacity: 0.45;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -2px
}

footer .top_part .col:last-child {
    border-right: 0
}
*/
/*
.article_wrapper {
    max-width: 970px;
    margin: 100px auto 0
}

.article_wrapper .video-container {
    padding-top: 58%;
    margin-bottom: 100px
}

.article_wrapper i {
    white-space: nowrap;
    font-style: normal;
    background-color: #B2B3B3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #414343;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    text-align: left;
    padding-left: 20px
}

.article_wrapper .top_content h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #4A4A4A;
    padding-top: 61px;
    padding-bottom: 94px
}

.article_wrapper .top_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #414343;
    padding-bottom: 0px;
    margin-bottom: 100px
}

.article_wrapper .top_content p a {
    font-size: 1em;
    color: #FF3A21
}

.article_wrapper .top_content img {
    max-width: 100%
}

.article_wrapper .top_content h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    color: #BABBBB;
    padding-top: 25px
}

.article_wrapper .bottom_content {
    margin: 100px 0
}

.article_wrapper .bottom_content .photo-row {
    display: flex;
    margin: 150px 0
}

.article_wrapper .bottom_content .photo-row p:last-child {
    margin-bottom: 0
}

.article_wrapper .bottom_content .photo-row .col {
    width: 50%
}

.article_wrapper .bottom_content .photo-row .col img {
    max-width: 100%;
    height: auto
}

.article_wrapper .bottom_content .photo-row .link {
    color: #FF3A21;
    position: relative;
    padding-left: 40px
}

.article_wrapper .bottom_content .photo-row .link:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: currentColor;
    position: absolute;
    top: 10px;
    left: 0
}

.article_wrapper .bottom_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #414343;
    margin: 0 0 100px
}

.article_wrapper .bottom_content p a {
    font-size: 1em;
    color: #FF3A21
}

.article_wrapper .bottom_content figure {
    margin: 100px 0;
    padding: 0
}

.article_wrapper .bottom_content figure.img-right {
    max-width: 400px;
    float: right;
    margin: 0 0 100px 40px
}

.article_wrapper .bottom_content img {
    max-width: 100%;
    height: auto
}

.article_wrapper .bottom_content figcaption {
    font-size: 14px;
    color: #BABBBB;
    margin-top: 10px;
    font-weight: bold
}

.article_wrapper .bottom_content h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #FF3A21;
    position: relative;
    margin-top: 116px;
    letter-spacing: -0.5px
}

.article_wrapper .bottom_content h4:after {
    position: absolute;
    width: 70px;
    height: 2px;
    content: '';
    background-color: #FF3A21;
    top: 20px;
    left: -100px
}

.article_wrapper .bottom_content blockquote {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #FF3A21;
    position: relative;
    margin: 0 0 100px;
    float: left;
    width: 50%;
    transform: translateX(-130px);
    opacity: 0;
    transition: all 0.5s ease-in-out 0s
}

.article_wrapper .bottom_content blockquote.active {
    opacity: 1;
    transform: translateX(-100px)
}

.article_wrapper .bottom_content blockquote cite {
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
    position: relative;
    margin: 30px 0 0;
    max-width: 345px;
    display: block;
    padding-left: 40px
}

.article_wrapper .bottom_content blockquote cite:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: currentColor;
    position: absolute;
    top: 13px;
    left: 0
}

.article_wrapper .bottom_content .socail_part {
    padding-bottom: 90px;
    margin-top: 145px
}

.article_wrapper .bottom_content .socail_part h3 {
    margin-bottom: 40px
}

.article_wrapper .bottom_content .socail_part .btn {
    margin-right: 38px;
    color: rgba(65,67,67,0.4);
    border-color: rgba(65,67,67,0.4);
    margin-left: 100px
}

.article_wrapper .bottom_content .socail_part .btn+.btn i,.article_wrapper .bottom_content .socail_part .btn+.btn em {
    font-size: 20px
}

.article_wrapper .bottom_content .socail_part .btn i,.article_wrapper .bottom_content .socail_part .btn em {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px
}

.article_wrapper .bottom_content .socail_part .btn:hover {
    color: #414343;
    border-color: #414343;
    background: #fff
}

.article_wrapper .bottom_content .socail_part .btn:hover:after {
    background: #ff3a21
}

@media only screen and (max-width: 768px) {
    .article_wrapper .bottom_content .socail_part .btn {
        width:133px
    }

    .article_wrapper .bottom_content .socail_part .btn::after {
        width: 50px
    }

    .article_wrapper .bottom_content .socail_part .btn span {
        display: none
    }
}

.article_wrapper.article_content .top_content h1 {
    padding-bottom: 89px
}

.article_wrapper.article_content .top_content p {
    padding-bottom: 0
}
*/
@media only screen and (min-width: 768px) {
  .article_wrapper .bottom_content .photo-row:nth-child(odd) .col:nth-child(1) {
    order: 2;
  }

  .article_wrapper
    .bottom_content
    .photo-row:nth-child(odd)
    .col:nth-child(2)
    img {
    transform: translateX(-100px);
  }

  .article_wrapper
    .bottom_content
    .photo-row:nth-child(even)
    .col:nth-child(2)
    img {
    transform: translateX(100px);
  }
}
/*
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: none
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #F2F2F2;
    opacity: 0.85
}

.modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px
}

.modal-body {
    width: 100%;
    box-sizing: border-box;
    padding: 60px;
    background-color: #fff;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.13)
}

.modal-close {
    position: absolute;
    left: 0;
    top: -25px;
    transform: translateY(-100%);
    font-size: 18px
}

.modal-close img {
    height: 44px;
    width: auto;
    vertical-align: middle;
    margin-right: 25px
}

@media screen and (max-width: 980px) {
    .modal {
        padding:30px 20px
    }

    .modal-body {
        padding: 20px
    }

    .modal-container {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        height: 100%;
        overflow-y: auto
    }

    .modal-close {
        font-size: 14px;
        position: static;
        margin-bottom: 25px;
        transform: none;
        display: block
    }

    .modal-close img {
        height: 25px;
        margin-right: 15px
    }
}

.modal-sharing__image {
    margin: 0 0 30px
}

.modal-sharing__image img {
    width: 100%;
    height: auto
}

.modal-sharing__text {
    font-size: 22px;
    line-height: 30px;
    color: #414343;
    font-weight: bold
}

.modal-sharing__text span {
    font-weight: normal;
    color: #FF3A21;
    font-size: 18px
}

.modal-sharing__action {
    margin-top: 30px;
    display: flex;
    align-items: center;
    border-top: 1px solid #CACACA;
    padding-top: 25px
}

.modal-sharing__action a {
    width: 50%;
    display: block;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    color: #414343
}

@media screen and (min-width: 981px) {
    .modal-sharing__action a:not(:last-child) {
        border-right:1px solid #CACACA
    }

    .modal-sharing__action a:last-child {
        text-align: right
    }
}

.modal-sharing__action a img {
    vertical-align: middle;
    margin-left: 20px;
    height: 24px;
    width: auto
}

@media screen and (max-width: 980px) {
    .modal-sharing__action {
        display:block
    }

    .modal-sharing__action a {
        font-size: 14px;
        width: 100%;
        text-align: center
    }
}

.view-campaign-stories {
    background: #F2F2F2;
    padding-top: 90px
}

.view-campaign-stories h2 {
    margin-bottom: 40px;
    color: #4A4A4A
}

.view-campaign-stories .blog {
    float: left;
    width: 31.65%;
    margin-right: 2.52%;
    margin-bottom: 50px
}

.view-campaign-stories .blog:nth-child(3n) {
    margin-right: 0
}
*/
/*
.about-cover {
    padding-top: 90px;
    padding-bottom: 65px
}

.about-cover .left_section {
    float: left;
    width: 65.8%;
    padding-right: 15px
}

.about-cover .left_section .inner_content {
    margin-left: 98px;
    padding-top: 59px;
    max-width: 570px
}

.about-cover .right_sec {
    float: left;
    width: 34.2%;
    padding-left: 10px;
    padding-top: 58px
}

.about-cover .right_sec .img_part {
    width: 100%;
    position: relative;
    z-index: 9
}

.about-cover .right_sec .img_part p {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 50px;
    left: 0;
    font-weight: bold;
    font-size: 14px;
    color: #B3B4B4
}

.about-cover .right_sec .img_part .imgsection {
    background-color: #b3b4b4;
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center
}

.about-cover .right_sec .img_part .imgsection img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.about-cover .right_sec .img_part .imgsection .mid {
    display: table-cell;
    vertical-align: middle
}

.about-cover .right_sec .img_part:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -30px;
    top: 30px;
    background: #ECECEC;
    z-index: -1
}

@media only screen and (max-width: 1366px) {
    .about-cover {
        padding-top:60px;
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 1280px) {
    .about-cover .left_section .inner_content {
        margin-left:65px
    }
}

@media only screen and (max-width: 1170px) {
    .about-cover {
        padding-bottom:60px
    }

    .about-cover .right_sec .img_part {
        height: 208px
    }

    .about-cover .left_section .inner_content {
        padding-top: 30px
    }
}

@media only screen and (max-width: 959px) {
    .about-cover .right_sec .img_part {
        height:151px
    }

    .about-cover .left_section .inner_content {
        margin-left: 45px
    }
}

@media only screen and (max-width: 767px) {
    .about-cover {
        padding-top:28px
    }

    .about-cover .wrapper {
        position: relative
    }

    .about-cover .left_section {
        width: 100%;
        padding-right: 0
    }

    .about-cover .left_section .inner_content {
        max-width: 80%;
        margin-left: 24px;
        padding-top: 12px
    }

    .about-cover .right_sec {
        padding-left: 0;
        position: absolute;
        right: 0;
        top: 14px;
        width: 100%;
        max-width: 279px;
        z-index: -1;
        opacity: 0.1
    }

    .about-cover .right_sec .img_part:after {
        display: none
    }

    .about-cover .right_sec .img_part p {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .about-cover {
        padding:30px 0px
    }

    .about-cover .left_section .inner_content {
        margin-left: 35px
    }

    .about-cover .left_section p {
        padding-right: 20px
    }

    .about-cover .right_sec .img_part .imgsection img {
        height: auto
    }

    .about-cover .right_sec .img_part:after {
        top: 40px
    }
}

[data-page="index"] .video_part {
    padding-top: 90px
}

[data-page="index"] .video_part .wrapper {
    padding-bottom: 150px
}

[data-page="index"] .video_part .video_section {
    position: relative;
    background-position: center;
    background-size: cover
}

[data-page="index"] .video_part .video_section video {
    width: 100%;
    height: 100%
}

[data-page="index"] .video_part .video_section a {
    display: block;
    width: 115px;
    height: 115px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 57px);
    margin: 0 auto
}

[data-page="index"] .video_part .video_section a .push {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

[data-page="index"] .video_part .video_section a:hover {
    opacity: 0.5
}

[data-page="index"] .video_part .video_section.active a {
    opacity: 0
}

[data-page="index"] .video_part .video_section.active a img {
    opacity: 0
}

[data-page="index"] .video_part .video_section.active a .push {
    opacity: 1
}

[data-page="index"] .video_part .video_section.active:hover a {
    opacity: 1
}

[data-page="index"] .video_part .content {
    max-width: 966px;
    margin: 0 auto;
    padding-top: 60px
}

[data-page="index"] .video_part .content p {
    margin-bottom: 30px
}

[data-page="index"] .video_part .content p:last-child {
    margin-bottom: 0
}
*/
/*
[data-page="news"] .news_list .list_nav a.news_link {
    display: inline-block;
    margin-top: 0;
    margin: 0
}

[data-page="news"] .news_list .list_nav a.news_link.active {
    opacity: 1
}
*/
@media screen and (max-width: 980px) {
  [data-page="news"] .news_list .list_nav .left_part {
    width: 100%;
  }

  [data-page="news"] .news_list .list_nav .left_part a.news_link {
    display: inline-block;
  }

  [data-page="news"]
    .news_list
    .list_nav
    .left_part
    a.news_link:not(:last-child) {
    margin-right: 10px;
  }

  [data-page="news"] .news_list .list_nav a h1 {
    font-size: 22px;
  }

  [data-page="news"] .news_list .list_nav a:not(.active) {
    opacity: 0.2;
  }
}

[data-page="not-found"] .no_page {
  padding-top: 50px;
  padding-bottom: 80px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

[data-page="not-found"] .no_page h1 {
  font-size: 100px;
  margin-bottom: 10px;
  line-height: normal;
}

[data-page="not-found"] .no_page h3 {
  margin-bottom: 10px;
}

[data-page="not-found"] .no_page p {
  opacity: 0.8;
}

[data-page="not-found"] .no_page .idented {
  padding-left: 60px;
  margin-top: 30px;
}

[data-page="not-found"] .no_page .idented hr {
  width: 100px;
}

[data-page="not-found"] .no_page .idented h4 {
  margin: 20px 0 10px;
  font-size: 14px;
}

[data-page="not-found"] .no_page .idented ul {
  list-style: none;
  opacity: 0.6;
}

[data-page="not-found"] .no_page .idented ul li {
  margin-bottom: 12px;
}

@media only screen and (max-width: 1170px) {
  [data-page="not-found"] .no_page h1 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 959px) {
  [data-page="not-found"] .no_page {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 20px;
  }

  [data-page="not-found"] .no_page .idented {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  [data-page="not-found"] .no_page {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  [data-page="not-found"] .no_page h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
/*
[data-page="search"] .list_section {
    margin-bottom: 60px
}

[data-page="search"] .search_page .query-text {
    opacity: 1
}

[data-page="search"] .search_page .blog .bottom_cont label {
    margin-bottom: 9px;
    margin-top: 0
}

[data-page="search"] .search_page .blog.blog-page .img_Section {
    display: flex;
    align-items: flex-end;
    background-color: #d0d0d0;
    transition: background 2s cubic-bezier(0.19, 1, 0.22, 1)
}

[data-page="search"] .search_page .blog.blog-page .img_Section .title {
    font-weight: bold;
    font-size: 22px;
    color: white;
    margin-left: 10px;
    margin-bottom: 14px;
    text-transform: capitalize
}

[data-page="search"] .search_page .blog.blog-page:hover .img_Section {
    background-color: #414343
}
*/
@media only screen and (max-width: 768px) {
  [data-page="search"] .search_page .blog .img_Section {
    margin-bottom: 12px;
    height: 110px !important;
    min-height: 110px;
  }

  [data-page="search"] .search_page .blog p {
    font-size: 12px;
    line-height: 20px;
  }

  [data-page="search"] .search_page .blog .bottom_cont {
    height: 90px !important;
    min-height: 90px;
  }

  [data-page="search"] .search_page .blog .bottom_cont h3 {
    font-size: 21px;
    line-height: 24px;
  }
}
/*
[data-page="who-we-are"] .staff {
    margin-bottom: 60px
}

[data-page="who-we-are"] .staff .wrapper {
    border-top: 1px solid #cacaca;
    padding-top: 60px
}

[data-page="who-we-are"] .staff .wrapper>h2 {
    margin-bottom: 60px
}

[data-page="who-we-are"] .staff .content .blog {
    width: calc(23.1% - 5px);
    margin-right: 2.53%;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    transition: 0.4s ease all;
    height: 434px
}

[data-page="who-we-are"] .staff .content .blog:nth-child(4n) {
    margin-right: 0
}

[data-page="who-we-are"] .staff .content .blog:hover p {
    color: #414343
}

[data-page="who-we-are"] .staff .content .img_section {
    height: 270px;
    position: relative;
    background-color: #dbe0ed
}

[data-page="who-we-are"] .staff .content .img_section .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 9
}

[data-page="who-we-are"] .staff .content .img_section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(assets/images/site/overlay.png);
    background-repeat: no-repeat;
    background-position: bottom center
}

[data-page="who-we-are"] .staff .content .img_section .center {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

[data-page="who-we-are"] .staff .content .img_section .load-icon {
    width: 100px;
    height: 20px
}

[data-page="who-we-are"] .staff .content .img_section .load-icon span {
    position: absolute;
    display: inline-block;
    background: #494a52;
    width: 20%;
    height: 100%;
    border-radius: 100px;
    animation-name: loading;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

[data-page="who-we-are"] .staff .content .img_section .load-icon span:nth-of-type(1) {
    left: 0
}

[data-page="who-we-are"] .staff .content .img_section .load-icon span:nth-of-type(2) {
    left: 40%
}

[data-page="who-we-are"] .staff .content .img_section .load-icon span:nth-of-type(3) {
    right: 0
}

[data-page="who-we-are"] .staff .content .img_section .load-icon span:nth-of-type(2) {
    animation-delay: .2s
}

[data-page="who-we-are"] .staff .content .img_section .load-icon span:nth-of-type(3) {
    animation-delay: .4s
}

[data-page="who-we-are"] .staff .content .img_section h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    padding-left: 40px;
    color: #fff;
    z-index: 99999;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700
}

[data-page="who-we-are"] .staff .content .content_area {
    padding-top: 30px
}

[data-page="who-we-are"] .staff .content .content_area p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 22px;
    min-height: 80px
}

[data-page="who-we-are"] .staff .content .content_area a {
    font-size: 14px;
    line-height: 19px;
    color: #414343;
    opacity: 0.4;
    font-weight: bold;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
    position: relative;
    padding-left: 0
}

[data-page="who-we-are"] .staff .content .content_area a em {
    font-style: normal;
    display: none
}

[data-page="who-we-are"] .staff .content .active .content_area a em {
    display: inline
}

[data-page="who-we-are"] .staff .content .active .content_area a span {
    display: none
}

[data-page="who-we-are"] .staff .content .content_area a:after {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #FF3A21;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -1px;
    opacity: 0;
    visibility: hidden;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

[data-page="who-we-are"] .staff .content .active .content_area a {
    color: #FF3A21;
    opacity: 1;
    padding-left: 32px
}

[data-page="who-we-are"] .staff .content .active .content_area a:after {
    opacity: 1;
    visibility: visible
}

[data-page="who-we-are"] .staff .content .show_more {
    position: absolute;
    left: 0;
    top: 434px;
    width: 1170px;
    display: none;
    padding-top: 57px;
    padding-bottom: 33px;
    overflow: hidden
}

[data-page="who-we-are"] .staff .content .show_more p {
    max-width: 970px;
    margin: 0 auto
}

@media only screen and (max-width: 959px) {
    [data-page="who-we-are"] .staff .content .blog {
        width:32%;
        margin-right: 1.25%
    }

    [data-page="who-we-are"] .staff .content .blog:nth-child(4n) {
        width: 32%;
        margin-right: 1.25%
    }

    [data-page="who-we-are"] .staff .content .show_more p {
        padding: 0 60px
    }

    [data-page="who-we-are"] .staff .content .blog:nth-child(3n) {
        margin-right: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    [data-page="who-we-are"] .staff .wrapper>h2 {
        margin-bottom:20px
    }

    [data-page="who-we-are"] .staff .content .img_section {
        height: 230px
    }

    [data-page="who-we-are"] .staff .content .img_section h2 {
        bottom: 20px;
        padding-left: 20px
    }
}

[data-page="who-we-are"] .partners {
    background: #F2F2F2;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 120px
}

[data-page="who-we-are"] .partners h2 {
    color: #414343;
    margin-bottom: 60px
}

[data-page="who-we-are"] .partners .wrapper .cf {
    padding: 0 100px
}

[data-page="who-we-are"] .partners .wrapper .client {
    width: 17.95%;
    height: 158px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-right: 2.56%;
    margin-bottom: 30px
}

[data-page="who-we-are"] .partners .wrapper .client:nth-child(5n) {
    margin-right: 0
}

[data-page="who-we-are"] .bottom_report {
    height: 658px;
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 120px;
    z-index: 9
}

[data-page="who-we-are"] .bottom_report:after {
    position: absolute;
    content: '';
    width: 87.7%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #FF3A21;
    z-index: -1;
    background-image: url(assets/images/site/dots.png);
    background-repeat: no-repeat;
    background-position: right center
}

[data-page="who-we-are"] .bottom_report .mid {
    vertical-align: middle;
    display: table-cell
}

[data-page="who-we-are"] .bottom_report .mid .content {
    max-width: 880px;
    margin: 0 auto
}

[data-page="who-we-are"] .bottom_report h1 {
    color: #fff
}

[data-page="who-we-are"] .bottom_report .btn {
    margin-top: 60px;
    margin-left: 100px
}

[data-page="who-we-are"] .bottom_report .btn:after {
    background: #fff
}

[data-page="who-we-are"] .bottom_report .btn:hover {
    color: #666666;
    border-color: #fff;
    background: #fff
}

@media only screen and (max-width: 1366px) {
    [data-page="who-we-are"] .bottom_report {
        height:558px
    }
}

@media only screen and (max-width: 1170px) {
    [data-page="who-we-are"] .bottom_report .mid .content {
        max-width:670px
    }
}

@media only screen and (max-width: 959px) {
    [data-page="who-we-are"] .bottom_report {
        margin-bottom:80px
    }

    [data-page="who-we-are"] .bottom_report:after {
        width: 95%
    }

    [data-page="who-we-are"] .bottom_report .mid .content {
        max-width: 600px
    }
}

@media only screen and (max-width: 375px) {
    [data-page="who-we-are"] .bottom_report .left_section .inner_content {
        max-width:256px
    }
}
*/
@media only screen and (max-width: 767px) {
  /*
    [data-page="who-we-are"] .staff {
        margin-bottom:6px
    }

    [data-page="who-we-are"] .staff .wrapper>h2 {
        margin-bottom: 24px
    }

    [data-page="who-we-are"] .staff .content {
        text-align: left
    }

    [data-page="who-we-are"] .staff .content .blog {
        width: 46.2%;
        margin-right: 2%;
        height: 295px;
        margin-bottom: 24px
    }

    [data-page="who-we-are"] .staff .content .blog:nth-child(3n),
    [data-page="who-we-are"] .staff .content .blog:nth-child(4n) {
        width: 46.2%;
        margin-right: 2%;
        height: 295px;
        margin-bottom: 24px
    }
    [data-page="who-we-are"] .staff .content .blog:nth-child(2n) {
        margin-right: 0
    }

    [data-page="who-we-are"] .staff .content .show_more {
        top: 295px;
        padding-top: 35px;
        padding-bottom: 35px
    }


    [data-page="who-we-are"] .staff .content .img_section {
        height: 152px
    }

    [data-page="who-we-are"] .staff .content .img_section h2 {
        font-size: 14px;
        line-height: 16px;
        left: 16px;
        bottom: 14px;
        padding-left: 0
    }

    [data-page="who-we-are"] .staff .content .content_area {
        padding-top: 15px
    }

    [data-page="who-we-are"] .staff .content .content_area p {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 13px
    }

    [data-page="who-we-are"] .bottom_report {
        height: auto;
        padding-bottom: 32px;
        margin-bottom: 32px
    }

    [data-page="who-we-are"] .bottom_report:after {
        width: auto;
        left: 48px;
        right: 0;
        height: 100%;
        background-position: -50%;
        background-size: 120%
    }

    [data-page="who-we-are"] .bottom_report h1 {
        padding-left: 72px;
        padding-right: 40px
    }

    [data-page="who-we-are"] .bottom_report .btn {
        margin-left: 72px
    }

    [data-page="who-we-are"] .bottom_report .mid {
        display: block;
        padding-top: 32px
    }

    [data-page="who-we-are"] .bottom_report .content {
        text-align: left
    }

    [data-page="who-we-are"] .partners {
        padding-top: 28px;
        padding-bottom: 0;
        margin-bottom: 32px
    }

    [data-page="who-we-are"] .partners h2 {
        margin-bottom: 25px
    }

    [data-page="who-we-are"] .partners .wrapper .cf {
        padding: 0
    }

    [data-page="who-we-are"] .partners .wrapper .client {
        width: 28.45%;
        height: 70px;
        background-size: 25px;
        margin-right: 7.32%;
        margin-bottom: 24px
    }

    [data-page="who-we-are"] .partners .wrapper .client:nth-child(5n) {
        width: 28.45%;
        height: 70px;
        background-size: 25px;
        margin-right: 7.32%;
        margin-bottom: 24px
    }
*/
}
/*
@media (max-width: 321px) {

    [data-page="who-we-are"] .staff .content .blog {
        margin-right:5.6%
    }

    [data-page="who-we-are"] .staff .content .blog:nth-child(2n) {
        margin-right: 0
    }

    [data-page="who-we-are"] .staff .content .img_section {
        height: 135px
    }

    [data-page="who-we-are"] .bottom_content .socail_part h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px
    }
}
*/
@-moz-document url-prefix() {
  [data-page="what-we-do"] .blue_slider .owl-controls {
    bottom: 0;
  }
}
/*
[data-page="what-we-do"] .blue_slider {
    margin-left: 13.4%;
    padding-bottom: 95px
}

[data-page="what-we-do"] .blue_slider .iteam {
    width: 1170px;
    min-height: 678px;
    padding-left: 100px;
    padding-top: 80px;
    padding-right: 100px;
    position: relative;
    background-color: #99dfe3
}

[data-page="what-we-do"] .blue_slider .owl-carousel .owl-item.active .iteam {
    background-color: #00ADB9
}

[data-page="what-we-do"] .blue_slider .owl-carousel .owl-item.active+.owl-item.active .iteam {
    background-color: #99dfe3 !important
}

[data-page="what-we-do"] .blue_slider .iteam .no {
    position: absolute;
    right: 100px;
    top: 80px
}

[data-page="what-we-do"] .blue_slider .iteam .no h2,[data-page="what-we-do"] .blue_slider .iteam .no h4 {
    display: inline-block;
    font-size: 52px;
    line-height: 60px;
    color: #fff
}

[data-page="what-we-do"] .blue_slider .iteam .no span {
    color: #66cdd5;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin: 0px 8.5px
}

[data-page="what-we-do"] .blue_slider .iteam .no h4 {
    color: #66cdd5
}

[data-page="what-we-do"] .blue_slider .iteam h2 {
    margin-bottom: 51px
}

[data-page="what-we-do"] .blue_slider .iteam h2 a {
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

[data-page="what-we-do"] .blue_slider .iteam h2 a:hover {
    opacity: .4
}

[data-page="what-we-do"] .blue_slider .iteam h2 i,[data-page="what-we-do"] .blue_slider .iteam h2 em {
    display: inline-block;
    font-style: normal;
    font-size: 52px;
    line-height: 57px;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 3px
}

[data-page="what-we-do"] .blue_slider .iteam p {
    color: #fff;
    margin-bottom: 33px
}

[data-page="what-we-do"] .blue_slider .owl-nav {
    position: absolute;
    left: 43.2%;
    bottom: 33px
}

[data-page="what-we-do"] .blue_slider .owl-nav .owl-prev {
    width: 56px;
    height: 56px;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    background-color: #66cdd5;
    font-size: 0px
}

[data-page="what-we-do"] .blue_slider .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    background-color: #66cdd5;
    font-size: 0px;
    background-image: url(/assets/images/site/right_icon.svg);
    background-repeat: no-repeat;
    background-position: center
}

[data-page="what-we-do"] .blue_slider .owl-nav .owl-prev {
    background-image: url(/assets/images/site/left_icon.svg);
    background-repeat: no-repeat;
    background-position: center
}

[data-page="what-we-do"] .blue_slider .owl-nav .owl-next:hover,[data-page="what-we-do"] .blue_slider .owl-nav .owl-prev:hover {
    background-color: #fff
}

[data-page="what-we-do"] .blue_slider .owl-nav .owl-next:hover {
    background-image: url(/assets/images/site/right_hover.svg)
}

[data-page="what-we-do"] .blue_slider .owl-nav .owl-prev:hover {
    background-image: url(/assets/images/site/left_hover.svg)
}

@media only screen and (max-width: 1460px) {
    [data-page="what-we-do"] .blue_slider {
        margin-left:9.4%
    }

    [data-page="what-we-do"] .blue_slider .iteam {
        padding-left: 88px
    }
}

@media only screen and (max-width: 1400px) {
    [data-page="what-we-do"] .blue_slider {
        margin-left:7.4%
    }
}

@media only screen and (max-width: 1366px) {
    [data-page="what-we-do"] .blue_slider {
        margin-left:7.1%
    }
}

@media only screen and (max-width: 1280px) {
    [data-page="what-we-do"] .blue_slider {
        margin-left:3.9%
    }

    [data-page="what-we-do"] .blue_slider .iteam {
        padding-left: 65px;
        width: 950px
    }
}

@media only screen and (max-width: 959px) {
    [data-page="what-we-do"] .blue_slider .iteam {
        width:700px;
        padding-bottom: 70px;
        padding-top: 130px
    }

    [data-page="what-we-do"] .blue_slider .iteam .no {
        right: 80px;
        top: 40px
    }

    [data-page="what-we-do"] .blue_slider .owl-nav {
        left: 76.5%;
        bottom: 0px
    }

    [data-page="what-we-do"] .blue_slider .iteam h2 i,[data-page="what-we-do"] .blue_slider .iteam h2 em {
        font-size: 45px
    }
}

@media only screen and (max-width: 767px) {
    [data-page="what-we-do"] .blue_slider {
        margin-left:0;
        padding-bottom: 0
    }

    [data-page="what-we-do"] .blue_slider .iteam {
        padding-bottom: 24px
    }

    [data-page="what-we-do"] .blue_slider .owl-carousel .owl-item.active .iteam,[data-page="what-we-do"] .blue_slider .iteam,[data-page="what-we-do"] .blue_slider .owl-carousel .owl-item.active+.owl-item.active .iteam {
        background-color: transparent !important
    }

    [data-page="what-we-do"] .blue_slider .owl-carousel .owl-item.active+.owl-item.active .iteam h2 {
        background-color: #99dfe3 !important
    }

    [data-page="what-we-do"] .blue_slider .iteam {
        width: 351px;
        position: relative;
        padding-left: 0;
        padding-top: 0;
        padding-right: 0
    }

    [data-page="what-we-do"] .blue_slider .iteam .no {
        right: auto;
        left: 24px;
        top: 24px
    }

    [data-page="what-we-do"] .blue_slider .iteam .no h2,[data-page="what-we-do"] .blue_slider .iteam .no h4 {
        font-size: 32px;
        height: auto;
        background: none;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0
    }

    [data-page="what-we-do"] .blue_slider .iteam .no span {
        font-size: 14px;
        margin: 0px 3.5px
    }

    [data-page="what-we-do"] .blue_slider .iteam h2 {
        padding-left: 24px;
        padding-right: 34px;
        padding-top: 93px;
        height: 351px;
        background-color: #00ADB9;
        margin-bottom: 24px
    }

    [data-page="what-we-do"] .blue_slider .iteam h2 i,[data-page="what-we-do"] .blue_slider .iteam h2 em {
        font-size: 32px;
        line-height: 38px;
        border: 0;
        font-weight: 600;
        display: inline
    }

    [data-page="what-we-do"] .blue_slider .iteam h2 a br {
        display: none
    }

    [data-page="what-we-do"] .blue_slider .iteam p {
        color: #555757;
        font-size: 14px;
        line-height: 24px;
        padding-left: 24px
    }

    [data-page="what-we-do"] .blue_slider .owl-nav {
        right: 24px;
        top: 280px;
        left: auto;
        bottom: auto
    }
}

@media (max-width: 360px) {
    [data-page="what-we-do"] .blue_slider .iteam {
        width:310px
    }

    [data-page="what-we-do"] .blue_slider .owl-nav {
        right: 10px
    }
}
*/
@media only screen and (max-width: 1280px) {
  [data-page="what-we-do"] .about-cover .right_sec .img_part img {
    /*max-width:100%*/
  }
}

@media only screen and (max-width: 959px) {
  [data-page="what-we-do"] .about-cover .right_sec .img_part img {
    /*max-width:100%*/
  }
}

@media only screen and (max-width: 767px) {
  [data-page="what-we-do"] .about-cover .left_section {
    width: 100%;
  }

  [data-page="what-we-do"] .about-cover .right_sec {
    width: 100%;
    opacity: 0.1;
  }

  [data-page="what-we-do"] .about-cover .right_sec .img_part {
    /*height: auto;
      margin-top: 0px;*/
    /* New code */
    /*height: 208px;
      margin-top: 0px;*/
    /* New code end */
  }
  [data-page="what-we-do"] .about-cover .right_sec .img_part .imgsection {
    /* New code */
    background-color: transparent;
    /* New code end */
  }
  [data-page="what-we-do"] .about-cover .right_sec .img_part .imgsection img {
    /* New code */
    /*width: 95px;*/
    height: auto;
    /* New code end */
  }
}
/*
.where_we_work {
    padding-top: 90px;
    padding-bottom: 65px
}

.where_we_work .right_sec {
    width: 41.2%
}

.where_we_work .left_section {
    width: 58.8%
}

.where_we_work .left_section .inner_content {
    margin-left: 98px;
    padding-top: 59px;
    max-width: 570px
}

.where_we_work .right_sec .img_part {
    margin-top: -30px
}

.where_we_work .right_sec .img_part:after {
    display: none
}
@media screen and (max-width: 980px) {
    .where_we_work {
        padding:30px 0
    }

    .where_we_work .left_section,.where_we_work .right_sec {
        width: 100%
    }

    .where_we_work .left_section .inner_content {
        margin: 0;
        padding: 10px 25px 0;
        max-width: 100%
    }
}
*/
/*
.place_list .list .head_part {
    background: #D9D9D9;
    cursor: pointer;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.place_list .list .head_part:hover {
    background: #414343
}

.place_list .list.active .head_part {
    background: #FF3A21
}

.place_list .list .head_part h1 {
    float: left;
    line-height: 140px;
    color: #fff
}

.place_list .list .head_part h3 {
    float: right;
    line-height: 140px;
    color: #fff
}

.place_list .list .head_part h3 a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 68px
}

.place_list .list .head_part h3 a img {
    display: block;
    margin-top: -4px
}

.place_list .list .list_body {
    padding-bottom: 90px
}

.place_list .list .list_body .content_area {
    max-width: 570px;
    padding-top: 60px;
    padding-bottom: 79px
}

.place_list .list .list_body .map_area .left_part {
    width: 170px;
    float: left
}

.place_list .list .list_body .map_area .left_part ul li {
    list-style: none;
    margin-bottom: 24px
}

.place_list .list .list_body .map_area .left_part ul li a {
    font-size: 22px;
    font-weight: bold;
    color: #414343;
    opacity: 0.4;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
    position: relative
}

.place_list .list .list_body .map_area .left_part ul li a:after {
    position: absolute;
    width: 20px;
    right: 100%;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #FF3A21;
    content: '';
    transform: translateX(-12px);
    opacity: 0;
    transition: 0.4s ease all;
    width: 0
}

.place_list .list .list_body .map_area .left_part ul li.active a {
    opacity: 1
}

.place_list .list .list_body .map_area .left_part ul li.active a:after {
    width: 20px;
    opacity: 1
}

.place_list .list .list_body .map_area .left_part ul li a:hover {
    opacity: 1
}

.place_list .list .list_body .map_area .right_part {
    width: calc(100% - 170px);
    float: left;
    margin-bottom: 90px
}

.place_list .list .list_body .map_area .right_part .map_section {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.place_list .list .list_body .map_area .right_part img {
    margin-top: -15px;
    display: block
}

.place_list .list .list_body .map_area .right_part .map_point {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FF3A21;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    z-index: 9
}

.place_list .list .list_body .map_area .right_part .map_point:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    left: -6px;
    top: -6px;
    background: #FF3A21;
    opacity: 0.4;
    border-radius: 50%
}

.place_list .list .list_body .map_area .right_part .map_point:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #FF3A21;
    border-radius: 50%
}

.place_list .list .list_body .map_area .right_part .map_point .inner_data {
    width: 270px;
    height: 178px;
    position: absolute;
    background: #fff;
    left: 10px;
    bottom: 10px;
    z-index: -1;
    padding: 30px
}

.place_list .list .list_body .map_area .right_part .map_point .inner_data p {
    font-size: 14px;
    color: #404343;
    opacity: 0.4
}

.place_list .list .list_body .map_area .right_part .map_point .inner_data h3 {
    color: #414343;
    margin-bottom: 15px
}

.place_list .list .list_body .map_area .right_part .map_point .inner_data .btn {
    color: #B3B4B4;
    border-color: #B3B4B4
}

.place_list .list .list_body .map_area .right_part .map_point .inner_data .btn:hover {
    background: #FF3A21;
    border-color: #FF3A21;
    color: #fff
}

.place_list .list .list_body .map_area .right_part .owl-controls {
    position: absolute;
    left: 257px;
    bottom: 30px;
    width: 112px
}

.place_list .list .list_body .map_area .right_part .owl-controls .owl-nav .owl-next,.place_list .list .list_body .map_area .right_part .owl-controls .owl-nav .owl-prev {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 56px;
    float: left;
    font-size: 0;
    background-color: #414343;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px
}

.place_list .list .list_body .map_area .right_part .owl-controls .owl-nav .owl-next:hover,.place_list .list .list_body .map_area .right_part .owl-controls .owl-nav .owl-prev:hover {
    opacity: 1;
    background-color: #FF3A21
}

.place_list .list .list_body .map_area .right_part .owl-controls .owl-nav .owl-next {
    background-image: url(assets/images/site/right_icon.svg)
}

.place_list .list .list_body .map_area .right_part .owl-controls .owl-nav .owl-prev {
    background-image: url(assets/images/site/left_icon.svg)
}
.chart-container {
    text-align: right;
    position: relative;
    width: 95%;
    background-position: right top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right
}

.chart-container img {
    width: 100%
}

#myChart {
    display: inline-block;
    background-color: #414343;
    width: calc(100% - 135px) !important;
    float: right;
    display: none !important
}
*/
/*
.map-container {
    background-color: #fff;
    padding-bottom: 80px
}

.map-container .container {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #979797;
    padding-top: 60px
}

.map-container__map svg {
    width: 100%;
    height: auto
}

.map-container__legend ul {
    margin: 0;
    padding: 0
}

.map-container__legend ul li {
    display: inline-block;
    font-size: 16px;
    color: #414343
}

.map-container__legend ul li:not(:last-child) {
    margin-right: 50px
}

.map-container__legend ul li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 20px
}

.map-container__legend ul li span.color-regional {
    background-color: #00ADB9
}

.map-container__legend ul li span.color-country {
    background-color: #FF3A21
}

.map-container__regions ul {
    margin: 80px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.map-container__regions ul li {
    display: inline-block
}

.map-container__regions ul li a {
    color: #D9D9D9;
    font-size: 32px;
    font-weight: 600;
    transition: color 0.3s ease-in-out
}

.map-container__regions ul li a.active,.map-container__regions ul li a:hover {
    color: #FF3A21
}

.map-container__map {
    margin: 80px 0 0
}
*/
@media screen and (max-width: 980px) {
  .map-container__legend {
    padding: 0 25px;
  }

  .map-container__legend li {
    margin-bottom: 20px;
  }

  .map-container__regions {
    padding: 0 25px;
  }

  .map-container__regions ul {
    margin-top: 35px;
    justify-content: flex-start;
  }

  .map-container__regions ul li {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .map-container__regions ul li a {
    font-size: 22px;
    line-height: 1em;
  }
}
/*
.map-graph__controls {
    display: none
}

.map-single__intro {
    padding: 0 0 0 70px;
    margin: 30px 0 0;
    max-width: 640px
}
*/
@media screen and (max-width: 980px) {
  .map-single__intro {
    padding: 0 25px;
  }
}
/*
.map-single__content {
    margin-top: 90px;
    padding: 0 70px;
    display: flex
}
*/
@media screen and (max-width: 980px) {
  .map-single__content {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 25px;
  }
}
/*
.map-single__countries {
    width: 35%
}

.map-single__countries ul li {
    list-style: none;
    margin-bottom: 24px
}

.map-single__countries ul li a {
    font-size: 22px;
    color: #414343;
    opacity: 0.4;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
    position: relative
}

.map-single__countries ul li a:after {
    position: absolute;
    width: 20px;
    right: 100%;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #FF3A21;
    content: '';
    transform: translateX(-12px);
    opacity: 0;
    transition: 0.4s ease all;
    width: 0
}

.map-single__countries ul li.active a {
    opacity: 1
}

.map-single__countries ul li.active a:after {
    width: 20px;
    opacity: 1
}

.map-single__countries ul li a:hover {
    opacity: 1
}
*/
@media screen and (max-width: 980px) {
  .map-single__countries ul li {
    margin-bottom: 10px;
    line-height: normal;
  }

  .map-single__countries ul li a {
    font-size: 14px;
    line-height: 16px;
  }

  .map-single__countries ul li a:after {
    transform: translateX(-5px);
  }

  .map-single__countries ul li.active a:after {
    width: 10px;
  }
}
/*
.map-single__map {
    position: relative;
    width: 65%
}

.map-single__nav {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 112px;
    z-index: 1
}

.map-single__nav a {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 56px;
    float: left;
    font-size: 0;
    background-color: #414343;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px
}

.map-single__nav a:hover {
    opacity: 1;
    background-color: #FF3A21
}

.map-single__nav a.next {
    background-image: url(assets/images/site/right_icon.svg)
}

.map-single__nav a.prev {
    background-image: url(assets/images/site/left_icon.svg)
}
*/
@media screen and (max-width: 980px) {
  .map-single__nav {
    display: none;
  }
}
/*
#map-program .tooltip {
    position: absolute;
    padding: 30px;
    background-color: rgba(255,255,255,0.8);
    width: 270px;
    box-sizing: border-box;
    font-size: 14px;
    color: #B3B4B4;
    transform: translate(0, -100%)
}

#map-program .tooltip strong {
    font-size: 22px;
    color: #414343;
    margin: 5px 0 15px;
    display: block
}

#map-program .tooltip .btn {
    color: #B3B4B4;
    border-color: #B3B4B4
}

#map-program .tooltip .btn:hover {
    background: #FF3A21;
    border-color: #FF3A21;
    color: #fff
}
*/
@media screen and (max-width: 980px) {
  #map-program .tooltip {
    top: inherit !important;
    left: inherit !important;
    bottom: -10px;
    transform: translateY(100%);
    padding: 0;
    width: 100%;
    text-align: center;
  }

  #map-program .tooltip label,
  #map-program .tooltip strong {
    display: none;
  }
}
/*
.news_list {
    padding-top: 90px
}

.news_list .view-campaign-stories {
    background: #fff;
    padding-top: 60px
}

.news_list .left_part {
    float: left
}

.news_list .list_nav h1 {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 82px;
    color: #414343
}

.news_list .list_nav a {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 61px;
    color: #414343;
    opacity: 0.4;
    font-size: 22px;
    font-weight: 700;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all
}

.news_list .list_nav a:hover {
    opacity: 1
}

.news_list .list_nav a:last-child {
    margin-right: 0
}

.news_list .right_part {
    float: right;
    margin-left: 10px
}

.news_list .right_part h2 {
    display: none
}

.news_list .right_part h1 {
    margin-right: 62px
}

.view-campaign-stories.small_blog {
    padding-top: 0
}

.view-campaign-stories.small_blog .blog {
    width: 20.18%;
    margin-right: 2.52%;
    border-width: 2px
}

.view-campaign-stories.small_blog .blog .img_Section,.view-campaign-stories.small_blog .blog .bottom_cont {
    height: 177px
}

.news_list .view-campaign-stories .blog .bottom_cont {
    border-width: 2px
}

.news_list .view-campaign-stories .blog .bottom_cont:after {
    bottom: -2px;
    height: 2px
}
*/
/*
[data-page="get_involved"] .intro {
    margin: 90px 0
}

[data-page="get_involved"] .intro .wrapper {
    max-width: 830px
}

[data-page="get_involved"] .intro .wrapper p {
    margin: 30px 0
}

@media screen and (max-width: 980px) {
    [data-page="get_involved"] .intro {
        margin:60px 0
    }
}

[data-page="get_involved"] .take-action {
    overflow-x: hidden
}

[data-page="get_involved"] .take-action .wrapper {
    padding-bottom: 180px;
    position: relative
}

[data-page="get_involved"] .take-action .wrapper:before {
    content: "";
    display: block;
    width: 100vw;
    height: 520px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #F2F2F2;
    z-index: -1
}

@media screen and (max-width: 980px) {
    [data-page="get_involved"] .take-action .wrapper {
        padding-bottom:150px
    }

    [data-page="get_involved"] .take-action .wrapper:before {
        height: 50%
    }
}

[data-page="get_involved"] .take-action h1 {
    margin-left: 70px
}

@media screen and (max-width: 980px) {
    [data-page="get_involved"] .take-action h1 {
        margin-left:0
    }
}

[data-page="get_involved"] .take-action__list {
    margin: 90px 0 0;
    width: 100%;
    max-width: 935px;
    margin-left: 165px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width: 980px) {
    [data-page="get_involved"] .take-action__list {
        margin:60px 0 0;
        margin-left: 0;
        justify-content: center
    }
}

[data-page="get_involved"] .take-action__item {
    width: 270px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

[data-page="get_involved"] .take-action__item figure {
    width: 100%;
    position: relative;
    margin: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

[data-page="get_involved"] .take-action__item figure:after {
    content: "";
    display: block;
    padding-top: 100%
}

[data-page="get_involved"] .take-action__item figure:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.46) 6%, rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.46) 6%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to top, rgba(0,0,0,0.46) 6%, rgba(255,255,255,0) 100%)
}

[data-page="get_involved"] .take-action__item figure h2 {
    color: #FFF;
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px
}

[data-page="get_involved"] .take-action__item p {
    font-size: 16px;
    line-height: 28px;
    margin: 35px 0
}

[data-page="get_involved"] .take-action__item .btn {
    margin-left: 55px;
    color: rgba(65,67,67,0.4);
    border-color: currentColor;
    align-self: flex-end
}

[data-page="get_involved"] .take-action__item .btn:hover {
    background-color: transparent;
    color: #414343
}

[data-page="get_involved"] .take-action__item .btn:hover:after {
    background-color: #FF3A21
}

@media screen and (max-width: 980px) {
    [data-page="get_involved"] .take-action__item {
        margin-bottom:50px
    }
}

[data-page="get_involved"] .donation-info {
    margin: 90px 0
}

[data-page="get_involved"] .donation-info__content {
    padding-left: 270px;
    padding-right: 70px;
    display: flex;
    justify-content: space-between
}

[data-page="get_involved"] .donation-info__text {
    width: 300px
}

[data-page="get_involved"] .donation-info__text p {
    margin: 25px 0;
    font-size: 14px;
    line-height: 25px
}

[data-page="get_involved"] .donation-info__text hr {
    border-top: none;
    border-bottom: 1px solid #979797
}

[data-page="get_involved"] .donation-info__image {
    width: 430px;
    transform: translateY(-150px)
}

[data-page="get_involved"] .donation-info__image figure {
    margin: 0
}

[data-page="get_involved"] .donation-info__image figure img {
    width: 100%;
    height: auto
}

@media screen and (max-width: 980px) {
    [data-page="get_involved"] .donation-info {
        margin-top:-100px
    }

    [data-page="get_involved"] .donation-info__content {
        padding: 0;
        flex-wrap: wrap
    }

    [data-page="get_involved"] .donation-info__text {
        order: 2;
        width: 100%
    }

    [data-page="get_involved"] .donation-info__image {
        order: 1;
        width: 100%;
        padding-left: 40px;
        box-sizing: border-box;
        transform: none;
        margin-bottom: 50px
    }
}
*/
@media only screen and (max-width: 1660px) {
  .chart-container {
    width: 95%;
  }
}

@media only screen and (max-width: 1460px) {
  .cross_cutting:after {
    width: 84%;
  }

  .chart-container h2 {
    padding-left: 4%;
  }
}

@media only screen and (max-width: 1366px) {
  body {
    padding-top: 140px;
  }

  header .bottom_banner {
    height: 100px;
    background: #fff;
    padding-top: 22px;
  }

  .banner .inner_content .play_buton {
    width: 80px;
    height: 80px;
  }

  .popup .popup_content .video_section a.play_button {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }

  .video_part .video_section a {
    width: 80px;
    height: 80px;
    top: calc(50% - 50px);
  }

  .video_part .video_section a img {
    width: 100%;
  }

  .cross_cutting:after {
    width: 86%;
  }

  .chart-container {
    width: 98%;
    padding-top: 70px;
  }

  .article_wrapper .top_content h1 {
    padding: 40px 0px;
  }

  .article_wrapper .top_content h6 {
    padding-top: 20px;
  }

  .article_wrapper .bottom_content P {
    margin-top: 50px;
  }

  .article_wrapper .bottom_content h4 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .data_visual h2 a .tootl_tip {
    width: 770px;
  }

  .chart-container {
    width: 100%;
  }

  .article_new.banner .blog_img h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .article_new.banner .blog_img h1 .field-name-field-country {
    font-size: 40px;
    font-weight: normal;
  }

  .article_wrapper .top_content h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .article_wrapper .bottom_content h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .related-banner {
    transform: none;
    margin-right: 50px;
  }

  .article_wrapper .bottom_content blockquote {
    padding-right: 50px;
    transform: none !important;
  }
}

@media only screen and (max-width: 1170px) {
  .banner .owl-controls {
    width: 130px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .data_visual {
    padding-left: 15px;
    padding-right: 15px;
  }

  .data_visual .right_section {
    height: 455px;
  }

  .data_visual .left_section {
    height: 455px;
  }

  .data_visual .left_section a {
    height: 130px;
    line-height: 130px;
  }
  /*
    footer ul li a {
        margin: 0 18px
    }
*/
  .popup .popup_content .video_section {
    max-width: 900px;
  }

  .popup .popup_content .video_section a.close {
    right: 20px;
    top: -20px;
  }

  .banner_micro .blog {
    padding-top: 61px;
    padding-bottom: 72px;
    background-position: left 50% center;
  }

  .banner_micro .blog span {
    right: 15px;
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 45px;
  }

  .data_visual_world .right_section img {
    max-width: 84%;
  }

  .worldwide .blog .inner {
    padding-right: 50px;
  }

  .worldwide .blog .inner ul li {
    margin-left: 30px;
  }

  .thyory_of_change .wrapper > h2 {
    margin-bottom: 25px;
  }

  .cross_cutting:after {
    width: 87%;
  }

  .place_list .list .head_part {
    padding-left: 30px;
  }

  .place_list .list .head_part h3 a {
    margin-left: 48px;
  }

  .news_list .list_nav h1 {
    margin-right: 71px;
    font-size: 32px;
  }

  .news_list .list_nav a {
    font-size: 18px;
  }
  /*
    .lunch_event .date {
        margin-top: 20px
    }

    .lunch_event h1 {
        padding-top: 20px;
        padding-bottom: 30px;
        font-size: 48px
    }

    .lunch_event .date i,.lunch_event .date em {
        font-size: 20px
    }

    .lunch_event .detail p {
        padding-left: 60px
    }

    .lunch_event .detail .title {
        margin-bottom: 40px
    }

    .lunch_event .speakers {
        margin-top: 40px
    }
*/
  .data_visual h2 {
    font-weight: 800;
  }

  .data_visual h2 a .tootl_tip {
    width: 580px;
    padding: 25px;
    height: auto;
  }

  .data_visual h2 a .tootl_tip em {
    padding: 0;
  }

  .bottom_sticky .left_section {
    padding-left: 100px;
    margin-right: 60px;
  }

  .bottom_sticky .left_section a {
    margin-right: 120px;
  }

  .bottom_sticky .left_section a:after {
    width: 68px;
    left: -80px;
  }

  .place_list .list .list_body .map_area {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  /*
    .lunch_event .date i,.lunch_event .date em {
        font-size:18px;
        line-height: 22px
    }

    .lunch_event h1 {
        font-size: 46px;
        line-height: 52px
    }

    .lunch_event .detail {
        margin-top: 30px
    }

    .lunch_event .detail .title h4 {
        font-size: 20px;
        line-height: 24px
    }

    .lunch_event .detail .title a {
        font-size: 20px;
        padding-right: 12px;
        padding-bottom: 4px
    }

    .lunch_event .speakers h2 {
        margin-bottom: 30px
    }

    .lunch_event .speakers .box {
        min-height: 450px
    }

    .lunch_event .speakers .box .img_section {
        height: 300px;
        margin-bottom: 10px
    }

    .lunch_event .speakers .box .img_section h2 {
        bottom: 25px;
        left: 30px;
        font-size: 28px;
        line-height: 32px
    }

    .lunch_event .speakers .box .content_area p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .lunch_event .speakers .box .show_more {
        top: 500px
    }

    .additional_speakers h2 {
        padding-top: 40px;
        padding-bottom: 25px;
        font-size: 28px;
        line-height: 30px
    }

    .additional_speakers .new_speaker {
        max-width: 800px
    }

    .lunch_event .speakers .box {
        margin-right: 1.96%
    }

    .lunch_event .speakers .box.row1 .show_more {
        top: 490px
    }

    .lunch_event .speakers .box.row2 .show_more {
        top: 460px
    }

    .lunch_event .speakers .box.row3 .show_more {
        top: 430px
    }

    .lunch_event .speakers .box.row4 .show_more,.lunch_event .speakers .box.row5 .show_more {
        top: 410px
    }
*/
  .search_page .view {
    padding-top: 50px;
  }

  .home_page_new .banner .blog_img {
    height: 570px;
  }

  .home_page_new .banner .blog_img h1 {
    padding-top: 140px;
    padding-bottom: 25px;
  }

  .home_page_new .banner .blog_img a.btn {
    margin-top: 40px;
  }

  .home_page_new .view-campaign-stories {
    padding-top: 40px;
  }

  .home_page_new .view-campaign-stories h2 {
    margin-bottom: 20px;
  }

  .home_page_new .view-campaign-stories .blog .img_Section {
    height: 225px;
  }

  .home_page_new .view-campaign-stories .blog p {
    font-size: 16px;
    line-height: 29px;
  }

  .home_page_new .video_part {
    padding-top: 50px;
  }

  .home_page_new .video_part .content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .home_page_new .banner .blog_img .video_container video {
    display: none;
  }

  .article_new.banner .blog_img {
    min-height: 520px;
    margin-bottom: 40px;
  }

  .article_new.banner .blog_img h1 {
    font-size: 42px;
    line-height: 48px;
    padding-left: 60px;
    padding-top: 0;
  }

  .article_new.banner .blog_img h1 .field-name-field-country {
    font-size: 36px;
    font-weight: normal;
  }

  .article_wrapper {
    max-width: 800px;
  }

  .article_wrapper .top_content h1 {
    font-size: 26px;
    line-height: 34px;
    padding: 30px 0px;
  }

  .article_wrapper .top_content p {
    font-size: 16px;
    line-height: 26px;
  }

  .article_wrapper .bottom_content P {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
  }

  .article_wrapper .bottom_content h4 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
  }

  .article_wrapper .bottom_content h4:after {
    width: 60px;
    top: 13px;
    left: -80px;
  }
  /*
    .bottom_content .socail_part {
        padding-bottom: 0;
        margin-top: 50px
    }
*/
  .article_new.banner .blog_img p {
    left: 70px;
  }

  .bottom_content .media_contact h6 {
    font-size: 19px;
  }

  .bottom_content .media_contact h6 a {
    border-right: 0px solid #414343;
  }
}

@media only screen and (max-width: 1160px) {
  /* Omitsis - Responsive 18/05 */
  header {
    position: fixed;
  }

  header.active {
    top: 0;
  }

  body {
    padding-top: 90px;
  }

  header .mob_header {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.98);
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    display: block;
  }

  header.nav_open .mob_header {
    opacity: 1;
    visibility: visible;
  }

  header .mob_header .top_list ul {
    float: right;
    padding-right: 30px;
  }

  header .mob_header .top_list ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    line-height: 50px;
    margin-left: 15px;
  }

  header .mob_header .top_list ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #b3b4b4;
    position: relative;
    /* New code */
    font-size: 13px;
    /* End new code */
  }

  header .mob_header .top_list ul li a:after {
    position: absolute;
    width: 20px;
    right: 87%;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #ff3a21;
    content: "";
    opacity: 0;
    /* New code */
    left: -23px;
    right: auto;
    /* End new code */
  }

  header .mob_header .top_list ul li.active a {
    color: #414343;
  }

  header .mob_header .top_list ul li.active a:after {
    opacity: 1;
    width: 20px;
  }

  header .mob_header > .content {
    /* Omitsis - Icons align 20/05 */
    display: flex;
    align-items: top;
    padding-top: 30px;
    opacity: 1;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }

  header .mob_header .content .left_section {
    width: auto;
    padding-left: 25px;
  }

  header .mob_header .content .left_section .social li {
    display: block; /* Omitsis - Icons in rows 20/05 */
    padding-right: 20px; /* Omitsis - Icons size 20/05 */
  }

  header .mob_header .content .left_section .social li em {
    font-size: 25px;
    color: #b2b4b4;
  }

  header .mob_header .content .left_section .social li span {
    display: none;
  }

  header .mob_header .content .right_section {
    width: auto;
    float: none;
    margin-left: 30px;
  }

  header .mob_header .content .right_section ul li {
    list-style: none;
    margin-bottom: 15px;
  }

  header .mob_header .content .right_section ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #b3b4b4;
    line-height: normal;
    position: relative;
  }

  header .mob_header .content .right_section ul li a:after {
    position: absolute;
    width: 20px;
    left: -2px;
    transform: translateX(-100%);
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #ff3a21;
    content: "";
    opacity: 0;
  }

  header .mob_header .content .right_section ul li a.active {
    color: #414343;
  }

  header .mob_header .content .right_section ul li a.active:after {
    width: 20px;
    opacity: 1;
  }

  header.bottom_active .mob_header .content {
    opacity: 0;
  }

  header .mob_header .bottom_section {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #414343;
    height: 65px;
    width: 100%;
  }

  header .mob_header .bottom_section img {
    width: 100%;
  }

  header .mob_header .bottom_section .btn_up {
    width: 25px;
    display: inline-block;
    line-height: 65px;
    margin-left: 25px;
  }

  header .mob_header .bottom_section ul {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: -100px;
    background: #414343;
  }

  header .mob_header .bottom_section ul.active {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 64px;
    padding-top: 30px;
  }

  header .mob_header .bottom_section ul.active li {
    display: block;
    width: 50%;
    margin-left: 40%;
  }

  header .mob_header .bottom_section ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    margin-left: 25px;
  }

  header .mob_header .bottom_section ul.active li {
    line-height: 40px;
  }

  header .mob_header .bottom_section ul li a {
    color: #fff;
    opacity: 0.4;
    font-weight: 700;
  }

  header .bottom_banner {
    padding-left: 15px;
    height: 86px;
  }
  /*
    header .hem_menu {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 45px;
        height: 35px;
        z-index: 9999;
        float: left;
        margin-top: 7px
    }

    header .hem_menu span {
        width: 100%;
        height: 4px;
        background: #b3b4b4;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -2px
    }

    header.nav_open .hem_menu span {
        background-color: transparent
    }

    header.nav_open .hem_menu span:after {
        transform: rotate(45deg);
        top: 0
    }

    header.nav_open .hem_menu span:before {
        transform: rotate(-45deg);
        top: 0
    }
*/
  header .bottom_banner nav {
    display: none;
  }
  /*
    header .bottom_banner .brand {
        margin-left: 20px
    }

    header .hem_menu span:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 4px;
        top: -13px;
        left: 0;
        background: #b3b4b4;
        -o-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        transition: 0.4s ease all
    }
*/
  header .bottom_banner .search {
    margin-right: 20px;
  }
  /*
    header .hem_menu span:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 4px;
        top: 13px;
        left: 0;
        background: #b3b4b4;
        -o-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        transition: 0.4s ease all
    }

    header .top_header {
      display: none
    }

    header .search_bar {
        right: 36px
    }

    header .search_bar input {
        width: 85%
    }

    footer .top_part .col1 a:last-child {
        margin-right: 0;
        width: 190px
    }
*/
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .banner .item {
    width: 650px;
    padding-left: 35px;
    padding-right: 40px;
  }

  .banner .item h1 {
    min-height: 147px;
  }

  .banner .inner_content {
    padding-left: 60px;
  }

  .btn:after {
    width: 65px;
  }

  .banner .owl-controls {
    margin-left: 595px;
  }

  .banner .inner_content .play_buton {
    width: 75px;
    height: 75px;
  }

  .view-campaign-stories .blog .img_Section {
    height: 208px;
  }

  .view-campaign-stories .blog p {
    font-size: 16px;
    line-height: 24px;
  }

  .video_part .video_section {
    height: 525px;
  }

  .video_part .video_section a {
    top: 43%;
  }

  .view-campaign-stories .blog {
    margin-bottom: 30px;
  }

  .banner .banner_content {
    margin-top: 60px;
  }

  .banner .banner_content .inner_cont {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .banner .banner_content h1 {
    margin-bottom: 45px;
  }
  /*
    footer .top_part .col {
        padding: 0 11px
    }

    footer ul li a {
        margin: 0px 7px
    }
*/
  .data_visual {
    padding: 50px 25px;
  }

  .popup .popup_content .video_section a.close {
    right: auto;
    left: 20px;
    font-size: 19px;
  }

  .popup .popup_content .video_section a.close img {
    width: 32px;
  }

  .banner_micro .blog a {
    left: 45px;
    margin-top: 40px;
  }

  .banner_micro .blog p {
    max-width: 573px;
    margin-left: 45px;
    margin-top: 22px;
  }

  .banner_micro .blog span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 35px;
  }

  .data_visual_world .right_section {
    padding-top: 11%;
  }

  .data_visual_world .right_section img {
    max-width: inherit;
    width: 100%;
  }

  .worldwide {
    padding-top: 41px;
    padding-bottom: 50px;
  }

  .worldwide .blog {
    padding-top: 50px;
    min-height: 270px;
  }

  .worldwide .blog h2 {
    font-size: 40px;
    line-height: 50px;
    padding-left: 50px;
  }

  .worldwide .blog .inner .world_bt {
    left: 46px;
  }

  .worldwide .blog .inner ul li a {
    font-size: 16px;
  }

  .thyory_of_change .content .blog .img_section h2 {
    bottom: 20px;
    left: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .cross_cutting .content .blog h2 {
    font-size: 22px;
    line-height: 28px;
    min-height: 100px;
  }

  .cross_cutting:after {
    width: 83%;
  }
  /*
    .partners .wrapper .client {
        width: 32%;
        margin-right: 2%
    }

    .partners .wrapper .client:nth-child(5n) {
        width: 32%;
        margin-right: 2%
    }

    .partners .wrapper .client:nth-child(3n) {
        margin-right: 0
    }
*/
  .thyory_of_change .content .blog .img_section {
    height: 215px;
  }

  .news_list {
    padding-top: 35px;
  }

  .news_list .left_part {
    width: 60%;
  }

  .news_list .list_nav h1 {
    display: block;
  }

  .news_list .right_part {
    width: 39%;
    margin-left: 0;
  }
  /*
    .news_list .view-campaign-stories.small_blog .content {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .news_list .view-campaign-stories.small_blog .blog {
        width: 22.18%
    }

    .lunch_event .detail .title h4 {
        width: 100%;
        max-width: 50%
    }

    .lunch_event .speakers .box .img_section {
        height: 230px
    }

    .lunch_event .speakers h2 {
        margin-bottom: 20px;
        font-size: 30px
    }

    .lunch_event .speakers .box .img_section h2 {
        bottom: 15px;
        left: 20px;
        font-size: 20px;
        line-height: 22px
    }

    .additional_speakers .new_speaker {
        max-width: 620px
    }

    .additional_speakers h2 {
        font-size: 26px;
        line-height: 30px
    }

    .additional_speakers .new_speaker ul li {
        padding-bottom: 25px
    }

    .additional_speakers .new_speaker ul li a {
        font-size: 20px
    }

    .additional_speakers .new_speaker ul li h5 {
        font-size: 12px
    }

    .lunch_event .speakers .box {
        margin-right: 1.699%
    }

    .lunch_event .speakers .box.row2 .show_more,.lunch_event .speakers .box.row1 .show_more {
        top: 440px
    }

    .lunch_event .speakers .box .show_more p {
        margin: 0px 20px;
        font-size: 16px;
        line-height: 26px
    }

    .lunch_event .speakers .box.row3 .show_more,.lunch_event .speakers .box.row4 .show_more {
        top: 380px
    }

    .lunch_event .speakers .box.row5 .show_more {
        top: 360px
    }
*/
  .data_visual h2 a .tootl_tip {
    width: 340px;
  }

  .article .banner_detail .left_section {
    width: 27.53%;
  }

  .article .banner_detail .right_section {
    width: 72.47%;
    padding-left: 30px;
  }

  .article .article_banner .bottom_text p,
  .article .bottom_picture .bottom_detail p {
    padding-left: 24px;
    padding-right: 24px;
  }

  .article .picture_detail .left_section {
    padding-right: 15px;
    padding-left: 15px;
  }
  /*
    .article .socail_part .btn {
        margin-right: 84px
    }

    .article .socail_part .btn:last-child {
        margin-right: 0
    }
*/
  .bottom_sticky .right_section {
    display: none;
  }

  .chart-container h2 {
    padding-right: 10%;
    padding-left: 4%;
  }

  .highcharts-axis-labels.highcharts-yaxis-labels {
    transform: translateX(-71px);
  }

  .home_page_new .banner .blog_img {
    padding: 0px 30px;
    height: auto;
    min-height: 480px;
    margin-bottom: 40px;
  }

  .home_page_new .banner .blog_img h1 {
    padding-top: 80px;
    padding-bottom: 15px;
    font-size: 50px;
  }

  .home_page_new .banner .blog_img a.btn:after {
    width: 58px;
  }

  .home_page_new .view-campaign-stories .blog {
    margin-bottom: 40px;
  }

  .home_page_new .view-campaign-stories .blog .img_Section {
    height: 180px;
    margin-bottom: 20px;
  }

  .home_page_new .video_part {
    padding-top: 10px;
  }

  .home_page_new .video_part .content {
    padding-top: 10px;
  }

  .home_page_new .video_part .wrapper {
    padding-bottom: 50px;
  }

  .home_page_new .banner .blog_img h1 {
    padding-bottom: 35px;
    font-size: 30px;
    line-height: 34px;
    padding-left: 50px;
  }

  .article_wrapper {
    padding: 0px 10px;
    max-width: 600px;
  }

  .article_wrapper .top_content h1 {
    font-size: 19px;
    line-height: 24px;
  }

  .article_wrapper .top_content p {
    font-size: 14px;
    line-height: 22px;
  }

  .article_wrapper .top_content h6 {
    line-height: 22px;
  }

  .article_wrapper .bottom_content P {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
  }

  .article_wrapper .bottom_content h4 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
  }

  .article_wrapper .bottom_content h4:after {
    width: 50px;
    top: 12px;
    left: -62px;
  }
  /*
    .bottom_content .socail_part {
        margin-top: 30px
    }

    .bottom_content .socail_part .btn {
        margin-left: 20px
    }
*/
  .article_new.banner .blog_img p {
    left: 50px;
  }

  .article_wrapper .bottom_content blockquote,
  .related-banner {
    float: none;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .site_loader .inner_ld {
    width: 160px;
    height: 160px;
  }

  .article_wrapper .bottom_content .photo-row .col:nth-child(1) img {
    transform: translateX(-50px);
  }

  .article_wrapper .bottom_content .photo-row .col:nth-child(2) img {
    transform: translateX(50px);
  }
}

@media only screen and (max-width: 767px) {
  body,
  body.top_minus {
    padding-top: 84px;
  }

  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .btn {
    height: 46px;
    line-height: 42px;
  }

  .banner .inner_content .play_buton {
    width: 50px;
    height: 50px;
  }

  .banner #progressBar {
    display: none;
  }

  .site_loader .inner_ld:after {
    width: 152px;
    height: 152px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .banner .item {
    width: 350px;
    padding-left: 24px;
    padding-top: 27px;
    min-height: 581px;
    padding-bottom: 28px;
  }

  .banner .inner_content .play_buton {
    bottom: 28px;
    left: 22px;
  }

  .banner .inner_content .btn {
    margin-top: 40px;
  }

  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 46px;
    height: 46px;
  }

  .owl-carousel .owl-controls .owl-dot {
    width: 46px;
    height: 46px;
  }

  .banner .owl-controls {
    margin-left: 238px;
    width: 96px;
    margin-left: 257px;
    bottom: 27px;
  }

  .banner .inner_content {
    position: unset;
    margin-top: 20px;
    padding-left: 24px;
  }

  .banner .banner_content {
    margin-top: 28px;
  }

  .banner .banner_content h1 {
    font-size: 22px;
    margin-bottom: 13px;
  }

  .banner .banner_content .inner_cont {
    padding-bottom: 9px;
  }

  .banner .banner_content .inner_cont p {
    margin-bottom: 20px;
  }

  .view-campaign-stories {
    padding-top: 28px;
  }

  .view-campaign-stories .blog {
    width: 100%;
    margin-right: auto;
  }

  .view-campaign-stories .blog .bottom_cont {
    min-height: auto;
    height: auto;
    padding-bottom: 0;
  }

  .view-campaign-stories h2 {
    margin-bottom: 27px;
  }

  .view-campaign-stories .blog .img_Section {
    margin-bottom: 25px;
  }

  .video_part {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .video_part .video_section {
    height: 184px;
    max-width: 327px;
  }

  .video_part .video_section a {
    width: 50px;
    height: 50px;
  }

  .video_part .video_section a img {
    max-width: 100%;
  }

  .video_part .content {
    padding-top: 23px;
  }

  .video_part .wrapper {
    border: none;
    padding-bottom: 0;
  }

  .video_part .content {
    padding-bottom: 35px;
    border-bottom: 2px solid #b3b4b4;
  }

  .data_visual {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .data_visual h2 a {
    display: none;
  }

  .data_visual .left_section {
    height: auto;
    width: 100%;
  }

  .data_visual .left_section .mid {
    display: none;
  }

  .data_visual .left_section select {
    height: 50px;
    background: #414343;
    width: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #fff;
    padding-left: 24px;
    margin-bottom: 24px;
    font-weight: bold;
    background-image: url(assets/images/site/bottom_arrow.png);
    background-repeat: no-repeat;
    background-position: right 24px center;
    display: block;
    font-family: "Work Sans", sans-serif;
  }

  .data_visual h2 {
    margin-bottom: 6px;
  }

  .data_visual .right_section {
    width: 100%;
    padding-left: 0;
    height: 338px;
  }
  /*
    footer {
        padding-top: 32px;
        padding-bottom: 26px
    }

    footer .top_part .col {
        width: 32%
    }

    footer .top_part .col:first-child {
        padding-left: 0
    }

    footer .top_part .col:first-child a {
        width: 100%
    }

    footer .top_part .col img {
        max-width: 100%
    }

    footer .top_part .col a {
        width: 45%;
        margin-right: 2%
    }

    footer ul.social {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        text-align: left;
        margin-top: 46px
    }

    footer ul.social li a {
        font-size: 21px
    }

    footer ul.nav {
        display: inline-block;
        vertical-align: middle;
        width: 70%;
        text-align: right;
        margin-top: 19px
    }

    footer ul.social {
        margin-top: 23px
    }

    footer ul.nav li {
        width: 100%;
        max-width: 202px;
        text-align: left
    }

    footer ul.nav li:not(:last-child) {
        display: none
    }

    footer ul.nav li a {
        display: block
    }

    footer ul li a img {
        float: right;
        margin-top: 8px
    }

    footer .top_part .col2 a+a,footer .top_part .col3 a+a {
        width: 44%
    }

    footer .top_part .col {
        padding: 0 7px
    }
*/
  .micro_menu .wrapper {
    padding-left: 24px;
    padding-right: 15px;
  }

  .micro_menu .bottom_banner .search {
    margin-right: 0px;
  }

  .micro_menu .bottom_banner .brand {
    width: 85px;
    position: relative;
    top: 5px;
  }

  .micro_menu .bottom_banner .darussalam {
    font-size: 11px;
    margin-left: 7.1px;
  }

  .banner_micro .blog {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .banner_micro .blog span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .worldwide {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .worldwide .blog {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .worldwide .blog h2 {
    font-size: 32px;
    line-height: 38px;
    padding-left: 30px;
  }

  .worldwide .blog .inner {
    padding-right: 0px;
    margin-top: 20px;
  }

  .worldwide .blog .inner ul li {
    margin-left: 0;
    width: 50%;
    padding-left: 15px;
    float: left;
  }

  .worldwide .blog .inner .world_bt {
    left: 46px;
    position: relative;
    top: 0px;
  }

  .worldwide .blog .inner ul {
    margin-bottom: 30px;
  }

  .thyory_of_change .content .blog {
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .thyory_of_change .content .blog .img_section {
    height: 245px;
  }

  .thyory_of_change .content .blog .img_section h2 {
    bottom: 24px;
    left: 24px;
  }

  .thyory_of_change .content .blog .img_section h2 br {
    display: none;
  }

  .cross_cutting {
    padding-top: 32px;
    padding-bottom: 38px;
    margin-top: 16px;
    margin-bottom: 47px;
  }

  .cross_cutting:after {
    width: auto;
    left: 48px;
    right: 0;
  }

  .cross_cutting .wrapper > h2 {
    margin-bottom: 25px;
  }

  .thyory_of_change .content .blog .inner_cont p {
    margin-bottom: 17px;
  }

  .cross_cutting .content .blog {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .cross_cutting .content .blog h2 {
    min-height: inherit;
    margin-bottom: 18px;
  }

  .place_list .list .head_part {
    height: 79px;
    padding-left: 0;
    padding-top: 17px;
  }

  .place_list .list .head_part h3 {
    line-height: normal;
    float: none;
  }

  .place_list .list .head_part h3 a {
    float: right;
    margin-top: 17px;
  }

  .place_list .list .head_part h3 a img {
    width: 22px;
    margin-top: 0;
  }

  .place_list .list .head_part h1 {
    line-height: normal;
    float: none;
  }

  .place_list .list .head_part h3 {
    font-size: 12px;
    font-weight: 500;
  }

  .place_list .list .head_part h1 {
    font-size: 24px;
  }

  .place_list .list .list_body .content_area {
    padding-top: 25px;
  }

  .place_list .list .list_body .map_area .left_part {
    width: 105px;
  }

  .place_list .list .list_body .map_area .right_part {
    width: calc(100% - 105px);
  }

  .place_list .list .list_body .map_area .left_part ul li {
    margin-bottom: 12px;
  }

  .place_list .list .list_body .map_area .left_part ul li a {
    font-size: 14px;
  }

  .place_list .list .list_body .map_area .right_part .map_point .inner_data {
    display: none;
  }

  .place_list .list .list_body .map_area .right_part img {
    margin-top: 0;
    width: 120%;
    margin-left: -10%;
  }

  .place_list .list .list_body .map_area .right_part .map_point {
    width: 8px;
    height: 8px;
  }

  .place_list .list .list_body .map_area .right_part .map_point:after {
    display: none;
  }

  .place_list .list .list_body .map_area .right_part .owl-controls {
    display: none;
  }

  .place_list .list .list_body .map_area .left_part ul li.active a:after {
    width: 10px;
  }

  .place_list .list .list_body .map_area .left_part ul li a:after {
    -o-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }

  .event_active.news_list .right_part {
    float: left;
    width: 60%;
  }

  .event_active.news_list .left_part {
    float: left;
    width: 40%;
  }

  .news_list {
    padding-top: 27px;
  }

  .news_list .list_nav h1 {
    margin-right: 0;
  }

  .news_list .list_nav a {
    display: block;
    margin-right: 0;
    font-size: 28px;
    margin-top: 12px !important;
  }

  .news_list .view-campaign-stories {
    padding-top: 29px;
  }

  .news_list .list_nav .left_part a {
    display: inline-block;
    margin-right: 4%;
  }

  .news_list .list_nav .left_part a.news_link {
    display: block;
    margin-right: 0;
  }

  .news_list .list_nav .left_part a.news_link.active {
    opacity: 0.4;
  }

  .news_list .list_nav .right_part a {
    display: none;
  }

  .news_list .list_nav .left_part h1 {
    opacity: 1;
  }

  .event_active.news_list .list_nav .left_part h1 {
    opacity: 0.4;
  }

  .event_active.news_list .list_nav .left_part a {
    display: none;
  }

  .event_active.news_list .list_nav .left_part a.news_link {
    display: inline-block;
  }

  .event_active.news_list .list_nav .right_part a {
    display: inline-block;
    margin-right: 4%;
  }

  .event_active.news_list .list_nav .right_part a.news_link {
    display: block;
    margin: 0;
  }

  .news_list .list_nav .right_part h1 {
    opacity: 0.4;
  }

  .event_active.news_list .list_nav .right_part h1 {
    opacity: 1;
  }
  /*
    .view-campaign-stories.small_blog .blog {
        width: 46.2%;
        margin-right: 7.6%
    }

    .view-campaign-stories.small_blog .blog:nth-child(2n) {
        margin-right: 0
    }
*/
  .view-campaign-stories .blog:hover p {
    color: #414343;
  }

  .view-campaign-stories .blog:hover .bottom_cont:after {
    background: #414343;
    width: 100%;
  }

  .news_list .view-campaign-stories .blog .bottom_cont:after {
    display: none;
  }

  .view-campaign-stories .blog p {
    font-size: 14px;
    line-height: 24px;
  }

  .view-campaign-stories.small_blog .blog .img_Section .date {
    width: auto;
    height: auto;
    background: none;
    padding-top: 0;
    padding-right: 38px;
    bottom: 9px;
  }

  .view-campaign-stories.small_blog .blog .img_Section .date span {
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }

  .view-campaign-stories.small_blog .blog .img_Section .date p {
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    font-size: 14px;
  }

  .news_list .view-campaign-stories.small_blog .blog .bottom_cont {
    height: auto;
    min-height: 120px;
    padding-bottom: 0;
  }

  .news_list .list_nav .left_part h1 a {
    display: block;
  }

  .place_list .list .list_body {
    padding-bottom: 24px;
  }
  /*
    .lunch_event .date {
        margin-top: 10px
    }

    .lunch_event .date i,.lunch_event .date em {
        font-size: 12px;
        line-height: 16px;
        max-width: 60%
    }

    .lunch_event .date i:nth-child(2n),.lunch_event .date em:nth-child(2n) {
        max-width: 40%
    }

    .lunch_event h1 {
        font-size: 36px;
        line-height: 36px;
        padding: 20px 0px
    }

    .lunch_event .video_section a {
        width: 50px;
        height: 50px
    }

    .lunch_event .video_section a img {
        max-width: 100%
    }

    .lunch_event .detail {
        margin-top: 20px
    }

    .lunch_event .detail .title {
        margin-bottom: 20px
    }

    .lunch_event .detail .title h4 {
        max-width: 50%;
        font-size: 14px;
        line-height: 24px
    }

    .lunch_event .detail .title a {
        max-width: 50%;
        font-size: 14px;
        line-height: 18px;
        padding-right: 0
    }

    .lunch_event .detail p {
        max-width: 100%;
        padding-left: 0;
        font-size: 14px;
        line-height: 20px
    }

    .lunch_event .speakers {
        text-align: left
    }

    .lunch_event .speakers h2 {
        font-size: 24px
    }

    .lunch_event .speakers .box {
        float: none;
        width: 46.2%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-bottom: 30px;
        min-height: auto;
        margin-bottom: 30px;
        margin-right: 5.94%
    }

    .lunch_event .speakers .box .content_area a {
        position: absolute;
        left: 0;
        bottom: 0
    }

    .lunch_event .speakers .box .img_section {
        height: 150px
    }

    .lunch_event .speakers .box .img_section h2 {
        bottom: 10px;
        left: 10px;
        font-size: 16px;
        line-height: 18px
    }

    .lunch_event .speakers .box .content_area {
        text-align: left
    }

    .lunch_event .speakers .box .content_area p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0
    }

    .lunch_event .speakers .box.row2 .content_area p,.lunch_event .speakers .box.row3 .content_area p,.lunch_event .speakers .box.row4 .content_area p,.lunch_event .speakers .box.row5 .content_area p {
        margin-bottom: 0
    }

    .lunch_event .speakers .box:nth-child(3n) {
        min-height: auto;
        margin-bottom: 30px;
        margin-right: 5.94%
    }

    .lunch_event .speakers .box:nth-child(2n) {
        margin-right: 0px
    }

    .additional_speakers h2 {
        font-size: 24px;
        line-height: 26px;
        padding-top: 30px;
        padding-bottom: 15px
    }

    .additional_speakers .new_speaker ul {
        padding-bottom: 30px
    }

    .additional_speakers .new_speaker ul li h5 {
        line-height: 18px
    }

    .additional_speakers .new_speaker ul li a {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .lunch_event .speakers .box.row1 .show_more {
        top: 240px
    }

    .lunch_event .speakers .box .show_more p {
        font-size: 14px;
        line-height: 20px
    }

    .lunch_event .speakers .box.row1 .show_more {
        top: 260px
    }

    .lunch_event .speakers .box.row2 .show_more {
        top: 330px
    }

    .lunch_event .speakers .box.row3 .show_more,.lunch_event .speakers .box.row4 .show_more {
        top: 260px
    }

    .lunch_event .speakers .box.row5 .show_more {
        top: 240px
    }

    .lunch_event .speakers .box:nth-child(3) .show_more {
        top: 330px
    }
*/
  .search_page .view {
    padding-top: 30px;
  }

  .search_page .list_section {
    display: none;
  }

  .search_page .select_box {
    display: block;
    padding-top: 20px;
  }

  .search_page .select_box select {
    width: 100%;
    height: 50px;
    font-size: 12px;
    font-weight: bold;
    background-color: #414343;
    color: #fff;
    border-radius: 0;
    border: none;
    padding-left: 15px;
    outline: none;
    background-image: url(assets/images/site/dropdown_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 18px;
  }

  .search_page .view-campaign-stories {
    padding-top: 30px;
  }
  .article {
    padding-top: 27px;
  }

  .article .tittle .date {
    padding-bottom: 11px;
  }

  .article .tittle .date h3 {
    font-size: 14px;
  }

  .article .tittle .date a {
    font-size: 14px;
    margin-top: 7px;
  }

  .article .tittle .date a:after {
    bottom: -10px;
  }

  .article .article_banner {
    padding-top: 27px;
  }

  .full_mob.wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .article .article_banner .bottom_text {
    padding-top: 27px;
    padding-bottom: 27px;
    min-height: inherit;
    margin-bottom: 48px;
  }

  .article .article_banner .bottom_text p {
    font-size: 12px;
    line-height: 20px;
  }

  .article .bottom_picture .bottom_detail p {
    font-size: 12px;
    line-height: 20px;
  }

  .article .banner_detail .left_section {
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
  }

  .article .banner_detail .right_section {
    padding-left: 0;
    width: 100%;
  }

  .article .inner_wrapper .detail_section {
    padding-top: 0;
  }

  .article .inner_wrapper .detail_section .col_part {
    width: 100%;
    margin-right: 0;
    min-height: inherit;
    margin-bottom: 24px;
  }

  .article .banner_detail .right_section p a {
    font-size: 14px;
    line-height: normal;
  }

  .article .inner_wrapper .detail_section .col_part h4 {
    font-size: 14px;
    line-height: 24px;
  }

  .article .inner_wrapper .detail_section .col_part ul {
    margin-top: 24px;
  }

  .article .inner_wrapper .detail_section img {
    margin-top: 24px;
  }

  .article .picture_detail {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 24px;
  }

  .article .picture_detail .left_section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .article .other_detail h3 {
    font-size: 14px;
  }

  .article .picture_detail .right_section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .article .other_detail h3 {
    padding-bottom: 24px;
  }

  .article .article_banner .bottom_text p,
  .article .bottom_picture .bottom_detail {
    margin-bottom: 0px;
  }

  .article .article_banner .bottom_text p,
  .article .bottom_picture .bottom_detail p {
    padding: 0px 24px;
  }
  /*
    .article .socail_part {
        padding-left: 0;
        padding-right: 0
    }

    .article .socail_part h3 {
        font-size: 14px;
        margin-bottom: 24px
    }

    .article .socail_part .btn {
        width: 151px;
        display: inline-block;
        vertical-align: top;
        margin-right: 19px
    }
*/
  .article .btn:after {
    width: 34px;
  }

  .article .btn span {
    display: none;
  }
  /*
    .article .socail_part {
        padding-bottom: 48px
    }
*/
  .article .view-campaign-stories .blog + .blog {
    width: 46.2%;
    margin-right: 7.6%;
    margin-bottom: 0;
  }

  .article .view-campaign-stories .blog + .blog p {
    font-size: 12px;
    line-height: 20px;
  }

  .article .view-campaign-stories .blog + .blog + .blog {
    margin-right: 0;
  }

  .article .view-campaign-stories .blog + .blog .img_Section {
    height: 113px;
  }

  .article .bottom_picture .bottom_detail {
    padding-top: 27px;
    padding-bottom: 27px;
    margin-bottom: 24px;
  }

  .article .picture_detail {
    margin-bottom: 0;
  }

  .article .picture_detail.bottom_picture .right_section img {
    margin-bottom: 0;
  }

  .article .view-campaign-stories .blog .img_Section {
    height: 208px;
  }

  .article .picture_detail .right_section img {
    margin-bottom: 24px;
  }

  .common_content p {
    padding-bottom: 24px;
  }

  .common_content h2 {
    padding-top: 13px;
    padding-bottom: 18px;
  }

  .common_content ul,
  .common_content ol,
  .common_content dl {
    padding-top: 24px;
  }

  .common_content h6 {
    font-size: 12px;
    line-height: 20px;
    padding-top: 11px;
    padding-bottom: 27px;
  }

  .common_content h3 {
    padding-bottom: 24px;
  }

  .common_content q {
    font-size: 14px;
    line-height: 24px;
    padding-left: 24px;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .common_content q:after {
    left: -78px;
  }

  .bottom_sticky {
    height: 46px;
  }

  .bottom_sticky .left_section {
    padding-left: 48px;
    margin-right: 0;
    padding-top: 12px;
  }

  .bottom_sticky .left_section a {
    margin-right: 82px;
  }

  .bottom_sticky .left_section a:after {
    width: 34px;
    left: -47px;
    background: #ff3a21;
    opacity: 1;
  }

  .bottom_sticky .left_section a span {
    display: none;
  }

  .place_list .list .list_body .map_area {
    padding-left: 0;
  }

  .chart-container {
    padding-top: 28px;
    padding-bottom: 34px;
    width: calc(100% - 24px);
  }

  .chart-container h2 label {
    margin-top: -1px;
  }

  .highcharts-axis-labels.highcharts-yaxis-labels {
    transform: translate(0);
  }

  .highcharts-axis-labels.highcharts-yaxis-labels text {
    font-size: 14px !important;
  }

  .graph_section {
    height: 350px;
  }

  .highcharts-axis-labels.highcharts-xaxis-labels {
    transform: translateY(0px);
  }

  .chart-container h2 {
    padding-right: 24px;
  }

  .chart-container h2 label select {
    padding-right: 23px;
  }

  .popup .popup_content .video_section a.play_button {
    position: fixed;
    right: auto;
    left: 24px;
    top: auto;
    bottom: 85px;
    background: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
  }

  .popup .popup_content .video_section a.play_button img {
    max-width: 100%;
  }

  .popup .popup_content .video_section a.play_button.active {
    opacity: 0.5;
  }

  .site_loader {
    display: none;
  }
  /*
    .news_list .view-campaign-stories.small_blog .blog {
        width: calc(50% - 12.5px);
        float: none;
        margin: 0 0 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #414343
    }
*/
  .article .view-campaign-stories .blog + .blog {
    margin-right: 3.6%;
  }

  .popup .popup_content .video_section a.close {
    font-size: 14px;
    left: 16px;
    top: -14px;
  }

  .popup .popup_content .video_section a.close img {
    width: 26px;
    margin-right: 15px;
  }

  .view-campaign-stories.small_blog .blog .img_Section {
    height: 151px;
  }

  .popup .popup_content .video_section {
    padding: 0;
  }

  .popup .popup_content .video_section a.play_button img.play_desktop {
    display: none;
  }

  .popup .popup_content .video_section a.play_button img.push_mob,
  .popup
    .popup_content
    .video_section
    a.play_button
    img.play_button_push.pause {
    display: block;
  }

  .home_page .view-campaign-stories .blog + .blog + .blog + .blog {
    display: none;
  }

  .news_list .list_nav a.news_link {
    display: block;
    margin-top: 0;
    opacity: 1;
  }

  .view-campaign-stories.big_blog .news_list .news_blk {
    display: block;
  }

  .view-campaign-stories.big_blog .news_list .news_blk + .news_blk {
    display: none;
  }

  .news_list .news_blk {
    display: block;
    border-bottom: 1px solid #414343;
  }

  .news_list .view-campaign-stories.big_blog .news_blk + .news_blk,
  .news_list .events_blk {
    display: none;
  }

  .news_list.event_active .news_blk {
    display: none;
  }

  .news_list.event_active .events_blk {
    display: block;
  }

  .list_nav {
    padding-bottom: 20px;
  }

  .list_nav.wrapper.cf {
    position: relative;
  }

  .list_nav span.bottom_links {
    position: absolute;
    width: 100%;
    padding-left: 25px;
    right: 0;
    box-sizing: border-box;
    padding-right: 25px;
  }

  .view-campaign-stories .blog:hover .img_Section strong {
    background: #414343;
  }

  .view-campaign-stories .blog:hover .img_Section strong span em {
    opacity: 0;
    visibility: hidden;
    -o-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  .view-campaign-stories .blog:hover .bottom_cont h3 {
    color: #414343;
  }

  .view-campaign-stories .blog:hover .img_Section .date {
    background: #414343;
  }

  .view-campaign-stories .blog:hover .img_Section .date span {
    color: #8d8e8e;
  }

  .view-campaign-stories.small_blog .blog:hover .img_Section .date {
    background: none;
  }

  .view-campaign-stories.small_blog .blog:hover .img_Section .date span {
    color: #fff;
  }

  .news_list .view-campaign-stories.small_blog .blog.news_blk.last,
  .news_list .view-campaign-stories.small_blog .blog.events_blk.last {
    margin-right: 0;
  }
  /*
    .lunch_event .speakers .box {
        margin-right: 1.94%
    }

    .lunch_event .speakers .box:nth-child(3n) {
        margin-right: 1.94%
    }

    .lunch_event .speakers .box:nth-child(2n) {
        margin-right: 0px
    }
*/
  .banner .item {
    padding-right: 20px;
  }

  .banner .item h1 {
    min-height: auto;
    font-size: 22px;
    line-height: 26px;
  }

  .banner .inner_content {
    padding-left: 0;
  }

  .banner .inner_content p {
    line-height: 20px;
  }

  .banner .owl-controls {
    left: auto;
    right: 56px;
  }

  .banner .item {
    min-height: 471px;
  }

  .banner .inner_content .btn {
    padding: 0 20px;
  }

  .banner .inner_content .btn:after {
    width: 45px;
  }

  .home_page_new .banner .blog_img {
    min-height: auto;
    padding: 20px;
    background-size: cover;
  }

  .home_page_new .banner .blog_img h1 {
    font-size: 25px;
    padding: 20px 0px 10px 0px;
    line-height: 24px;
  }

  .home_page_new .banner .blog_img p {
    font-size: 12px;
    line-height: 18px;
  }

  .home_page_new .banner .blog_img a.btn {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 0px 24px;
    height: 36px;
    line-height: 32px;
  }

  .home_page_new .banner .blog_img a.btn:after {
    width: 35px;
  }

  .home_page_new .view-campaign-stories .blog {
    border-bottom: 1px solid #414343;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .home_page_new .view-campaign-stories .blog .bottom_cont {
    min-height: auto;
  }

  .home_page_new .video_part .content {
    padding-bottom: 20px;
  }

  .home_page_new .video_part .content p {
    font-size: 14px;
    line-height: 22px;
  }

  .article_new.banner p.legend {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
  }

  .article_new.banner .blog_img {
    background-size: cover;
    min-height: auto;
    padding-top: 70%;
  }

  .article_new.banner .blog_img h1 {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0px 15px 20px;
  }

  .article_new.banner .blog_img h1 .field-name-field-country {
    font-size: 14px;
    font-weight: normal;
  }

  .article_wrapper {
    padding: 0px 20px;
  }

  .home_page_new .banner .blog_img {
    margin-bottom: 20px;
    background-attachment: initial;
    background-position: center !important;
  }

  .article_wrapper {
    margin-top: 40px;
  }

  .article_wrapper i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .article_wrapper .top_content h1 {
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
    margin: 30px 0;
  }

  .article_wrapper .bottom_content p,
  .article_wrapper .top_content p {
    line-height: 22px;
    margin-bottom: 40px;
  }

  .article_wrapper .bottom_content p {
    margin: 0 0 40px;
    padding-bottom: 0;
  }

  .article_wrapper .bottom_content figure {
    margin: 40px 0;
  }

  .article_wrapper .bottom_content figure.img-right {
    margin: 40px 0;
    float: none;
  }

  .article_wrapper .bottom_content figcaption {
    font-size: 12px;
    font-weight: normal;
  }

  .article_wrapper .top_content h6 {
    line-height: 19px;
    padding-top: 10px;
  }

  .article_wrapper .bottom_content h4 {
    font-size: 15px;
    line-height: 21px;
    margin-top: 0px;
    padding: 0px 25px;
    padding-right: 0;
  }

  .article_wrapper .bottom_content h4:after {
    width: 22px;
    top: 9px;
    left: -7px;
  }

  .article_wrapper .bottom_content blockquote {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  .article_wrapper .bottom_content blockquote cite {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
  }

  .article_wrapper .bottom_content .photo-row {
    display: block;
    margin: 40px 0;
  }

  .article_wrapper .bottom_content .photo-row .col {
    width: 100%;
  }

  .article_wrapper .bottom_content .photo-row .col:nth-child(1) {
    margin-bottom: 30px;
  }
  /*
    .bottom_content .socail_part {
        margin-top: 10px
    }

    .bottom_content .socail_part h3 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 30px
    }

    .bottom_content .socail_part .btn {
        margin-left: 40px;
        margin-right: 0;
        margin-bottom: 20px
    }

    .bottom_content .socail_part a:last-child {
        padding: 0px 26px
    }
*/
  .article_wrapper .bottom_content {
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .article_new.banner .blog_img p {
    top: 20px;
    left: 20px;
  }

  .related-banner {
    height: 160px;
  }

  .bottom_content .media_contact h3 {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .bottom_content .media_contact h6 {
    font-size: 16px;
  }

  .bottom_content .media_contact h6 a {
    font-size: 16px;
    display: block;
  }

  .article_wrapper .video-container {
    margin: 40px 0;
  }

  .highlighted-banner {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    margin: 60px 0;
  }
}

@media (max-width: 360px) {
  .banner .item {
    width: 300px;
    padding-bottom: 70px;
  }

  .banner .owl-controls {
    margin-left: 188px;
  }
  /*
    footer ul.social {
        width: 27%
    }

    footer ul.nav {
        width: 60%;
        float: right
    }

    footer .top_part .col {
        width: 31%
    }

    footer .top_part .col a {
        width: 44%
    }

    footer ul.nav li {
        margin-top: 2px
    }
*/
  .graph_section svg,
  .highcharts-container {
    width: 290px !important;
    overflow: hidden;
  }

  .chart-container {
    width: calc(100% - 1px);
  }
}

@media (max-width: 321px) {
  header .mob_header .top_list ul li {
    margin-left: 11px;
  }

  header .mob_header .content .left_section {
    padding-left: 19px;
    width: 28%;
  }

  header .mob_header .content .right_section {
    width: 67%;
    max-width: 262px;
  }
  /*
    .lunch_event .speakers .box {
        margin-right: 5.6%
    }

    .lunch_event .speakers .box:nth-child(3n) {
        margin-right: 5.6%
    }
*/
  .view-campaign-stories.small_blog .blog .img_Section {
    height: 125px;
  }

  .view-campaign-stories .blog .img_Section .date {
    height: 56px;
    padding-top: 7px;
  }

  .view-campaign-stories .blog .img_Section .date p {
    font-size: 18px;
  }

  .view-campaign-stories .blog p {
    line-height: 21px;
  }

  .home_page_new .banner .blog_img h1 {
    font-size: 20px;
  }

  .home_page_new .view-campaign-stories .blog p {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .home_page_new .banner .blog_img h1 {
    font-size: 16px;
  }

  .article_wrapper .bottom_content P {
    margin-top: 20px;
  }
}

/* Spotlight initiative */

.node-ct-twitter-card.node-full {
  text-align: center;
}

.node-ct-twitter-card.node-full h1 {
  margin-bottom: 30px;
}

.paragraphs-item-intro-block {
  padding: 50px 0;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .paragraphs-item-intro-block {
    padding: 100px 0;
  }
}

.paragraphs-item-intro-block .field-name-field-bg-visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

/* with her copy block */
#block-system-main
  .field-items
  .field-item
  .group-foreground
  .field-item
  > div
  p {
  text-align: left;
  margin-bottom: 20px;
}

#block-system-main
  .field-items
  .field-item
  .group-foreground
  .field-item
  > div
  > div:nth-child(2) {
  display: none;
}

#block-system-main
  .field-items
  .field-item
  .group-foreground
  .field-item
  > div
  > div:nth-child(2).js-show {
  display: block;
}

#block-system-main
  .field-items
  .field-item
  .group-foreground
  .field-item
  > div
  > div:nth-child(2)
  p:nth-child(4) {
  margin-bottom: 70px;
}

.paragraphs-item-intro-block .group-foreground {
  margin: 0 auto;
  padding: 15px;
  position: relative;
  max-width: 1170px;
  z-index: 2;
}

.field-name-field-multimedia-caption {
  margin: 0 auto;
  padding: 15px;
  max-width: 1170px;
}

.field-name-field-multimedia-caption p {
  color: #9e9e9e;
  font-size: 14px;
}

.paragraphs-item-video-block {
  position: relative;
}

.paragraphs-item-video-block img {
  vertical-align: top;
  width: 100%;
}

.paragraphs-item-video-block .group-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}

.paragraphs-item-video-block .field-name-field-text {
  color: #fff;
  text-align: center;
}

.paragraphs-item-video-block .field-name-field-text::after {
  background-image: url("../images/site/icon-play.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 55% 50%;
  content: "";
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 20px 0 0;
  transition: all 0.2s;
}

.paragraphs-item-video-block:hover .field-name-field-text::after {
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s;
}

.paragraphs-item-video-block .field-name-field-text h2 {
  color: #fff;
}

.paragraphs-item-video-block .field-name-field-video {
  background-color: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s;
}

.paragraphs-item-video-block .field-name-field-video.visible {
  opacity: 1;
  transition: opacity 0.5s;
}

.paragraphs-item-video-block .field-name-field-video video {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.paragraphs-item-support-block {
  background-color: #fff;
}

/*
@media screen and (min-width: 980px) {
    .paragraphs-item-support-block {
        display: flex;
        justify-content: space-between;
    }
}
*/

.paragraphs-item-support-block .group-sidebar {
  position: relative;
  color: #fff;
}

.paragraphs-item-support-block .group-sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff3a21;
  background-image: url("../images/site/bg-support-text.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  transform: rotateY(-180deg);
  z-index: 1;
}

/*
@media screen and (min-width: 980px) {
    .paragraphs-item-support-block .group-sidebar {
        width: 40%;
    }
}
*/

.paragraphs-item-support-block .group-sidebar {
  padding: 65px 0;
}

.paragraphs-item-support-block .group-sidebar > .field {
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  z-index: 2;
}

.paragraphs-item-support-block .group-sidebar > .field .field-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.paragraphs-item-support-block
  .group-sidebar
  > .field
  .field-item
  > div:nth-child(1) {
  width: 53%;
}

.paragraphs-item-support-block
  .group-sidebar
  > .field
  .field-item
  > div:nth-child(2) {
  width: 40%;
  max-width: 420px;
}

.paragraphs-item-support-block
  .group-sidebar
  > .field
  .field-item
  > div:nth-child(2)
  img {
  display: block;
  width: 100%;
  height: auto;
}

.paragraphs-item-support-block .group-sidebar h2 {
  font-size: 52px;
  line-height: 1;
  color: #fff;
  margin-bottom: 60px;
}

.paragraphs-item-support-block .group-sidebar p {
  color: #fff;
  margin-bottom: 40px;
}

.paragraphs-item-support-block .group-sidebar a {
  color: #fff;
}

.paragraphs-item-support-block .group-sidebar .field-name-field-logo {
  margin: 30px 0;
}

.paragraphs-item-support-block .group-sidebar .field-name-field-link a {
  display: inline-block;
  vertical-align: top;
  padding: 0 29px;
  height: 50px;
  border: 2px solid white;
  background: white;
  color: #ff3a21;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  position: relative;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  letter-spacing: 0.1px;
  margin-left: 100px;
}

.paragraphs-item-support-block .group-sidebar .field-name-field-link a:hover {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.paragraphs-item-support-block .group-sidebar .field-name-field-link a::after {
  position: absolute;
  width: 20px;
  right: calc(100% - 18px);
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: white;
  content: "";
  width: 118px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

@media screen and (max-width: 767px) {
  .paragraphs-item-support-block .group-sidebar h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .paragraphs-item-support-block
    .group-sidebar
    > .field
    .field-item
    > div:nth-child(1) {
    width: 100%;
  }

  .paragraphs-item-support-block
    .group-sidebar
    > .field
    .field-item
    > div:nth-child(2) {
    width: 100%;
    margin-bottom: 40px;
  }
}

/*
@media screen and (min-width: 980px) {
    .paragraphs-item-support-block .group-social {
        width: 60%;
    }
}
*/

.paragraphs-item-support-block .group-social {
  margin: 0 auto;
  max-width: 1170px;
  padding: 50px 15px;
}

.paragraphs-item-support-block .group-social h3 {
  font-size: 52px;
  line-height: 1;
  color: #ff3a21;
  margin: 0 0 20px 0;
}

.paragraphs-item-support-block .view-twitter-cards {
  position: relative;
  text-align: center;
}

.paragraphs-item-support-block .view-twitter-cards .views-row {
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 20px 0;
  padding: 0 20px;
}

.paragraphs-item-support-block .view-twitter-cards .views-field-field-visual {
  background: rgb(255, 58, 33);
  display: inline-block;
}

.paragraphs-item-support-block .view-twitter-cards .views-row:hover img {
  width: 100%;
  display: block;
  height: auto;
  opacity: 0.2;
  transition: 0.4s ease all;
}

.paragraphs-item-support-block .view-twitter-cards img {
  vertical-align: top;
  transition: 0.4s ease all;
}

.paragraphs-item-support-block .view-twitter-cards .views-field-path {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paragraphs-item-support-block .view-twitter-cards .views-field-path a {
  color: #fff;
  font-weight: bold;
  opacity: 0;
  transition: 0.4s ease all;
}

.paragraphs-item-support-block .view-twitter-cards .views-field-path a:before {
  background-image: url("../images/site/icon-twitter-bird.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: block;
  height: 20px;
  width: 100%;
}

.paragraphs-item-support-block
  .view-twitter-cards
  .views-row:hover
  .views-field-path
  a {
  opacity: 1;
}

.paragraphs-item-support-block .view-twitter-cards .views-field-path a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.paragraphs-item-support-block .view-twitter-cards .slick-prev {
  background-color: transparent;
  color: transparent;
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #555555;
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: -20px;
}

.paragraphs-item-support-block .view-twitter-cards .slick-next {
  background-color: transparent;
  color: transparent;
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #555555;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
}

.paragraphs-item-support-block .view-twitter-cards .slick-dots {
  list-style-type: none;
  margin: 20px auto;
}

.paragraphs-item-support-block .view-twitter-cards .slick-dots li {
  display: inline-block;
}

.paragraphs-item-support-block .view-twitter-cards .slick-dots li button {
  background-color: red;
  border: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  font-size: 1px;
  color: red;
  margin: 0 5px;
  padding: 0;
  opacity: 0.5;
}

.paragraphs-item-support-block
  .view-twitter-cards
  .slick-dots
  li.slick-active
  button {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .paragraphs-item-support-block .group-social h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

/*
** Camapign news node
*/

.node-ct-campaign-news.node-teaser .img_Section {
  position: relative;
}

.node-ct-campaign-news.node-teaser .img_Section:after {
  background-image: url("../images/site/withher-overlay.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*
** Stories block
*/

#block-views-campaign-stories-block-2
  ~ .paragraphs-item-support-block
  > .field-name-field-show-on-landingpage {
  display: none;
}

.block-landingpage-stories {
  background-color: #f2f2f2;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.block-landingpage-stories > h2 {
  padding: 80px 0 0;
  font-size: 52px;
  margin: 0 auto 80px;
  font-weight: 700;
  position: relative;
  max-width: 1170px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .block-landingpage-stories > h2 {
    font-size: 32px;
    margin: 0 auto 30px;
  }
}

.block-landingpage-stories .content {
  margin: 0 auto;
  max-width: 1170px;
}

.block-landingpage-stories .view-content {
  width: 100%;
  clear: both;
}

.block-landingpage-stories .slick-list {
  margin: 0 -10px;
}

.block-landingpage-stories .slick-slide {
  margin: 0 10px;
}

.block-landingpage-stories .view-campaign-stories .views-row {
  float: none;
  width: 100%;
}

.block-landingpage-stories .view-campaign-stories .slick-prev {
  background-color: transparent;
  color: transparent;
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #555555;
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: -40px;
}

.block-landingpage-stories .view-campaign-stories .slick-next {
  background-color: transparent;
  color: transparent;
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #555555;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -40px;
}

.block-landingpage-stories .view-campaign-stories .slick-dots {
  list-style-type: none;
  margin: 20px auto;
}

.block-landingpage-stories .view-campaign-stories .views-row {
  margin-bottom: 0;
}

.block-landingpage-stories
  .view-campaign-stories
  .views-row
  .blog
  .bottom_cont {
  height: auto;
}

.block-landingpage-stories .view-campaign-stories .slick-dots li {
  display: inline-block;
}

.block-landingpage-stories .view-campaign-stories .slick-dots li button {
  border: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  font-size: 1px;
  color: red;
  margin: 0 5px;
  padding: 0;
  opacity: 0.5;
}

.block-landingpage-stories
  .view-campaign-stories
  .slick-dots
  li.slick-active
  button {
  opacity: 1;
}

.block-landingpage-stories .more-link {
  margin: 20px 0 60px;
  text-align: center;
  width: 100%;
  clear: both;
}

.block-landingpage-stories .more-link a {
  display: inline-block;
  vertical-align: top;
  padding: 0 29px;
  height: 50px;
  border: 2px solid #919191;
  color: #919191;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  position: relative;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  letter-spacing: 0.1px;
}

.block-landingpage-stories .more-link a:hover {
  background-color: #ff3a21;
  border-color: #ff3a21;
  color: #fff;
}

.block-landingpage-stories .more-link a:after {
  position: absolute;
  width: 20px;
  right: calc(100% - 18px);
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #ff3a21;
  content: "";
  width: 118px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.block-landingpage-stories .more-link a:hover:after {
  background: #fff;
}

/*
** twitter wall
*/

.block-landingpage-twitter-wall {
  background: #fff;
  padding: 60px 0;
  padding: 20px;
  margin: 0 auto;
  max-width: 1170px;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .block-landingpage-twitter-wall {
    background: #fff;
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1170px;
    text-align: center;
  }
}

.block-landingpage-twitter-wall h2 {
  margin: 0 0 40px 0;
}

.block-landingpage-twitter-wall h2::before {
  background-image: url("../images/site/icon-twitter-bird-grey.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 30px;
  height: 30px;
  position: relative;
  top: -4px;
}

.block-landingpage-twitter-wall .views-row {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 20px 0;
  text-align: left;
}

@media screen and (min-width: 980px) {
  .block-landingpage-twitter-wall .views-row {
    float: left;
    margin: 0 2% 20px 0;
    width: 32%;
  }
}

.block-landingpage-twitter-wall .views-row:nth-child(3n) {
}

@media screen and (min-width: 980px) {
  .block-landingpage-twitter-wall .views-row:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}

.block-landingpage-twitter-wall .views-row:nth-child(3n + 1) {
}

@media screen and (min-width: 980px) {
  .block-landingpage-twitter-wall .views-row:nth-child(3n + 1) {
    float: left;
    clear: left;
  }
}

.block-landingpage-twitter-wall
  .views-row
  .views-field-field-tweet-author-name {
  font-weight: bold;
}

.block-landingpage-twitter-wall .views-row .views-field-field-profile-image {
  border-radius: 30px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 20px 10px 0;
}

.block-landingpage-twitter-wall
  .views-row
  .views-field-field-profile-image
  img {
  border-radius: 30px;
  width: 60px;
  height: 60px;
}

.block-landingpage-twitter-wall .views-row .views-field-field-tweet-contents {
  display: block;
  font-size: 17px;
  clear: both;
  width: 100%;
}

.block-landingpage-twitter-wall .views-row .views-field-field-tweet-contents a {
  font-size: inherit;
  color: #ff3a21;
}

.block-landingpage-twitter-wall .views-row .views-field-field-link-to-tweet a {
  display: block;
  white-space: nowrap;
  width: 20px;
  overflow: hidden;
}

.block-landingpage-twitter-wall .views-row .tweet-options {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 20px 0 0;
}

.block-landingpage-twitter-wall
  .views-row
  .views-field-field-link-to-tweet
  a::before {
  background-image: url("../images/site/icon-twitter-bird-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.block-landingpage-twitter-wall .views-row .tweet-options .tweet-comment {
  margin-left: auto;
}

.block-landingpage-twitter-wall .views-row .tweet-options .tweet-retweet,
.block-landingpage-twitter-wall .views-row .tweet-options .tweet-like {
  display: block;
  margin-left: 10px;
}

.block-landingpage-twitter-wall .views-row .tweet-options .tweet-comment a,
.block-landingpage-twitter-wall .views-row .tweet-options .tweet-retweet a,
.block-landingpage-twitter-wall .views-row .tweet-options .tweet-like a {
  display: inline-block;
  white-space: nowrap;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.block-landingpage-twitter-wall
  .views-row
  .tweet-options
  .tweet-comment
  a::before,
.block-landingpage-twitter-wall
  .views-row
  .tweet-options
  .tweet-retweet
  a::before,
.block-landingpage-twitter-wall
  .views-row
  .tweet-options
  .tweet-like
  a::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 16px;
  height: 16px;
  position: relative;
}

.block-landingpage-twitter-wall .views-row .views-field-field-link-to-tweet a,
.block-landingpage-twitter-wall .views-row .tweet-options .tweet-comment a,
.block-landingpage-twitter-wall .views-row .tweet-options .tweet-retweet a,
.block-landingpage-twitter-wall .views-row .tweet-options .tweet-like a {
  opacity: 0.5;
}

.block-landingpage-twitter-wall
  .views-row
  .views-field-field-link-to-tweet
  a:hover,
.block-landingpage-twitter-wall
  .views-row
  .tweet-options
  .tweet-comment
  a:hover,
.block-landingpage-twitter-wall
  .views-row
  .tweet-options
  .tweet-retweet
  a:hover,
.block-landingpage-twitter-wall .views-row .tweet-options .tweet-like a:hover {
  opacity: 1;
}

.block-landingpage-twitter-wall
  .views-row
  .tweet-options
  .tweet-comment
  a::before {
  background-image: url("../images/site/icon-twitter-comment.png");
}

.block-landingpage-twitter-wall
  .views-row
  .tweet-options
  .tweet-retweet
  a::before {
  background-image: url("../images/site/icon-twitter-retweet.png");
}

.block-landingpage-twitter-wall
  .views-row
  .tweet-options
  .tweet-like
  a::before {
  background-image: url("../images/site/icon-twitter-like.png");
}

.block-landingpage-twitter-wall .pager-show-more-next {
  margin: 40px 0;
  padding: 0;
  text-align: center;
}

.block-landingpage-twitter-wall .pager-show-more-next a {
  display: inline-block;
  vertical-align: top;
  padding: 0 29px;
  height: 50px;
  border: 2px solid #919191;
  color: #919191;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  position: relative;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  letter-spacing: 0.1px;
}

.block-landingpage-twitter-wall .pager-show-more-next a:hover {
  background-color: #ff3a21;
  border-color: #ff3a21;
  color: #fff;
}

.block-landingpage-twitter-wall .pager-show-more-next a:after {
  position: absolute;
  width: 20px;
  right: calc(100% - 18px);
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #ff3a21;
  content: "";
  width: 118px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.block-landingpage-twitter-wall .pager-show-more-next a:hover:after {
  background: #fff;
}

.view-campaign-stories {
  padding: 0 40px;
}

@media only screen and (min-width: 1200px) {
  .view-campaign-stories {
    padding: 0;
  }
}

.view-latest-stories .views-row,
.view-campaign-stories .views-row {
  float: left;
  width: 31.65%;
  margin: 0;
  margin-right: 2.52%;
  margin-bottom: 40px;
  list-style: none;
  position: relative;
  text-align: left;
}

.view-latest-stories .views-row:nth-child(3n),
.view-campaign-stories .views-row:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  .view-latest-stories .views-row,
  .view-latest-stories .views-row:nth-child(3n),
  .view-campaign-stories .views-row,
  .view-campaign-stories .views-row:nth-child(3n) {
    width: 100%;
    margin-right: auto;
  }
  .search_page .view-campaign-stories .views-row,
  .view-latest-stories .views-row:nth-of-type(-n + 3),
  .search_page .view-campaign-stories .views-row,
  .view-campaign-stories .views-row:nth-of-type(-n + 3) {
    display: block;
  }
}
.view-latest-stories .blog .img_Section,
.view-campaign-stories .blog .img_Section {
  height: 278px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
}
.view-latest-stories .blog .img_Section strong,
.view-campaign-stories .blog .img_Section strong {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #414343;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  top: 12px;
  left: 12px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  font-weight: normal;
}
.view-latest-stories .blog:hover .img_Section strong,
.view-campaign-stories .blog:hover .img_Section strong {
  background: #ff3a21;
}
.view-latest-stories .blog .img_Section strong span,
.view-campaign-stories .blog .img_Section strong span {
  white-space: nowrap;
  margin-left: 20px;
  font-weight: bold;
}
.view-latest-stories .blog .img_Section strong span em,
.view-campaign-stories .blog .img_Section strong span em {
  font-style: normal;
  opacity: 0;
  visibility: hidden;
  -o-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  transform: translateX(-5px);
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  display: inline-block;
  vertical-align: top;
}
.view-latest-stories .blog .img_Section .date,
.view-campaign-stories .blog .img_Section .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 72px;
  background: #414343;
  padding-top: 13px;
  padding-left: 12px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.view-latest-stories .blog:hover .img_Section .date,
.view-campaign-stories .blog:hover .img_Section .date {
  background: #ff3a21;
}
.view-latest-stories .blog .img_Section .date span,
.view-campaign-stories .blog .img_Section .date span {
  color: #8d8e8e;
  font-size: 14px;
  line-height: 19px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.view-latest-stories .blog:hover .img_Section .date span,
.view-campaign-stories .blog:hover .img_Section .date span {
  color: #fff;
}
.view-latest-stories .blog .img_Section .date p,
.view-campaign-stories .blog .img_Section .date p {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.view-latest-stories .blog:hover .img_Section strong span em,
.view-campaign-stories .blog:hover .img_Section strong span em {
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.view-latest-stories .blog p,
.view-campaign-stories .blog p {
  color: #414343;
  transition: 0.4s ease all;
}
.view-latest-stories .blog:hover p,
.view-campaign-stories .blog:hover p {
  color: #ff3a21;
}
.view-latest-stories .blog .bottom_cont,
.view-campaign-stories .blog .bottom_cont {
  height: 207px;
  border-width: 2px;
  position: relative;
}
.view-latest-stories .blog .bottom_cont:after,
.view-campaign-stories .blog .bottom_cont:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background: #414343;
  opacity: 0.4;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  bottom: -2px;
  height: 2px;
  display: none;
}
.view-latest-stories .blog .bottom_cont label,
.view-campaign-stories .blog .bottom_cont label {
  font-size: 14px;
  color: #b0b0b0;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.view-latest-stories .blog .bottom_cont h3,
.view-campaign-stories .blog .bottom_cont h3 {
  margin-top: 5px;
}
.view-latest-stories .blog:hover .bottom_cont h3,
.view-campaign-stories .blog:hover .bottom_cont h3 {
  color: #ff3a21;
}
.view-latest-stories .blog:hover .bottom_cont:after,
.view-campaign-stories .blog:hover .bottom_cont:after {
  opacity: 1;
  background: #ff3a21;
  width: 100%;
}

.view-latest-stories .views-row .bottom_cont > p,
.view-campaign-stories .views-row .bottom_cont > p {
  font-weight: bold;
}

.view-latest-stories .field-name-field-person-name,
.view-campaign-stories .field-name-field-person-name {
  color: #414343;
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 0;
}

.view-latest-stories .field-name-field-country,
.view-campaign-stories .field-name-field-country {
  color: #20b6c1;
  font-size: 90%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 5px 0;
}

.view-latest-stories .field-name-field-blurb,
.view-latest-stories .field-name-body,
.view-campaign-stories .field-name-field-blurb,
.view-campaign-stories .field-name-body {
  color: #414343;
  font-size: 21px;
}

.node-type-latest-campaign #full_wrapper {
  background: #f5f5f5;
}

.node-type-latest-campaign .news_list .latest_blog {
  background-color: transparent;
}

.article_new.banner .blog_img h1 .field-name-field-country {
  font-weight: normal;
}
