/*
font-family: graphie, sans-serif; font-weight: 400; font-style: normal;
font-family: graphie, sans-serif; font-weight: 400; font-style: italic;
font-family: graphie, sans-serif; font-weight: 700; font-style: italic;
font-family: graphie, sans-serif; font-weight: 700; font-style: normal;


Graphie Thin
font-weight: 100;
font-style: normal;

Graphie ExtraLight
font-weight: 200;

Graphie Light
font-weight: 300;

Graphie Book
font-weight: 400;

Graphie Book Italic
font-weight: 400;
font-style: italic;

Graphie Regular
font-weight: 500;
font-style: normal;

Graphie Italic
font-weight: 500;
font-style: italic;

Graphie SemiBold
font-weight: 600;
font-style: normal;

Graphie Bold
font-weight: 700;
font-style: normal;

Graphie ExtraBold
font-weight: 800;
font-style: normal;

*/
/*=================================================================
  LAYOUT
==================================================================*/
.fancybox-slide {
  display: initial;
}

.section-container {
  position: relative;
  width: 100%;
}

.section-content {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#main {
  position: relative;
  z-index: 2;
}

.clr {
  clear: both;
}

.color-red {
  color: #EA3D3D;
}

.color-black {
  color: #000000;
}

.noPB {
  padding-bottom: 0 !important;
}

.noPT {
  padding-top: 0 !important;
}

.noMT {
  margin-top: 0 !important;
}

.noMB {
  margin-bottom: 0 !important;
}

.noBr {
  border: none !important;
}

.noBrB {
  border-bottom: none !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.mT15 {
  margin-top: 15px !important;
}

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

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

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

.mB50 {
  margin-bottom: 50px !important;
}

.for-mobile {
  display: none;
}

.non-visible {
  opacity: 0;
  width: 100%;
  height: auto;
}

.dFlexCenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.dFlexCenterFE {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.for-mobile-strategic {
  display: none;
}

.for-mobile-fc-item {
  display: none !important;
}

.light-gray #footer {
  background: #F0F2F3 !important;
}

.default-link-theme {
  display: inline-block;
  width: 290px;
  height: 60px;
  position: relative;
  font-size: 0.8125em;
  font-weight: 600;
  padding: 22px 10px;
  font-family: "Nunito Sans", sans-serif;
}
.default-link-theme::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.default-link-theme span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}
.default-link-theme span i {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 24px;
  height: 12px;
  margin-top: -6px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: transparent url("../images/icons/default_link_white.svg") no-repeat 0 0;
}
.default-link-theme.red {
  background: #EA3D3D;
  color: #fff;
}
.default-link-theme.dark-blue {
  background: #17262F;
  color: #fff;
}
.default-link-theme.white {
  background: #fff;
  color: #17262F;
}
.default-link-theme.white span i {
  background: transparent url("../images/icons/default_link_dark.svg") no-repeat 0 0;
}
.default-link-theme.white-black {
  background: #fff;
  color: #17262F;
}
.default-link-theme.white-black span i {
  background: transparent url("../images/icons/default_link_dark.svg") no-repeat 0 0;
}
.default-link-theme.play span {
  min-width: 80px;
}
.default-link-theme.play span i {
  background: transparent url("../images/icons/default_link_play.svg") no-repeat right center;
  margin-top: -18px;
}
.default-link-theme:hover::before {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.default-link-theme:hover span {
  left: 46%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.default-link-theme:hover span i {
  right: 4%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.default-link-theme:hover.red::before {
  background: #DB3030;
}
.default-link-theme:hover.dark-blue::before {
  background: #0C151A;
}
.default-link-theme:hover.white::before {
  background: #E8EAEB;
}

.lightbox-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lightbox-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.lightbox-container.active {
  opacity: 1;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lightbox-container .lightbox-content {
  position: absolute;
  width: 50%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  padding: 50px;
  overflow: hidden;
  background: #fff;
  z-index: 5;
}
.lightbox-container .lightboxCloseBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  text-indent: -9999em;
  background: transparent url("../images/icons/close_btn_black.svg") no-repeat center center;
}

.owl-nav, .custom-owl-nav, .highlights-nav {
  width: 120px;
  height: 60px;
  margin-top: 66px;
}
.owl-nav .owl-prev, .owl-nav .owl-next, .custom-owl-nav .owl-prev, .custom-owl-nav .owl-next, .highlights-nav .owl-prev, .highlights-nav .owl-next {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0;
  border: solid 1px #D1D4DA !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav .owl-next, .custom-owl-nav .owl-next, .highlights-nav .owl-next {
  margin-left: -1px;
}
.owl-nav .owl-prev svg, .custom-owl-nav .owl-prev svg, .highlights-nav .owl-prev svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
.owl-nav .owl-prev:hover svg path, .owl-nav .owl-next:hover svg path, .custom-owl-nav .owl-prev:hover svg path, .custom-owl-nav .owl-next:hover svg path, .highlights-nav .owl-prev:hover svg path, .highlights-nav .owl-next:hover svg path {
  fill: #EF463E;
}

/*=================================================================
  Header
==================================================================*/
#header {
  position: fixed;
  left: 50%;
  top: 0;
  width: 90%;
  height: 100px;
  z-index: 55;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  background-color: #FFFFFF;
  border-left: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
}
#header .logo {
  position: absolute !important;
  left: 0;
  margin: 0 0 0 30px;
  padding: 0 !important;
}
#header .header-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 5;
  width: 100%;
  /*width:calc(100% - 190px);*/
  height: 100%;
}
#header .menu-ex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  order: 2;
  width: 350px;
  position: relative;
  z-index: 2;
  justify-content: flex-end;
}
#header .menu-ex-container .logo {
  display: none;
}
#header .menu-container {
  width: calc(100% - 210px);
  /*width:calc(100% - 210px);*/
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 144px;
  position: relative;
  z-index: 55;
}
#header .menu-container > a {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #EA3D3D;
  padding: 0 35px;
}
#header .menu-container > a i {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 16px;
  height: 20px;
  margin-top: -11px;
  background: transparent url("../images/icons/document.svg") no-repeat 0 0;
}
#header .menu-container .menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  padding: 0 25px;
}
#header .menu-container .menu .menu-item {
  height: 100%;
  padding: 0 15px;
}
#header .menu-container .menu .menu-item > a[href^="javascript:;"] {
  cursor: default;
}
#header .menu-container .menu .menu-item > a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 1em;
  color: #091634;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  /*
  &:hover {
  	&::before {width:100%; @include easing(.6s);}
  	&::after {width:100%; @include easing(.6s);}
  	>i {
  		&::before {}
  		&::after {left:0; transition-delay:initial;}
  	}
  }
  */
}
#header .menu-container .menu .menu-item > a::before {
  content: attr(data-content);
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  color: #EA3D3D;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#header .menu-container .menu .menu-item > a > i {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -3px;
  width: 8px;
  height: 6px;
  overflow: hidden;
}
#header .menu-container .menu .menu-item > a > i::before, #header .menu-container .menu .menu-item > a > i::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 6px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
#header .menu-container .menu .menu-item > a > i::before {
  left: 0;
  background: transparent url("../images/icons/arrow_down_dark_blue.svg") no-repeat 0 0;
}
#header .menu-container .menu .menu-item > a > i::after {
  left: -8px;
  background: transparent url("../images/icons/arrow_down_red.svg") no-repeat 0 0;
  z-index: 2;
  transition-delay: 0.6s;
}
#header .menu-container .menu .menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #EA3D3D;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header .menu-container .menu .menu-item.active .sub-menu-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#header .menu-container .menu .menu-item.active .sub-menu-container-second {
  align-items: initial;
}
#header .menu-container .menu .menu-item.active > a::before {
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#header .menu-container .menu .menu-item.active > a::after {
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#header .menu-container .menu .menu-item.active > a > i::after {
  left: 0;
  transition-delay: initial;
}
#header .menu-container .menu .menu-item:first-child .sub-menu-container .menu-main {
  width: 100%;
  padding: 120px 80px 50px;
}
#header .menu-container .menu .menu-item:first-child .sub-menu-container .menu-main::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 30px;
  width: 70%;
  height: 60px;
  background: #EF463E;
  z-index: 1;
}
#header .menu-container .menu .menu-item:first-child .sub-menu-container .menu-main::after {
  content: "";
  position: absolute;
  right: 30%;
  top: 90px;
  width: 82px;
  height: 51px;
  background: transparent url("../images/title_triangle.svg") no-repeat 0 0;
}
#header .menu-container .menu .menu-item:first-child .sub-menu-container .menu-main a:first-child::after {
  left: 0;
  opacity: 1;
}
#header .menu-container .menu .menu-item:first-child.active .menu-main a:first-child {
  color: #17262F;
}
#header .menu-container .menu .menu-item:first-child.active .menu-main a:first-child::before {
  left: 0;
  opacity: 1;
}
#header .menu-container .menu .menu-item:first-child.active .menu-main a:first-child::after {
  left: -12px;
  opacity: 0;
}
#header .menu-container .menu .menu-item:first-child.active:hover .menu-main a:hover {
  color: #EA3D3D;
}
#header .menu-container .menu .menu-item:first-child.active:hover .menu-main a:hover::before {
  left: -12px;
  opacity: 0;
}
#header .menu-container .menu .menu-item:first-child.active:hover .menu-main a:hover::after {
  left: 0;
  opacity: 1;
}
#header .external-link-container {
  position: relative;
  padding-right: 35px;
  border-left: solid 1px #E5E5E5;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 55%;
}
#header .external-link-container > a {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #EA3D3D;
  padding-left: 35px;
}
#header .external-link-container > a:first-child {
  margin-right: 20px;
}
#header .external-link-container > a i {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 16px;
  height: 20px;
  margin-top: -11px;
  background: transparent url("../images/icons/document.svg") no-repeat 0 0;
}
#header .external-link-container > a.blog {
  color: #041E3A;
}
#header .external-link-container > a.blog i {
  width: 17px;
  height: 20px;
  margin-top: -10px;
  background: transparent url("../images/icons/blog.svg") no-repeat 0 0;
}
#header .external-link-container > a.news {
  color: #EA3D3D;
}
#header .external-link-container > a.news i {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: transparent url("../images/icons/news.svg") no-repeat 0 0;
}
#header .sub-menu-container {
  display: none;
  position: absolute;
  left: -1px;
  top: 100px;
  width: calc(100% + 2px);
  background: #fff;
  border-left: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
}
#header .sub-menu-container .sm-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .sub-menu-container .menu-main {
  padding: 80px;
}
#header .sub-menu-container .menu-main a {
  font-size: 1.1875em;
  color: #17262F;
}
#header .sub-menu-container .menu-main {
  width: 38%;
}
#header .sub-menu-container .menu-main a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.1875em;
  color: #17262F;
  padding: 12px 0 12px 12px;
  overflow: hidden;
}
#header .sub-menu-container .menu-main a::before, #header .sub-menu-container .menu-main a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 8px;
  height: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#header .sub-menu-container .menu-main a::before {
  left: 0;
  background: transparent url("../images/icons/arrow_down_dark_blue.svg") no-repeat 0 0;
}
#header .sub-menu-container .menu-main a::after {
  opacity: 0;
  left: -12px;
  background: transparent url("../images/icons/arrow_down_red.svg") no-repeat 0 0;
  z-index: 2;
}
#header .sub-menu-container .menu-main a.active, #header .sub-menu-container .menu-main a:hover {
  color: #EA3D3D;
}
#header .sub-menu-container .menu-main a.active::before, #header .sub-menu-container .menu-main a:hover::before {
  left: 12px;
  opacity: 0;
}
#header .sub-menu-container .menu-main a.active::after, #header .sub-menu-container .menu-main a:hover::after {
  opacity: 1;
  left: 0;
  transition-delay: initial;
}
#header .sub-menu-container.sub-menu-container-first {
  padding-top: 110px;
}
#header .sub-menu-container.sub-menu-container-first::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 30px;
  width: calc(100% - 100px);
  height: 60px;
  background: #EF463E;
  z-index: 1;
}
#header .sub-menu-container.sub-menu-container-first::after {
  content: "";
  position: absolute;
  right: 101px;
  top: 90px;
  width: 82px;
  height: 51px;
  background: transparent url("../images/title_triangle.svg") no-repeat 0 0;
}
#header .sub-menu-container.sub-menu-container-first .menu-main {
  width: 38%;
  padding: 50px 25px 50px 100px;
}
#header .sub-menu-container.sub-menu-container-first .menu-main-img-container {
  width: 62%;
  padding: 50px 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#header .sub-menu-container.sub-menu-container-first .menu-main-img-container a {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
#header .sub-menu-container.sub-menu-container-first .menu-main-img-container a:first-child {
  margin-left: 0;
}
#header .sub-menu-container.sub-menu-container-first .menu-main-img-container a img {
  width: 100%;
  height: auto;
}
#header .sub-menu-container.sub-menu-container-first .menu-main-img-container a .mmi-text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
}
#header .sub-menu-container.sub-menu-container-first .menu-main-img-container a .mmi-text h4 {
  font-size: 1.125em;
  color: #fff;
  font-weight: 600;
}
#header .sub-menu-container.sub-menu-container-second .sm-item, #header .sub-menu-container.sub-menu-container-three .sm-item {
  align-items: initial;
  flex-wrap: wrap;
}
#header .sub-menu-container.sub-menu-container-second .sm-item-wrapper, #header .sub-menu-container.sub-menu-container-three .sm-item-wrapper {
  width: 70%;
  padding: 120px 60px 80px 80px;
  position: relative;
  /*&::before {content:""; position:absolute; right:-1px; bottom:0; width:1px; height:100%; background:#E5E5E5;}*/
}
#header .sub-menu-container.sub-menu-container-second .sm-item-wrapper h4, #header .sub-menu-container.sub-menu-container-three .sm-item-wrapper h4 {
  font-size: 1.875em;
  padding-bottom: 42px;
  font-weight: 500;
  color: #17262F;
  height: 72px;
}
#header .sub-menu-container.sub-menu-container-second .menu-main, #header .sub-menu-container.sub-menu-container-three .menu-main {
  width: 30%;
  padding-top: 120px;
}
#header .sub-menu-container.sub-menu-container-second .menu-main a:first-child, #header .sub-menu-container.sub-menu-container-three .menu-main a:first-child {
  color: #EA3D3D;
}
#header .sub-menu-container.sub-menu-container-second .menu-main a:first-child::before, #header .sub-menu-container.sub-menu-container-three .menu-main a:first-child::before {
  left: 0;
  opacity: 0;
}
#header .sub-menu-container.sub-menu-container-second .menu-main a:first-child::after, #header .sub-menu-container.sub-menu-container-three .menu-main a:first-child::after {
  opacity: 1;
  left: -12px;
  transition-delay: initial;
}
#header .sub-menu-container.sub-menu-container-second .menu-main a:hover:first-child, #header .sub-menu-container.sub-menu-container-second .menu-main a.active:first-child, #header .sub-menu-container.sub-menu-container-three .menu-main a:hover:first-child, #header .sub-menu-container.sub-menu-container-three .menu-main a.active:first-child {
  color: #EA3D3D;
}
#header .sub-menu-container.sub-menu-container-second .menu-main a:hover:first-child::before, #header .sub-menu-container.sub-menu-container-second .menu-main a.active:first-child::before, #header .sub-menu-container.sub-menu-container-three .menu-main a:hover:first-child::before, #header .sub-menu-container.sub-menu-container-three .menu-main a.active:first-child::before {
  left: 12px;
  opacity: 0;
}
#header .sub-menu-container.sub-menu-container-second .menu-main a:hover:first-child::after, #header .sub-menu-container.sub-menu-container-second .menu-main a.active:first-child::after, #header .sub-menu-container.sub-menu-container-three .menu-main a:hover:first-child::after, #header .sub-menu-container.sub-menu-container-three .menu-main a.active:first-child::after {
  opacity: 1;
  left: 0;
  transition-delay: initial;
}
#header .sub-menu-container.sub-menu-container-second .sm-menu a, #header .sub-menu-container.sub-menu-container-three .sm-menu a {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  padding: 6px 0;
  font-weight: 400;
  color: #17262F;
}
#header .sub-menu-container.sub-menu-container-second .sm-item-sub, #header .sub-menu-container.sub-menu-container-three .sm-item-sub {
  width: 28%;
}
#header .sub-menu-container.sub-menu-container-second .sm-item-sub h3, #header .sub-menu-container.sub-menu-container-three .sm-item-sub h3 {
  color: #17262F;
  font-weight: 600;
  padding-bottom: 20px;
}
#header .sub-menu-container.sub-menu-container-second .sm-item-sub h3 a, #header .sub-menu-container.sub-menu-container-three .sm-item-sub h3 a {
  font-size: 1.3125em;
  color: #17262F;
  font-weight: 600;
}
#header .sub-menu-container.sub-menu-container-second .sm-item-sub h3 a[href^="javascript:;"], #header .sub-menu-container.sub-menu-container-three .sm-item-sub h3 a[href^="javascript:;"] {
  cursor: default;
}
#header .sub-menu-container.sub-menu-container-second .sm-item-sub:nth-child(2), #header .sub-menu-container.sub-menu-container-three .sm-item-sub:nth-child(2) {
  width: 44%;
}
#header .sub-menu-container.sub-menu-container-second .sm-item-sub:nth-child(4), #header .sub-menu-container.sub-menu-container-three .sm-item-sub:nth-child(4) {
  margin-top: -60px;
}
#header .sub-menu-container.sub-menu-container-second .menu-main {
  padding-top: 178px;
}
#header .sub-menu-container.sub-menu-container-second .sm-item-wrapper {
  position: relative;
}
#header .sub-menu-container.sub-menu-container-second .sm-item-wrapper::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 30px;
  width: 100%;
  height: 60px;
  background: #EF463E;
  z-index: 1;
}
#header .sub-menu-container.sub-menu-container-second .sm-item-wrapper::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 90px;
  width: 82px;
  height: 51px;
  background: transparent url("../images/title_triangle.svg") no-repeat 0 0;
}
#header .sub-menu-container.sub-menu-container-three .menu-main {
  width: 70% !important;
  position: relative;
}
#header .sub-menu-container.sub-menu-container-three .menu-main::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 30px;
  width: 100%;
  height: 60px;
  background: #EF463E;
  z-index: 1;
}
#header .sub-menu-container.sub-menu-container-three .menu-main::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 90px;
  width: 82px;
  height: 51px;
  background: transparent url("../images/title_triangle.svg") no-repeat 0 0;
}
#header .sub-menu-container.sub-menu-container-three .menu-main a:first-child {
  color: #17262F;
}
#header .sub-menu-container.sub-menu-container-three .menu-main a:first-child::before {
  left: 0;
  opacity: 1;
}
#header .sub-menu-container.sub-menu-container-three .menu-main a:first-child::after {
  opacity: 0;
  left: -12px;
  transition-delay: initial;
}
#header .sub-menu-container.sub-menu-container-three .menu-main a.active {
  color: #EA3D3D;
}
#header .sub-menu-container.sub-menu-container-three .menu-main a.active::before {
  left: 12px;
  opacity: 0;
}
#header .sub-menu-container.sub-menu-container-three .menu-main a.active::after {
  opacity: 1;
  left: 0;
  transition-delay: initial;
}
#header .sub-menu-container.sub-menu-container-three .sm-item-wrapper {
  width: 30% !important;
  order: 2;
}
#header .sub-menu-container.sub-menu-container-three .sm-item-wrapper > h4 {
  display: none;
}
#header .sub-menu-container.sub-menu-container-three .sm-item-wrapper .sm-item-sub {
  width: 100%;
}
#header .sub-menu-container.active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  /*align-items:center;*/
}
#header .sub-menu-container.active.sub-menu-container-second {
  align-items: initial;
}
#header .menu-tools {
  position: relative;
  /*width:calc(100% - 62.5px); @include flexIt(); align-items:center;*/
  height: 100%;
}
#header .menu-tools > div {
  position: relative;
  /*width:69px;*/
  height: 100%;
  float: left;
}
#header .menu-tools .call a {
  display: inline-block;
  width: 100%;
  height: 100px;
  background: transparent url("../images/icons/phone_call.svg") no-repeat center center;
}
#header .menu-tools .search::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #EA3D3D;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header .menu-tools .search a {
  display: inline-block;
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header .menu-tools .search a::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent url("../images/icons/search.svg") no-repeat center center;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
}
#header .menu-tools .search:hover::after {
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#header .menu-tools .search:hover a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header .menu-tools .search:hover a::before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header .menu-tools .lang {
  border-left: solid 1px #E5E5E5;
  padding: 0 20px;
}
#header .menu-tools .lang a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: #091634;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
#header .link-hamburger-container {
  position: relative;
  width: 70px;
  height: 100px;
  order: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  border-right: solid 1px #E5E5E5;
  display: none;
}
#header .link-hamburger-container .link-hamburger {
  width: 22.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header .link-hamburger-container .link-hamburger::before, #header .link-hamburger-container .link-hamburger::after, #header .link-hamburger-container .link-hamburger div {
  background-color: #000000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 3px 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
#header .link-hamburger-container .link-hamburger:hover {
  width: 26.5px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
#header .link-hamburger-container .link-hamburger.active::before {
  transform: translateY(6px) rotate(45deg);
}
#header .link-hamburger-container .link-hamburger.active::after {
  transform: translateY(-6px) rotate(-45deg);
}
#header .link-hamburger-container .link-hamburger.active div {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
}
#header .link-hamburger-container .link-hamburger.active:hover {
  width: 22.5px;
}
#header .main-menu-wrapper .sub-menu-container {
  align-items: initial !important;
}
#header .main-menu-wrapper .sub-menu-container .sm-item {
  align-items: initial;
  flex-wrap: wrap;
}
#header .main-menu-wrapper .sub-menu-container .sm-item-wrapper {
  width: 100%;
  padding: 80px 60px 80px 80px;
  position: relative;
}
#header .main-menu-wrapper .sub-menu-container .sm-menu a {
  display: inline-block;
  width: 100%;
  font-size: 1.1875em;
  line-height: 1.4em;
  padding: 6px 0;
  font-weight: 600;
  color: #17262F;
}
#header .main-menu-wrapper .sub-menu-container .sm-item-sub {
  width: 25%;
}
#header .main-menu-wrapper .sub-menu-container .sm-item-sub h3 {
  font-size: 1.1875em;
  font-weight: 500;
  color: rgba(23, 38, 47, 0.7);
  padding-bottom: 20px;
}
#header .main-menu-wrapper.active .sub-menu-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .search-wrapper {
  display: none;
  position: absolute;
  left: -1px;
  top: 0;
  width: calc(100% + 2px);
  height: 120px;
  background: #f5f5f5;
  border: solid 1px #E5E5E5;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
#header .search-wrapper::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 10px;
  background: #EA3D3D;
}
#header .search-wrapper .search-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#header .search-wrapper form {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#header .search-wrapper #txtSearch {
  font-size: 1.5em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  width: calc(100% - 200px);
  padding-left: 30px;
  background: none;
  border: none;
  height: calc(100% - 20px);
  margin-top: 10px;
}
#header .search-wrapper #txtSearch::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .search-wrapper #txtSearch:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
#header .search-wrapper #txtSearch::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
#header .search-wrapper #txtSearch:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .search-wrapper #txtSearch:-webkit-autofill, #header .search-wrapper #txtSearch:-webkit-autofill:hover, #header .search-wrapper #txtSearch:-webkit-autofill:focus, #header .search-wrapper #txtSearch:-webkit-autofill:active {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
  transition: background-color 5000s ease-in-out 0s;
}
#header .search-wrapper #btnSearch {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 100%;
  border: none;
  float: left;
  background: transparent url("../images/icons/search_btn.svg") no-repeat center center;
}
#header .search-wrapper #searchPoint {
  position: absolute;
  right: 80px;
  top: 0;
  width: 40px;
  height: 100%;
  border: none;
  cursor: pointer;
  background: transparent url("../images/icons/search_point.svg") no-repeat center center;
}
#header.searchActive .search-wrapper {
  display: block;
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*=================================================================
  Cookie
==================================================================*/
.cookie-container {
  position: fixed;
  left: 5%;
  bottom: 0;
  width: 90%;
  margin: 0 auto;
  z-index: 12;
  background: #17262F;
  padding: 40px 40px 20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.cookie-container .cookie-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cookie-container .cookie-head h2 {
  font-size: 2em;
  font-weight: 600;
  color: #fff;
}
.cookie-container .cookie-body {
  width: 100%;
}
.cookie-container .cookie-body .cookie-body-text {
  width: 100%;
}
.cookie-container .cookie-body .cookie-body-button {
  width: 100%;
}
.cookie-container .cookie-body p {
  font-size: 0.875em;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
  line-height: 1.3em;
}
.cookie-container .cookie-body p a {
  color: #EA3D3D;
}
.cookie-container .cookie-body .button-group {
  width: 100%;
  margin-top: 20px;
}
.cookie-container .cookie-body .button-group .cookie-preferences, .cookie-container .cookie-body .button-group .cookie-close-button, .cookie-container .cookie-body .button-group .js-close-cookie {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  float: left;
  cursor: pointer;
  align-items: center;
  margin-top: 7px;
  height: 52px;
  width: 220px;
  font-size: 0.8125em;
  font-weight: 400;
  color: #fff;
  background: none;
  border: solid 1px #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}
.cookie-container .cookie-body .button-group .js-close-cookie {
  border: solid 1px #EA3D3D;
  background: #EA3D3D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cookie-container .closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 52px;
  height: 52px;
  border: solid 1px #fff;
  text-indent: -9999em;
  background: transparent url("../images/icons/close_btn.svg") no-repeat center center;
}
.cookie-container.active {
  opacity: 1;
  bottom: 0;
  z-index: 9999;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

#cookie-preferences {
  position: relative;
  width: 52.55%;
  overflow: hidden;
  padding: 80px 110px 80px 90px;
}
#cookie-preferences .cookie-content-head h2 {
  font-size: 2.5em;
  font-weight: 500;
  color: #EA3D3D;
  padding-bottom: 20px;
}
#cookie-preferences .cookie-content-body > p {
  font-size: 1.0625em;
  font-weight: 400;
  color: #17262F;
  line-height: 1.4em;
}
#cookie-preferences .cookie-content-body > p a {
  font-weight: 700;
  color: #17262F;
  text-decoration: underline !important;
}
#cookie-preferences .cookie-content-body > a {
  margin: 30px 0 70px;
}
#cookie-preferences .fancybox-close-small {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  border: solid 1px #17262F;
  text-indent: -9999em;
  background: transparent url("../images/icons/close_btn_black.svg") no-repeat center center;
}
#cookie-preferences .fancybox-close-small svg {
  display: none;
}
#cookie-preferences .preferences-list-container > h3 {
  font-size: 1.875em;
  font-weight: 500;
  color: #17262F;
}
#cookie-preferences .preferences-list-container .preferences-list {
  margin: 30px 0 40px;
  border-top: solid 1px #f1f2f3;
}
#cookie-preferences .preferences-list-container .pre-item {
  position: relative;
  width: 100%;
  border-left: solid 1px #f1f2f3;
  border-right: solid 1px #f1f2f3;
  border-bottom: solid 1px #f1f2f3;
}
#cookie-preferences .preferences-list-container .pre-item .pre-head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text p, #cookie-preferences .preferences-list-container .pre-item .pre-switch p {
  font-size: 1.375em;
  font-weight: 600;
  color: #17262F;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text p.color-red, #cookie-preferences .preferences-list-container .pre-item .pre-switch p.color-red {
  color: #EA3D3D;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text a, #cookie-preferences .preferences-list-container .pre-item .pre-switch a {
  display: block;
  font-size: 1.375em;
  font-weight: 600;
  color: #17262F;
  line-height: 1.2em;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text a.color-red, #cookie-preferences .preferences-list-container .pre-item .pre-switch a.color-red {
  color: #EA3D3D;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text {
  padding: 30px 0 30px 30px;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text a {
  display: block;
  position: relative;
  padding-left: 42px;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  margin-top: -9.5px;
  background: transparent url("../images/icons/plus_black.svg") no-repeat 0 center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#cookie-preferences .preferences-list-container .pre-item .pre-switch {
  padding: 30px 30px 30px 0;
}
#cookie-preferences .preferences-list-container .pre-item .pre-body {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
#cookie-preferences .preferences-list-container .pre-item .pre-body-text {
  padding: 0 30px 30px;
  width: 72%;
}
#cookie-preferences .preferences-list-container .pre-item .pre-body-text p {
  font-size: 0.875em;
  font-weight: 400;
  color: #17262F;
  line-height: 1.4em;
}
#cookie-preferences .preferences-list-container .pre-item.active .pre-body {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
}
#cookie-preferences .preferences-list-container .pre-item.active .pre-text a::before {
  background: transparent url("../images/icons/minus_black.svg") no-repeat 0 center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#cookie-preferences .preferences-list-container .switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
}
#cookie-preferences .preferences-list-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#cookie-preferences .preferences-list-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #17262F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#cookie-preferences .preferences-list-container .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 7px;
  bottom: 7px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#cookie-preferences .preferences-list-container input:checked + .slider {
  background-color: #EA3D3D;
}
#cookie-preferences .preferences-list-container input:focus + .slider {
  box-shadow: 0 0 1px #17262F;
}
#cookie-preferences .preferences-list-container input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#cookie-preferences .preferences-list-container .slider.round {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
#cookie-preferences .preferences-list-container .slider.round::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/*=================================================================
  Footer
==================================================================*/
/*New Code*/
.why-zer-container .why-zer-carousel .why-zer-item h2 {
  line-height: 1em !important;
}
.why-zer-container .why-zer-carousel .why-zer-item h2 .red {
  color: #EF463E !important;
  font-style: normal;
}

.homeTitle {
  font-size: 48px !important;
}

.newTitle {
  color: #091634 !important;
  height: auto !important;
  line-height: normal !important;
}
.newTitle:after {
  display: none;
}
.newTitle:before {
  margin-left: 0 !important;
  width: 13px !important;
  height: 13px !important;
  top: auto !important;
  margin-top: 0 !important;
}

.homePageFullContent .fc-item:first-child {
  background: none !important;
}
.homePageFullContent .fc-item .fc-right h2 {
  color: #091634 !important;
}
.homePageFullContent .fc-item .fc-right p {
  color: #091634 !important;
}
.homePageFullContent .fc-item .fc-right p.italic {
  font-style: italic;
}

.homeAbout {
  position: relative;
  padding-bottom: 200px;
}
.homeAbout:before {
  content: "";
  position: absolute;
  width: 1734px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/img/home/aboutKoczer.png) no-repeat !important;
  background-size: 100% auto;
}
.homeAbout:after {
  content: "";
  position: absolute;
  width: 481px;
  height: 259px;
  background: url(../images/img/home/aboutBefore.png) no-repeat;
  bottom: 0;
  right: 0;
}
.homeAbout .fc-item .fc-right {
  margin-top: 200px !important;
}

.dFlex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.references:after {
  content: "";
  position: absolute;
  width: 481px;
  height: 259px;
  background: url(../images/img/home/aboutBefore.png) no-repeat;
  bottom: 0;
  right: 0;
}
.references .why-zer-container {
  width: 70% !important;
}
.references .clients {
  width: 30%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 50px;
}
.references .clients div {
  margin-right: 100px;
}
.references .clients span {
  color: #EA3D3D;
  font-size: 67px;
  font-weight: bold;
  font-family: barlow;
}
.references .clients small {
  font-size: 30px;
  display: block;
  color: #091634;
  font-weight: bold;
  margin-top: 20px;
}

#services {
  padding: 20px !important;
}
.customerSlider {
  background: #17262F url(../images/img/home/customerBg.png) no-repeat center right;
  background-size: 100% auto;
}
.customerSlider .item {
  display: flex;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  padding: 40px 0px;
}
.customerSlider .item img {
  width: 190px;
  height: 70px;
  aspect-ratio: 16/9;
}

.homeContact .page-first-content-container {
  justify-content: center !important;
}
.homeContact .page-first-content-container .pfc-left {
  order: 2 !important;
  width: 80% !important;
  padding-top: 60px !important;
}
.homeContact .page-first-content-container .pfc-right {
  background-color: #fff !important;
  order: 1 !important;
  padding-left: 0px !important;
  position: relative;
  display: none;
}
.homeContact .page-first-content-container .pfc-right:after {
  content: "";
  position: absolute;
  width: 731px;
  height: 387px;
  background: url(../images/img/home/contactBefore.png) no-repeat;
  top: 40%;
  left: -40%;
}
.homeContact .page-first-content-container .pfc-right .newsletter-icon {
  filter: brightness(0%);
}
.homeContact .page-first-content-container .pfc-right .newsletter-title h3 {
  color: #091634 !important;
}
.homeContact .page-first-content-container .pfc-right .newsletter-title p {
  color: #091634 !important;
}

#suppliers {
  background-color: #fff !important;
}

#footer {
  padding-top: 80px !important;
}

#page-reference-link {
  display: none;
}

#page-full-content .fc-item:first-child .fc-right {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.why-zer-container .why-zer-item .subTitleNew {
  margin-left: -28% !important;
}

#why-zer {
  padding-top: 120px !important;
}
#why-zer .why-zer-detail-wrapper {
  margin-top: 100px !important;
}

#page-img:before {
  display: none;
}

#zer-by-numbers .znb-detail-carousel {
  padding-top: 50px !important;
}

.zer-by-numbers-item {
  display: none !important;
}

/*New Code*/
#footer {
  position: relative;
  background: #F0F2F3;
  z-index: 1;
  /*background:#E8EAEB;*/
}

.footer-container {
  position: relative;
  z-index: 5;
  width: 90%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  padding: 120px 120px 80px;
  /*.footer-fullWidth {margin-top:-20px}*/
}
.footer-container > .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-container > .inner .left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 48%;
}
.footer-container > .inner .right {
  width: 52%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-container > .inner .right .right-bottom {
  order: -1;
}
.footer-container .right-top {
  width: auto;
  float: right;
}
.footer-container .right-bottom {
  width: 50%;
  float: left;
}
.footer-container .right-bottom > div h3 {
  margin: 10px 0 25px;
}
.footer-container .footer-fullWidth {
  clear: both;
  width: 100%;
  padding-top: 0;
}
.footer-container .footer-fullWidth h3 {
  padding-bottom: 25px;
}
.footer-container .footer-fullWidth a {
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #091634;
  padding: 2px 0;
  margin-bottom: 3px;
}
.footer-container .footer-fullWidth a b {
  font-weight: 600;
}
.footer-container .footer-fullWidth a span {
  display: inline-block;
  width: 30px;
  font-weight: 600;
  color: #EA3D3D;
}
.footer-container .right-bottom h4 {
  margin-top: 30px;
}
.footer-container .footer-fullWidth h4, .footer-container .right-bottom h4 {
  font-size: 1.65em;
  font-weight: 400;
  margin-bottom: 15px;
}
.footer-container .footer-nav {
  width: 50%;
}
.footer-container .footer-nav li a {
  display: inline-block;
  font-size: 1.3125em;
  color: #091634;
  padding: 15px 0;
}
.footer-container .footer-nav-ex {
  width: 50%;
}
.footer-container .footer-nav-ex li a {
  display: inline-block;
  font-size: 1em;
  color: #17262F;
  padding: 12px 0;
}
.footer-container .right-top h3, .footer-container .right-bottom h3, .footer-container .footer-fullWidth h3 {
  font-size: 2.375em;
  font-weight: 400;
  color: #091634;
}
.footer-container .social_media {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 33px 0 66px;
}
.footer-container .social_media a {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-indent: -9999em;
  background: rgba(23, 38, 47, 0.1);
}
.footer-container .social_media a:first-child {
  margin-left: 0;
}
.footer-container .social_media a::before, .footer-container .social_media a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-container .social_media a::after {
  top: 100%;
}
.footer-container .social_media a.linkedin::before, .footer-container .social_media a.linkedin::after {
  background: transparent url("../images/icons/social_media/linkedin.svg") no-repeat center center;
}
.footer-container .social_media a.twitter::before, .footer-container .social_media a.twitter::after {
  background: transparent url("../images/icons/social_media/twitter.svg") no-repeat center center;
}
.footer-container .social_media a.youtube::before, .footer-container .social_media a.youtube::after {
  background: transparent url("../images/icons/social_media/youtube.svg") no-repeat center center;
}
.footer-container .social_media a.vimeo::before, .footer-container .social_media a.vimeo::after {
  background: transparent url("../images/icons/social_media/vimeo.svg") no-repeat center center;
}
.footer-container .social_media a.instagram::before, .footer-container .social_media a.instagram::after {
  background: transparent url("../images/icons/social_media/instagram.svg") no-repeat center center;
}
.footer-container .social_media a.threads::before, .footer-container .social_media a.threads::after {
  background: transparent url("../images/icons/social_media/threads.svg") no-repeat center center;
}
.footer-container .social_media a:hover::before {
  top: -100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-container .social_media a:hover::after {
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-container .footer-bottom {
  margin-top: 48px;
}
.footer-container .footer-bottom .footer-kvkk {
  position: relative;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
}
.footer-container .footer-bottom .footer-kvkk li {
  float: left;
  margin-left: 24px;
}
.footer-container .footer-bottom .footer-kvkk li:first-child {
  margin-left: 0;
}
.footer-container .footer-bottom .footer-kvkk li a {
  display: inline-block;
  position: relative;
  font-size: 0.75em;
  font-weight: 400;
  color: rgba(23, 38, 47, 0.7);
}
.footer-container .footer-bottom .footer-kvkk li a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(23, 38, 47, 0.7);
}
.footer-container .right-bottom > div p {
  font-size: 1em;
  font-weight: 400;
  color: rgba(23, 38, 47, 0.7);
  padding: 30px 0 20px;
}
.footer-container .right-bottom > div a {
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #091634;
  padding: 2px 0;
  margin-bottom: 3px;
}
.footer-container .right-bottom > div a b {
  font-weight: 600;
}
.footer-container .right-bottom > div a span {
  display: inline-block;
  width: 30px;
  font-weight: 600;
  color: #EA3D3D;
}

/*=================================================================
  Home
==================================================================*/
#main-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#main-slider-container .img-for-mobile {
  display: none;
}
#main-slider-container .main-slider-carousel {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
#main-slider-container .ms-item {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 5%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main-slider-container .ms-item .ms-text {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 3;
  width: 30%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#main-slider-container .ms-item .ms-text h1, #main-slider-container .ms-item .ms-text h2, #main-slider-container .ms-item .ms-text h3, #main-slider-container .ms-item .ms-text p {
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
#main-slider-container .ms-item .ms-text h1, #main-slider-container .ms-item .ms-text h3 {
  font-size: 4.1875em;
}
#main-slider-container .ms-item .ms-text p {
  font-size: 1.3125em;
  padding: 44px 0 54px;
  line-height: 1.2em;
}
#main-slider-container .ms-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
#main-slider-container .main-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 90%;
  height: 50px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  z-index: 22;
  display: none;
}
#main-slider-container .main-slider-dots .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
#main-slider-container .owl-stage,
#main-slider-container .owl-stage-outer {
  position: relative;
  height: 100%;
  overflow: hidden;
}
#main-slider-container .owl-item {
  position: relative;
  height: 100%;
  opacity: 0;
}
#main-slider-container .owl-item.active {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}
#main-slider-container .ms-nav {
  position: relative;
  width: 110px;
  height: 25px;
  margin-top: -5px;
  margin-left: 30px;
}
#main-slider-container .ms-nav .owl-prev, #main-slider-container .ms-nav .owl-next {
  position: absolute;
  top: 0;
  width: 50px;
  height: 25px;
  cursor: pointer;
  border: none !important;
  margin: 0;
  background: transparent url("../images/icons/ms_next_white.svg") no-repeat 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #091634;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.6875em;
  font-weight: 500;
}
#main-slider-container .ms-nav .owl-next {
  right: 0;
}
#main-slider-container .ms-nav .owl-prev {
  left: 0;
  top: -18px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
#main-slider-container .ms-dots {
  position: relative;
  width: 72%;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#main-slider-container .ms-dots .owl-dot {
  width: 20%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#main-slider-container .ms-dots .owl-dot span {
  display: inline-block;
  background: transparent;
  margin-top: 30px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.75em;
  font-weight: 500;
}
#main-slider-container .ms-dots .owl-dot.active {
  background-color: #EA3D3D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main-slider-container .ms-dots .owl-dot.active span {
  color: #fff;
}

#why-zer, #zer-by-numbers, #suppliers, #references, #highlights, #ethics-line {
  padding: 190px 0 270px;
  overflow: hidden;
}
#why-zer .section-content > h2, #why-zer .section-content > h3, #zer-by-numbers .section-content > h2, #zer-by-numbers .section-content > h3, #suppliers .section-content > h2, #suppliers .section-content > h3, #references .section-content > h2, #references .section-content > h3, #highlights .section-content > h2, #highlights .section-content > h3, #ethics-line .section-content > h2, #ethics-line .section-content > h3 {
  padding-left: 33px;
  position: relative;
  width: 22%;
  float: left;
  font-size: 0.8125em;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2px;
  z-index: 7;
  height: 60px;
  line-height: 60px;
  /*
  &::before {content:""; position:absolute; left:0; margin-left:-80%; top:50%; margin-top:-30px; width:160%; height:60px; background:#EF463E; z-index:-1;}
  &::after {content:""; position:absolute; right:20%; bottom:-51px; width:82px; height:51px; background:transparent url("../images/title_triangle.svg") no-repeat 0 0}
  */
}
#why-zer .section-content > h2::before, #why-zer .section-content > h3::before, #zer-by-numbers .section-content > h2::before, #zer-by-numbers .section-content > h3::before, #suppliers .section-content > h2::before, #suppliers .section-content > h3::before, #references .section-content > h2::before, #references .section-content > h3::before, #highlights .section-content > h2::before, #highlights .section-content > h3::before, #ethics-line .section-content > h2::before, #ethics-line .section-content > h3::before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: -80%;
  top: 50%;
  margin-top: -30px;
  width: 160%;
  height: 60px;
  background: #EF463E;
  z-index: -1;
}
#why-zer .section-content > h2::after, #why-zer .section-content > h3::after, #zer-by-numbers .section-content > h2::after, #zer-by-numbers .section-content > h3::after, #suppliers .section-content > h2::after, #suppliers .section-content > h3::after, #references .section-content > h2::after, #references .section-content > h3::after, #highlights .section-content > h2::after, #highlights .section-content > h3::after, #ethics-line .section-content > h2::after, #ethics-line .section-content > h3::after {
  content: "";
  position: absolute;
  right: 20%;
  bottom: -51px;
  width: 82px;
  height: 57px !important;
  background: transparent url("../images/title_triangle_ex.svg") no-repeat 0 0;
}

.section-container-pdB {
  padding-bottom: 180px !important;
}

#why-zer {
  padding: 190px 0 100px 0;
  overflow: initial;
  z-index: 2;
}
#why-zer.ptb120 {
  padding-bottom: 120px;
  padding-top: 120px;
}
#why-zer .why-zer-container {
  width: 78%;
  float: right;
  margin-top: -6px;
}
#why-zer .why-zer-container .why-zer-item h2 {
  width: 80%;
  font-size: 2.375em;
  font-weight: 400;
  color: #091634;
  padding-bottom: 3px;
  line-height: 1.4em;
}
#why-zer .why-zer-container-alternate {
  width: 68%;
}
#why-zer .why-zer-container-alternate h2 {
  width: 100%;
  font-size: 2.5em;
  font-weight: 400;
  color: #091634;
  padding-bottom: 16px;
  line-height: 1.4em;
}
#why-zer .why-zer-container-alternate p {
  font-size: 1.25em;
  font-weight: 400;
  color: #091634;
  line-height: 1.25em;
}
#why-zer .why-zer-detail-wrapper {
  position: relative;
  height: 200px;
  margin-top: 140px;
}
#why-zer .why-zer-detail-wrapper .owl-nav {
  position: absolute;
  left: 20%;
  top: -120px;
  margin-top: 0;
}
#why-zer .why-zer-detail-container {
  position: absolute;
  left: 0;
  bottom: -180px;
  width: 100%;
  /*width:calc(100% + 160px);*/
}
#why-zer .why-zer-detail-container .owl-carousel .owl-stage-outer {
  overflow: initial;
}
#why-zer .why-zer-detail-container .owl-carousel.owl-drag .owl-item {
  border: solid 1px #E9EBEE;
  background: #fff;
}
#why-zer .why-zer-detail-container .why-zer-detail-item {
  float: left;
  /*width:320px;*/
  width: 100%;
  height: 360px;
  /*border:solid 1px #E9EBEE;*/
  background: #fff;
  /*&.active, &:hover {*/
}
#why-zer .why-zer-detail-container .why-zer-detail-item .wz-detail-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 45px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
#why-zer .why-zer-detail-container .why-zer-detail-item h2, #why-zer .why-zer-detail-container .why-zer-detail-item h3, #why-zer .why-zer-detail-container .why-zer-detail-item h4 {
  position: relative;
  z-index: 3;
  /*font-size:2.18em;*/
  font-size: 1.9em;
  font-weight: 600;
  color: #091634;
  letter-spacing: -1.5px;
  line-height: 1.2em;
}
#why-zer .why-zer-detail-container .why-zer-detail-item p {
  position: relative;
  z-index: 3;
  font-size: 0.9375em;
  font-weight: 400;
  color: #fff;
  padding-top: 25px;
  line-height: 1.3em;
}
#why-zer .why-zer-detail-container .why-zer-detail-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#why-zer .why-zer-detail-container .why-zer-detail-item a {
  position: relative;
  z-index: 3;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 45px;
  bottom: 45px;
  z-index: 3;
  border: solid 1px #D1D4DA;
  text-indent: -9999em;
  background: transparent url("../images/icons/default_link_black.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer .why-zer-detail-container .why-zer-detail-item a[href^="javascript:;"] {
  cursor: default;
}
#why-zer .why-zer-detail-container .why-zer-detail-item img, #why-zer .why-zer-detail-container .why-zer-detail-item p {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer .why-zer-detail-container .why-zer-detail-item .wz-logo {
  position: relative;
  z-index: 4;
  margin-bottom: 30px;
}
#why-zer .why-zer-detail-container .why-zer-detail-item .wz-logo img {
  position: initial;
  left: initial;
  top: initial;
  width: initial;
}
#why-zer .why-zer-detail-container .why-zer-detail-item .wz-logo img.imgdefault {
  opacity: 1;
}
#why-zer .why-zer-detail-container .why-zer-detail-item .wz-logo img.imghover {
  opacity: 0;
  display: none;
}
#why-zer .why-zer-detail-container .why-zer-detail-item:hover .wz-detail-container {
  top: -40px;
  height: calc(100% + 80px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer .why-zer-detail-container .why-zer-detail-item:hover h2, #why-zer .why-zer-detail-container .why-zer-detail-item:hover h3, #why-zer .why-zer-detail-container .why-zer-detail-item:hover h4 {
  color: #fff;
}
#why-zer .why-zer-detail-container .why-zer-detail-item:hover img, #why-zer .why-zer-detail-container .why-zer-detail-item:hover p {
  opacity: 1;
}
#why-zer .why-zer-detail-container .why-zer-detail-item:hover img {
  width: calc(100% + 80px);
}
#why-zer .why-zer-detail-container .why-zer-detail-item:hover a {
  bottom: 0;
  background: #EA3D3D url("../images/icons/default_link_white.svg") no-repeat center center;
  border: solid 1px #EA3D3D;
}
#why-zer .why-zer-detail-container .why-zer-detail-item:hover .wz-logo img {
  width: auto;
}
#why-zer .why-zer-detail-container .why-zer-detail-item:hover .wz-logo img.imgdefault {
  opacity: 0;
  display: none;
}
#why-zer .why-zer-detail-container .why-zer-detail-item:hover .wz-logo img.imghover {
  opacity: 1;
  display: block;
}
#why-zer.why-zer-alternate {
  background: #F0F2F3;
  /*background:#E8EAEB;*/
}
#why-zer.why-zer-alternate .why-zer-detail-wrapper {
  height: 400px;
}
#why-zer.why-zer-alternate .why-zer-detail-container {
  bottom: 0;
}
#why-zer.why-zer-alternate .why-zer-detail-container .why-zer-detail-item .wz-detail-container {
  /*position:relative; left:initial; top:initial;*/
  padding: 45px;
  background: none;
  border: none;
  text-indent: initial;
}
#why-zer.why-zer-alternate .why-zer-detail-container .why-zer-detail-item:hover .whyBtn {
  /*bottom:15px;*/
  background: #EA3D3D url("../images/icons/default_link_white.svg") no-repeat center center;
  border: solid 1px #EA3D3D;
}
#why-zer.why-zer-alternate .why-zer-detail-container .why-zer-detail-item .whyBtn {
  position: relative;
  z-index: 3;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 45px;
  bottom: 45px;
  z-index: 3;
  border: solid 1px #D1D4DA;
  text-indent: -9999em;
  background: transparent url("../images/icons/default_link_black.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer.why-zer-alternate.three .why-zer-detail-container {
  bottom: 0;
}
#why-zer.why-zer-alternate.three .why-zer-detail-container .why-zer-detail-item {
  position: relative;
  width: 100%;
}
#why-zer.category-page {
  padding: 160px 0 0;
  /*
  .zbn-item {padding:60px; height:100%;
  	.zbn-inner {
  		h4 {font-size:1.875em; line-height:1.2em; font-weight:600; color:#091634;}
  		img {width:auto}
  	}
  	a {position:absolute; right:0; bottom:0; width:60px; height:60px; background:#fff; color:#000; border:solid 1px rgba(0,0,0,.25); @include easing(.3s);
  		i {display:block; position:absolute; right:0; top:0; width:60px; height:60px; border:solid 1px #D1D4DA; overflow:hidden; @include easing(.3s);
  			&::before, &::after {content:""; position:absolute; left:0; top:0; width:60px; height:60px; @include easing(.3s); }
  			&::before {left:-100%; background:transparent url('../images/icons/carousel_arrow_right_white.svg') no-repeat center center;}
  			&::after {left:0; background:transparent url('../images/icons/carousel_arrow_right.svg') no-repeat center center;}
  		}
  	}

  	&:hover {
  		a {border:solid 1px $red; @include easing(.3s);
  			i {border:solid 1px $red; @include easing(.3s); background:$red;
  				&::before {left:0; @include easing(.3s);}
  				&::after {left:100%; @include easing(.3s);}
  			}
  		}
  	}
  	&.gray {background:rgba(232,234,255,.5);
  		a {background:rgba(232, 234, 255, 0.5)}

  		&.active, &:hover {
  			a {background:#fff;}
  		}
  	}
  }
  	*/
}
#why-zer.category-page .section-content {
  width: calc(100% - 8.3335%);
  margin-left: 8.3335%;
}
#why-zer.category-page .why-zer-detail-wrapper {
  margin-top: 200px;
}
#why-zer.category-page .zer-by-numbers-item h2 {
  font-size: 2.25em;
  line-height: 1.2em;
  font-weight: 400;
  color: #091634;
}
#why-zer.category-page .why-zer-detail-carousel .owl-item {
  height: 380px;
}
#why-zer.category-page .znb-detail-carousel {
  padding-top: 120px;
}
#why-zer.category-page .zbn-item {
  position: relative;
  /*width:16.666%;*/
  width: 100%;
  float: left;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
}
#why-zer.category-page .zbn-item::before, #why-zer.category-page .zbn-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer.category-page .zbn-item::before {
  background: transparent linear-gradient(223deg, #FBB03B 0%, #F9423A 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
}
#why-zer.category-page .zbn-item::after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  background: #fff;
  z-index: 1;
}
#why-zer.category-page .zbn-item .zbn-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 88;
  padding: 60px;
}
#why-zer.category-page .zbn-item .zbn-inner h4 {
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: 600;
  color: #091634;
}
#why-zer.category-page .zbn-item .zbn-inner img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
}
#why-zer.category-page .zbn-item .zbn-content {
  position: relative;
  width: 100%;
  height: 100%;
}
#why-zer.category-page .zbn-item .box-red {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  color: #000;
  border: solid 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer.category-page .zbn-item .box-red i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: solid 1px #D1D4DA;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer.category-page .zbn-item .box-red i::before, #why-zer.category-page .zbn-item .box-red i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer.category-page .zbn-item .box-red i::before {
  left: -100%;
  background: transparent url("../images/icons/carousel_arrow_right_white.svg") no-repeat center center;
}
#why-zer.category-page .zbn-item .box-red i::after {
  left: 0;
  background: transparent url("../images/icons/carousel_arrow_right.svg") no-repeat center center;
}
#why-zer.category-page .zbn-item a[href^="javascript:;"] {
  cursor: default;
}
#why-zer.category-page .zbn-item.active::before, #why-zer.category-page .zbn-item.active::after, #why-zer.category-page .zbn-item:hover::before, #why-zer.category-page .zbn-item:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer.category-page .zbn-item.active .box-red, #why-zer.category-page .zbn-item:hover .box-red {
  border: solid 1px #EA3D3D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer.category-page .zbn-item.active .box-red i, #why-zer.category-page .zbn-item:hover .box-red i {
  border: solid 1px #EA3D3D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #EA3D3D;
}
#why-zer.category-page .zbn-item.active .box-red i::before, #why-zer.category-page .zbn-item:hover .box-red i::before {
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer.category-page .zbn-item.active .box-red i::after, #why-zer.category-page .zbn-item:hover .box-red i::after {
  left: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer.category-page .zbn-item.gray {
  background: rgba(232, 234, 255, 0.5);
}
#why-zer.category-page .zbn-item.gray .box-red {
  background: rgba(232, 234, 255, 0.5);
}
#why-zer.category-page .zbn-item.gray.active::before, #why-zer.category-page .zbn-item.gray.active::after, #why-zer.category-page .zbn-item.gray:hover::before, #why-zer.category-page .zbn-item.gray:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#why-zer.category-page .zbn-item.gray.active .box-red, #why-zer.category-page .zbn-item.gray:hover .box-red {
  background: #fff;
}
#why-zer.category-page .zer-by-numbers-container {
  margin-top: -21px;
}
#why-zer.category-page .zer-by-numbers-container .owl-nav {
  margin-top: 80px;
}

#zer-by-numbers {
  padding: 200px 0 0;
  overflow: hidden;
  background: #F3F5F6;
}
#zer-by-numbers .zer-by-numbers-carousel .owl-dots {
  display: none !important;
}
#zer-by-numbers .zer-by-numbers-container {
  width: 78%;
  float: right;
  margin-top: -43px;
}
#zer-by-numbers .zer-by-numbers-container .zer-by-numbers-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#zer-by-numbers .zer-by-numbers-container .zer-by-numbers-item img {
  width: 50%;
}
#zer-by-numbers .zer-by-numbers-container .zer-by-numbers-item p {
  width: 50%;
  color: rgba(9, 22, 52, 0.8);
  line-height: 1.5em;
  padding: 0 50px;
  font-size: 1.3125em;
  font-weight: 400;
}
#zer-by-numbers .zer-by-numbers-container .owl-nav {
  position: relative;
  left: -28.2%;
  margin-top: -60px;
}
#zer-by-numbers .znb-detail-carousel {
  position: relative;
  clear: both;
  height: 470px;
  padding-top: 150px;
}
#zer-by-numbers .znb-detail-carousel .owl-stage-outer, #zer-by-numbers .znb-detail-carousel .owl-item,
#zer-by-numbers .znb-detail-carousel .owl-stage {
  height: 100%;
}
#zer-by-numbers .znb-detail-carousel .owl-item {
  float: left;
}
#zer-by-numbers .znb-detail-carousel .owl-nav, #zer-by-numbers .znb-detail-carousel .owl-dots {
  display: none !important;
}
#zer-by-numbers .znb-detail-carousel .owl-item img {
  width: auto;
  height: auto;
}
#zer-by-numbers .znb-detail-carousel .zbn-item {
  position: relative;
  /*width:16.666%;*/
  width: 100%;
  float: left;
  height: 100%;
  padding: 70px;
  background: rgba(255, 255, 255, 0.7);
}
#zer-by-numbers .znb-detail-carousel .zbn-item::before, #zer-by-numbers .znb-detail-carousel .zbn-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zer-by-numbers .znb-detail-carousel .zbn-item::before {
  background: transparent linear-gradient(223deg, #FBB03B 0%, #F9423A 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
}
#zer-by-numbers .znb-detail-carousel .zbn-item::after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  background: #fff;
  z-index: 1;
}
#zer-by-numbers .znb-detail-carousel .zbn-item .zbn-inner {
  position: relative;
  z-index: 4;
  height: 100%;
}
#zer-by-numbers .znb-detail-carousel .zbn-item .zbn-inner h2, #zer-by-numbers .znb-detail-carousel .zbn-item .zbn-inner p {
  font-size: 1.1875em;
  font-weight: 700;
  color: rgba(9, 22, 52, 0.8);
}
#zer-by-numbers .znb-detail-carousel .zbn-item .zbn-inner h2 span, #zer-by-numbers .znb-detail-carousel .zbn-item .zbn-inner p span {
  display: block;
  font-size: 30px;
  color: #091634;
  padding: 0 0 5px;
  line-height: 1.02em;
}
#zer-by-numbers .znb-detail-carousel .zbn-item .zbn-inner img {
  position: absolute;
  left: 0;
  bottom: 0;
}
#zer-by-numbers .znb-detail-carousel .zbn-item.gray {
  background: rgba(232, 234, 255, 0.5);
}
#zer-by-numbers .znb-detail-carousel .zbn-item.active::before, #zer-by-numbers .znb-detail-carousel .zbn-item.active::after, #zer-by-numbers .znb-detail-carousel .zbn-item:hover::before, #zer-by-numbers .znb-detail-carousel .zbn-item:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#highlights {
  padding: 140px 0 110px;
  overflow: initial;
  z-index: 4;
  background-color: #17262F;
  /*
  .highlights-container {position:relative; width:76.25%; margin:0 auto; padding:100px 0;
  	.hc-item {@include flexIt(); justify-content:space-between; align-items:center;}
  	.hc-item-img {width:50%;}
  	.hc-item-text {width:50%; padding:0 0 0 130px;
  		h4 {font-size:2.375em; font-weight:400; line-height:1.2em; color:$dark_color;}
  		p {font-size:1.3125em; font-weight:400; line-height:1.3em; color:$dark_color; padding:40px 0 75px;}
  		a {display:inline-block; position:relative; padding-left:65px; height:44px; line-height:44px; font-size:0.75em; font-weight:600; color:$dark_color;
  			i {position:absolute; left:0; top:0; width:44px; height:44px; border:solid 1px #D1D4DA;
  				&::before {content:""; position:absolute; left:50%; top:50%; width:13px; height:3px; margin-top:-1.5px; margin-left:-6.5px; background:transparent url("../images/icons/3dot.svg") no-repeat center center;}
  			}
  		}
  	}
  }
  */
}
#highlights .highlights-container {
  position: relative;
  clear: both;
  width: 100%;
  padding: 100px 0px 100px 250px;
  /*width:76.25%; margin:0 auto; padding:100px 0;*/
  /*
  		.hc-item {position:absolute; left:-2%; top:50%; opacity:0; transform:translateY(-50%) scale(.8,.8); -webkit-transform:translateY(-50%) scale(.8,.8);-moz-transform:translateY(-50%) scale(.8,.8);
  				&[data-role="active"] {left:0; transform:translateY(-50%) scale(1,1); -webkit-transform:translateY(-50%) scale(1,1);-moz-transform:translateY(-50%) scale(1,1);}
  				&[data-role="second"] {left:-15%; top:50%; transform:translateY(-50%) scale(.8,.8); -webkit-transform:translateY(-50%) scale(.8,.8);-moz-transform:translateY(-50%) scale(.8,.8);}
  				&[data-role="three"] {left:-25%; top:50%; transform:translateY(-50%) scale(.7,.7); -webkit-transform:translateY(-50%) scale(.7,.7);-moz-transform:translateY(-50%) scale(.7,.7);}
  			}
  			*/
}
#highlights .highlights-container .highlights-carousel-container {
  position: relative;
  z-index: 3;
}
#highlights .highlights-container .highlights-img, #highlights .highlights-container .highlights-text {
  position: relative;
  height: 400px;
}
#highlights .highlights-container .highlights-text {
  float: right;
  width: 35%;
}
#highlights .highlights-container .highlights-img {
  float: left;
  width: 65%;
}
#highlights .highlights-container .hc-item {
  position: absolute;
  left: -1%;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) scale(0.9, 0.9);
  -webkit-transform: translateY(-50%) scale(0.9, 0.9);
  -moz-transform: translateY(-50%) scale(0.9, 0.9);
  opacity: 0;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 1;
}
#highlights .highlights-container .hc-item[data-role=active] {
  left: 0;
  transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  -moz-transform: translateY(-50%) scale(1, 1);
  z-index: 4;
  opacity: 1;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
#highlights .highlights-container .hc-item[data-role=second] {
  left: -15%;
  top: 50%;
  transform: translateY(-50%) scale(0.8, 0.8);
  -webkit-transform: translateY(-50%) scale(0.8, 0.8);
  -moz-transform: translateY(-50%) scale(0.8, 0.8);
  z-index: 3;
  opacity: 1;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
#highlights .highlights-container .hc-item[data-role=three] {
  left: -25%;
  top: 50%;
  transform: translateY(-50%) scale(0.7, 0.7);
  -webkit-transform: translateY(-50%) scale(0.7, 0.7);
  -moz-transform: translateY(-50%) scale(0.7, 0.7);
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
#highlights .highlights-container .hc-item-img {
  width: 100%;
}
#highlights .highlights-container .hc-item-img img {
  width: 100%;
}
#highlights .highlights-container .hc-item-text {
  width: 100%;
  padding: 40px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-top: 3px solid #EA3D3D;
}
#highlights .highlights-container .hc-item-text a {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -5%;
}
#highlights .highlights-container .hc-item-text h4 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
  color: #091634;
}
#highlights .highlights-container .hc-item-text p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
  color: #091634;
  padding: 40px 0 60px;
}
#highlights .highlights-container .hc-item-text .readMoreBtn {
  display: inline-block;
  position: relative;
  padding-left: 65px;
  height: 44px;
  line-height: 44px;
  font-size: 0.75em;
  font-weight: 600;
  color: #091634;
}
#highlights .highlights-container .hc-item-text .readMoreBtn i {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border: solid 1px #D1D4DA;
}
#highlights .highlights-container .hc-item-text .readMoreBtn i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 3px;
  margin-top: -1.5px;
  margin-left: -6.5px;
  background: transparent url("../images/icons/3dot.svg") no-repeat center center;
}
#highlights .highlights-container .highlights-text {
  overflow: hidden;
  background-color: #fff;
}
#highlights .highlights-container .highlights-text-carousel {
  position: relative;
  width: 500%;
  height: 100%;
}
#highlights .highlights-container .highlights-text-carousel .ht-item {
  position: relative;
  width: 20%;
  float: left;
  display: none;
  height: 100%;
}
#highlights .highlights-container .highlights-text-carousel .ht-item.active {
  display: block;
}
#highlights .highlights-container .highlights-nav {
  position: absolute;
  right: 30px;
  bottom: 20%;
  z-index: 3;
}
#highlights .highlights-container .highlights-nav .buttonBtn {
  cursor: pointer;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#highlights .highlights-container .highlights-nav .buttonBtn.owl-next, #highlights .highlights-container .highlights-nav .buttonBtn.owl-prev {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#highlights .highlights-container .highlights-nav .buttonBtn.owl-next {
  float: right;
}
#highlights .highlights-container .highlights-nav .buttonBtn.owl-prev svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
#highlights .highlights-container .highlights-nav .buttonBtn:hover svg path {
  fill: #EF463E;
}
#highlights .owl-nav {
  position: absolute;
  left: -15.6%;
  top: 50%;
  margin-top: -30px;
  width: calc(100% + 320px);
}
#highlights .owl-nav .owl-prev {
  left: 0;
}
#highlights .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
#highlights .watch-zer-container {
  position: absolute;
  left: 0;
  bottom: -190px;
  width: 100%;
}
#highlights .watch-zer-container a {
  display: block;
  width: 100%;
}
#highlights .watch-zer-container a img {
  display: block;
  width: 100%;
  height: auto;
}
#highlights .watch-zer-container a img.for-mobile {
  display: none;
}
#highlights .watch-zer-container a p {
  position: absolute;
  left: 5%;
  top: 50%;
  padding-left: 191px;
  font-size: 1.875em;
  font-weight: 600;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#highlights .watch-zer-container a p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 128px;
  height: 48px;
  margin-top: -24px;
  background: transparent url("../images/logo_white_n.svg") no-repeat 0 0;
}
#highlights .watch-zer-container a p::after {
  content: "";
  position: absolute;
  left: 160px;
  top: 50%;
  width: 1px;
  height: 64px;
  margin-top: -32px;
  background: #FFFFFF;
}
#highlights .watch-zer-container a span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-top: 10px;
}
#highlights .watch-zer-container a i {
  position: absolute;
  right: 5%;
  top: 50%;
  width: auto;
  height: 44px;
  line-height: 44px;
  padding-left: 68px;
  font-size: 0.8125em;
  font-weight: 600;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#highlights .watch-zer-container a i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: transparent url("../images/img/home/highlights/play.svg") no-repeat 0 0;
}
#highlights .watch-zer-container2 {
  position: absolute;
  left: 0;
  bottom: -190px;
  width: 100%;
}
#highlights .watch-zer-container2 a {
  display: block;
  width: 100%;
}
#highlights .watch-zer-container2 a img {
  display: block;
  width: 100%;
  height: auto;
}
#highlights .watch-zer-container2 a img.for-mobile {
  display: none;
}
#highlights .watch-zer-container2 a p {
  position: absolute;
  left: 0;
  top: 58%;
  padding-left: 320px;
  width: 54%;
  font-size: 1.875em;
  font-weight: 600;
  color: #000000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#highlights .watch-zer-container2 a p::before, #highlights .watch-zer-container2 a p::after {
  display: none !important;
}
#highlights .watch-zer-container2 a p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 128px;
  height: 48px;
  margin-top: -24px;
  background: transparent url("../images/logo_white_n.svg") no-repeat 0 0;
}
#highlights .watch-zer-container2 a p::after {
  content: "";
  position: absolute;
  left: 160px;
  top: 50%;
  width: 1px;
  height: 64px;
  margin-top: -32px;
  background: #FFFFFF;
}
#highlights .watch-zer-container2 a span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding-top: 8px;
  line-height: 100%;
}
#highlights .watch-zer-container2 a i {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 270px;
  height: 100%;
  padding-left: 110px;
  font-size: 0.8125em;
  font-weight: 600;
  color: #FFFFFF;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #ff3333;
}
#highlights .watch-zer-container2 a i::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  background: transparent url("../images/img/home/highlights/play.svg") no-repeat 0 0;
}

#references {
  background: #F3F5F6;
  padding: 0;
  z-index: 3;
}
#references .section-content > h3 {
  position: absolute;
  left: 0;
  top: 170px;
}
#references .section-content .references-link {
  position: absolute;
  left: calc(54% - 200px);
  top: 170px;
  width: 200px;
  padding: 22px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 555;
}
#references .section-content .references-link.anime {
  left: calc(54% - 120px);
}
#references .references-carousel-container {
  display: none;
}
#references .references-container {
  clear: both;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#references .references-container .references-content {
  position: relative;
  width: 54%;
  z-index: 333;
  /*
  #mCSB_1_scrollbar_vertical .mCSB_dragger{ height:50px;}
  .mCSB_scrollTools .mCSB_draggerRail,
  .mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail{ width: 2px; background-color:#D3D4D5;}*/
  /*#mCSB_1_scrollbar_vertical .mCSB_dragger_bar{height:70px!important}*/
}
#references .references-container .references-content .references-list {
  position: absolute;
  left: 0;
  top: 350px;
  width: 100%;
  height: 500px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references .references-container .references-content .references-list.anime {
  width: calc(100% - 240px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references .references-container .references-content .references-list a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 40px 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top: solid 1px #D3D4D5;
}
#references .references-container .references-content .references-list a::after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #D3D4D5;
  z-index: 3;
}
#references .references-container .references-content .references-list a:first-child {
  border-top: solid 1px #F3F5F6;
}
#references .references-container .references-content .references-list a:first-child::before {
  opacity: 0;
}
#references .references-container .references-content .references-list a p {
  display: block;
  float: left;
  min-width: 190px;
}
#references .references-container .references-content .references-list a span {
  display: block;
  float: left;
  font-size: 1.125em;
  font-weight: 600;
  color: #091634;
}
#references .references-container .references-content .references-list a i {
  display: block;
  opacity: 0;
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: transparent url("../images/icons/default_link_dark.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references .references-container .references-content .references-list a.active {
  background: #fff;
  border-top: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references .references-container .references-content .references-list a.active::after {
  opacity: 1;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references .references-container .references-content .references-list a.active i {
  opacity: 1;
  right: 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references .references-container .references-content .references-list a.active:hover i {
  opacity: 1;
  right: 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references .references-container .references-content .references-list a:hover i {
  opacity: 1;
  right: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references .references-container .references-content .references-list a[data-content=false] i {
  display: none !important;
}
#references .references-container .references-content .mCustomScrollBox {
  padding-right: 80px;
}
#references .references-container .references-content .mCSB_scrollTools {
  opacity: 1;
}
#references .references-container .references-content ._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
  background-color: #F9423A;
  width: 5px;
}
#references .references-container .references-content .mCSB_draggerContainer {
  position: relative;
  height: 100%;
}
#references .references-container .references-content .mCSB_draggerContainer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  margin-left: -1px;
  height: 100%;
  background-color: #B9B9B9;
}
#references .references-container .references-content .mCSB_scrollTools .mCSB_draggerRail {
  background: none !important;
}
#references .references-container .references-companies-container {
  position: relative;
  right: -10%;
  width: 46%;
  padding: 350px 0 200px 200px;
  background: #17262F url("../images/rc_pattern.webp") repeat 0 0;
}
#references .references-container .references-companies-container .rc-content {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references .references-container .references-companies-container .rc-content h4 {
  font-family: "Barlow", sans-serif;
  font-size: 4.1875em;
  font-weight: 700;
  color: #EA3D3D;
  padding-bottom: 30px;
}
#references .references-container .references-companies-container .rc-content h4 span {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.44em;
  color: #fff;
  margin-top: -10px;
}
#references .references-container .references-companies-container .rc-content p {
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  padding: 68px 0 32px;
  line-height: 1.6em;
}
#references .references-container .references-companies-container .rc-content.anime {
  margin-left: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references .references-container .references-list-detail {
  position: absolute;
  left: 50%;
  top: 340px;
  width: 440px;
  /*height:560px;*/
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 33;
}
#references .references-container .references-list-detail.anime {
  left: 46.45%;
  opacity: 1;
}
#references .references-container .references-list-detail .inner-text {
  position: relative;
  padding: 40px;
  display: none;
}
#references .references-container .references-list-detail .inner-text h3 {
  font-size: 2.25em;
  font-weight: 400;
  color: #091634;
  padding-bottom: 20px;
}
#references .references-container .references-list-detail .inner-text p {
  font-size: 1em;
  font-weight: 400;
  color: #091634;
  padding-bottom: 40px;
  line-height: 1.2em;
}
#references .references-container .references-list-detail .inner-text div {
  padding-top: 35px;
}
#references .references-container .references-list-detail .inner-text div h4 {
  font-size: 1em;
  font-weight: 600;
  color: #091634;
}
#references .references-container .references-list-detail .inner-text div p {
  padding-bottom: 0;
}
#references .references-container .references-list-detail .inner-text.active {
  display: block;
}
#references.references-customers {
  padding: 120px 0;
}
#references.references-customers .references-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#references.references-customers .left, #references.references-customers .right {
  width: 50%;
}
#references.references-customers .right {
  padding: 0 80px;
}
#references.references-customers .right h2 {
  font-size: 2.25em;
  font-weight: 400;
  color: #000000;
  padding: 0 0 40px;
  line-height: 1.25em;
}
#references.references-customers .right p {
  font-size: 1.1875em;
  font-weight: 400;
  color: #000;
  line-height: 1.6em;
  padding-bottom: 30px;
}
#references.references-customers .references-container {
  display: block;
  justify-content: initial;
  width: 100%;
}
#references.references-customers .references-container .references-content {
  width: 100%;
}
#references.references-customers .references-container .references-content .references-list {
  position: relative;
  left: initial;
  top: initial;
}
#references.references-customers .references-container .references-list-detail {
  left: 10%;
  top: 10%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#references.references-customers .references-container .references-list-detail.anime {
  left: 40%;
}

#ethics-line {
  position: relative;
  width: 100%;
  padding: 140px 0 100px;
  border-bottom: solid 160px #F0F2F3;
  background: #ffffff;
  overflow: hidden;
}
#ethics-line .ethics-container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ethics-line .ethics-container .left {
  width: 50%;
}
#ethics-line .ethics-container .left img {
  float: right;
  width: 90%;
  margin-top: -30px;
}
#ethics-line .ethics-container .right {
  width: 50%;
}
#ethics-line .ethics-container .right .inner {
  position: relative;
  width: 66%;
  padding-left: 70px;
}
#ethics-line .ethics-container .right h4 {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.2em;
  color: #091634;
}
#ethics-line .ethics-container .right p {
  font-size: 1.3125em;
  font-weight: 400;
  line-height: 1.3em;
  color: #091634;
  padding: 40px 0 60px;
}

#services {
  position: relative;
  padding: 120px 0 0;
}
#services .services-title h2 {
  font-size: 2.25em;
  line-height: 1.5em;
  font-weight: 400;
  color: #000;
  padding-bottom: 60px;
}
#services .services-carousel .services-item {
  width: calc(100% + 20px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#services .services-carousel .inner-item {
  width: calc(25% - 20px);
  padding: 50px;
  margin-right: 20px;
  margin-top: 20px;
  background: #ffffff;
}
#services .services-carousel.owl-carousel .owl-item img {
  width: auto;
}
#services .services-carousel h3 {
  font-size: 1.3125em;
  font-weight: 500;
  color: #000;
  padding-top: 30px;
}
#services .services-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -120px;
  margin-top: 0;
}

#suppliers {
  background: #E8EAEB;
  padding: 180px 0 0;
}
#suppliers .suppliers-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#suppliers .suppliers-text {
  width: 52%;
}
#suppliers .suppliers-text p {
  display: inline-block;
  width: 70%;
  font-size: 2.375em;
  font-weight: 400;
  color: #091634;
  line-height: 1.3em;
  padding: 75px 0 110px;
}
#suppliers .suppliers-text .suppliers-link-container a {
  margin-left: 40px;
}
#suppliers .suppliers-text .suppliers-link-container a:first-child {
  margin-left: 0;
}
#suppliers .suppliers-img {
  position: relative;
  width: 50%;
  padding: 0;
}
#suppliers .suppliers-img img {
  position: relative;
  z-index: 8;
  width: 100%;
}
#suppliers .suppliers-img-text {
  position: absolute;
  z-index: 4;
}
#suppliers .suppliers-img-text p {
  font-size: 1.75em;
  font-weight: 400;
  color: #091634;
  line-height: 1.2em;
}
#suppliers .suppliers-img-text p span {
  display: block;
  font-weight: 700;
}
#suppliers .suppliers-img-text.sit1 {
  right: -21%;
  top: 0;
  width: 42%;
}
#suppliers .suppliers-img-text.sit2 {
  left: -14%;
  top: 29%;
  width: 42%;
}
#suppliers .suppliers-img-text.sit3 {
  right: -6%;
  bottom: 24%;
  width: 48%;
}
#suppliers .suppliers-img-text.sit3 p span {
  font-family: "Barlow", sans-serif;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 100%;
}

.en #suppliers .suppliers-img-text p {
  font-size: 1.4em;
}
.en #suppliers .suppliers-img-text.sit1 {
  top: 1%;
}
.en #suppliers .suppliers-img-text.sit3 p span {
  font-size: 2.7em;
  line-height: 1.4em;
}

.breadcrumb {
  position: absolute;
  left: 5%;
  top: 0;
  overflow: hidden;
  z-index: 4;
  width: 66%;
  /*width:92%;*/
}
.breadcrumb li {
  float: left;
  position: relative;
  padding-right: 3px;
}
.breadcrumb li a {
  display: block;
  font-size: 0.8125em;
  font-weight: 500;
  color: #B2B2B2;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:last-child {
  font-size: 0.8125em;
  font-weight: 500;
  color: #000000;
}
.breadcrumb.breadcrumb-public {
  top: 50px !important;
}

.ul-disc {
  position: relative;
  overflow: hidden;
}
.ul-disc li {
  position: relative;
  font-size: 1.1875em;
  font-weight: 400;
  color: #fff;
  line-height: 1.2em;
  padding-left: 12px;
  margin-bottom: 10px;
}
.ul-disc li:first-child {
  margin-top: 0;
}
.ul-disc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.ul-disc.black, .ul-disc.three {
  padding-left: 0;
}
.ul-disc.black li, .ul-disc.three li {
  color: #000;
  width: 50%;
  float: left;
}
.ul-disc.black li::before, .ul-disc.three li::before {
  background: #000;
}
.ul-disc.three {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}
.ul-disc.three li {
  width: 33%;
}
.ul-disc.fullWidth li {
  width: 100%;
}
.ul-disc.mTB20 {
  margin: 20px 0 !important;
}
.ul-disc.pfc {
  padding: 44px 0;
}
.ul-disc.pfc li {
  width: 100%;
  font-size: 1.1875em;
  font-weight: 400;
  line-height: 1.6em;
}
.ul-disc.pfc li::before {
  top: 14px;
}
.ul-disc.line15 li {
  line-height: 1.5em;
}
.ul-disc.line15 li::before {
  top: 12px;
}
.ul-disc.line15 li a {
  color: #000;
  text-decoration: underline !important;
  font-weight: 700;
}

.ul-imgText li {
  padding-top: 120px;
}
.ul-imgText li:first-child {
  padding-top: 0;
}
.ul-imgText li p {
  font-size: 1.5em !important;
  font-weight: 400 !important;
  color: #fff;
  padding-top: 30px;
}
.ul-imgText.f24 li {
  padding-top: 50px !important;
}
.ul-imgText.f24 li:first-child {
  padding-top: 0 !important;
}
.ul-imgText.f24 li p {
  width: 100% !important;
}

#page-reference-link {
  background: #F0F2F3;
  /*background:#E8EAEB;*/
  padding: 160px 0;
}
#page-reference-link.noPT {
  padding-top: 0;
  margin-top: -160px;
}
#page-reference-link .section-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background: #F94139;
}
#page-reference-link a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  padding: 58px 80px;
  background: #17262F;
  color: #fff;
  font-size: 0.75em;
  font-weight: 600;
  justify-content: right;
}
#page-reference-link a:first-child {
  justify-content: left;
  background: #F94139;
}
#page-reference-link a:first-child i {
  margin-right: 20px;
  margin-left: 0;
}
#page-reference-link a:first-child i::before, #page-reference-link a:first-child i::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  background: transparent url("../images/icons/default_link_white.svg") no-repeat center center;
}
#page-reference-link a:first-child i::before {
  left: 0;
}
#page-reference-link a:first-child i::after {
  left: 100%;
}
#page-reference-link a i {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: 20px;
  border: solid 1px #D1D4DA;
  overflow: hidden;
}
#page-reference-link a i::before, #page-reference-link a i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent url("../images/icons/default_link_white.svg") no-repeat center center;
}
#page-reference-link a i::before {
  left: -100%;
}
#page-reference-link a i::after {
  left: 0;
}
#page-reference-link a:hover:first-child i {
  margin-right: 20px;
  margin-left: 0;
}
#page-reference-link a:hover:first-child i::before {
  left: -100%;
}
#page-reference-link a:hover:first-child i::after {
  left: 0;
}
#page-reference-link a:hover i::before {
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#page-reference-link a:hover i::after {
  left: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.link-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 50px;
}
.link-container a {
  margin-left: 30px;
}
.link-container a:first-child {
  margin-left: 0;
}
.link-container.link-container-alternate {
  margin: 0;
  padding: 0 0 150px;
}
.link-container.fullWidth {
  width: 100%;
  display: block;
  margin-top: 50px;
}
.link-container.fullWidth a {
  width: 100%;
  margin: 30px 0 0 0 !important;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.map-wrapper #map {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#page-first-content {
  position: relative;
  background: #fff;
  /*&::before {content:""; position:absolute; left:0; top:-80px; width:calc(66.666% + 80px); height:80px; background:$white; z-index:11;}*/
}
#page-first-content .page-first-content-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#page-first-content .page-first-content-container .pfc-left {
  position: relative;
  width: 66.666%;
  padding: 120px 5%;
  /*
  h3 {font-size:3em; font-weight:500; color:#000; padding-bottom:15px;}
  h4 {font-size:2.25em; font-weight:400; color:#000; padding:80px 0 0;}
  h5 {font-size:1.5em; font-weight:400; color:#000; padding:80px 0 0;}
  */
}
#page-first-content .page-first-content-container .pfc-left h1 {
  font-size: 3em;
  font-weight: 500;
  color: #000000;
  line-height: 1.16em;
  padding-bottom: 50px;
}
#page-first-content .page-first-content-container .pfc-left h2 {
  font-size: 2.25em;
  font-weight: 400;
  color: #000000;
  padding: 50px 0 30px;
  line-height: 1.25em;
}
#page-first-content .page-first-content-container .pfc-left h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #000000;
  padding-bottom: 30px;
  padding-top: 25px;
  line-height: 1.5em;
}
#page-first-content .page-first-content-container .pfc-left p {
  width: 90%;
  font-size: 1.1875em;
  font-weight: 400;
  color: #000;
  padding-bottom: 35px;
  line-height: 1.5em;
}
#page-first-content .page-first-content-container .pfc-left p.italic {
  font-style: italic;
  padding: 0;
}
#page-first-content .page-first-content-container .pfc-left p:last-child {
  padding-bottom: 0;
}
#page-first-content .page-first-content-container .pfc-right {
  width: 33.333%;
  padding: 120px 160px 120px 110px;
  background: #17262F;
  /*background:#EF463E;*/
  /*
  h3 {font-size:1.5em; font-weight:400; color:$white; padding:80px 0 40px; line-height:1.25em;
  	&:first-child {padding-top:0;}
  	&.noPB {padding-bottom:0;}
  }

  h5 {font-size:1.5em; font-weight:400; color:#000; padding:80px 0 0;
  	&.white {color:$white;}
  }
  */
}
#page-first-content .page-first-content-container .pfc-right h1 {
  font-size: 3em;
  font-weight: 500;
  color: #000000;
}
#page-first-content .page-first-content-container .pfc-right h2 {
  font-size: 2.25em;
  font-weight: 400;
  color: #fff;
  padding: 0 0 40px;
  line-height: 1.25em;
}
#page-first-content .page-first-content-container .pfc-right h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 25px;
  line-height: 1.6em;
}
#page-first-content .page-first-content-container .pfc-right h3:first-child {
  padding-top: 0;
}
#page-first-content .page-first-content-container .pfc-right h4 {
  font-size: 1.1875em;
  font-weight: 400;
  color: #fff;
  padding: 40px 0 20px;
}
#page-first-content .page-first-content-container .pfc-right .map_link, #page-first-content .page-first-content-container .pfc-right p {
  font-size: 1.0625em;
  font-weight: 500;
  color: #fff;
  line-height: 1.6em;
}
#page-first-content .page-first-content-container .pfc-right a {
  margin-top: 50px;
}
#page-first-content .page-first-content-container .pfc-right a.white {
  color: #fff;
}
#page-first-content .page-first-content-container .pfc-right a.textUnderline {
  text-decoration: underline !important;
}
#page-first-content .page-first-content-container .pfc-right a.callNumber {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
}
#page-first-content .page-first-content-container .pfc-right .ul-imgText p {
  width: 70%;
}
#page-first-content .page-first-content-container .etik-mail, #page-first-content .page-first-content-container .etik-telefon {
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 15px;
  margin-top: 0 !important;
  line-height: 1.6em;
}
#page-first-content .page-first-content-container .contact-info {
  padding-top: 30px;
}
#page-first-content .page-first-content-container .contact-info a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#page-first-content .page-first-content-container .contact-info a p, #page-first-content .page-first-content-container .contact-info a span {
  font-size: 1.25em;
  font-weight: 600;
}
#page-first-content .page-first-content-container .contact-info a span {
  display: block;
  min-width: 35px;
}
#page-first-content .page-first-content-container .contact-info a p {
  color: #fff;
}
#page-first-content .page-first-content-container .alertt {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: calc(100% - 30%);
}
#page-first-content .page-first-content-container .form-container {
  border-top: none;
}
#page-first-content .page-first-content-container .form-container #services {
  padding: 15px 25px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input .label {
  left: 60px;
  top: 26px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input textarea, #page-first-content .page-first-content-container .form-container .form-wrapper .input input {
  position: relative;
  padding: 12px 25px 12px 60px;
  font-size: 16px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input textarea::-webkit-input-placeholder, #page-first-content .page-first-content-container .form-container .form-wrapper .input input::-webkit-input-placeholder {
  color: #fff;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input textarea:-moz-placeholder, #page-first-content .page-first-content-container .form-container .form-wrapper .input input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input textarea::-moz-placeholder, #page-first-content .page-first-content-container .form-container .form-wrapper .input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input textarea:-ms-input-placeholder, #page-first-content .page-first-content-container .form-container .form-wrapper .input input:-ms-input-placeholder {
  color: #fff;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input textarea:not(:placeholder-shown) + span, #page-first-content .page-first-content-container .form-container .form-wrapper .input input:not(:placeholder-shown) + span {
  font-size: 12px;
  top: 9px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input textarea:focus, #page-first-content .page-first-content-container .form-container .form-wrapper .input input:focus {
  outline: none;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input textarea:focus + span, #page-first-content .page-first-content-container .form-container .form-wrapper .input input:focus + span {
  font-size: 12px;
  top: 9px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input textarea {
  height: 200px;
  padding: 25px 25px 25px 60px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 70px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input > i.person {
  background: transparent url("../images/icons/form/person.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input > i.company {
  background: transparent url("../images/icons/form/company.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input > i.email {
  background: transparent url("../images/icons/form/email.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input > i.phone {
  background: transparent url("../images/icons/form/phone.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input > i.text {
  background: transparent url("../images/icons/form/text.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input > i.country {
  background: transparent url("../images/icons/form/country.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input.phoneWrapper .intl-tel-input {
  margin-left: 60px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input.phoneWrapper .label {
  left: 164px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input.phoneWrapper .label.active {
  font-size: 12px;
  top: 9px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input.countrySelect select {
  padding-left: 60px;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input.messageNot em {
  position: absolute;
  left: 60px;
  top: 60px;
  padding-right: 25px;
  font-size: 0.75em;
  line-height: 1.25em;
  color: inherit;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input.messageNot textarea:not(:placeholder-shown) + span + em {
  opacity: 0;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input.messageNot textarea:focus {
  outline: none;
}
#page-first-content .page-first-content-container .form-container .form-wrapper .input.messageNot textarea:focus + span + em {
  opacity: 0;
}
#page-first-content .page-first-content-container .form-container .send-container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
#page-first-content .page-first-content-container .form-container #formSendRequestBtn, #page-first-content .page-first-content-container .form-container #formSendBtn {
  border: none;
  cursor: pointer;
}
#page-first-content .page-first-content-container .form-container #formSendRequestBtn span, #page-first-content .page-first-content-container .form-container #formSendBtn span {
  min-width: 72px;
}
#page-first-content .page-first-content-container .form-container .checkbox-wrapper > div {
  margin-top: 15px;
  padding-right: 50px;
}
#page-first-content .page-first-content-container .form-container .checkbox-wrapper > div:first-child {
  margin-top: 0;
}
#page-first-content .page-first-content-container .form-container .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12.5px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: solid 1px #D1D4DA;
}
#page-first-content .page-first-content-container .form-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
#page-first-content .page-first-content-container .form-container .checkbox-container {
  display: block;
  position: relative;
  padding-left: 42px;
  margin-right: 25px;
  height: auto;
  line-height: 15px;
  font-size: 0.6875em;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*&:hover input ~ .checkmark {background-color: $red; border:solid 4px $white;}*/
}
#page-first-content .page-first-content-container .form-container .checkbox-container input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
#page-first-content .page-first-content-container .form-container .checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #D1D4DA;
}
#page-first-content .page-first-content-container .form-container .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
#page-first-content .page-first-content-container .form-container .checkbox-container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background: #EA3D3D;
}
#page-first-content .page-first-content-container .form-container .checkbox-container a {
  display: inline-block;
  text-decoration: underline !important;
  color: #000;
}
#page-first-content .page-first-content-container .contact-page-link {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-top: 10px;
}
#page-first-content .page-first-content-container .contact-page-link a {
  font-size: 1.5em;
  font-weight: 600;
  color: #000;
  margin-left: 30px;
}
#page-first-content .page-first-content-container .contact-page-link a:first-child {
  margin-left: 0;
}
#page-first-content .page-first-content-container .contact-page-link a.active {
  color: #EA3D3D;
}
#page-first-content .page-first-content-container .contact-social-media-container {
  position: relative;
  padding: 60px 0;
}
#page-first-content .page-first-content-container .contact-social-media {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
#page-first-content .page-first-content-container .contact-social-media a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  overflow: hidden;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-indent: -9999em;
  background: rgba(255, 255, 255, 0.1);
}
#page-first-content .page-first-content-container .contact-social-media a:first-child {
  margin-left: 0;
}
#page-first-content .page-first-content-container .contact-social-media a::before, #page-first-content .page-first-content-container .contact-social-media a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#page-first-content .page-first-content-container .contact-social-media a::after {
  top: 100%;
}
#page-first-content .page-first-content-container .contact-social-media a.linkedin::before, #page-first-content .page-first-content-container .contact-social-media a.linkedin::after {
  background: transparent url("../images/icons/social_media/linkedin_white.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .contact-social-media a.twitter::before, #page-first-content .page-first-content-container .contact-social-media a.twitter::after {
  background: transparent url("../images/icons/social_media/twitter_white.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .contact-social-media a.youtube::before, #page-first-content .page-first-content-container .contact-social-media a.youtube::after {
  background: transparent url("../images/icons/social_media/youtube_white.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .contact-social-media a.vimeo::before, #page-first-content .page-first-content-container .contact-social-media a.vimeo::after {
  background: transparent url("../images/icons/social_media/vimeo_white.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .contact-social-media a.instagram::before, #page-first-content .page-first-content-container .contact-social-media a.instagram::after {
  background: transparent url("../images/icons/social_media/instagram_white.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .contact-social-media a.threads::before, #page-first-content .page-first-content-container .contact-social-media a.threads::after {
  background: transparent url("../images/icons/social_media/threads_white.svg") no-repeat center center;
}
#page-first-content .page-first-content-container .contact-social-media a:hover::before {
  top: -100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#page-first-content .page-first-content-container .contact-social-media a:hover::after {
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#page-first-content .page-first-content-container .newsletter-container .newsletter-title h3 {
  padding: 20px 0 0;
}
#page-first-content .page-first-content-container .newsletter-container .newsletter-btn a {
  margin-top: 30px;
}
#page-first-content.surdurulebilirlik .page-first-content-container .pfc-right p {
  width: 88%;
  font-size: 1.1875em;
}
#page-first-content.surdurulebilirlik .page-first-content-container .pfc-right .career-awards {
  margin-top: 70px;
}

#newsletter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*
  .input {position: relative;margin: auto;width: 100%; display: block;
  		.label {position: absolute;top:30px; left:25px; font-size:1.25em; color:rgba(0,0,0,.8); font-weight:400; transform-origin: 0 0;transition: all 0.2s ease; pointer-events: none;}
  		textarea, input[type="text"] {-webkit-appearance: none;width: 100%;border: 0; font-size:18px; font-weight: 500; background:transparent; color:rgba(0,0,0,.8); transition: all 0.15s ease; height: 70px; padding:25px;

  			&:hover{}
  			&:not(:placeholder-shown) + span {font-size: 13px; top:10px;}
  			&:focus {outline: none;}
  			&:focus + span {font-size: 13px; top:10px;}
  		}
  		textarea {resize:none; height:90px;}
  	}*/
}
#newsletter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
#newsletter.active {
  opacity: 1;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#newsletter .lightbox-content {
  position: absolute;
  width: 50%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  padding: 50px;
  overflow: hidden;
  background: #fff;
  z-index: 5;
}
#newsletter .lightbox-title h3 {
  font-size: 1.5em;
  font-weight: 500;
  color: #000;
  padding-bottom: 20px;
}
#newsletter .lightbox-title p {
  font-size: 1em;
  font-weight: 500;
  color: #000;
  line-height: 1.2em;
}
#newsletter .form-container {
  border: none;
}
#newsletter .form-wrapper .form-group-container {
  position: relative;
  width: 100%;
}
#newsletter .form-wrapper .form-group-container h4 {
  font-size: 1.5em;
  font-weight: 400;
  color: #000;
  padding: 60px 0 15px;
}
#newsletter .form-wrapper .formColGroup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#newsletter .form-wrapper .formColGroup .formCol {
  position: relative;
  width: 49%;
  border: solid 1px rgba(112, 112, 112, 0.5);
  margin-top: 25px;
}
#newsletter .form-wrapper .formColGroup .formCol .btnSendForm {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding-left: 30px;
  margin-top: 41px;
  background: #EE3439;
  float: right;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 600;
  border: none;
  cursor: pointer;
  max-width: 210px;
  width: 100%;
  text-align: center;
}
#newsletter .form-wrapper .formColGroup .formCol .btnSendForm::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  width: 8px;
  height: 100%;
  background: transparent url("../images/icons/arrow-right-line-white.svg") no-repeat 0 center;
}
#newsletter .form-wrapper .formColGroup .formCol p {
  font-size: 1em;
  font-weight: 500;
  color: #000;
  line-height: 1.2em;
}
#newsletter .form-wrapper .formColGroup.fullWidth .formCol {
  width: 100%;
}
#newsletter .form-wrapper .formColGroup.noBr .formCol {
  border: none !important;
}
#newsletter .input {
  position: relative;
  margin: auto;
  width: 100%;
  display: block;
}
#newsletter .input .label {
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  pointer-events: none;
}
#newsletter .input textarea, #newsletter .input input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-weight: 500;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.15s ease;
  height: 70px;
  position: relative;
  padding: 12px 25px 12px 25px;
  font-size: 16px;
}
#newsletter .input textarea::-webkit-input-placeholder, #newsletter .input input::-webkit-input-placeholder {
  color: #fff;
}
#newsletter .input textarea:-moz-placeholder, #newsletter .input input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#newsletter .input textarea::-moz-placeholder, #newsletter .input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#newsletter .input textarea:-ms-input-placeholder, #newsletter .input input:-ms-input-placeholder {
  color: #fff;
}
#newsletter .input textarea:not(:placeholder-shown) + span, #newsletter .input input:not(:placeholder-shown) + span {
  font-size: 12px;
  top: 9px;
}
#newsletter .input textarea:focus, #newsletter .input input:focus {
  outline: none;
}
#newsletter .input textarea:focus + span, #newsletter .input input:focus + span {
  font-size: 12px;
  top: 9px;
}
#newsletter .send-container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0;
}
#newsletter #formSendRequestBtn, #newsletter #formSendBtn {
  border: none;
  cursor: pointer;
}
#newsletter #formSendRequestBtn span, #newsletter #formSendBtn span {
  min-width: 72px;
}
#newsletter .checkbox-wrapper > div {
  margin-top: 15px;
  padding-right: 50px;
}
#newsletter .checkbox-wrapper > div:first-child {
  margin-top: 0;
}
#newsletter .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12.5px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: solid 1px #D1D4DA;
}
#newsletter .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
#newsletter .checkbox-container {
  display: block;
  position: relative;
  padding-left: 42px;
  margin-right: 25px;
  height: auto;
  line-height: 15px;
  font-size: 0.75em;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#newsletter .checkbox-container input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
#newsletter .checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #D1D4DA;
}
#newsletter .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
#newsletter .checkbox-container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background: #EA3D3D;
}
#newsletter .checkbox-container a {
  display: inline-block;
  text-decoration: underline !important;
  color: #000;
}
#newsletter #newsletterSendBtn {
  border: none;
  cursor: pointer;
}
#newsletter #newsletterCloseBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  text-indent: -9999em;
  background: transparent url("../images/icons/close_btn_black.svg") no-repeat center center;
}

#page-full-content {
  position: relative;
}
#page-full-content.gray {
  background: #E8EAEB;
}
#page-full-content.gray .fc-left img {
  display: block;
  width: auto;
  height: auto;
}
#page-full-content .fc-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 160px;
  border-bottom: solid 1px #E3E5E6;
  /*
  &.teknikImg {
  	.fc-left {width:35%!important;}
  	.fc-right {width:65%!important;}
  }
  &.osmImg {
  	.fc-left {width:43%!important;}
  	.fc-right {width:57%!important;}
  }
  &.personnelImg {
  	.fc-left {width:40%!important;}
  	.fc-right {width:60%!important;}
  }
  */
}
#page-full-content .fc-item:first-child {
  position: relative;
  background: #17262F;
  padding: 0;
  border-bottom: none;
}
#page-full-content .fc-item:first-child .fc-right {
  position: relative;
  width: 54.17%;
  padding: 0 140px 0 100px;
}
#page-full-content .fc-item:first-child .fc-right h2, #page-full-content .fc-item:first-child .fc-right h3, #page-full-content .fc-item:first-child .fc-right h5, #page-full-content .fc-item:first-child .fc-right p {
  color: #fff;
}
#page-full-content .fc-item.gray-blue {
  align-items: initial;
}
#page-full-content .fc-item.gray-blue .fc-left {
  background: #F0F2F3;
  height: auto;
}
#page-full-content .fc-item.gray-blue .fc-right {
  background: #17262F;
}
#page-full-content .fc-item.blue {
  background: #17262F;
}
#page-full-content .fc-item.blue h2, #page-full-content .fc-item.blue h3, #page-full-content .fc-item.blue p {
  color: #fff;
}
#page-full-content .fc-item:nth-child(even) .fc-left {
  order: 2;
}
#page-full-content .fc-item:last-child {
  border-bottom: none;
}
#page-full-content .fc-item.fullWidth {
  width: 100%;
  padding: 0;
}
#page-full-content .fc-item.fullWidth .fc-right {
  padding-left: 5%;
}
#page-full-content .fc-item.pdTB {
  padding: 160px 0;
}
#page-full-content .fc-item.pdTBHalf {
  padding: 80px 0;
}
#page-full-content .fc-item.orderZero .fc-left {
  order: 0;
}
#page-full-content .fc-item.orderTwo .fc-left {
  order: 2;
}
#page-full-content .fc-item.standarPdTB {
  padding: 120px 0;
}
#page-full-content .fc-item.white {
  background: #fff;
}
#page-full-content .fc-item.white h2, #page-full-content .fc-item.white h3, #page-full-content .fc-item.white p {
  color: #000 !important;
}
#page-full-content .fc-item .w50 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#page-full-content .fc-item .w50 > div {
  width: 50%;
}
#page-full-content .fc-left, #page-full-content .fc-right {
  position: relative;
  width: 45.83%;
}
#page-full-content .fc-left .dFlexCenter img, #page-full-content .fc-left img, #page-full-content .fc-right .dFlexCenter img, #page-full-content .fc-right img {
  display: block;
  width: 100%;
  height: auto;
}
#page-full-content .fc-left .dFlexCenter img.widthAuto, #page-full-content .fc-left .dFlexCenter img.widthauto, #page-full-content .fc-left img.widthAuto, #page-full-content .fc-left img.widthauto, #page-full-content .fc-right .dFlexCenter img.widthAuto, #page-full-content .fc-right .dFlexCenter img.widthauto, #page-full-content .fc-right img.widthAuto, #page-full-content .fc-right img.widthauto {
  width: auto !important;
  height: auto;
  margin: 0 auto;
}
#page-full-content .fc-left .dFlexCenter img.mT, #page-full-content .fc-left img.mT, #page-full-content .fc-right .dFlexCenter img.mT, #page-full-content .fc-right img.mT {
  margin-top: 20px;
}
#page-full-content .fc-right {
  position: relative;
  width: 54.17%;
  padding: 0 100px 0 0;
  /*
  h3 {font-size:2.25em; font-weight:400; color:#000; line-height:1.25em; padding-bottom:40px;}
  h5 {font-size:1.5em; font-weight:400; color:#000; padding-bottom:30px; line-height:1.25em;}
  */
}
#page-full-content .fc-right h2 {
  font-size: 2.25em;
  font-weight: 400;
  color: #000000;
  padding: 80px 0 40px;
  line-height: 1.25em;
}
#page-full-content .fc-right h2:first-child {
  padding-top: 0;
}
#page-full-content .fc-right h2.noPB {
  padding-bottom: 0;
}
#page-full-content .fc-right h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #000;
  line-height: 1.25em;
  padding-bottom: 30px;
}
#page-full-content .fc-right p {
  font-size: 1.17em;
  font-weight: 400;
  color: #000;
  line-height: 1.6em;
  padding-bottom: 30px;
}
#page-full-content .fc-right p:last-child {
  padding-bottom: 0;
}
#page-full-content .fc-right.mtMinis {
  margin-top: -5%;
}
#page-full-content .fc-right.pdTB80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
#page-full-content .fc-right.pdTB120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
#page-full-content.eavh {
  /*background:#fafbfb; padding-top:330px;*/
}
#page-full-content.eavh .fc-item {
  background: #fff;
}
#page-full-content.eavh .fc-item h2, #page-full-content.eavh .fc-item h3, #page-full-content.eavh .fc-item h5, #page-full-content.eavh .fc-item p {
  color: #000000 !important;
}
#page-full-content.dark-gray {
  background: #F0F2F3;
}
#page-full-content.dark-gray .fc-item {
  background: #F0F2F3;
}
#page-full-content.dark-gray .fc-item h2, #page-full-content.dark-gray .fc-item h3, #page-full-content.dark-gray .fc-item h5, #page-full-content.dark-gray .fc-item p {
  color: #000000 !important;
}
#page-full-content.dark-gray .fc-left {
  width: 37.84%;
}
#page-full-content.dark-gray .fc-right {
  width: 62.16% !important;
}
#page-full-content.aboutFull .fc-item.gray-blue .fc-left {
  order: initial;
}
#page-full-content.aboutFull .fc-item.gray-blue .fc-right h2, #page-full-content.aboutFull .fc-item.gray-blue .fc-right p {
  color: #ffffff;
}
#page-full-content.aboutFull .fc-item.gray-blue + .fc-item .fc-left {
  order: 2;
}

.career-awards {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 40px;
}
.career-awards > div {
  /*width:50%;*/
  text-align: center;
  width: 100%;
}
.career-awards > div > img {
  display: block;
  /*margin:20px auto 0;*/
  margin: 0 auto 30px auto;
}

.careerAwardsRight {
  margin-top: 30px;
}

#tab-content {
  background: #F0F2F3;
  padding-top: 140px;
}
#tab-content .pfc-right-alternate {
  width: 100%;
  padding: 0 0 100px;
}
#tab-content .pfc-right-alternate h1 {
  font-size: 3em;
  font-weight: 500;
  color: #000000;
}
#tab-content .pfc-right-alternate h2 {
  font-size: 2.25em;
  font-weight: 400;
  color: 0;
  padding: 80px 0 40px;
  line-height: 1.25em;
}
#tab-content .pfc-right-alternate h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: 0;
  padding-bottom: 30px;
  padding-top: 25px;
  line-height: 1.6em;
}
#tab-content .pfc-right-alternate h3:first-child {
  padding-top: 0;
}
#tab-content .pfc-right-alternate h4 {
  font-size: 1.1875em;
  font-weight: 400;
  color: 0;
  padding: 40px 0 20px;
}
#tab-content .pfc-right-alternate p {
  font-size: 1.0625em;
  font-weight: 500;
  color: 0;
  line-height: 1.6em;
}
#tab-content .tab-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 60px;
}
#tab-content .tab-container li {
  margin-left: 40px;
}
#tab-content .tab-container li:first-child {
  margin-left: 0;
}
#tab-content .tab-container li h3 {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 1.5em;
  font-weight: 600;
  color: rgba(9, 22, 52, 0.4);
  padding-bottom: 25px;
}
#tab-content .tab-container li h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #EA3D3D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#tab-content .tab-container li:hover h3, #tab-content .tab-container li.active h3 {
  color: #EA3D3D;
}
#tab-content .tab-container li:hover h3::after, #tab-content .tab-container li.active h3::after {
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#tab-content .tab-detail-container .td-item {
  display: none;
}
#tab-content .tab-detail-container .td-item .tdi-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 33px);
}
#tab-content .tab-detail-container .td-item .tdi-container .tdi-item {
  position: relative;
  width: calc(20% - 33px);
  margin-top: 33px;
  margin-right: 33px;
  padding: 50px;
  background: #fff;
}
#tab-content .tab-detail-container .td-item .tdi-container .tdi-item h3 {
  font-family: "Barlow", sans-serif;
  font-size: 3em;
  font-weight: 700;
  color: #EA3D3D;
  letter-spacing: -2px;
  line-height: 100%;
  padding-bottom: 40px;
}
#tab-content .tab-detail-container .td-item .tdi-container .tdi-item p {
  font-size: 1.25em;
  font-weight: 500;
  color: #000000;
  line-height: 1.25em;
}
#tab-content .tab-detail-container .td-item.active {
  display: block;
}

#page-main-image {
  position: relative;
}
#page-main-image > img {
  width: 100%;
  height: auto;
}

#page-img {
  position: relative;
}
#page-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/img/page_main_image_logo.svg") no-repeat center center;
  z-index: 2;
  background-size: cover;
}

#page-main-image-alternate {
  padding: 210px 0 105px;
}
#page-main-image-alternate.gray {
  background: #E8EAEB;
}
#page-main-image-alternate .pmia-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto;
}
#page-main-image-alternate .pmia-container > div {
  width: 50%;
}
#page-main-image-alternate .pmia-container .pmia-text h3 {
  font-size: 4em;
  font-weight: 400;
  color: #091634;
  line-height: 1.05em;
  padding-bottom: 55px;
}
#page-main-image-alternate .pmia-container .pmia-text p {
  font-size: 1.3125em;
  font-weight: 400;
  color: #000;
  width: 90%;
  line-height: 1.25em;
}
#page-main-image-alternate .pmia-container .pmia-text p strong {
  font-weight: 600;
}
#page-main-image-alternate .pmia-container .pmia-img img {
  display: block;
  margin: 0 auto;
}

.quate {
  padding: 105px 0;
}
.quate.light-gray {
  background: #F0F2F3;
  padding: 0;
}
.quate.light-gray .section-content {
  padding: 160px 0;
  background: #F0F2F3;
}
.quate.dark-blue {
  background: #17262F;
}
.quate.dark-blue .section-content {
  background: #17262F;
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.quate.dark-blue .section-content h3 {
  font-size: 2.375em;
  color: #ffffff;
  line-height: 1.5em;
}
.quate.dark-blue .section-content p {
  width: 100%;
  font-size: 1.3125em;
  color: #ffffff;
  line-height: 1.5em;
}
.quate.dark-blue .link-container-alternate {
  padding: 50px 0 0;
}
.quate .section-content {
  padding: 180px 0 50px;
  background: #ffffff;
}
.quate .section-content p {
  width: 70%;
  margin: 0 auto;
  font-size: 1.3125em;
  font-weight: 400;
  color: #000;
  padding-top: 50px;
  line-height: 1.2em;
}
.quate .section-content p:first-child {
  padding-top: 0;
}
.quate .section-content p strong {
  font-weight: 600;
}

#quate {
  background: #E8EAEB;
  padding: 0 0 100px;
}
#quate.light-gray .section-content {
  padding: 120px 0;
  background: #F0F2F3;
}

.page-text {
  padding-bottom: 180px;
}
.page-text.gray {
  background: #E8EAEB;
}
.page-text.light-gray {
  background: #F0F2F3;
}
.page-text .section-content {
  width: 70%;
  margin: 0 auto;
}
.page-text .section-content h3 {
  font-size: 2.375em;
  font-weight: 400;
  color: #000;
  padding: 180px 0 50px;
}
.page-text .section-content h3 span {
  display: block;
}
.page-text .section-content h4 {
  font-size: 1.875em;
  font-weight: 400;
  color: #000000;
  line-height: 1.2em;
  padding-bottom: 35px;
}
.page-text .section-content p {
  font-size: 1.3125em;
  font-weight: 400;
  color: #000;
  line-height: 1.2em;
  padding-bottom: 0;
}
.page-text .section-content p strong {
  font-weight: 600;
}

.page-text-alternate {
  padding-top: 180px;
}
.page-text-alternate.light-gray {
  background: #F0F2F3;
}
.page-text-alternate .section-content {
  width: 70%;
  margin: 0 auto;
}
.page-text-alternate .section-content h2 {
  font-size: 2.375em;
  font-weight: 400;
  color: #000;
  padding: 0 0 50px;
}
.page-text-alternate .section-content h2 span {
  display: inline-block;
}
.page-text-alternate .section-content h3 {
  font-size: 1.875em;
  font-weight: 400;
  color: #000000;
  line-height: 1.2em;
  padding-bottom: 35px;
}
.page-text-alternate .section-content p {
  font-size: 1.3125em;
  font-weight: 400;
  color: #000;
  line-height: 1.2em;
  padding-bottom: 80px;
}
.page-text-alternate .section-content p strong {
  font-weight: 600;
}
.page-text-alternate .section-content p:last-child {
  padding-bottom: 0;
}
.page-text-alternate .section-content a.textUnderline {
  color: #000;
  text-decoration: underline !important;
}
.page-text-alternate.noPB {
  padding-bottom: 0 !important;
}

.page-promena {
  padding: 120px 0;
}
.page-promena.light-gray {
  background: #F0F2F3;
}
.page-promena .section-content {
  margin: 0 auto;
}
.page-promena .section-content h2 {
  font-size: 2.375em;
  font-weight: 400;
  color: #000;
  padding: 0 0 50px;
  text-align: center;
}
.page-promena .section-content h2 span {
  display: inline-block;
}
.page-promena .section-content h3 {
  font-size: 1.875em;
  font-weight: 400;
  color: #000000;
  line-height: 1.2em;
  padding-bottom: 35px;
}
.page-promena .promena-tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 60px 0 60px;
}
.page-promena .promena-tab a {
  font-size: 1.0625em;
  font-weight: 700;
  color: #000000;
  padding: 20px 40px;
  background: rgba(23, 38, 47, 0.03);
  margin-left: 20px;
  line-height: 1.25em;
  text-align: center;
}
.page-promena .promena-tab a:first-child {
  margin-left: 0;
}
.page-promena .promena-tab a.active {
  background: #EA3D3D;
  color: #fff;
}
.page-promena .promena-tab-detail .promena-tab-item {
  display: none;
  background: #fff;
}
.page-promena .promena-tab-detail .promena-tab-item.active {
  display: block;
}
.page-promena .promena-tab-detail .promena-tab-item .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-promena .promena-tab-detail .pti-img {
  width: 46%;
}
.page-promena .promena-tab-detail .pti-img img {
  width: 100%;
  height: auto;
}
.page-promena .promena-tab-detail .pti-text {
  position: relative;
  width: 54%;
  padding: 80px;
}
.page-promena .promena-tab-detail .pti-text h3 {
  font-size: 1.875em;
  font-weight: 400;
  color: #000000;
  line-height: 1.5em;
}
.page-promena .promena-tab-detail .pti-text p {
  font-size: 1.3125em;
  font-weight: 400;
  color: #000000;
  line-height: 1.5em;
}

.light-gray {
  background: #F0F2F3 !important;
}

.darkBlue {
  background: #17262F !important;
}

#page-main-tab-container {
  padding: 180px 0 90px;
}
#page-main-tab-container .section-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-main-tab-container .page-title {
  position: relative;
  width: 70%;
}
#page-main-tab-container .page-title h1 {
  font-size: 3.5em;
  font-weight: 400;
  color: #000000;
  line-height: 1.25em;
}
#page-main-tab-container .breadcrumb-alternate {
  width: 30%;
  padding-left: 70px;
}
#page-main-tab-container .breadcrumb-alternate li {
  position: relative;
  font-size: 1.0625em;
  font-weight: 500;
  color: #fff;
  padding-left: 10px;
  margin-top: 16px;
}
#page-main-tab-container .breadcrumb-alternate li:first-child {
  margin-top: 0;
}
#page-main-tab-container .breadcrumb-alternate li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page-main-tab-container .breadcrumb-alternate li a {
  font-size: 1em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
#page-main-tab-container .breadcrumb-alternate li.active::before {
  background: #000;
}
#page-main-tab-container .breadcrumb-alternate li.active a {
  color: #000;
  font-weight: 600;
}
#page-main-tab-container .breadcrumb-alternate-two {
  width: 100%;
}
#page-main-tab-container .breadcrumb-alternate-two li {
  position: relative;
  font-size: 1.0625em;
  font-weight: 500;
  color: #fff;
  padding-left: 10px;
  margin-left: 20px;
  margin-top: 0;
  float: left;
}
#page-main-tab-container .breadcrumb-alternate-two li:first-child {
  margin-top: 0;
  margin-left: 20px;
}
#page-main-tab-container .breadcrumb-alternate-two li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page-main-tab-container .breadcrumb-alternate-two li a {
  font-size: 1em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
#page-main-tab-container .breadcrumb-alternate-two li.active::before {
  background: #000;
}
#page-main-tab-container .breadcrumb-alternate-two li.active a {
  color: #000;
  font-weight: 600;
}
#page-main-tab-container.white {
  background: #fff;
}
#page-main-tab-container.news-page-main-tab-container {
  width: 58.55%;
  margin: 0 auto;
}
#page-main-tab-container.news-page-main-tab-container .section-content {
  width: 100%;
  align-items: initial;
}
#page-main-tab-container.news-page-main-tab-container .page-title {
  width: 80%;
}
#page-main-tab-container.news-page-main-tab-container .page-title span {
  display: block;
  position: absolute;
  top: -20px;
  padding-bottom: 20px;
}
#page-main-tab-container.news-page-main-tab-container .breadcrumb-alternate {
  width: 20%;
  margin-top: 10px;
}

.form-container {
  z-index: 3;
  border-top: solid 400px #fafbfb;
}
.form-container .section-content {
  padding: 80px;
  width: 58.333%;
  background: #fff;
  margin: -275px auto 0;
}
.form-container .section-content h3 {
  font-size: 2.375em;
  font-weight: 400;
  color: #000000;
}
.form-container .form-wrapper .form-group-container {
  position: relative;
  width: 100%;
}
.form-container .form-wrapper .form-group-container h4 {
  font-size: 1.5em;
  font-weight: 400;
  color: #000;
  padding: 60px 0 15px;
}
.form-container .form-wrapper .formColGroup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form-container .form-wrapper .formColGroup .formCol {
  position: relative;
  width: 49%;
  border: solid 1px rgba(112, 112, 112, 0.5);
  margin-top: 25px;
}
.form-container .form-wrapper .formColGroup .formCol .btnSendForm {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding-left: 30px;
  margin-top: 41px;
  background: #EE3439;
  float: right;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 600;
  border: none;
  cursor: pointer;
  max-width: 210px;
  width: 100%;
  text-align: center;
}
.form-container .form-wrapper .formColGroup .formCol .btnSendForm::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  width: 8px;
  height: 100%;
  background: transparent url("../images/icons/arrow-right-line-white.svg") no-repeat 0 center;
}
.form-container .form-wrapper .formColGroup.fullWidth .formCol {
  width: 100%;
}
.form-container .form-wrapper select {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  line-height: 125%;
  cursor: pointer;
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 70px;
  padding: 0 25px;
}
.form-container .form-wrapper .selectbox, .form-container .form-wrapper .select {
  position: relative;
}
.form-container .form-wrapper .selectbox::after, .form-container .form-wrapper .select::after {
  display: block;
  content: "";
  width: 50px;
  height: 100%;
  background: transparent url("../images/icons/selectDown.svg") no-repeat 0 center;
  position: absolute;
  right: 0;
  top: 0;
  color: #7C7F81;
  line-height: 70px;
  text-align: right;
  pointer-events: none;
}
.form-container .form-wrapper .input {
  position: relative;
  margin: auto;
  width: 100%;
  display: block;
}
.form-container .form-wrapper .input .label {
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  pointer-events: none;
}
.form-container .form-wrapper .input textarea, .form-container .form-wrapper .input input[type=text], .form-container .form-wrapper .input input[type=tel] {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.15s ease;
  height: 70px;
  padding: 25px;
}
.form-container .form-wrapper .input textarea:not(:placeholder-shown) + span, .form-container .form-wrapper .input input[type=text]:not(:placeholder-shown) + span, .form-container .form-wrapper .input input[type=tel]:not(:placeholder-shown) + span {
  font-size: 13px;
  top: 10px;
}
.form-container .form-wrapper .input textarea:focus, .form-container .form-wrapper .input input[type=text]:focus, .form-container .form-wrapper .input input[type=tel]:focus {
  outline: none;
}
.form-container .form-wrapper .input textarea:focus + span, .form-container .form-wrapper .input input[type=text]:focus + span, .form-container .form-wrapper .input input[type=tel]:focus + span {
  font-size: 13px;
  top: 10px;
}
.form-container .form-wrapper .input textarea {
  resize: none;
  height: 90px;
}
.form-container .form-wrapper .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12.5px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: solid 1px #D1D4DA;
}
.form-container .form-wrapper .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.form-container .form-wrapper .radio-container, .form-container .form-wrapper .checkbox-container {
  display: block;
  position: relative;
  padding-left: 42px;
  margin-right: 25px;
  height: auto;
  line-height: 15px;
  font-size: 0.6875em;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*&:hover input ~ .checkmark {background-color: $red; border:solid 4px $white;}*/
}
.form-container .form-wrapper .radio-container input, .form-container .form-wrapper .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-container .form-wrapper .radio-container input:checked ~ .checkmark, .form-container .form-wrapper .checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #D1D4DA;
}
.form-container .form-wrapper .radio-container input:checked ~ .checkmark:after, .form-container .form-wrapper .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.form-container .form-wrapper .radio-container .checkmark:after, .form-container .form-wrapper .checkbox-container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background: #EA3D3D;
}
.form-container .form-wrapper .radio-group-wrapper {
  padding: 12px 25px 12px 25px;
}
.form-container .form-wrapper .radio-group-wrapper p {
  font-size: 1.25em !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.8) !important;
  padding-bottom: 15px !important;
}
.form-container .form-wrapper .radio-group-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  /*height:32px;*/
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.form-container .form-wrapper .radio-group-container .checkbox-container {
  font-size: 1.25em !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center !important;
}

.pager-list-wrapper {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 100px 0 150px;
}
.pager-list-wrapper .pager-item {
  width: 60px;
  height: 60px;
  border: solid 1px #D1D4DA;
  margin-left: 10px;
  margin-right: 10px;
}
.pager-list-wrapper .pager-item a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.125em;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pager-list-wrapper .pager-item.prev {
  margin-right: 60px;
  margin-left: 0;
  background: transparent url("../images/icons/carousel_arrow_right.svg") no-repeat center center;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
.pager-list-wrapper .pager-item.next {
  margin-left: 60px;
  margin-right: 0;
  background: transparent url("../images/icons/carousel_arrow_right.svg") no-repeat center center;
}
.pager-list-wrapper .pager-item.active a {
  background: #EA3D3D;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pager-list-wrapper .pager-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.video-list-container {
  position: relative;
  width: calc(100% + 50px);
  margin-left: -50px;
  overflow: hidden;
  padding-top: 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.video-list-container .vd-item {
  width: calc(33.333% - 50px);
  float: left;
  margin-left: 50px;
  margin-bottom: 50px;
}
.video-list-container .vd-item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.video-list-container .vd-item a::before, .video-list-container .vd-item a::after {
  content: "";
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 3;
}
.video-list-container .vd-item a::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(235, 70, 70, 0.9);
}
.video-list-container .vd-item a::after {
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background: transparent url("../images/img/pages/videolar/video_play.svg") no-repeat center center;
  background-size: 100% 100%;
}
.video-list-container .vd-item a img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.video-list-container .vd-item a h4 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  z-index: 3;
  color: #fff;
  font-size: 1.5625em;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.video-list-container .vd-item a:hover::before, .video-list-container .vd-item a:hover::after, .video-list-container .vd-item a:hover h4 {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.documents-list-container .dc-item {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.documents-list-container .dc-item:first-child {
  margin-top: 0;
}
.documents-list-container .dc-item a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 100px 300px 100px 160px;
  background: #fff;
  color: #000;
  font-size: 2.1875em;
  font-weight: 600;
  line-height: 1.2em;
  /*
  i {display:block; position:absolute; right:85px; top:50%; margin-top:-30px; width:60px; height:60px; border:solid 1px #D1D4DA; overflow:hidden;
  	&::before, &::after {content:""; position:absolute; left:0; top:0; width:60px; height:60px; @include easing(.3s); background:transparent url('../images/icons/carousel_arrow_right.svg') no-repeat center center;}
  	&::before {left:-100%;}
  	&::after {left:0;}
  }
  &:hover {
  	i {
  		&::before {left:0; @include easing(.3s);}
  		&::after {left:100%; @include easing(.3s);}
  	}
  }*/
}
.documents-list-container .dc-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 100%;
  background: transparent url("../images/icons/pdf.svg") no-repeat center center;
}
.documents-list-container .dc-item a > i {
  display: block;
  position: absolute;
  right: 85px;
  top: 50%;
  margin-top: -30px;
  width: 200px;
  height: 60px;
  font-size: 13px;
}
.documents-list-container .dc-item a > i span {
  min-width: 68px;
}
.documents-list-container.pdTB {
  padding: 180px 0;
}

#world-map {
  background: #F0F2F3;
}
#world-map h3 {
  padding: 130px 0 100px;
  font-size: 2.25em;
}
#world-map svg {
  display: inline-block;
  margin: 0 auto;
}
#world-map .amcharts-bg {
  fill: #F0F2F3;
}
#world-map path, #world-map polygon {
  cursor: pointer;
}
#world-map [data-bs-toggle=popover]:hover path,
#world-map [data-bs-toggle=popover]:hover {
  fill: #EA3D3D;
  stroke: #EA3D3D;
}
#world-map .map-detail {
  position: absolute;
  width: 440px;
  opacity: 0;
  background: #fff;
  padding: 30px 120px 30px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#world-map .map-detail.active {
  top: 50%;
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#world-map .map-detail .map-detail-content {
  width: 100%;
}
#world-map .map-detail .map-detail-content h5 {
  font-size: 1.3125em;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}
#world-map .map-detail .map-detail-content p, #world-map .map-detail .map-detail-content a {
  font-size: 0.9375em;
  color: #000;
  padding-top: 10px;
}
#world-map .map-detail .map-detail-content .button {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
}
#world-map .map-detail .map-detail-content .button i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: solid 1px #D1D4DA;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#world-map .map-detail .map-detail-content .button i::before, #world-map .map-detail .map-detail-content .button i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#world-map .map-detail .map-detail-content .button i::before {
  left: -100%;
  background: transparent url("../images/icons/carousel_arrow_right_white.svg") no-repeat center center;
}
#world-map .map-detail .map-detail-content .button i::after {
  left: 0;
  background: transparent url("../images/icons/carousel_arrow_right.svg") no-repeat center center;
}
#world-map .map-detail .map-detail-content .button:hover i {
  border: solid 1px #EA3D3D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #EA3D3D;
}
#world-map .map-detail .map-detail-content .button:hover i::before {
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#world-map .map-detail .map-detail-content .button:hover i::after {
  left: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#world-map .mapCloseBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: transparent url("../images/icons/close_btn_black.svg") no-repeat center center;
}
#world-map [data-show] {
  display: block;
}

.tenders-filter-container {
  height: 330px;
}
.tenders-filter-container .tenders-filter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 80px 160px;
  background: #EA3D3D;
}
.tenders-filter-container .tenders-filter .formColGroup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tenders-filter-container .tenders-filter .formColGroup:first-child {
  width: calc(70% - 16px);
}
.tenders-filter-container .tenders-filter .formColGroup:first-child .formCol {
  margin-top: 0;
}
.tenders-filter-container .tenders-filter .formColGroup .formCol {
  position: relative;
  width: 49%;
  background: #fff;
  margin-top: 25px;
}
.tenders-filter-container .tenders-filter .formColGroup.fullWidth .formCol {
  width: 100%;
}
.tenders-filter-container .tenders-filter .formColGroup.noBr .formCol {
  border: none !important;
}
.tenders-filter-container .tenders-filter .formColGroup.three .formCol {
  width: calc(35% - 16px);
}
.tenders-filter-container .tenders-filter .formColGroup.three .formCol.formColButton {
  width: 30%;
  background: none;
}
.tenders-filter-container .tenders-filter .formColGroup.three .formCol.date {
  background: none;
}
.tenders-filter-container .tenders-filter .formColGroup.three .formCol.date input[type=text] {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2em;
  line-height: 1.25em;
  font-weight: 400;
}
.tenders-filter-container .tenders-filter .formColGroup.three .formCol.date input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.tenders-filter-container .tenders-filter .formColGroup.three .formCol.date input[type=text]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.tenders-filter-container .tenders-filter .formColGroup.three .formCol.date input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.tenders-filter-container .tenders-filter .formColGroup.three .formCol.date input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.tenders-filter-container .tenders-filter .formColGroup.three .formCol.date .h50 {
  width: 100%;
  height: 33px;
  margin-top: 4px;
}
.tenders-filter-container .tenders-filter .formColGroup.three .formCol.date .h50:first-child {
  margin-top: 0;
  margin-bottom: 4px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}
.tenders-filter-container .tenders-filter .formColGroup.three .default-link-theme.dark-blue {
  width: 98%;
  float: right;
  height: 100%;
  border: none;
  cursor: pointer;
}
.tenders-filter-container .tenders-filter select {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1.25em;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 70px;
  padding: 0 25px;
}
.tenders-filter-container .tenders-filter .selectbox, .tenders-filter-container .tenders-filter .select {
  position: relative;
}
.tenders-filter-container .tenders-filter .selectbox::after, .tenders-filter-container .tenders-filter .select::after {
  display: block;
  content: "";
  width: 50px;
  height: 100%;
  background: transparent url("../images/icons/selectDown.svg") no-repeat 0 center;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  line-height: 70px;
  text-align: right;
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  border: solid 1px #ccc;
  cursor: pointer;
}

#tenders-container {
  padding: 120px 0 0;
}
#tenders-container .tenders-list {
  padding-bottom: 100px;
}
#tenders-container .tenders-list .tenders-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
}
#tenders-container .tenders-list .tenders-item:first-child {
  margin-top: 0;
}
#tenders-container .tenders-list .tenders-item > div h3 {
  font-size: 1.875em;
  line-height: 1.2em;
  color: #000;
  padding-bottom: 30px;
  font-weight: 600;
}
#tenders-container .tenders-list .tenders-item > div > p {
  font-size: 1.0625em;
  line-height: 1.2em;
  color: #000;
  font-weight: 500;
}
#tenders-container .tenders-list .tenders-item > div h4 {
  font-size: 1.0625em;
  line-height: 1.2em;
  color: #000;
  text-decoration: underline;
  font-weight: 700;
  padding-bottom: 20px;
}
#tenders-container .tenders-list .tenders-item > div a {
  /*&.displayNone {display:none!important}*/
}
#tenders-container .tenders-list .tenders-item > div .inner > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
#tenders-container .tenders-list .tenders-item > div .inner > div:first-child {
  margin-top: 0;
}
#tenders-container .tenders-list .tenders-item > div .inner p, #tenders-container .tenders-list .tenders-item > div .inner span, #tenders-container .tenders-list .tenders-item > div .inner a {
  font-size: 0.9375em;
  line-height: 1.2em;
  font-weight: 500;
}
#tenders-container .tenders-list .tenders-item > div .inner p {
  color: rgba(0, 0, 0, 0.5);
}
#tenders-container .tenders-list .tenders-item > div .inner span {
  color: #000;
}
#tenders-container .tenders-list .tenders-item > div .inner span.color-red {
  color: #EA3D3D;
}
#tenders-container .tenders-list .tenders-item > div .inner a {
  color: #000;
}
#tenders-container .tenders-list .tenders-item > div:nth-child(1) {
  width: 27%;
  padding-right: 3%;
}
#tenders-container .tenders-list .tenders-item > div:nth-child(2) {
  width: 28%;
}
#tenders-container .tenders-list .tenders-item > div:nth-child(2) .inner p {
  width: 120px;
}
#tenders-container .tenders-list .tenders-item > div:nth-child(3) {
  width: 22%;
}
#tenders-container .tenders-list .tenders-item > div:nth-child(3) .inner p {
  width: 90px;
}
#tenders-container .tenders-list .tenders-item > div:nth-child(4) {
  width: 20%;
}
#tenders-container .tenders-list .tenders-item > div:nth-child(4) a {
  width: 100%;
}
#tenders-container .tenders-list .tenders-item:hover {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 45px #c8c9cc84;
  box-shadow: 0px 0px 45px #c8c9cc84;
}
#tenders-container .pager-list-wrapper {
  margin-top: 0;
}

.news-search-container {
  position: relative;
  padding: 120px 0 100px;
}
.news-search-container form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-search-container .news-search {
  position: relative;
  width: 38%;
  background: #EA3D3D;
  height: 80px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.news-search-container .news-search #btnSearchNews {
  position: relative;
  width: 90px;
  height: 100%;
  background: transparent url("../images/icons/search_white.svg") no-repeat center center;
  border: none;
  cursor: pointer;
}
.news-search-container .news-search #txtSearchNews {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  width: calc(100% - 100px);
  background: transparent;
  border: none;
}
.news-search-container .news-search #txtSearchNews:-webkit-autofill, .news-search-container .news-search #txtSearchNews:-webkit-autofill:hover, .news-search-container .news-search #txtSearchNews:-webkit-autofill:focus, .news-search-container .news-search #txtSearchNews:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #EA3D3D inset !important;
  -webkit-text-fill-color: #fff !important;
}
.news-search-container .filterSelect {
  position: relative;
  width: 280px;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.25);
}
.news-search-container .filterSelect::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background: transparent url("../images/icons/selectDown.svg") no-repeat center center;
  pointer-events: none;
}
.news-search-container .filterSelect .selectbox {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  background: transparent;
  color: #000;
  height: 80px;
  padding-left: 30px;
}
.news-search-container .filterSelectWrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.news-search-container .filterSelectWrapper .filterSelect:first-child {
  order: -1;
  margin-right: 40px;
}

.search-result-container .sr-item, .search-result-container .news-item, .news-list-container .sr-item, .news-list-container .news-item {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.search-result-container .sr-item:first-child, .search-result-container .news-item:first-child, .news-list-container .sr-item:first-child, .news-list-container .news-item:first-child {
  margin-top: 0;
}
.search-result-container .sr-item a, .search-result-container .news-item a, .news-list-container .sr-item a, .news-list-container .news-item a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 80px 85px 80px 60px;
  background: #fff;
  color: #000;
  border: solid 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-result-container .sr-item a div, .search-result-container .news-item a div, .news-list-container .sr-item a div, .news-list-container .news-item a div {
  width: 100%;
}
.search-result-container .sr-item a div span, .search-result-container .news-item a div span, .news-list-container .sr-item a div span, .news-list-container .news-item a div span {
  font-size: 1em;
  font-weight: 600;
  color: #EA3D3D;
}
.search-result-container .sr-item a div p, .search-result-container .news-item a div p, .news-list-container .sr-item a div p, .news-list-container .news-item a div p {
  font-size: 2.1875em;
  font-weight: 600;
  color: #000;
  padding-top: 20px;
  width: 94%;
}
.search-result-container .sr-item a i, .search-result-container .news-item a i, .news-list-container .sr-item a i, .news-list-container .news-item a i {
  display: block;
  position: absolute;
  right: 85px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border: solid 1px #D1D4DA;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-result-container .sr-item a i::before, .search-result-container .sr-item a i::after, .search-result-container .news-item a i::before, .search-result-container .news-item a i::after, .news-list-container .sr-item a i::before, .news-list-container .sr-item a i::after, .news-list-container .news-item a i::before, .news-list-container .news-item a i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-result-container .sr-item a i::before, .search-result-container .news-item a i::before, .news-list-container .sr-item a i::before, .news-list-container .news-item a i::before {
  left: -100%;
  background: transparent url("../images/icons/carousel_arrow_right_white.svg") no-repeat center center;
}
.search-result-container .sr-item a i::after, .search-result-container .news-item a i::after, .news-list-container .sr-item a i::after, .news-list-container .news-item a i::after {
  left: 0;
  background: transparent url("../images/icons/carousel_arrow_right.svg") no-repeat center center;
}
.search-result-container .sr-item:hover a, .search-result-container .news-item:hover a, .news-list-container .sr-item:hover a, .news-list-container .news-item:hover a {
  border: solid 1px #EA3D3D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-result-container .sr-item:hover a i, .search-result-container .news-item:hover a i, .news-list-container .sr-item:hover a i, .news-list-container .news-item:hover a i {
  border: solid 1px #EA3D3D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #EA3D3D;
}
.search-result-container .sr-item:hover a i::before, .search-result-container .news-item:hover a i::before, .news-list-container .sr-item:hover a i::before, .news-list-container .news-item:hover a i::before {
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-result-container .sr-item:hover a i::after, .search-result-container .news-item:hover a i::after, .news-list-container .sr-item:hover a i::after, .news-list-container .news-item:hover a i::after {
  left: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-result-container .search-result-title h3, .news-list-container .search-result-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: #EA3D3D;
  padding-bottom: 80px;
}
.search-result-container.press-list-container .sr-item a i::before, .search-result-container.press-list-container .sr-item a i::after, .search-result-container.press-list-container .news-item a i::before, .search-result-container.press-list-container .news-item a i::after, .news-list-container.press-list-container .sr-item a i::before, .news-list-container.press-list-container .sr-item a i::after, .news-list-container.press-list-container .news-item a i::before, .news-list-container.press-list-container .news-item a i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.search-result-container.press-list-container .sr-item a i::before, .search-result-container.press-list-container .news-item a i::before, .news-list-container.press-list-container .sr-item a i::before, .news-list-container.press-list-container .news-item a i::before {
  top: -100%;
  background: transparent url("../images/icons/carousel_arrow_right_white.svg") no-repeat center center;
}
.search-result-container.press-list-container .sr-item a i::after, .search-result-container.press-list-container .news-item a i::after, .news-list-container.press-list-container .sr-item a i::after, .news-list-container.press-list-container .news-item a i::after {
  top: 0;
  background: transparent url("../images/icons/carousel_arrow_right.svg") no-repeat center center;
}
.search-result-container.press-list-container .sr-item div p, .search-result-container.press-list-container .news-item div p, .news-list-container.press-list-container .sr-item div p, .news-list-container.press-list-container .news-item div p {
  width: 90%;
}
.search-result-container.press-list-container .sr-item:hover a, .search-result-container.press-list-container .news-item:hover a, .news-list-container.press-list-container .sr-item:hover a, .news-list-container.press-list-container .news-item:hover a {
  border: solid 1px #EA3D3D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-result-container.press-list-container .sr-item:hover a i, .search-result-container.press-list-container .news-item:hover a i, .news-list-container.press-list-container .sr-item:hover a i, .news-list-container.press-list-container .news-item:hover a i {
  border: solid 1px #EA3D3D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #EA3D3D;
}
.search-result-container.press-list-container .sr-item:hover a i::before, .search-result-container.press-list-container .news-item:hover a i::before, .news-list-container.press-list-container .sr-item:hover a i::before, .news-list-container.press-list-container .news-item:hover a i::before {
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-result-container.press-list-container .sr-item:hover a i::after, .search-result-container.press-list-container .news-item:hover a i::after, .news-list-container.press-list-container .sr-item:hover a i::after, .news-list-container.press-list-container .news-item:hover a i::after {
  top: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.isp-list-container {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding: 180px 0;
}
.isp-list-container .isp-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.isp-list-container .isp-item h2 {
  position: relative;
  padding: 80px 120px 80px 0;
  font-size: 2.25em;
  font-weight: 400;
  color: #000;
  border-bottom: solid 1px #D1D4DA;
  cursor: pointer;
}
.isp-list-container .isp-item h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 41px;
  height: 41px;
  margin-top: -20.5px;
  background: transparent url("../images/icons/plus_red.svg") no-repeat center center;
}
.isp-list-container .isp-item h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #000;
  line-height: 1.25em;
  padding: 20px 0 30px;
}
.isp-list-container .isp-item p {
  font-size: 1.1875em;
  font-weight: 400;
  color: #000;
  line-height: 1.6em;
  padding-bottom: 30px;
}
.isp-list-container .isp-item .ul-disc {
  margin: 50px 0 80px;
}
.isp-list-container .isp-item .ul-disc li {
  font-size: 1.1875em;
  font-weight: 400;
  color: #000;
}
.isp-list-container .isp-item .isp-text {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
}
.isp-list-container .isp-item.active .isp-text {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  padding: 40px 0;
  border-bottom: solid 1px #D1D4DA;
}
.isp-list-container .isp-item .noPT {
  padding-top: 0 !important;
}
.isp-list-container .isp-item .noPB {
  padding-bottom: 0 !important;
}

#page-news-detail {
  position: relative;
  width: 58.55%;
  margin: 0 auto;
}
#page-news-detail .section-content {
  width: 100%;
}
#page-news-detail .section-content .form-container {
  border-top: none;
}
#page-news-detail .section-content .form-container #services {
  padding: 25px;
}
#page-news-detail .section-content .form-container .form-wrapper .formColGroup .formCol {
  font-size: 16px;
}
#page-news-detail .section-content .form-container .form-wrapper .input .label {
  left: 60px;
  top: 21px;
}
#page-news-detail .section-content .form-container .form-wrapper .input textarea, #page-news-detail .section-content .form-container .form-wrapper .input input {
  position: relative;
  padding: 12px 25px 12px 60px;
  font-size: 16px;
}
#page-news-detail .section-content .form-container .form-wrapper .input textarea::-webkit-input-placeholder, #page-news-detail .section-content .form-container .form-wrapper .input input::-webkit-input-placeholder {
  color: #fff;
}
#page-news-detail .section-content .form-container .form-wrapper .input textarea:-moz-placeholder, #page-news-detail .section-content .form-container .form-wrapper .input input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#page-news-detail .section-content .form-container .form-wrapper .input textarea::-moz-placeholder, #page-news-detail .section-content .form-container .form-wrapper .input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#page-news-detail .section-content .form-container .form-wrapper .input textarea:-ms-input-placeholder, #page-news-detail .section-content .form-container .form-wrapper .input input:-ms-input-placeholder {
  color: #fff;
}
#page-news-detail .section-content .form-container .form-wrapper .input textarea:not(:placeholder-shown) + span, #page-news-detail .section-content .form-container .form-wrapper .input input:not(:placeholder-shown) + span {
  font-size: 12px;
  top: 6px;
}
#page-news-detail .section-content .form-container .form-wrapper .input textarea:focus, #page-news-detail .section-content .form-container .form-wrapper .input input:focus {
  outline: none;
}
#page-news-detail .section-content .form-container .form-wrapper .input textarea:focus + span, #page-news-detail .section-content .form-container .form-wrapper .input input:focus + span {
  font-size: 12px;
  top: 6px;
}
#page-news-detail .section-content .form-container .form-wrapper .input textarea {
  height: 200px;
  padding: 25px 25px 25px 60px;
}
#page-news-detail .section-content .form-container .form-wrapper .input > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 70px;
}
#page-news-detail .section-content .form-container .form-wrapper .input > i.person {
  background: transparent url("../images/icons/form/person.svg") no-repeat center center;
}
#page-news-detail .section-content .form-container .form-wrapper .input > i.company {
  background: transparent url("../images/icons/form/company.svg") no-repeat center center;
}
#page-news-detail .section-content .form-container .form-wrapper .input > i.email {
  background: transparent url("../images/icons/form/email.svg") no-repeat center center;
}
#page-news-detail .section-content .form-container .form-wrapper .input > i.phone {
  background: transparent url("../images/icons/form/phone.svg") no-repeat center center;
}
#page-news-detail .section-content .form-container .form-wrapper .input > i.text {
  background: transparent url("../images/icons/form/text.svg") no-repeat center center;
}
#page-news-detail .section-content .form-container .form-wrapper .input.phoneWrapper .intl-tel-input {
  margin-left: 60px;
}
#page-news-detail .section-content .form-container .form-wrapper .input.phoneWrapper .label {
  left: 164px;
}
#page-news-detail .section-content .form-container .form-wrapper .input.phoneWrapper .label.active {
  font-size: 12px;
  top: 9px;
}
#page-news-detail .section-content .form-container .form-wrapper select {
  padding: 0 25px;
  line-height: 125%;
}
#page-news-detail .section-content .form-container .form-wrapper select option {
  line-height: initial;
}
#page-news-detail .section-content .form-container .send-container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
#page-news-detail .section-content .form-container #formSendRequestBtn, #page-news-detail .section-content .form-container #formSendBtn {
  border: none;
  cursor: pointer;
}
#page-news-detail .section-content .form-container #formSendRequestBtn span, #page-news-detail .section-content .form-container #formSendBtn span {
  min-width: 72px;
}
#page-news-detail .section-content .form-container .checkbox-wrapper > div {
  margin-top: 15px;
  padding-right: 50px;
}
#page-news-detail .section-content .form-container .checkbox-wrapper > div:first-child {
  margin-top: 0;
}
#page-news-detail .section-content .form-container .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12.5px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: solid 1px #D1D4DA;
}
#page-news-detail .section-content .form-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
#page-news-detail .section-content .form-container .checkbox-container {
  display: block;
  position: relative;
  padding-left: 42px;
  margin-right: 25px;
  height: auto;
  line-height: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*&:hover input ~ .checkmark {background-color: $red; border:solid 4px $white;}*/
}
#page-news-detail .section-content .form-container .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#page-news-detail .section-content .form-container .checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #D1D4DA;
}
#page-news-detail .section-content .form-container .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
#page-news-detail .section-content .form-container .checkbox-container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background: #EA3D3D;
}
#page-news-detail .section-content .form-container .checkbox-container a {
  display: inline-block;
  text-decoration: underline !important;
  color: #000;
}
#page-news-detail .news-detail-container {
  position: relative;
  padding: 80px 0 180px;
  font-size: 21px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}
#page-news-detail .news-detail-container strong, #page-news-detail .news-detail-container b {
  font-weight: 600;
}
#page-news-detail .news-detail-container > img {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
#page-news-detail .news-detail-container p {
  font-size: 21px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  padding-bottom: 40px;
}
#page-news-detail .news-detail-container p strong {
  font-weight: 600;
}
#page-news-detail .news-detail-container .page-social-media-container {
  margin-top: 80px;
}
#page-news-detail .news-detail-container .page-social-media-container p {
  font-size: 1.5em;
  padding: 0 0 30px;
  color: #000000;
}
#page-news-detail .news-detail-container .page-social-media {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
#page-news-detail .news-detail-container .page-social-media a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  overflow: hidden;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-indent: -9999em;
  background: rgba(23, 38, 47, 0.1);
}
#page-news-detail .news-detail-container .page-social-media a:first-child {
  margin-left: 0;
}
#page-news-detail .news-detail-container .page-social-media a::before, #page-news-detail .news-detail-container .page-social-media a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#page-news-detail .news-detail-container .page-social-media a::after {
  top: 100%;
}
#page-news-detail .news-detail-container .page-social-media a.facebook::before, #page-news-detail .news-detail-container .page-social-media a.facebook::after {
  background: transparent url("../images/icons/social_media/facebook.svg") no-repeat center center;
}
#page-news-detail .news-detail-container .page-social-media a.linkedin::before, #page-news-detail .news-detail-container .page-social-media a.linkedin::after {
  background: transparent url("../images/icons/social_media/linkedin.svg") no-repeat center center;
}
#page-news-detail .news-detail-container .page-social-media a.twitter::before, #page-news-detail .news-detail-container .page-social-media a.twitter::after {
  background: transparent url("../images/icons/social_media/twitter.svg") no-repeat center center;
}
#page-news-detail .news-detail-container .page-social-media a:hover::before {
  top: -100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#page-news-detail .news-detail-container .page-social-media a:hover::after {
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#page-news-detail .news-detail-container h2 {
  font-size: 1.25em;
  width: 100%;
  font-weight: 600;
  margin: 20px 0 0;
}
#page-news-detail .news-detail-container .imgDouble {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#page-news-detail .news-detail-container .imgDouble img {
  width: 48%;
}
#page-news-detail .news-detail-container .ul-disc {
  font-size: 21px;
  margin-bottom: 30px;
}
#page-news-detail .news-detail-container .ul-disc li {
  font-size: 21px;
}
#page-news-detail .news-detail-container .ul-disc li::before {
  top: 9px;
}

#search-main-container {
  position: relative;
  width: 100%;
  padding: 100px 0 0;
  background: #ffffff;
}
#search-main-container .search-input-container {
  margin: 0 0 100px;
  background: #F5F5F5;
  border: solid 1px #E5E5E5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 120px;
}
#search-main-container .search-input-container #btnSearchList, #search-main-container .search-input-container #txtSearchList {
  position: relative;
  height: 120px;
  background: transparent;
  border: transparent;
}
#search-main-container .search-input-container #btnSearchList {
  position: relative;
  width: 130px;
  height: 100%;
  background: transparent url("../images/icons/search.svg") no-repeat center center;
  cursor: pointer;
}
#search-main-container .search-input-container #txtSearchList {
  width: calc(100% - 130px);
  color: #000000;
}
#search-main-container .search-input-container #txtSearchList::-webkit-input-placeholder {
  color: #000000;
}
#search-main-container .search-input-container #txtSearchList:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
#search-main-container .search-input-container #txtSearchList::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
#search-main-container .search-input-container #txtSearchList:-ms-input-placeholder {
  color: #000000;
}
#search-main-container .search-input-container #txtSearchList:-webkit-autofill, #search-main-container .search-input-container #txtSearchList:-webkit-autofill:hover, #search-main-container .search-input-container #txtSearchList:-webkit-autofill:focus, #search-main-container .search-input-container #txtSearchList:-webkit-autofill:active {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
  transition: background-color 5000s ease-in-out 0s;
}
#search-main-container .search-result-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: #EA3D3D;
  padding-bottom: 80px;
}
#search-main-container .sr-item a {
  padding: 60px;
  font-size: 1.875em;
  font-weight: 600;
  color: #000;
  line-height: 1.6em;
}
#search-main-container .sr-item a i {
  right: 60px;
}

.management-list-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 60px);
}
.management-list-container .mn-item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(33.333% - 60px);
  margin: 0 0 60px 60px;
  background: #fff;
}
.management-list-container .mn-item a {
  display: block;
  width: 100%;
  /*
  i {display:block; position:absolute; right:50px; bottom:50px; width:60px; height:60px; border:solid 1px #D1D4DA; overflow:hidden; @include easing(.3s);
  	&::before, &::after {content:""; position:absolute; left:0; top:0; width:60px; height:60px; @include easing(.3s); }
  	&::before {left:-100%; background:transparent url('../images/icons/carousel_arrow_right_white.svg') no-repeat center center;}
  	&::after {left:0; background:transparent url('../images/icons/carousel_arrow_right.svg') no-repeat center center;}
  }
  */
}
.management-list-container .mn-item a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.management-list-container .mn-item a > div {
  position: relative;
  padding: 50px 50px 100px;
}
.management-list-container .mn-item a h4 {
  font-size: 1.875em;
  font-weight: 600;
  color: #000000;
  padding-bottom: 20px;
}
.management-list-container .mn-item a p {
  font-size: 0.9375em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  width: 60%;
}
.management-list-container .mn-item a i {
  position: relative;
  z-index: 3;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 3;
  border: solid 1px #D1D4DA;
  text-indent: -9999em;
  background: transparent url("../images/icons/default_link_black.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.management-list-container .mn-item:hover a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 45px #c8c9cc84;
  box-shadow: 0px 0px 45px #c8c9cc84;
  /*
  i {border:solid 1px $red; @include easing(.3s); background:$red;
  	&::before {left:0; @include easing(.3s);}
  	&::after {left:100%; @include easing(.3s);}
  }
  */
}
.management-list-container .mn-item:hover a i {
  background: #EA3D3D url("../images/icons/default_link_white.svg") no-repeat center center;
  border: solid 1px #EA3D3D;
}

.management-list-detail-container {
  display: none;
}

.management-lightbox .lightbox-content {
  width: 1200px;
  padding: 80px 40px 80px 80px;
}
.management-lightbox .mnd-lbt-container .mnd-lgt-img {
  position: relative;
  float: left;
  width: 36.37%;
}
.management-lightbox .mnd-lbt-container .mnd-lgt-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.management-lightbox .mnd-lbt-container .mnd-lgt-content {
  position: relative;
  float: right;
  width: 63.63%;
  padding-left: 80px;
}
.management-lightbox .mnd-lbt-container .mnd-lgt-title {
  height: 140px;
}
.management-lightbox .mnd-lbt-container .mnd-lgt-title h4 {
  font-size: 1.875em;
  font-weight: 600;
  color: #000000;
  padding-bottom: 20px;
}
.management-lightbox .mnd-lbt-container .mnd-lgt-title p {
  font-size: 0.9375em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  width: 60%;
}
.management-lightbox .mnd-lbt-container .mnd-lgt-text {
  height: 460px;
}
.management-lightbox .mnd-lbt-container .mnd-lgt-text p {
  font-size: 1.0625em;
  font-weight: 400;
  color: #000;
  line-height: 1.3em;
  padding-top: 40px;
}
.management-lightbox .mnd-lbt-container .mnd-lgt-text p:first-child {
  padding-top: 0;
}
.management-lightbox .mCustomScrollBox {
  padding-right: 80px;
}
.management-lightbox .mCSB_scrollTools {
  opacity: 1;
}
.management-lightbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5);
  width: 5px;
}
.management-lightbox .mCSB_scrollTools .mCSB_draggerRail,
.management-lightbox .mCSB_scrollTools .mCSB_dragger .mCSB_draggerRail {
  width: 1px;
  background-color: #D3D4D5;
}
.management-lightbox .mCSB_scrollTools .mCSB_draggerContainer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.5px;
  width: 1px;
  height: 100%;
  background-color: #D3D4D5;
}
.management-lightbox .mCSB_scrollTools .mCSB_dragger {
  height: 140px !important;
}
.management-lightbox .managementCloseBtn {
  right: 40px;
  top: 40px;
  border: solid 1px #000000;
}

.section-management {
  background: #fff;
}

.management-detail-container {
  width: 75.68%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.management-detail-container .mng-title-container {
  position: relative;
  width: 100%;
}
.management-detail-container .mng-title-container::before {
  content: "";
  position: absolute;
  left: -1000px;
  top: 0;
  height: 50%;
  width: 1000%;
  background: #F0F2F3;
}
.management-detail-container .mng-title-content {
  position: relative;
  width: 100%;
  background: #17262F;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.management-detail-container .mng-name-container {
  position: relative;
  z-index: 3;
  width: 58.34%;
  float: left;
  padding-left: 8%;
}
.management-detail-container .mng-name-container h2 {
  font-size: 1.5625em;
  color: #ffffff;
  font-weight: 400;
}
.management-detail-container .mng-name-container h1 {
  font-size: 3.75em;
  color: #ffffff;
  font-weight: 400;
}
.management-detail-container .mng-name-container p {
  font-size: 1.3125em;
  color: #ffffff;
  font-weight: 400;
  margin-top: 20px;
}
.management-detail-container .mng-img-container {
  position: relative;
  z-index: 3;
  width: 41.66%;
  float: right;
}
.management-detail-container .mng-img-container img {
  width: 100%;
}
.management-detail-container .mng-desc-container {
  position: relative;
  width: 75%;
  margin: 30px auto;
  overflow: hidden;
}
.management-detail-container .mng-desc-container p {
  font-size: 1.3125em;
  color: #000000;
  margin-top: 40px;
  font-weight: 400;
  text-align: justify;
}

.sitemap, .menu-map {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.sitemap .site-map-menu, .menu-map .site-map-menu {
  position: relative;
  float: left;
  width: 33%;
}
.sitemap .site-map-menu .item, .menu-map .site-map-menu .item {
  width: 100%;
}
.sitemap .site-map-menu .item > a, .menu-map .site-map-menu .item > a {
  display: inline-block;
  font-size: 1.5625em;
  font-weight: 600;
  color: #000;
  padding-bottom: 30px;
  line-height: 1.2em;
}
.sitemap .site-map-menu .item-submenu, .menu-map .site-map-menu .item-submenu {
  width: 100%;
  padding-bottom: 80px;
}
.sitemap .site-map-menu .item-submenu .submenu, .menu-map .site-map-menu .item-submenu .submenu {
  margin-top: 15px;
}
.sitemap .site-map-menu .item-submenu .submenu:first-child, .menu-map .site-map-menu .item-submenu .submenu:first-child {
  margin-top: 0;
}
.sitemap .site-map-menu .item-submenu .submenu > a, .menu-map .site-map-menu .item-submenu .submenu > a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.3125em;
  font-weight: 400;
  color: #000;
  padding-left: 20px;
  line-height: 1.2em;
}
.sitemap .site-map-menu .item-submenu .submenu > a::before, .menu-map .site-map-menu .item-submenu .submenu > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 12px;
  background: transparent url("../images/icons/site_map_arrow_right.svg") no-repeat 0 0;
}
.sitemap .site-map-menu .item-submenu .submenu.inner-submenu, .menu-map .site-map-menu .item-submenu .submenu.inner-submenu {
  padding: 0 0 15px 10px;
  margin-top: 0;
}
.sitemap .site-map-menu .item-submenu .submenu.inner-submenu a, .menu-map .site-map-menu .item-submenu .submenu.inner-submenu a {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
  line-height: 1.2em;
}
.sitemap .site-map-menu .item-submenu .submenu.inner-submenu a::before, .menu-map .site-map-menu .item-submenu .submenu.inner-submenu a::before {
  display: none;
}
.sitemap .site-map-menu .item-submenu .submenu.inner-submenu a.fBold, .menu-map .site-map-menu .item-submenu .submenu.inner-submenu a.fBold {
  font-weight: 600;
}
.sitemap.menu-map.for-mobile, .menu-map.menu-map.for-mobile {
  display: none;
}

.menu-map {
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}
.menu-map .site-map-menu .item {
  position: relative;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  border-left: solid 1px rgba(0, 0, 0, 0.5);
  border-right: solid 1px rgba(0, 0, 0, 0.5);
}
.menu-map .site-map-menu .item .arrow-down {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 66px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent url("../images/icons/selectDown.svg") no-repeat center center;
  z-index: 10;
  cursor: pointer;
}
.menu-map .site-map-menu .item > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px !important;
  width: calc(100% - 75px);
  height: 66px;
}
.menu-map .site-map-menu .item .item-submenu {
  height: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 0;
  padding-left: 24px;
  overflow: hidden;
}
.menu-map .site-map-menu .item.show-menu .arrow-down {
  display: none !important;
}
.menu-map .site-map-menu .item.show-menu .item-submenu {
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 20px;
  padding-top: 24px;
}
.menu-map .site-map-menu .item.active .arrow-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-map .site-map-menu .item.active .item-submenu {
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 20px;
}

.not-found-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 120px 0;
}
.not-found-wrapper p {
  display: inline-block;
  width: 100%;
  font-size: 1.875em;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.not-found-wrapper a {
  margin-top: 100px;
}

#page-main-image.thanks-container::before {
  display: none;
}

#page-main-image.not-before-container::before {
  display: none;
}

.thanks-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 120px 0;
}
.thanks-wrapper .thanks-img {
  width: 55%;
  order: 2;
  text-align: center;
}
.thanks-wrapper .thanks-img img {
  width: auto;
  height: 380px;
  margin: 80px auto;
}
.thanks-wrapper .thanks-txt {
  width: 45%;
  padding-left: 10%;
}
.thanks-wrapper .thanks-title {
  position: relative;
  display: block;
  width: 100%;
  font-size: 3.25em;
  font-weight: 500;
  line-height: 100%;
  color: #000;
  margin: 0 0 24px;
}
.thanks-wrapper .thanks-title::before {
  content: "";
  position: absolute;
  left: -59px;
  top: 50%;
  margin-top: -18px;
  width: 39px;
  height: 36px;
  background: transparent url("../images/thanks_arrow.svg") no-repeat 0 0;
}
.thanks-wrapper .thanks-text {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 400;
  color: #000;
}
.thanks-wrapper p {
  display: inline-block;
  width: 100%;
  font-size: 1.375em;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}
.thanks-wrapper a {
  margin-top: 60px;
}

.en {
  /*
  #suppliers {
  	.suppliers-img-text {
  		p {font-size:1.25em;}

  		&.sit1 {right:-24px; top:5px;}
  		&.sit2 {left:-10px; top:190px;}
  		&.sit3 {right:146px; bottom:165px;
  			p {
  				span {font-size:2em;}
  			}	
  		}
  	}
  }
  */
}
.en #main-slider-container .ms-item .ms-text {
  width: 36%;
}
.en #main-slider-container .ms-item .ms-text h1, .en #main-slider-container .ms-item .ms-text h3 {
  font-size: 3.75em;
}

.ipad #header.for-mobile {
  display: block;
}
.ipad #header .menu-container {
  display: none;
}
.ipad #header .menu-ex-container {
  width: 100%;
  z-index: 9990;
  display: flex;
}
.ipad #header .menu-ex-container .logo {
  display: block;
  top: 35px;
  margin-left: 0;
}
.ipad #header .menu-ex-container .menu-tools {
  width: 120px;
  border-right: solid 1px #E5E5E5;
  border-left: solid 1px #E5E5E5;
}
.ipad #header .menu-ex-container .menu-tools > div {
  width: 59px;
}
.ipad #header .logo {
  right: initial;
  left: 30px;
}
.ipad #header .link-hamburger-container {
  width: 84px;
  border: none;
  float: right;
}
.ipad #header .menu-tools {
  /*width:100%; justify-content:right;*/
  width: 144px;
  border: none;
  float: right;
}
.ipad #header .menu-tools .call, .ipad #header .menu-tools .search, .ipad #header .menu-tools .lang {
  width: 48px;
}
.ipad #header.for-mobile {
  display: block;
}
.ipad #header.for-mobile .menu-map.menu-map.for-mobile {
  display: block;
}
.ipad #header .search-wrapper .search-content {
  padding: 0 40px;
}
.ipad #header .search-wrapper #txtSearch {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.ipad #header .search-wrapper #searchPoint {
  right: 10px;
}
.ipad .menu-map .site-map-menu {
  width: 100%;
}
.ipad .menu-map .site-map-menu .item > a {
  font-size: 1.5em;
  padding-bottom: 24px;
}
.ipad .menu-map .site-map-menu .item-submenu {
  padding-bottom: 0;
}
.ipad .menu-map .site-map-menu .item-submenu .submenu {
  margin-top: 12px;
}
.ipad .menu-map .site-map-menu .item-submenu .submenu > a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.25em;
  font-weight: 400;
  color: #000;
  padding-left: 20px;
  line-height: 1.2em;
}
.ipad .menu-map .site-map-menu .item-submenu .submenu > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 12px;
  background: transparent url("../images/icons/site_map_arrow_right.svg") no-repeat 0 0;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
}
.ipad .menu-map .site-map-menu .item-submenu .submenu.inner-submenu {
  padding: 0 0 15px 10px;
  margin-top: 0;
}
.ipad .menu-map .site-map-menu .item-submenu .submenu.inner-submenu a {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
  line-height: 1.2em;
}
.ipad .menu-map .site-map-menu .item-submenu .submenu.inner-submenu a::before {
  display: none;
}
.ipad .menu-map .site-map-menu .item-submenu .submenu.inner-submenu a.fBold {
  font-weight: 600;
}
.ipad .menu-map.menu-map.for-mobile {
  position: absolute;
  left: -2px;
  top: 100px;
  width: calc(100% + 4px);
  padding: 40px 40px 0;
  height: calc(100vh - 100px);
  background: #fff;
  z-index: 888;
  overflow-x: hidden;
  overflow-y: visible;
}
.ipad .menu-map.menu-map.for-mobile::-webkit-scrollbar-track {
  background-color: #fff;
}
.ipad .menu-map.menu-map.for-mobile::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.ipad .menu-map.menu-map.for-mobile::-webkit-scrollbar-thumb {
  background-color: #EA3D3D;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}