@charset "UTF-8";
/*@font-face {
    font-family: "fw-black";
    src: url("../../../font/Montserrat-Black.ttf") format("truetype");
}
@font-face {
    font-family: "fw-bold";
    src: url("../../../font/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "fw-medium";
    src: url("../../../font/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "fw-regular";
    src: url("../../../font/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "fw-light";
    src: url("../../../font/Montserrat-Light.ttf") format("truetype");
}
@font-face {
    font-family: "apex";
    src: url("../../../font/NeueAachenProBlk.TTF") format("truetype");
}*/


html {
  font-family: "fw-regular";
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.wrapper {
  max-width: 1920px;
  margin: auto;
  position: relative;
  background-color: #f1f1f1;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .hide-on-mobile-tablet {
    display: none !important;
  }
}
/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none !important;
  }
}
/* Mobile */
@media (max-width: 739px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes popup2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes popup2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes iconTotop {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes iconTotop {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes spiner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spiner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grid {
  width: 100%;
  display: block;
}

.grid.wide {
  max-width: 1230px;
  margin: 0 auto;
}
@media (max-width: 739px) {
  .grid.wide {
    padding: 0 24px;
  }
}

/* Mobile */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  padding-left: 6px;
  padding-right: 6px;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  display: none;
}

.c-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-0 {
  margin-left: 0;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.big-gutter {
    margin-left: -25px;
    margin-right: -25px;
  }

  .row.big-gutter .col {
    padding-left: 25px;
    padding-right: 25px;
  }

  .m-0 {
    display: none;
  }

  .m-1,
  .m-2,
  .m-3,
  .m-4,
  .m-5,
  .m-6,
  .m-7,
  .m-8,
  .m-9,
  .m-10,
  .m-11,
  .m-12 {
    display: block;
  }

  .m-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .m-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .m-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .m-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .m-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .m-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .m-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .m-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .m-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .m-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .m-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .m-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-o-0 {
    margin-left: 0;
  }

  .m-o-1 {
    margin-left: 8.33333%;
  }

  .m-o-2 {
    margin-left: 16.66667%;
  }

  .m-o-3 {
    margin-left: 25%;
  }

  .m-o-4 {
    margin-left: 33.33333%;
  }

  .m-o-5 {
    margin-left: 41.66667%;
  }

  .m-o-6 {
    margin-left: 50%;
  }

  .m-o-7 {
    margin-left: 58.33333%;
  }

  .m-o-8 {
    margin-left: 66.66667%;
  }

  .m-o-9 {
    margin-left: 75%;
  }

  .m-o-10 {
    margin-left: 83.33333%;
  }

  .m-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1115px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row.big-gutter {
    margin-left: -40px;
    margin-right: -40px;
  }

  .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row.big-gutter .col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-0 {
    display: none;
  }

  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }

  .l-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .l-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .l-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-o-0 {
    margin-left: 0;
  }

  .l-o-1 {
    margin-left: 8.33333%;
  }

  .l-o-2 {
    margin-left: 16.66667%;
  }

  .l-o-3 {
    margin-left: 25%;
  }

  .l-o-4 {
    margin-left: 33.33333%;
  }

  .l-o-5 {
    margin-left: 41.66667%;
  }

  .l-o-6 {
    margin-left: 50%;
  }

  .l-o-7 {
    margin-left: 58.33333%;
  }

  .l-o-8 {
    margin-left: 66.66667%;
  }

  .l-o-9 {
    margin-left: 75%;
  }

  .l-o-10 {
    margin-left: 83.33333%;
  }

  .l-o-11 {
    margin-left: 91.66667%;
  }
}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .wide {
    width: 644px;
  }
}
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1114px) {
  .wide {
    width: 984px;
  }

  .wide .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .wide .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .wide .row.big-gutter {
    margin-left: -25px;
    margin-right: -25px;
  }

  .wide .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wide .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wide .row.big-gutter .col {
    padding-left: 25px;
    padding-right: 25px;
  }

  .wide .l-0 {
    display: none;
  }

  .wide .l-1,
  .wide .l-2,
  .wide .l-2-4,
  .wide .l-3,
  .wide .l-4,
  .wide .l-5,
  .wide .l-6,
  .wide .l-7,
  .wide .l-8,
  .wide .l-9,
  .wide .l-10,
  .wide .l-11,
  .wide .l-12 {
    display: block;
  }

  .wide .l-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .wide .l-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .wide .l-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .wide .l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wide .l-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wide .l-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .wide .l-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wide .l-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .wide .l-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .wide .l-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wide .l-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .wide .l-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .wide .l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wide .l-o-0 {
    margin-left: 0;
  }

  .wide .l-o-1 {
    margin-left: 8.33333%;
  }

  .wide .l-o-2 {
    margin-left: 16.66667%;
  }

  .wide .l-o-3 {
    margin-left: 25%;
  }

  .wide .l-o-4 {
    margin-left: 33.33333%;
  }

  .wide .l-o-5 {
    margin-left: 41.66667%;
  }

  .wide .l-o-6 {
    margin-left: 50%;
  }

  .wide .l-o-7 {
    margin-left: 58.33333%;
  }

  .wide .l-o-8 {
    margin-left: 66.66667%;
  }

  .wide .l-o-9 {
    margin-left: 75%;
  }

  .wide .l-o-10 {
    margin-left: 83.33333%;
  }

  .wide .l-o-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1115px) and (max-width: 1229px) {
  .wide {
    width: 1000px;
  }
}
.header__no-opa {
  height: 130px;
}
@media (max-width: 1919px) {
  .header__no-opa{
    height: 7.5vw;
  }
}
@media (max-width: 1023px) {
  .header__no-opa{
    height: 100px;
  }
}
@media (max-width: 739px) {
  .header__no-opa{
    height: 60px;
  }
}
.header__no-opa .header__menu__block {
  opacity: 1;
}
.header__expertise {
  height: 80px;
}

.header__no-opa__block {
  opacity: 1 !important;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (max-width: 739px) {
  .header__menu {
    height: 60px;
    padding: 0 32px;
  }
}
.header__menu--toggle {
  height: 80px;
}
@media (max-width: 739px) {
  .header__menu--toggle {
    height: 60px;
  }
}
.header__menu--expertise {
  height: 80px;
}
.header__menu__block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

  padding: 35px 240px 15px;

  -webkit-transition: all linear 0.3s;

  -o-transition: all linear 0.3s;

  transition: all linear 0.3s;
}
@media (max-width: 1919px) {
  .header__menu__block {
    padding: 1.82vw 12.5vw 0.78vw;
  }
}
@media (max-width: 1023px) {
  .header__menu__block {
    opacity: 1;
    padding: 1.82vw 60px 0.78vw;
  }
}
@media (max-width: 739px) {
  .header__menu__block {
    padding: 0;
  }
}
.header__menu__block--toggle {
  opacity: 1;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%) !important;
          box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%) !important;
  padding: 0 240px;
}
@media (max-width: 1919px) {
  .header__menu__block--toggle{
    padding: 0 12.5vw;
  }
}
@media (max-width: 1023px) {
  .header__menu__block--toggle{
    padding: 0 60px;
  }
}
@media (max-width: 739px) {
  .header__menu__block--toggle{
    padding: 0;
  }
}
.header__logo--toggle {
  width: 150px !important;
}
@media (max-width: 1919px) {
  .header__logo--toggle{
    width: 7.8vw !important;
  }
}
@media (max-width: 1023px) {
  .header__logo--toggle{
    width: 110px !important;
  }
}
@media (max-width: 739px) {
  .header__logo--toggle {
    width: 85px !important;
  }
}
.header__logo{
  display: block;
  width: 200px;
  -webkit-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
@media (max-width: 1919px) {
  .header__logo{
    width: 10.4vw;
  }
}
@media (max-width: 1023px) {
  .header__logo{
    width: 120px;
  }
}
.header__logo img {
  width: 100%;
}
@media (max-width: 739px) {
  .header__logo  {
    width: 85px;
  }
}
.header__bars {
  display: none;
}
@media (max-width: 1023px) {
  .header__bars {
    display: block;
    font-size: 4.8rem;
    color: #00457c;
  }
}
@media (max-width: 739px) {
  .header__bars {
    font-size: 2.8rem;
  }
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2rem;
  font-family: fw-bold;
}
@media (max-width: 1919px) {
  .header__block{
    font-size: 1.04vw;
  }
}
@media (min-width: 1024px) and (max-width: 1114px) {
  .header__block {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .header__block {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    font-size: 2.8rem;
    background-color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 150px;
    right: -100%;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header__block--toggle {
    right: 0;
  }
}
@media (max-width: 739px) {
  .header__block {
    font-size: 1.8rem;
    padding-top: 100px;
  }
}
.header__block__times {
  display: none;
}
@media (max-width: 1023px) {
  .header__block__times {
    display: block;
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 4.8rem;
    color: #000000;
  }
}
@media (max-width: 739px) {
  .header__block__times {
    font-size: 2.8rem;
  }
}
.header__list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1919px) {
  .header__list {
  }
}
@media (max-width: 1023px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__list li:not(:first-child) {
  margin-left: 45px;
}
@media (max-width: 1919px) {
  .header__list li:not(:first-child) {
    margin-left: 2.34vw;
  }
}
@media (max-width: 1023px) {
  .header__list li:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .header__list li {
    margin-bottom: 24px;
  }
}
.header__list li a {
  text-transform: capitalize;
  text-decoration: none;
  color: #262626;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.header__list li a:hover {
  color: #ea7e34;
}
.header__list .active a {
  color: #ea7e34;
}
.header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .header__language {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__language a {
  text-decoration: none;
  color: #242961;
  display: inline-block;
}
.header__language a:not(:first-child) {
  margin-left: 22px;
}
@media (max-width: 1023px) {
  .header__language a:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .header__language a {
    margin-bottom: 24px;
  }
}
.header__language .active {
  border-bottom: 2px solid #ea7e34;
  color: #ea7e34;
}
.header__body {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.header__body:hover .slick-prev {
  right: calc(100% + ((100vw - 100%) / 2) - 50px);
  opacity: 1;
}
.header__body:hover .slick-next {
  left: calc(100% + ((100vw - 100%) / 2) - 50px);
  opacity: 1;
}
.header__slider {
  position: absolute;
  top: 50%;
  padding: 0 143px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1230px !important;
}
@media (max-width: 1229px) {
  .header__slider {
    width: 1000px !important;
    padding-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1114px) {
  .header__slider {
    width: 1000px !important;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .header__slider {
    width: 644px !important;
    padding: 0;
  }
}
@media (max-width: 739px) {
  .header__slider {
    width: 100% !important;
  }
}
.header__slider .slick-slide {
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.header__slider .slick-current {
  -webkit-animation: slideTop 0.7s linear 0.5s;
          animation: slideTop 0.7s linear 0.5s;
}
.header__slider .slick-dots {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  top: calc(100% + ((100vh - 100%) / 2) - 40px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__slider .slick-dots li {
  margin: 0 3px;
}
.header__slider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: 0;
  border: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.header__slider .slick-dots .slick-active button {
  background-color: #ffffff;
}
.header__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 6rem;
  outline: 0;
  border: 0;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (max-width: 1919px) {
  .header__slider .slick-arrow {
    font-size: 3.125vw;
  }
}
@media (max-width: 1023px) {
  .header__slider .slick-arrow {
    opacity: 1;
    font-size: 6rem;
  }
}
@media (max-width: 739px) {
  .header__slider .slick-arrow {
    font-size: 4rem;
  }
}
.header__slider .slick-prev {
  right: calc(100% + ((100vw - 100%) / 2));
}
@media (max-width: 1023px) {
  .header__slider .slick-prev {
    display: none !important;
  }
}
.header__slider .slick-next {
  left: calc(100% + ((100vw - 100%) / 2));
}
@media (max-width: 1023px) {
  .header__slider .slick-next {
    left: calc(100% + ((100vw - 100%) / 2) - 50px);
  }
}
.header__slide {
  text-shadow: 0em 0.1rem 0.1rem rgba(0, 0, 0, 0.4);
}
.header__slide__section {
  font-size: 8rem;
  color: #ffffff;
  text-decoration: none;
  font-family: fw-bold;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .header__slide__section {
    font-size: 6rem;
  }
}
@media (max-width: 739px) {
  .header__slide__section {
    font-size: 3rem;
  }
}
.header__slide__text {
  font-size: 4.5rem;
  color: #ffffff;
  margin: 20px 0 40px;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .header__slide__text {
    font-size: 3rem;
  }
}
@media (max-width: 739px) {
  .header__slide__text {
    font-size: 1.8rem;
  }
}
.header__slide__link {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: rgba(45, 46, 49, 0.2);
  position: relative;
}
.header__slide__link::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #000000;
  font-weight: 600;
  margin-left: 8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
      -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.header__slide__link:hover {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 25px 10px 15px;
}
.header__slide__link:hover::after {
  opacity: 0.8;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e5e5e5;
}

.to-top {
  position: fixed;
  bottom: 150px;
  right: 0;
  font-size: 2.5rem;
  color: #ffffff;
  border: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  background-color: #ea7e34;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  outline: none;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 739px) {
  .to-top {
    bottom: 30px;
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }
}
.to-top > i {
  margin: auto;
}
.to-top:hover i {
  -webkit-animation: iconTotop linear infinite 1s;
  animation: iconTotop linear infinite 1s;
}

.technology {
  padding: 190px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1919px) {
  .technology {
    padding: 9.89vw 0;
  }
}
@media (min-width: 740px) and (max-width: 1023px) {
  .technology {
    padding: 60px 0 70px;
  }
}
.technology__heading {
  padding: 0 143px;
  color: #000000;
  font-size: 7.2rem;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .technology__heading {
    font-size: 5.4rem;
    padding: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 739px) {
  .technology__heading {
    font-size: 3.8rem;
    margin-bottom: 17px;
  }
}
.technology__text {
  padding: 0 143px;
  font-size: 2rem;
  width: 85%;
  margin-bottom: 50px;
  color: #000000;
}
@media (max-width: 1023px) {
  .technology__text {
    padding: 0;
    width: auto;
    margin-bottom: 38px;
  }
}
@media (max-width: 739px) {
  .technology__text {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.technology__container {
  padding: 0 50px !important;
}
@media (min-width: 1024px) and (max-width: 1114px) {
  .technology__container {
    padding: 0 !important;
  }
}
@media (max-width: 1023px) {
  .technology__container {
    padding: 0 !important;
  }
}
@media (max-width: 1023px) {
  .technology__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 38px;
  }
}
.technology__image {
  width: 100%;
}
@media (max-width: 1023px) {
  .technology__image {
    width: 50%;
    margin-left: 12px;
    height: 217px;
  }
}
@media (max-width: 739px) {
  .technology__image {
    margin-left: 6px;
    height: 136px;
  }
}
.technology__video {
  width: 100%;
}
@media (max-width: 1023px) {
  .technology__video {
    width: 50%;
    margin-left: 12px;
    height: 217px;
  }
}
@media (max-width: 739px) {
  .technology__video {
    margin-left: 6px;
    height: 136px;
  }
}
.technology__body {
  margin-top: 56px;
  text-align: center;
  background-color: #ffffff;
  padding: 37px 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1919px) {
  .technology__body {
    margin-top: 2.9vw;
    padding: 1.92vw 0;
  }
}
@media (max-width: 1023px) {
  .technology__body {
    width: 50%;
    margin-top: 0;
    margin-right: 12px;
  }
}
@media (max-width: 739px) {
  .technology__body {
    margin-right: 6px;
    padding: 16px 0;
  }
}
.technology__body i {
  font-size: 3rem;
  color: #ea7e34;
  margin-bottom: 26px;
}
@media (max-width: 739px) {
  .technology__body i {
    font-size: 2rem;
    margin-bottom: 6px;
  }
}
.technology__body__title {
  font-size: 2.1rem;
  font-family: fw-medium;
  color: #000000;
  margin-bottom: 9px;
}
@media (max-width: 739px) {
  .technology__body__title {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}
.technology__body__text {
  font-size: 1.8rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0 6px;
  line-height: 2rem;
  height: 6rem;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 739px) {
  .technology__body__text {
    font-size: 1.2rem;
    padding: 0 3px;
    height: 45px;
    line-height: 1.3;
  }
}
.technology__body__line {
  width: 86px;
  height: 5px;
  background-color: #ea7e34;
  display: inline-block;
  margin-top: 26px;
}
@media (max-width: 739px) {
  .technology__body__line {
    margin-top: 6px;
    height: 2px;
    width: 45px;
  }
}
.technology__branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 39px;
}
@media (max-width: 1919px) {
  .technology__branch {
    margin-bottom: 2.03vw;
  }
}
@media (max-width: 739px) {
  .technology__branch {
    margin-bottom: 45px;
  }
}
.technology__branch img {
  width: 30%;
}

@media (max-width: 739px) {
  .technology__branch img {
    width: 160px;
  }
}
.technology__branch div {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.8rem;
  color: #000000;
}
@media (max-width: 1919px) {
  .technology__branch div {
    margin-top: 0.52vw;
  }
}
@media (max-width: 1023px) {
  .technology__branch div {
    width: 80%;
    text-align: center;
  }
}
@media (max-width: 739px) {
  .technology__branch div {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}
.technology__bottom {
  color: #000000;
  padding-right: 120px;
}
@media (max-width: 1919px) {
  .technology__bottom{
    padding-right: 6.25vw;
  }
}
@media (max-width: 1023px) {
  .technology__bottom{
    padding-right: 0;
    width: 644px;
    margin: auto;
  }
}
@media (max-width: 739px) {
  .technology__bottom{
    width: calc(100% - 24px);
  }
}
.technology__bottom h2 {
  font-size: 4rem;
  font-family: fw-bold;
  margin-bottom: 60px;
  color: #00457c;
  text-transform: capitalize;
}
@media (max-width: 1919px) {
  .technology__bottom h2 {
    font-size: 2.08vw;
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 1023px) {
  .technology__bottom h2 {
    font-size: 4rem;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 739px) {
  .technology__bottom h2 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.technology__bottom div {
  font-size: 2.2rem;
  line-height: 1.8;
  margin: 0 auto;
}
.technology__bottom div p{
  margin-bottom: 25px;
}
@media (max-width: 1919px) {
  .technology__bottom div {
    font-size: 1.14vw;
  }
  .technology__bottom div p{
    margin-bottom: 1.3vw;
  }
}
@media (max-width: 1023px) {
  .technology__bottom div {
    font-size: 2.4rem;
  }
}
@media (max-width: 739px) {
  .technology__bottom div {
    font-size: 1.4rem;
  }
}

.project {
  background-color: #00457c;
}
.project__top {
  padding: 117px 143px 147px;
}
@media (max-width: 1919px) {
  .project__top {
    padding: 6.09vw 143px 9.06vw;
  }
}
@media (max-width: 1919px) {
  .project__top {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .project__top {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
.project__heading {
  font-size: 7.2rem;
  white-space: nowrap;
  margin-bottom: 70px;
  color: #ea7e34;
}
@media (max-width: 1919px) {
  .project__heading {
    margin-bottom: 3.64vw;
  }
}
@media (max-width: 1023px) {
  .project__heading {
    font-size: 5.4rem;
    padding: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 739px) {
  .project__heading {
    font-size: 3.8rem;
    margin-bottom: 17px;
  }
}
.project__text {
  font-size: 2rem;
  color: #ffffff;
  margin-left: 340px;
}
@media (max-width: 1919px) {
  .project__text {
    margin-left: 17.7vw;
  }
}
@media (max-width: 1023px) {
  .project__text {
    padding: 0;
    width: auto;
    margin-bottom: 38px;
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .project__text {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.project__text p {
  margin-bottom: 25px;
}
@media (max-width: 1919px) {
  .project__text p {
    margin-bottom: 1.3vw;
  }
}
@media (max-width: 1023px) {
  .project__text p {
    margin-bottom: 24px;
  }
}
.project__background {
  padding: 180px 0;
  background-attachment: fixed;
}
@media (max-width: 1919px) {
  .project__background {
    padding: 9.375vw 0;
  }
}
.project__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project__circle {
  margin: auto;
  background-color: #ea7e34;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 739px) {
  .project__circle {
    width: 160px;
    height: 160px;
  }
}
.project__circle:first-child {
  margin-bottom: 50px;
}
.project__number {
  font-size: 6.8rem;
  font-family: fw-black;
  color: #ffffff;
}
@media (max-width: 739px) {
  .project__number {
    font-size: 4.8rem;
  }
}
.project__object {
  font-size: 2.4rem;
  font-family: fw-bold;
  color: #000000;
  text-align: center;
  line-height: 2.8rem;
  height: 5.6rem;
}
@media (max-width: 739px) {
  .project__object {
    font-size: 1.8rem;
    padding: 0 6px;
  }
}

.people {
  color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 120px;
}
.people__top {
  padding: 0 143px;
  margin-bottom: 86px;
}
@media (max-width: 1023px) {
  .people__top {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 739px) {
  .people__top {
    margin-bottom: 24px;
  }
}
.people__heading {
  color: #000000;
  font-size: 7.2rem;
}
@media (max-width: 1023px) {
  .people__heading {
    font-size: 5.4rem;
    padding: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 739px) {
  .people__heading {
    font-size: 3.8rem;
    margin-bottom: 17px;
  }
}
.people__text {
  width: 85%;
  margin-top: 25px;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 1919px) {
  .people__text {
    margin-top: 1.3vw;
  }
}
@media (max-width: 1023px) {
  .people__text {
    padding: 0;
    width: auto;
    margin-bottom: 38px;
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .people__text {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.people__image {
  width: 100%;
}
@media (max-width: 739px) {
  .people__list {
    margin-top: 24px;
  }
}
.people__item {
  margin-bottom: 32px;
}
@media (max-width: 1919px) {
  .people__item {
    margin-bottom: 1.6vw;
  }
}
@media (max-width: 1023px) {
  .people__item {
    margin-bottom: 24px;
  }
}
.people__item__title {
  font-size: 2.4rem;
  font-family: fw-medium;
  margin-bottom: 12px;
}
@media (max-width: 1919px) {
  .people__item__title {
    margin-bottom: 0.625vw;
  }
}
@media (max-width: 1023px) {
  .people__item__title {
    margin-bottom: 24px;
  }
}
.people__item__text {
  margin-bottom: 36px;
  font-family: fw-medium;
  font-size: 2rem;
}
@media (max-width: 1919px) {
  .people__item__text {
    margin-bottom: 1.875vw;
  }
}
@media (max-width: 1023px) {
  .people__item__text {
    margin-bottom: 24px;
  }
}
.people__item__line {
  height: 6px;
  width: 76px;
  background-color: #ea7e34;
}
@media (max-width: 1919px) {
  .people__item__line {
    height: 0.3125vw;
    width: 3.95vw;
  }
}
.people__link {
  text-decoration: none;
  color: #000000;
  font-size: 1.6rem;
  display: inline-block;
  padding: 9px 15px;
  border: 2px solid #000000;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: relative;
}
.people__link::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-weight: 600;
  margin-left: 8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
      -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.people__link:hover {
  background-color: #000000;
  color: #ffffff;
  padding: 9px 25px 9px 15px;
}
.people__link:hover::after {
  opacity: 0.8;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.media {
  padding: 75px 0 120px 0;
  background-color: #ffffff;
}
@media (max-width: 1919px) {
  .media {
    padding: 75px 0 6.25vw;
  }
}
@media (max-width: 1023px) {
  .media {
    padding: 69px 0 98px;
  }
}
@media (max-width: 739px) {
  .media {
    padding: 69px 0 39px;
  }
  .media--2 {
    padding-top: 0;
  }
  .media--2 .grid {
    padding: 0;
  }
}
.media__container {
  max-width: 1450px;
  margin: auto;
}
.media__top {
  padding: 0 143px;
}
@media (max-width: 1023px) {
  .media__top {
    padding: 0;
  }
}
.media__heading {
  font-size: 2.4rem;
  font-family: fw-bold;
  color: #000000;
}
.media__line {
  width: 56px;
  height: 6px;
  background-color: #ea7e34;
  margin: 49px 0;
}
@media (max-width: 1919px) {
  .media__line {
    height: 0.3125vw;
    width: 2.9vw;
    margin: 2.5vw 0;
  }
}
@media (max-width: 1023px) {
  .media__line {
    width: 56px;
    height: 6px;
    margin: 32px 0;
  }
}
.media__block {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .media__block {
    margin-bottom: 12px;
  }
}
@media (max-width: 739px) {
  .media__block--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
  }
}
.media__image {
  display: block;
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 739px) {
  .media__image--2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding-top: unset;
  }
}
.media__body {
  padding: 26px 21px;
  background-color: #ffffff;
}
@media (max-width: 1919px) {
  .media__body {
    padding: 1.35vw 1.09vw;
  }
}
@media (max-width: 1023px) {
  .media__body {
    padding: 26px 21px;
  }
}
@media (max-width: 739px) {
  .media__body {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 7px;
    padding-bottom: 12px;
  }
}
.media__title {
  font-size: 1.9rem;
  font-family: fw-bold;
  color: #ea7e34;
  text-decoration: none;
  line-height: 2.3rem;
  height: 4.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 739px) {
  .media__title {
    font-size: 1.4rem;
    line-height: 1.7rem;
    height: 3.4rem;
    margin-bottom: 12px;
  }
}
.media__date {
  margin: 12px 0;
  font-size: 1.4rem;
  font-family: fw-light;
}
.media__content {
  font-size: 1.6rem;
  font-family: fw-light;
  line-height: 2rem;
  height: 6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 739px) {
  .media__content {
    font-size: 1.2rem;
    line-height: 1.4rem;
    height: 7rem;
    -webkit-line-clamp: 5;
  }
}
.media__content--2 {
  -webkit-line-clamp: 3 !important;
  height: 6rem;
}
@media (max-width: 739px) {
  .media__content--2{
    height: 4.2rem;
  }
}
.media__link {
  margin-top: 25px;
  text-decoration: none;
  color: #000000;
  font-size: 1.6rem;
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #000000;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: relative;
}
.media__link::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-weight: 600;
  margin-left: 8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
      -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.media__link:hover {
  background-color: #000000;
  color: #ffffff;
  padding: 8px 30px 8px 20px;
}
.media__link:hover::after {
  opacity: 0.8;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.media__display {
  background-color: #e3e3e3;
  padding: 15px;
}
@media (max-width: 739px) {
  .media__display {
    padding: 12px;
    background-color: unset;
  }
}
.media__left__mb {
  display: none;
}
@media (max-width: 739px) {
  .media__left__mb {
    display: block;
    background-color: #ffffff;
  }
}
.media__left__mb > h3 {
  font-size: 2.8rem;
  color: #000000;
  padding: 28px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 739px) {
  .media__left__mb > h3 {
    font-size: 2rem;
  }
}
.media__left__mb > h3::after {
  content: "";
  font-family: "Font Awesome 5 Free";
}
.media__left__mb .toggle::after {
  content: "";
  font-family: "Font Awesome 5 Free";
}
@media (max-width: 739px) {
  .media__left__block {
    padding: 12px;
    display: none;
  }
}
.media__list {
  list-style: none;
  padding-left: 0;
  margin-top: 90px;
}
@media (max-width: 739px) {
  .media__list {
    margin: 32px;
  }
}
.media__list li {
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .media__list li {
    margin-bottom: 20px;
  }
}
.media__list li a {
  text-decoration: none;
  font-size: 2.4rem;
  color: #00457c; 
  margin-bottom: 24px;
   font-family: fw-bold;
}
@media (max-width: 739px) {
  .media__list li a {
    font-size: 2rem;
  }
}
.media__list li a:hover {
  color: #ea7e34;
  text-decoration: underline;
}
.media__list .active a {
  color: #ea7e34;
  text-decoration: underline;
}
.media__form {
  margin: 120px 0;
}
@media (max-width: 1023px) {
  .media__form {
    margin: 70px 0;
  }
}
@media (max-width: 739px) {
  .media__form {
    width: 50%;
    margin: 0 0 24px 32px;
  }
}
.media__form label {
  font-size: 2rem;
  font-family: fw-bold;
  color: #000000;
  margin-bottom: 15px;
  display: inline-block;
}
.media__form__group {
  background-color: rgba(127, 127, 127, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.media__form__group input {
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  padding-left: 12px;
  width: 100%;
}
.media__form__group button {
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}
.media__form__group button i {
  font-size: 2rem;
  color: #000000;
  padding: 12px;
}
.media__tags__heading {
  font-size: 2rem;
  font-family: fw-bold;
  color: #000000;
  margin-bottom: 15px;
}
.media__tags__list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.media__tags__list li {
  margin-right: 12px;
  margin-bottom: 12px;
}
.media__tags__list li a {
  text-decoration: none;
  font-size: 1.8rem;
  color: #000000;
  background-color: #c3c3c3;
  padding: 6px;
  display: inline-block;
}
.media__tags__list li a:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.world {
  background-color: #00457c;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 89px;
}
@media (max-width: 1919px) {
  .world {
    padding-top: 5.2vw;
    padding-bottom: 4.63vw;
  }
}
@media (max-width: 739px) {
  .world {
    padding-bottom: 40px;
  }
}
.world__block {
  padding: 0 143px;
}
@media (max-width: 1023px) {
  .world__block {
    padding: 0;
  }
}
.world__heading {
  color: #ffffff;
  font-size: 7.2rem;
  margin-bottom: 29px;
}
@media (max-width: 1919px) {
  .world__heading {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 1023px) {
  .world__heading {
    font-size: 5.4rem;
  }
}
@media (max-width: 739px) {
  .world__heading {
    font-size: 3.8rem;
  }
}
.world__text {
  font-size: 2rem;
  line-height: 1.5;
  width: 60%;
  margin-bottom: 29px;
}
@media (max-width: 1919px) {
  .world__text {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 739px) {
  .world__text {
    font-size: 1.6rem;
    width: 100%;
  }
}
.world__link {
  margin-bottom: 45px;
  display: inline-block;
  font-size: 2rem;
  color: #ea7e34;
  text-decoration: none;
  border-bottom: 1px solid #ea7e34;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (max-width: 739px) {
  .world__link {
    font-size: 1.6rem;
  }
}
.world__link:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.world__image {
  width: 100%;
}
.services-top{
  background-color: #ffffff;
}
.services-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-top__left__block {
  /* width: 390px; */
  margin-top: 30px;
}
@media (max-width: 1519px) {
  .services-top__left__block {
    margin-top: 30px;
  }
}
.services-top__left__block--2 {
  width: 300px;
}
.services-top__left__block h2 {
  font-size: 3.2rem;
  color: #000000;
  margin-bottom: 60px;
}
@media (max-width: 1919px) {
  .services-top__left__block h2 {
    margin-bottom: 3.125vw;
  }
}
.services-top__category .slick-list {
  height: auto !important;
  padding: 0 !important;
}
.services-top__category .slick-current .services-top__item {
  color: #ea7e34 !important;
}
.services-top__item {
  font-size: 2rem;
  white-space: nowrap;
  width: auto !important;
  cursor: pointer;
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 1519px) {
  .services-top__item {
    margin-bottom: 20px;
  }
}
.services-top__right--2 {
  background-color: #02467d;
}
@media (max-width: 1919px) {
  .services-top__right--2 {
  }
}
@media (max-width: 1023px) {
  .services-top__right--2 {
    padding: 0;
    background-color: unset;
  }
}
.services-top__slider {
  cursor: all-scroll;
}
.services-top__slider .slick-slide {
  border: 0;
}
@media (max-width: 1023px) {
  .services-top__slider .active > h3::after {
    content: "";
  }
}
.services-top__slide {
  min-height: calc(100vh - 80px);

  color: #ffffff;
  padding: 122px 151px 0 100px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1919px) {
  .services-top__slide {
    padding: 6.35vw 7.86vw 0 5.2vw;
  }
}
@media (max-width: 1023px) {
  .services-top__slide {
    padding: 30px 60px;
    height: auto;
    min-height: unset;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 739px) {
  .services-top__slide {
    padding: 25px;
  }
}
.services-top__slide--toggle {
  height: auto;
}
.services-top__slide--2 {
  color: #000000;
  padding: 0;
  padding: 30px 0;
}
@media (max-width: 1519px) {
  .services-top__slide--2 {
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  .services-top__slide--2 {
    position: relative;
    height: 80px;
    padding: 0;
    overflow-y: hidden;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
  }
}
@media (max-width: 1023px) {
  .services-top__slide--2 {
    height: unset;
  }
}
.services-top__slide--2 > h3 {
  margin-bottom: 18px;
  font-family: fw-bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 69px;
}
@media (max-width: 1919px) {
  .services-top__slide--2 > h3 {
    margin-left: 3.59vw;
  }
}
@media (max-width: 1023px) {
  .services-top__slide--2 > h3 {
    margin: 0;
    padding: 30px 50px;
    background-color: #00457c;
  }
}
@media (max-width: 739px) {
  .services-top__slide--2 > h3 {
    margin: 0;
    padding: 25px;
    background-color: #00457c;
  }
}
.services-top__slide--2 a {
  margin-top: 32px;
  display: inline-block;
  margin-left: 69px;
}
@media (max-width: 1919px) {
  .services-top__slide--2 a {
    margin-left: 3.59vw;
    margin-top: 1.66vw;
  }
}
@media (max-width: 1023px) {
  .services-top__slide--2 a {
    margin: 0;
    padding: 32px 50px;
    color: #000000 !important;
  }
}
@media (max-width: 739px) {
  .services-top__slide--2 a {
    padding: 5vw 25px;
  }
}
.services-top__slide--2 > a:hover {
  color: #ea7e34 !important;
}
.services-top__slide--2__video {
  display: block;
  width: 100%;
  position: relative;
}
.services-top__slide--2__video video {
  width: 100%;
}
.services-top__slide--2__icon {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .services-top__slide--2__icon {
    bottom: 10px;
    top: unset;
  }
}
.services-top__slide--2__icon i {
  font-size: 3.5rem;
  color: #000000;
  cursor: pointer;
}
@media (max-width: 739px) {
  .services-top__slide--2__icon i {
    font-size: 2.5rem;
  }
}
.services-top__slide--2__icon i:hover {
  color: #ea7e34;
}
.services-top__slide--2__icon .icon__muted {
  display: block;
}
.services-top__slide--2__icon .icon__muted--toggle {
  display: none;
}
.services-top__slide--2__icon .icon__open {
  display: none;
}
.services-top__slide--2__icon .icon__open--toggle {
  display: block;
}
.services-top__slide > h3 {
  font-size: 2.8rem;
  font-family: fw-bold;
}
@media (max-width: 1023px) {
  .services-top__slide > h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .services-top__slide > h3::after {
    content: "";
    font-family: "Font Awesome 5 Free";
  }
}
@media (max-width: 739px) {
  .services-top__slide > h3 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .services-top__slide__block {
    display: none;
  }
}
.services-top__slide__text {
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 32px 0;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (max-width: 739px) {
  .services-top__slide__text {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 20px 0;
  }
}
.services-top__slide a {
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-family: fw-medium;
}
.services-top__slide a:hover {
  text-decoration: underline;
  color: #ea7e34;
}

.services-mid {
  padding: 160px 0;
  background-color: #ffffff;
}
@media (max-width: 1919px) {
  .services-mid {
    padding: 8.3vw 0;
  }
}
@media (max-width: 1023px) {
  .services-mid {
    padding: 80px 0;
  }
}
@media (max-width: 739px) {
  .services-mid {
    padding: 45px 0;
  }
}
.services-mid--container {
}
@media (max-width: 1023px) {
  .services-mid--container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .services-mid--container > *{
    width: 33%;
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .services-mid--container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .services-mid--container > *{
    margin-bottom: 30px;
    width: 100%;
  }
}
.services-bot {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
}
@media (max-width: 1919px) {
  .services-bot {
    padding: 10.41vw 0;
  }
}
.services-bot__text {
  font-size: 3rem;
  line-height: 1.5;
  color: #ffffff;
  margin-left: 213px;
  width: 790px;
}
@media (max-width: 1919px) {
  .services-bot__text {
    font-size: 1.56vw;
    width: 41.14vw;
    margin-left: 11.09vw;
  }
}
@media (max-width: 1023px) {
  .services-bot__text {
    margin-left: 0;
    width: 115%;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 739px) {
  .services-bot__text {
    font-size: 1.2rem;
    letter-spacing: 0;
    width: 130%;
  }
}
.services-bot__title {
  font-size: 8rem;
  font-family: fw-bold;
  color: #ea7e34;
  margin-top: 300px;
}
@media (max-width: 1919px) {
  .services-bot__title {
    font-size: 4.16vw;
    margin-top: 15.625vw;
  }
}
@media (max-width: 1023px) {
  .services-bot__title {
    margin-top: 180px;
  }
}
@media (max-width: 739px) {
  .services-bot__title {
    margin-top: 160px;
  }
}

.detail-service {
  color: #000000;
  font-family: fw-medium;
  padding: 0 0 150px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.detail-service2{
  background-color: #ffffff;
}
@media (max-width: 1919px) {
  .detail-service {
    padding: 0 0 7.8vw;
  }
}
@media (max-width: 739px) {
  .detail-service {
    margin-bottom: 20px;
  }
}
.detail-service__heading {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 80px;
  text-transform: uppercase;
}
@media (max-width: 1919px) {
  .detail-service__heading {
    margin-bottom: 4.16vw;
  }
}
@media (max-width: 1023px) {
  .detail-service__heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 739px) {
  .detail-service__heading {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.detail-service__block {
  text-align: center;
}
.detail-service__block--border {
  border-right: 1px solid #000000;
}
.detail-service__number {
  font-size: 5.4rem;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .detail-service__number {
    /* margin-bottom: 6px; */
  }
}
@media (max-width: 739px) {
  .detail-service__number {
    font-size: 2.4rem;
    /* margin-bottom: 14px; */
  }
}
.detail-service__info {
  font-size: 2.8rem;
  text-transform: uppercase;
}
@media (max-width: 739px) {
  .detail-service__info {
    font-size: 1.2rem;
  }
}

.detail-service2__slider:hover .slick-arrow {
  opacity: 1;
}
.detail-service2__slider:hover .slick-prev {
  left: 20px;
}
.detail-service2__slider:hover .slick-next {
  right: 20px;
}
.detail-service2__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 4rem;
  outline: 0;
  border: 0;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  z-index: 10;
}
.detail-service2__slider .slick-prev {
  left: 0;
}
.detail-service2__slider .slick-next {
  right: 0;
}
.detail-service2__slide {
  height: 720px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1919px) {
  .detail-service2__slide {
    height: 37.5vw;
  }
}
@media (max-width: 739px) {
  .detail-service2__slide {
    height: 178px;
  }
}
.detail-service2__block {
  width: 60%;
  margin: 0 auto;
  color: #000000;
  padding: 32px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  position: relative;
  top: -70px;
}
@media (max-width: 1023px) {
  .detail-service2__block {
    width: 80%;
  }
}
@media (max-width: 739px) {
  .detail-service2__block {
    padding: 30px 20px;
    top: -55px;
    width: 80%;
  }
}
.detail-service2__left {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.detail-service2__left h2 {
  font-size: 2.8rem;
  margin-bottom: 12px;
  font-family: fw-bold;
  color: #00457c;
}
@media (max-width: 1023px) {
  .detail-service2__left h2 {
    margin-bottom: 45px;
  }
}
@media (max-width: 739px) {
  .detail-service2__left h2 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.detail-service2__left div {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.detail-service2__left div p {
  font-family: fw-regular !important;
}
.detail-service2__left div p span {
  font-family: fw-regular !important;
}
@media (max-width: 739px) {
  .detail-service2__left div {
    font-size: 1.2rem;
  }
}

.expertise {
  background-color: #ffffff;
  padding: 143px 0 71px;
}
@media (max-width: 1919px) {
  .expertise {
    padding: 7.44vw 0 3.69vw;
  }
}
.expertise__container {
  max-width: 1520px;
  margin: 0 auto;
}
.expertise__heading {
  font-size: 7.2rem;
  text-align: center;
  color: #000000;
  margin-bottom: 41px;
}
@media (max-width: 1919px) {
  .expertise__heading {
    font-size: 3.75vw;
    margin-bottom: 2.13vw;
  }
}
@media (max-width: 1023px) {
  .expertise__heading {
    font-size: 3.2rem;
  }
}
@media (max-width: 739px) {
  .expertise__heading {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.expertise__sub {
  font-size: 2rem;
  color: #000000;
  text-align: center;
  width: 80%;
  margin: 0 auto;

}
@media (max-width: 1023px) {
  .expertise__sub {
    line-height: 1.7;
  }
}
@media (max-width: 739px) {
  .expertise__sub {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.expertise__block {
  margin-top: 72px;
}
@media (max-width: 1919px) {
  .expertise__block {
    margin-top: 3.75vw;
  }
}
@media (max-width: 739px) {
  .expertise__block {
    margin-top: 32px;
  }
}
.expertise__title {
  font-size: 2.4rem;
  font-family: fw-medium;
  color: #000000;
  margin-bottom: 21px;
}
@media (max-width: 739px) {
  .expertise__title {
    font-size: 2rem;
  }
}
.expertise__content {
  font-size: 1.8rem;
  line-height: 1.5;
  border-left: 3px solid #ea7e34;
  color: #000000 !important;
  text-align: justify;
  padding: 0 25px;
}
.expertise__content p {
  color: #000000 !important;
}
@media (max-width: 1919px) {
  .expertise__content {
  }
}
@media (max-width: 1023px) {
  .expertise__content {
    padding-right: 0;
  }
}
@media (max-width: 739px) {
  .expertise__content {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-left: 12px;
  }
}
@media (max-width: 739px) {
  .expertise__content p {
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
    padding-left: 12px;
    color: #000000 !important;
    font-family: fw-regular !important;
  }
}
.expertise--bot {
  background-color: #ffffff;
  padding: 70px 0;
}
@media (max-width: 739px) {
  .expertise--bot .expertise__container {
    padding: 0;
  }
}
@media (max-width: 739px) {
  .expertise--bot {
    padding: 30px 0;
  }
}
.expertise--bot__image {
  width: 100%;
}
.expertise--bot__block {
  font-size: 4rem;
  line-height: 1.8;
  background-color: #ffffff;
  padding: 31px 0 31px 49px;
  width: 550px;
  position: relative;
  left: -200px;
  text-align: end;
  color: #000000;
}
@media (max-width: 1919px) {
  .expertise--bot__block {
    font-size: 2.08vw;
    width: 28.64vw;
    left: -10.4vw;
  }
}
@media (max-width: 1023px) {
  .expertise--bot__block {
    padding: 15px 0 15px 30px;
  }
}
@media (max-width: 739px) {
  .expertise--bot__block {
    font-size: 1.2rem;
    padding: 12px 0 12px 20px;
    width: 40vw;
    left: -27vw;
  }
}
.expertise--bot__block p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.expertise--bot__block::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ea7e34;
  position: absolute;
  bottom: calc(100% + 64px);
  left: 0;
}
@media (max-width: 1919px) {
  .expertise--bot__block::before {
    bottom: calc(100% + 3.33vw);
  }
}

.modal__network {
  background-color: rgba(45, 46, 49, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  cursor: pointer;
  display: none;
}
@media (max-width: 739px) {
  .modal__network {
    z-index: 0;
  }
}
.modal__network--toggle {
  display: block;
  -webkit-animation: fade 0.2s linear 0s;
          animation: fade 0.2s linear 0s;
}

.network {
  position: relative;
  padding: 60px 100px 80px 400px;
  background-color: #f1f1f1;
}
@media (max-width: 1919px) {
  .network {
    padding: 3.125vw 5.2vw 4.16vw 20.8vw;
  }
}
@media (max-width: 1023px) {
  .network {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 644px;
    margin: auto;
  }
}
@media (max-width: 739px) {
  .network {
    padding: 30px 12px;
  }
}
.network__left {
  position: absolute;
  top: 490px;
  left: 185px;
  color: #000000;
  width: 445px;
  z-index: 1;
}
@media (max-width: 1919px) {
  .network__left {
    top: 25.52vw;
    left: 9.6vw;
    width: 23.17vw;
  }
}
@media (max-width: 1023px) {
  .network__left {
    position: unset;
    width: 100%;
    margin-top: 40px;
  }
}
.network__left__heading {
  font-size: 4rem;
  margin-bottom: 50px;
  white-space: nowrap;
  font-family: fw-bold;
  color: #00457c;
  text-transform: capitalize;
}
@media (max-width: 1919px) {
  .network__left__heading {
    margin-bottom: 2.6vw;
    font-size: 2.08vw;
  }
}
@media (max-width: 1023px) {
  .network__left__heading {
    font-size: 5.2rem;
  }
}
@media (max-width: 739px) {
  .network__left__heading {
    font-size: 2.4rem;
  }
}
.network__left > div {
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (max-width: 1919px) {
  .network__left > div {
    font-size: 1.14vw;
  }
}
@media (max-width: 1023px) {
  .network__left > div {
    font-size: 2rem;
  }
}
@media (max-width: 739px) {
  .network__left > div {
    font-size: 1.8rem;
  }
}
.network__img {
  position: relative;
  background-color: #00457c;

  width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .network__img {
    width: 1480px;
  }
}
@media (max-width: 1560px) {
  .network__img {
    width: 1360px;
  }
}
@media (max-width: 1440px) {
  .network__img {
    width: 1230px;
  }
}
@media (max-width: 1310px) {
  .network__img {
    width: 1023px;
  }
}
@media (max-width: 1023px) {
  .network__img {
    width: 644px;
  }
}
@media (max-width: 739px) {
  .network__img {
    width: 95%;
  }
}
.network__img--toggle {
  width: 944px;
}
.network__img img {
  width: 100%;
}
.network__img__mb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
@media (max-width: 739px) {
  .network__img__mb {
    display: block;
    z-index: 10;
  }
  .network__img__mb--toggle {
    display: none;
  }
}
.network__point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
.network__point--hor {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.network__point--hor i {
  margin-right: 6px;
}
.network__point--1 {
  top: 27%;
  left: 18%;
}
.network__point--2 {
  top: 26.5%;
  left: 40.5%;
}
.network__point--3 {
  top: 45%;
  left: 57%;
}
.network__point--4 {
  top: 45%;
  left: 76%;
}
.network__point--5 {
  top: 52%;
  left: 75%;
}
.network__point--6 {
  top: 57%;
  left: 73.5%;
}
.network__point--7 {
  top: 77%;
  left: 76%;
}
.network__point--8 {
  top: 81%;
  left: 82%;
}
.network__point--9 {
  top: 77%;
  left: 87%;
}
.network__point--10 {
  top: 85%;
  left: 89%;
}
.network__point > i {
  font-size: 4.5rem;
  color: #ea7e34;
  text-shadow: 0 0 4px black;
  font-size: 4.5rem;
  margin-bottom: 6px;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (max-width: 1919px) {
  .network__point > i {
    font-size: 2.34375vw;
  }
}
@media (max-width: 739px) {
  .network__point .toggle {
    font-size: 2.5rem;
    margin-bottom: 6px;
  }
}
.network__point .toggle-light {
  color: #242961;
}
.network .active {
  z-index: 99999;
}
.network .active .network__name {
  background-color: #242961;
  color: #ffffff;
}
.network__name {
  font-size: 1.8rem;
  color: #ea7e34;
  background-color: #e0e0e0;
  padding: 11px;
  white-space: nowrap;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  z-index: 5;
  position: relative;
}
.network__name:hover {
  background-color: #242961;
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1023px) {
  .network__name:hover {
    color: #ea7e34;
    background-color: #e0e0e0;
  }
}
@media (max-width: 1919px) {
  .network__name {
    font-size: 0.9375vw;
    padding: 0.57vw;
  }
}
.network__name--2 {
  font-size: 1.8rem;
  color: #ea7e34;
  background-color: #e0e0e0;
  padding: 11px;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  z-index: 5;
  position: relative;
}
@media (max-width: 1919px) {
  .network__name--2 {
    font-size: 0.9375vw;
    padding: 0.57vw;
  }
}
@media (max-width: 739px) {
  .network__name--toggle {
    font-size: 1.8rem;
    padding: 3px;
  }
}
.network__list {
  position: fixed;
  background-color: #ffffff;
  padding: 12px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  pointer-events: none;
  max-width: calc(60vw + 60px);
}
.network__list .slide-arrow{
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 3rem;
  color: #000000;
  cursor: pointer;
}
@media (max-width: 739px) {
  .network__list .slide-arrow{
    font-size: 1.2rem;
  }
}
.network__list .prev-arrow{}
.network__list .next-arrow{}
@media (max-width: 739px) {
  .network__list{
    padding: 6px;
    max-width: 100vw;
  }
}
.network__list--toggle {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 8;
  pointer-events: all;
}



.network__item {
  width: 20vw;
  padding: 12px;
}
@media (max-width: 739px) {
  .network__item {
    width: 50vw;
    padding: 6px;
  }
}
.network__item__img {
  padding-top: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 21px;
}
@media (max-width: 1919px) {
  .network__item__img {
    margin-bottom: 1.09vw;
  }
}
@media (max-width: 1420px) {
  .network__item__img {
    margin-bottom: 12px;
  }
}
.network__item__name {
  font-size: 1.8rem;
  font-family: fw-bold;
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 1420px) {
  .network__item__name {
    margin-bottom: 6px;
  }
}
@media (max-width: 739px) {
  .network__item__name {
    font-size: 1.2rem;
  }
}
.network__item__position {
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 1420px) {
  .network__item__position {
    margin-bottom: 6px;
  }
}
@media (max-width: 739px) {
  .network__item__position {
    font-size: 1rem;
    line-height: 1.2rem;
    min-height: 2.4rem;
  }
}
.network__item__mail {
  font-size: 1.2rem;
  color: #242961;
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 1919px) {
  .network__item__mail {
    font-size: 1rem;
  }
}
@media (max-width: 1420pxpx) {
  .network__item__mail {
    margin-bottom: 6px;
  }
}
@media (min-width: 740px) and (max-width: 1023px) {
  .network__item__mail {
    font-size: 0.8rem;
  }
}
@media (max-width: 739px) {
  .network__item__mail {
    font-size: 0.7rem;
  }
}
.network__item__phone {
  font-size: 1.2rem;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 739px) {
  .network__item__phone {
    font-size: 0.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .network__item__phone {
    font-size: 0.4rem;
  }
}
.network__tablet {
  display: none;
}
@media (min-width: 740px) and (max-width: 1023px) {
  .network__tablet {
    display: block;
  }
}
.network__tablet__slide > h3 {
  font-size: 2rem;
  color: #ffffff;
  background-color: #c3c3c3;
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.network__tablet__slide > h3::after {
  content: "";
  font-family: "Font Awesome 5 Free";
}
.network__tablet__toggle {
  display: none;
}
.network__tablet__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  padding: 25px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.network__tablet__block .network__item {
  padding: 0 25px;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
.network__tablet .active > h3::after {
  content: "";
  font-family: "Font Awesome 5 Free";
}

.popup__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.popup__modal--toggle {
  display: block;
  -webkit-animation: fade 0.5s linear 0s;
          animation: fade 0.5s linear 0s;
}

.popup__network {
  width: 100%;
  z-index: 999999;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  background-color: #ffffff;
  padding-top: 60px;
}
.popup__network--toggle {
  display: block;
}
.popup__network__container {
  width: 100%;
  height: 80vh;
  overflow: auto;
}
.popup__network__block {
  position: relative;
  padding: 100px;
  width: calc(944px + 200px);
  background-color: #f1f1f1;
  padding-bottom: 230px;
}
.popup__network > i {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 3rem;
}

.ourteam {
  padding: 90px 0;
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 1919px) {
  .ourteam {
    padding: 4.68vw 0;
  }
}
@media (max-width: 739px) {
  .ourteam {
    padding: 30px 0;
  }
}
.ourteam__heading {
  font-size: 4rem;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: fw-bold;
  color: #00457c;
}
@media (max-width: 739px) {
  .ourteam__heading {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}
.ourteam__intro {
  font-size: 2.2rem;
  line-height: 1.5;
  width: 70%;
  margin-bottom: 80px;
}
@media (max-width: 1919px) {
  .ourteam__intro {
    margin-bottom: 4.16vw;
  }
}
@media (max-width: 1023px) {
  .ourteam__intro {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .ourteam__intro {
    font-size: 1.2rem;
  }
}
.ourteam__title {
  font-size: 2.4rem;
  margin: 36px 0;
}
@media (max-width: 739px) {
  .ourteam__title {
    font-size: 1.8rem;
    margin: 18px 0;
  }
}
.ourteam__people {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
}
@media (max-width: 739px) {
  .ourteam__people {
    margin-bottom: 12px;
  }
}
.ourteam__image {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ourteam__block {
  padding: 32px;
}
@media (max-width: 1023px) {
  .ourteam__block {
    padding: 12px;
  }
}
@media (max-width: 739px) {
  .ourteam__block {
    padding: 12px 6px 12px 6px;
  }
}
.ourteam__name {
  font-size: 3rem;
  font-family: fw-black;
  height: 7.6rem;
  line-height: 3.8rem;
}
@media (max-width: 739px) {
  .ourteam__name {
    font-size: 1.6rem;
    line-height: 2rem;
    height: 4rem;
  }
}
.ourteam__pos {
  font-size: 1.8rem;
  margin-top: 15px;
  line-height: 2.3rem;
  min-height: 4.6rem;
}
@media (max-width: 1023px) {
  .ourteam__pos {
    font-size: 1.6rem;
  }
}
@media (max-width: 739px) {
  .ourteam__pos {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 3rem;
    margin-top: 6px;
  }
}
@media (max-width: 362px) {
  .ourteam__pos {
    font-size: 1rem;
    line-height: 1.3rem;
    min-height: 2.6rem;
  }
}
.ourteam__contact{
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .ourteam__contact{
    font-size: 1.3rem;
  }
}
@media (max-width: 739px) {
  .ourteam__contact{
    font-size: 0.8rem;
  }
}
.ourteam__btn {
  font-size: 1.8rem;
  padding: 20px 40px;
  border: 1px solid #000000;
  display: inline-block;
  border-color: #000000;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  margin-top: 32px;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 739px) {
  .ourteam__btn {
    font-size: 1.2rem;
    margin-top: 15px;
    padding: 10px 20px;
  }
}
.ourteam__btn:hover {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.ourteam__info {
  display: none;
}
.ourteam__modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(45, 46, 49, 0.2);
  z-index: 9999;
  cursor: pointer;
  display: none;
}
.ourteam__modal--toggle {
  display: block;
  -webkit-animation: fade 0.2s linear 0s;
          animation: fade 0.2s linear 0s;
}
.ourteam__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 99999;
  padding: 32px;
  width: 80%;
  display: none;
}
@media (max-width: 739px) {
  .ourteam__popup {
    padding: 15px;
    width: 90%;
  }
}
.ourteam__popup--toggle {
  display: block;
  -webkit-animation: popup2 0.5s linear 0s;
          animation: popup2 0.5s linear 0s;
}
.ourteam__popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 3rem;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (max-width: 739px) {
  .ourteam__popup__close{
    font-size: 2.4rem;
  }
}
.ourteam__popup__close:hover {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  opacity: 0.9;
}
.ourteam__popup__image {
  width: 500px;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1919px) {
  .ourteam__popup__image {
    width: 26.04vw;
    height: 26.04vw;
  }
}
@media (max-width: 739px) {
  .ourteam__popup__image {
    width: 40vw;
    height: 40vw;
  }
}
.ourteam__popup__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  .ourteam__popup__info{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ourteam__popup__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ourteam__popup__name {
  font-size: 3.2rem;
  font-family: fw-bold;
  line-height: 1;
}
@media (max-width: 739px) {
  .ourteam__popup__name{
    font-size: 2.4rem;
  }
}
.ourteam__popup__pos {
  font-size: 1.8rem;
  margin-top: 15px;
  color: #ea7e34;
}
@media (max-width: 739px) {
  .ourteam__popup__pos{
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.ourteam__popup__contact{
  font-size: 1.6rem;
  margin-top: 15px;
}
@media (max-width: 739px) {
  .ourteam__popup__contact{
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.ourteam__popup__right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-left: 32px;
}
@media (max-width: 739px) {
  .ourteam__popup__right{
    margin-left: 0;
    margin-top: 15px;
  }
}
.ourteam__popup__text {
  margin-top: 30px;
}
@media (max-width: 739px) {
  .ourteam__popup__text{
    font-size: 1.2rem;
    margin-top: 12px;
  }
}
.detail-media {
  padding: 80px 0 0;
  color: #000000;
}
@media (max-width: 1919px) {
  .detail-media {
    padding: 4.16vw 0 0;
  }
}
.detail-media__title {
  font-size: 3.2rem;
  font-family: fw-bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .detail-media__title {
    font-size: 2.4rem;
  }
}
.detail-media__date {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.detail-media__body {
  font-size: 1.8rem;
  margin-bottom: 60px;
}
.detail-media__body p {
  margin-bottom: 12px;
  line-height: 1.5;
}
.detail-media__body p img {
  width: 100%;
}
.detail-media__body h2 {
  font-family: fw-bold;
  margin-bottom: 12px;
  font-size: 2.4rem;
}

.related-news {
  padding-bottom: 30px;
}
.related-news__heading {
  font-size: 2.4rem;
  color: #000000;
  margin-bottom: 46px;
}
@media (max-width: 739px) {
  .related-news__heading {
    margin-bottom: 25px;
  }
}
.related-news__nav {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-news__nav li a {
  text-decoration: none;
  font-size: 1.8rem;
  color: #000000;
  cursor: pointer;
  padding: 0 6px;
}
.related-news__nav li a:hover {
  color: #ea7e34;
}
.related-news__nav .active a {
  color: #ea7e34;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .career--2 .row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.career__container {
  padding: 150px 120px;
  background-color: #ffffff;
}
@media (max-width: 1919px) {
  .career__container {
    padding: 7.8125vw 6.25vw;
  }
}
@media (max-width: 739px) {
  .career__container {
    padding: 40px 12px 40px;
  }
}
.career__content {
  color: #000000;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .career__content{
    margin-bottom: 35px;
  }
}
@media (max-width: 739px) {
  .career__content{
  }
}
.career__content__heading {
  font-size: 3.2rem;
  margin-bottom: 24px;
  font-family: fw-bold;
  color: #00457c;
}
@media (max-width: 739px) {
  .career__content__heading {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}
.career__content__body {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 739px) {
  .career__content__body {
    font-size: 0.9rem;
  }
}
.career__content__person {
  font-size: 2.4rem;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .career__content__person {
    font-size: 1.8rem;
  }
}
@media (max-width: 739px) {
  .career__content__person {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}
.career__image {
  /* height: 100%; */
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.career__slider{
  width: 900px;
  margin: auto;
}
@media (max-width: 1023px) {
  .career__slider{
    width: calc(100% - 60px);
  }
}
@media (max-width: 1023px) {
  .career__slider{
    width: calc(100% - 20px);
  }
}
.career__slider .slick-arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3rem;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

.career__slider .slick-prev{
  right: calc(100% + 12px);
}
.career__slider .slick-next{
  left: calc(100% + 12px);
}
@media (max-width: 739px) {
  .career__slider .slick-arrow{
    font-size: 2rem;
  }
  
.career__slider .slick-prev{
  right: calc(100% + 6px);
}
.career__slider .slick-next{
  left: calc(100% + 6px);
}
}
.career__slide{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.career__slide__image{
  width: 20%;
  padding-top: 20%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.career__slide__content{
  width: 75%;
  font-size: 1.6rem;
}
@media (max-width: 739px) {
  .career__slide__image{
    width: 23%;
    padding-top: 23%;
  }
  .career__slide__content{
    width: 72%;
    font-size: 1.6rem;
  }
}
.career__slide__body{
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.career__slide__person{
  font-size: 2.4rem;
  color: #7f7f7f;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .career__slide__content{
    font-size: 1.2rem;
  }
  .career__slide__person{
    font-size: 1.4rem;
  }
}
@media (max-width: 739px) {
  .career__slide__content{
    font-size: 0.8rem;
  }
  .career__slide__person{
    font-size: 0.8rem;
    margin-top: 6px;
  }
}
.career__avatar{
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1023px) {
  .career__image {
    height: 400px !important;
  }
  .career__avatar {
    margin-bottom: 40px;
  }
}
@media (max-width: 739px) {
  .career__image {
    height: 60vw !important;
  }
}
.career__image--2 {
  padding-top: 100%;
}
@media (max-width: 1023px) {
  .career__image--2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 739px) {
  .career__image--2 {
    margin-bottom: 16px;
  }
}
.career__currents {
  background-color: #ffffff;
  padding: 105px 0 0;
}
@media (max-width: 1919px) {
  .career__currents {
    padding: 7.8125vw 0 0;
  }
}
@media (max-width: 739px) {
  .career__currents {
  }
}
.career__currents__heading {
  font-size: 3.2rem;
  color: #00457c;
  margin-bottom: 40px;
  font-family: fw-bold;
}
@media (max-width: 739px) {
  .career__currents__heading {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.career__currents__body {
  font-size: 1.8rem;
  line-height: 2.2rem;
  height: 11rem;
  color: #000000;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.career__currents__body *{
  font-family: fw-regular !important;
}
@media (max-width: 739px) {
  .career__currents__body {
    margin-bottom: 17px;
    font-size: 1.2rem;
  }
  .career__currents__body p {
    font-size: 1.2rem !important;
  }
  .career__currents__body p *{
    font-size: 1.2rem !important;
  }
  .career__currents__body span{
    font-size: 1.2rem !important;
  }
}
.career__currents__block {
  padding: 80px 20px;
  border: 1px solid #000000;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .career__currents__block {
    padding: 36px 20px;
  }
}
@media (max-width: 739px) {
  .career__currents__block {
    padding: 24px 6px;
    margin-bottom: 24px;
  }
}
.career__currents__block h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  height: 6rem;
  font-family: fw-bold;
  color: #ea7e34;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .career__currents__block h2 {
    margin-bottom: 14px;
  }
}
@media (max-width: 739px) {
  .career__currents__block h2 {
    font-size: 1.4rem;
    line-height: 1.7rem;
    height: 3.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.career__currents__block button,
.career__currents__block a {
  color: #ffffff;
  background-color: #ea7e34;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 16px 32px;
  display: inline-block;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (max-width: 739px) {
  .career__currents__block button,
  .career__currents__block a {
    padding: 12px;
    font-size: 1.2rem;
  }
}
.career__currents__block button:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.career__currents__block a:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.career__currents__image {
  display: none;
}
.career__currents__icon {
  font-size: 6rem;
  color: #ea7e34;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
.career__currents__icon:hover {
  opacity: 0.9;
}
@media (max-width: 1919px) {
  .career__currents__icon {
    font-size: 3.125vw;
  }
}
@media (max-width: 1023px) {
  .career__currents__icon {
    font-size: 4rem;
  }
}
@media (max-width: 739px) {
  .career__currents__icon {
    font-size: 3rem;
  }
}
.career__currents .toggle::before {
  content: "";
  font-family: "Font Awesome 5 Free";
}
.career__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(45, 46, 49, 0.2);
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.career__modal--toggle {
  display: block;
  -webkit-animation: fade 0.5s linear 0s;
          animation: fade 0.5s linear 0s;
}
.career__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 99999;
  padding: 25px 45px;
  width: 100vh;
  height: 100vh;
  display: none;
}
@media (max-width: 1023px) {
  .career__popup {
    width: 100vw;
  }
}
@media (max-width: 739px) {
  .career__popup {
    padding: 40px 25px 25px;
  }
}
.career__popup--toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-animation: popup 0.3s linear 0s;
          animation: popup 0.3s linear 0s;
}
.career__popup__close {
  font-size: 3rem;
  color: #ea7e34;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.career__popup__close:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.career__popup > h2 {
  color: #ea7e34;
  font-size: 2.4rem;
  font-family: fw-bold;
  margin-bottom: 20px;
}
.career__popup__body {
  overflow-y: auto;
  padding-right: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.career__popup__body::-webkit-scrollbar {
  width: 4px;
  border-left: 1px solid #e6ecf8;
}
.career__popup__body::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.career__popup__body > img {
  width: 100%;
  margin-bottom: 30px;
}
.career__popup__body > div {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: dw-medium;
  color: #000000;
}
.career__popup__body > div > .career__currents__body {
  display: unset;
  overflow: unset;
}
.career__popup__body > div > .career__currents__body > h3 {
  display: none;
}
.career__popup__body > div > .career__currents__body > ul {
  padding-left: 0;
  list-style: none;
}
.career__popup__body > div > .career__currents__body > ul > li {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}
.career__popup__body > div > .career__currents__body > ul > li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.career__popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.career__popup__link > a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background-color: #242961;
  font-size: 1.8rem;
  padding: 12px 24px;
  margin-top: 30px;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.career__popup__link > a:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.all--more {
  display: none;
}

.footer {
  color: #000000;
  font-size: 1.8rem;
  padding: 48px 0 0;
  line-height: 2.5rem;
  background-color: #ffffff;
  margin-top: 10px;
}
@media (max-width: 739px) {
  .footer {
    font-size: 1.4rem;
    line-height: 1.9rem;
    padding: 30px 0 0;
  }
}
.footer__heading {
  font-size: 2.4rem;
  color: #00457c;
  margin-bottom: 48px;
  font-family: fw-bold;
}
@media (max-width: 739px) {
  .footer__heading {
    margin-bottom: 12px;
    padding-left: 0;
  }
}
@media (max-width: 739px) {
  .footer--2 {
    padding: 24px 0 0;
  }
}
@media (min-width: 740px) and (max-width: 1023px) {
  .footer__row > .col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__row > .col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .footer__row > .col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 739px) {
  .footer__row > .col:nth-child(2) {
    margin-top: 15px;
  }
  .footer__row > .col:nth-child(3) {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .footer__block {
    padding: 0 0;
  }
}
.footer__block h2 {
  margin-bottom: 24px;
  display: none;
}
@media (min-width: 740px) and (max-width: 1023px) {
  .footer__block h2 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .footer__block h2 {
    margin-bottom: 12px;
  }
}
.footer__block--2 h2 {
  display: block;
  color: #ea7e34;
}
.footer__block p {
  margin-bottom: 12px;
  font-family: fw-medium;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .footer__block p {
    margin-bottom: 8px;
  }
}
.footer__block a {
  text-decoration: none;
  color: #000000;
  font-family: fw-medium;
}
.footer__block a:hover {
  opacity: 0.8;
}
.footer__block--2 p {
  white-space: unset;
}
.footer__item {
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1023px) {
  .footer__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) {
  .footer__item {
    margin-bottom: 12px;
  }
}
.footer__socials {
  margin-top: 9px;
}
.footer__socials a {
  text-decoration: none;
  display: inline-block;
}
.footer__socials a:not(:first-child) {
  margin-left: 24px;
}
.footer__socials a:hover {
  opacity: 0.8;
}
.footer__socials a img {
  width: 32px;
}
@media (max-width: 739px) {
  .footer__form {
    padding: 0 0;
  }
}
.footer__form__heading {
  margin-bottom: 12px;
  font-family: fw-medium;
}
.footer__form__group {
  margin-bottom: 12px;
}
.footer__form__group label {
  font-size: 1.2rem;
  display: inline-block;
  font-family: fw-medium;
}
@media (max-width: 739px) {
  .footer__form__group label {
    font-size: 1rem;
  }
}
.footer__form__group input {
  display: block;
  height: 40px;
  width: 100%;
  font-size: 1.7rem;
  padding-left: 22px;
  color: #000000;
  outline: none;
  border: 1px solid #000000;
  font-family: fw-medium;
}
@media (max-width: 739px) {
  .footer__form__group input {
    font-size: 1.2rem;
  }
}
.footer__form__group textarea {
  display: block;
  height: 40px;
  width: 100%;
  resize: none;
  font-size: 1.7rem;
  padding-left: 22px;
  padding-top: 9px;
  color: #000000;
  outline: none;
  border: 1px solid #000000;
  font-family: fw-medium;
}
@media (max-width: 739px) {
  .footer__form__group textarea {
    font-size: 1.2rem;
  }
}
.footer__form .invalid input,
.footer__form .invalid textarea {
  border-color: #ea7e34;
}
.footer__form__message {
  color: #ea7e34;
  font-size: 1.2rem;
}
.footer__form__submit {
  width: 100%;
  height: 50px;
  background-color: #0b0722;
  color: #ea7e34;
  font-size: 2.4rem;
  font-family: fw-medium;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (max-width: 739px) {
  .footer__form__submit {
    font-size: 1.8rem;
  }
}
.footer__form__submit:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  color: #242961;
}
@media (min-width: 1024px) and (max-width: 1114px) {
  .footer__bottom {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 739px) {
  .footer__bottom {
    font-size: 1.2rem;
    padding: 0 0;
  }
}
.footer__bottom__block {
  background-color: #e5e5e5;
  padding: 24px 0;
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .footer__bottom__block {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .footer__bottom__block--2 {
    margin-top: 32px;
  }
}
.footer__left {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .footer__left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 18px;
  }
}
@media (max-width: 1023px) {
  .footer__mid {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.footer__mid a {
  color: #242961;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__right div {
  white-space: nowrap;
  margin-right: 9px;
}
@media (max-width: 1023px) {
  .footer__right div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 0;
  }
}
.footer__right ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .footer__right ul {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.footer__right ul li {
  margin-right: 9px;
}

.contact {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (max-width: 739px) {
  .contact {
    padding: 30px 0;
  }
}
.contact--row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__image {
  width: 100%;
}
@media (max-width: 1023px) {
  .contact__image {
    margin-bottom: 40px;
  }
}
@media (max-width: 739px) {
  .contact__image {
    margin-bottom: 24px;
  }
}
.contact__container {
  font-size: 1.8rem;
  color: #000000;
  font-family: fw-medium;
}
@media (max-width: 739px) {
  .contact__container {
    font-size: 1.8rem;
  }
}
.contact__container h2 {
  font-size: 2.4rem;
  color: #ea7e34;
  margin-bottom: 24px;
  font-family: fw-bold;
}
@media (max-width: 739px) {
  .contact__container h2 {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}
.contact__block p {
  margin-bottom: 6px;
}
.contact__item {
  margin: 24px 0;
}
.contact__item a {
  color: #000000;
}
.contact__item a:hover {
  color: #ea7e34;
}
.contact__socials {
  margin-top: 12px;
}
.contact__socials a {
  display: inline-block;
  text-decoration: none;
  margin: 0 6px;
}
.contact__socials a:hover {
  opacity: 0.9;
}
.contact__socials a img {
  width: 40px;
}
@media (max-width: 739px) {
  .contact__socials a img {
    width: 35px;
  }
}

.services-top__slide--2__slide {
  width: 100%;
  padding-top: 56%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-top__slide--2__slider:hover .slick-arrow {
  opacity: 1;
}
.services-top__slide--2__slider:hover .slick-prev {
  left: 20px;
}
.services-top__slide--2__slider:hover .slick-next {
  right: 20px;
}
.services-top__slide--2__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 4rem;
  outline: 0;
  border: 0;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  z-index: 10;
}
.services-top__slide--2__slider .slick-prev {
  left: 0;
}
.services-top__slide--2__slider .slick-next {
  right: 0;
}
@media (max-width: 1023px) {
  .services-top__slide--2__slider .slick-arrow {
    opacity: 1;
    font-size: 2rem;
  }
  .services-top__slide--2__slider .slick-prev {
    left: 20px;
  }
  .services-top__slide--2__slider .slick-next {
    right: 20px;
  }
}

.media__read-more {
  text-decoration: none;
  font-size: 1.8rem;
  color: #000000;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (max-width: 739px) {
  .media__read-more {
    font-size: 1.4rem;
  }
}
.media__read-more:hover {
  color: #ea7e34;
}
.network .network__img {
  width: 100% !important;
}
.services-top__left__block--3 {
  margin-top: 122px;
  /* width: 400px; */
}
@media (max-width: 1919px) {
  .services-top__left__block--3 {
    margin-top: 6.35vw;
  }
}
.career__image__slide {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.career__image .slick-list {
  height: 100%;
}
.career__image .slick-track {
  height: 100%;
}
.career__image .slick-slide {
  height: 100%;
}
.career__image .slick-slide > div {
  height: 100%;
}
.career__image:hover .slick-arrow {
  opacity: 1;
}
.career__image:hover .slick-prev {
  left: 20px;
}
.career__image:hover .slick-next {
  right: 20px;
}
.career__image .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 4rem;
  outline: 0;
  border: 0;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  z-index: 10;

  display: none;
}
.career__image .slick-prev {
  left: 0;
}
.career__image .slick-next {
  right: 0;
}
.network__img--2 {
  background-color: #f1f1f1;
}

.services-top__slide--2__mobile {
  display: none;
}

.services-top__category .slick-slide > div {
  margin-left: 80px;
}

/* css new */
.header__cover{
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .header__cover{
    height: 62vw;
  }
}

.header__cover__zoom{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header__cover__zoom--toggle{
  -webkit-transform: translate(-50%, -50%) scale(1.3);
      -ms-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
  -webkit-transition: all linear 8s;
  -o-transition: all linear 8s;
  transition: all linear 8s;
}
.header__cover__block{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  text-align: center;
  color: #ffffff;
}
.header__cover__block h2{
  font-size: 6.5rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: fw-light;
}

@media (max-width: 1919px) {
  .header__cover__block h2{
    font-size: 3.38vw;
    margin-bottom: 2.08vw;
  }
}
@media (max-width: 1023px) {
  .header__cover__block h2{
    font-size: 3.2rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 739px) {
  .header__cover__block h2{
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
}
.header__cover__block p{
  font-size: 2.6rem;
  margin: auto;
  width: 75%;
}
@media (max-width: 1919px) {
  .header__cover__block p{
    font-size: 1.35vw;
  }
}
@media (max-width: 1023px) {
  .header__cover__block p{
    font-size: 1.8rem;
  }
}
@media (max-width: 739px) {
  .header__cover__block p{
    font-size: 1.1rem;
    width: 100%;
  }
}

.header__menu__block--home{
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home-heading{
  font-size: 4rem;
  text-transform: capitalize;
  color: #00457c;
  font-family: fw-bold;
}
@media (max-width: 1919px) {
  .home-heading{
    font-size: 2.08vw;
  }
}
@media (max-width: 1023px) {
  .home-heading{
    font-size: 3.2rem;
  }
}
@media (max-width: 739px) {
  .home-heading{
    font-size: 2.4rem;
  }
}
.home-about{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 150px 0;
}
@media (max-width: 1919px) {
  .home-about{
    padding: 7.8125vw 0;
  }
}
.home-about__left{}
.home-about__heading{
  padding-left: 120px;
  position: relative;
  display: inline-block;
  margin-bottom: 96px;
}
@media (max-width: 1919px){
  .home-about__heading{
    padding-left: 6.25vw;
    margin-bottom: 5vw;
  }
}
@media (max-width: 1114px){
  .home-about__heading{
    padding-left: 120px;
  }
}
@media (max-width: 1023px){
  .home-about__heading{
    padding-left: 24px;
    font-size: 3.2rem;
    padding-bottom: 24px;
    line-height: 1;
    margin-bottom: 24px;
  }
}
@media (max-width: 739px){
  .home-about__heading{
    padding-left: 32px;
    font-size: 2.4rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.home-about__heading::after{
  content: "";
  display: block;
  width: calc(100% + 120px);
  height: 1px;
  background-color: #ED7D31;
  position: absolute;
  top: 100%;
  right: 0;
}
@media (max-width: 1023px) {
  .home-about__heading::after{
    right: -24px;

  }
}
.home-about__content{
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 0 120px;
  text-align: justify;
}
@media (max-width: 1919px) {
  .home-about__content{
    padding: 0 6.25vw;
    font-size: 1.14vw;
  }
}
@media (max-width: 1114px) {
  .home-about__content{
    padding: 0 120px;
  }
}
@media (max-width: 1023px) {
  .home-about__content{
    padding: 0 24px;
    width: 80%;
    font-size: 1.8rem;
    text-align: left;
  }
}
@media (max-width: 739px) {
  .home-about__content{
    padding: 0 32px;
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
  }
}
.home-about__content p{
  margin-bottom: 24px;
}
.home-about__right{
  padding-right: 120px;
}
@media (max-width: 1919px) {
  .home-about__right{
    padding-right: 6.25vw;
  }
  .home-about__content p{
    margin-bottom: 1.25vw;
  }
}
@media (max-width: 1114px) {
  .home-about__right{
    padding: 0;
    width: 60%;
    margin: auto;
  }
}
@media (max-width: 1023px) {
  .home-about__right{
    width: 100%;
    padding: 0 24px;
  }
  .home-about__content p{
    margin-bottom: 24px;
  }
}
@media (max-width: 739px) {
  .home-about__right{
    padding: 0 32px;
  }
}
.home-about__block{
  position: relative;
  margin-top: 152px;
}
@media (max-width: 1919px) {
  .home-about__block{
    margin-top: 7.916vw;
  }
}
@media (max-width: 1023px) {
  .home-about__block{
    margin-top: 120px;
  }
}
@media (max-width: 739px) {
  .home-about__block{
    margin-top: 60px;
  }
}
.home-about__image{
  width: 100%;
}

.home-about__establish{
  position: absolute;
  right: 50px;
  top: -140px;
  height: 240px;
  width: 180px;
  background-color: #ffffff;

  -webkit-box-shadow: 0 1px 4px 5px rgb(0, 0, 0, 0.1);

          box-shadow: 0 1px 4px 5px rgb(0, 0, 0, 0.1);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #17496B;
}
.home-about__establish span{
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.home-about__establish div{
  font-size: 5.5rem;
  font-family: fw-bold;
}
@media (max-width: 1919px) {
  .home-about__establish{
    height: 12.5vw;
    width: 9.375vw;
    right: 2.6vw;
    top: -7.29vw;
  }
  .home-about__establish span{
    font-size: 1.25vw;
  }
  .home-about__establish div{
    font-size: 2.86vw;
  }
}
@media (max-width: 1023px) {
  .home-about__establish{
    right: 50px;
    top: -120px;
    height: 227px;
    width: 166px;
  }
  .home-about__establish span{
    font-size: 1.8rem;
  }
  .home-about__establish div{
    font-size: 4rem;
  }
}
@media (max-width: 739px) {
  .home-about__establish{
    right: 20px;
    top: -70px;
    height: 112px;
    width: 82px;
  }
  .home-about__establish span{
    font-size: 0.9rem;
  }
  .home-about__establish div{
    font-size: 1.4rem;
  }
}
.home-about__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.home-about__item div{
  font-size: 10.9rem;
  color: #FF8409;
  font-family: apex;
}
.home-about__item span{
  font-size: 3.2rem;
  color: #17496B;
}
@media (max-width: 1919px) {
  .home-about__item{
    margin-top: 3.125vw;
  }
  .home-about__item div{
    font-size: 5.67vw;
  }
  .home-about__item span{
    font-size: 1.6vw;
  }
}
@media (max-width: 1114px) {
  .home-about__item{
    margin-top: 70px;
  }
}
@media (max-width: 1023px) {
  .home-about__item div{
    font-size: 7.4rem;
  }
  .home-about__item span{
    font-size: 1.8rem;
  }
}
@media (max-width: 739px) {
  .home-about__item{
    margin-top: 32px;
  }
  .home-about__item div{
    font-size: 4.2rem;
  }
  .home-about__item span{
    font-size: 1.2rem;
  }
}
.home-about__item--mid{
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
}

.home-video{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 240px;
}
@media (max-width: 1919px) {
  .home-video{
    padding: 0 12.5vw;
  }
}
@media (max-width: 1023px) {
  .home-video{
    padding: 0 60px;
  }
}
@media (max-width: 739px) {
  .home-video{
    padding: 0;
  }
}

.home-video video{
  display: block;
  margin: auto;
  width: 100%;
}
@media (max-width: 1114px) {
  .home-video video{
    width: 100%;
  }
}
.home-service{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 150px 0;
}
@media (max-width: 1919px) {
  .home-service{
    padding: 7.8125vw 0;
  }
}
.home-service__heading{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  line-height: 1;
  margin-bottom: 80px;
}
@media (max-width: 1919px) {
  .home-service__heading{
    margin-bottom: 4.16vw;
  }
}
@media (max-width: 1023px) {
  .home-service__heading{
    margin-bottom: 80px;
  }
}
@media (max-width: 739px) {
  .home-service__heading{
    margin-bottom: 40px;
  }
}
.home-service__heading::after{
  content: "";
  display: block;
  height: 1px;
  background-color: #ED7D31;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-service__heading::before{
  content: "";
  display: block;
  height: 1px;
  background-color: #ED7D31;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-service__block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.home-service__image{
  height: 375px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}


.home-service__image::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  /* background-color: rgba(0, 0, 0, 0.25); */
  background-image: -o-linear-gradient(315deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.home-service__image:hover::before{
  right: 0;
}
@media (max-width: 1919px) {
  .home-service__image{
    height: 19.5vw;
  }
}
@media (max-width: 1023px) {
  .home-service__image{
    height: 300px;
  }
}
@media (max-width: 739px) {
  .home-service__image{
    height: 156px;
  }
}
.home-service__image:nth-of-type(1){
  width: 23%;
}
.home-service__image:nth-of-type(2){
  width: 27%;
}
.home-service__image:nth-of-type(3){
  width: 27%;
}
.home-service__image:nth-of-type(4){
  width: 23%;
}
.home-service__image:nth-of-type(5){
  width: 27%;
}
.home-service__image:nth-of-type(6){
  width: 23%;
}
.home-service__image:nth-of-type(7){
  width: 23%;
}
.home-service__image:nth-of-type(8){
  width: 27%;
}
@media (max-width: 1023px) {
  .home-service__image:nth-of-type(1){
    width: 47%;
  }
  .home-service__image:nth-of-type(2){
    width: 53%;
  }
  .home-service__image:nth-of-type(3){
    width: 53%;
  }
  .home-service__image:nth-of-type(4){
    width: 47%;
  }
  .home-service__image:nth-of-type(5){
    width: 47%;
  }
  .home-service__image:nth-of-type(6){
    width: 53%;
  }
  .home-service__image:nth-of-type(7){
    width: 53%;
  }
  .home-service__image:nth-of-type(8){
    width: 47%;
  }
}
.home-service__image span{
  font-size: 2.7rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 65%;

  position: relative;
  z-index: 1;
}
@media (max-width: 1919px) {
  .home-service__image span{
    font-size: 1.4vw;
  }
}
@media (max-width: 1023px) {
  .home-service__image span{
    font-size: 1.8rem;
  }
}
@media (max-width: 739px) {
  .home-service__image span{
    font-size: 1.1rem;
  }
}
.home-service__link{
 
}
.home__link{
  font-size: 2.4rem;
  border: 1px solid #FF8409;
  padding: 10px 15px;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  color: #262626;
}
.home__link:hover{
  color: #ffffff;
  background-color: #FF8409;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1919px) {
  .home__link{
    font-size: 1.25vw;
    margin-top: 2.08vw;
  }
}
@media (max-width: 1023px) {
  .home__link{
    font-size: 2.4rem;
    margin-top: 32px;
  }
}
@media (max-width: 739px) {
  .home__link{
    font-size: 1.8rem;
  }
}
.home-location{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 0;
}
@media (max-width: 1919px) {
  .home-location{
    padding: 7.8125vw 0;
  }
}
@media (max-width: 1114px) {
.home-location .row{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.home-location{
  padding: 120px;
}
}
@media (max-width: 1023px) {
  .home-location{
    padding: 24px 24px 60px;
  }
}
@media (max-width: 739px) {
  .home-location{
    padding: 90px 32px 40px;
  }
}
.home-location__left{
  position: relative;
  margin: 0 120px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 15px;
  background-color: #f1f1f1;
}
@media (max-width: 1919px) {
  .home-location__left{
    margin: 0 6.25vw;
  }
}
@media (max-width: 1023px) {
  .home-location__left{
    margin: 0 0 0 30px;
  }
}
@media (max-width: 739px) {
  .home-location__left{
    margin: 0 0 0 20px;
  }
}
.home-location__map{
  position: relative;
  z-index: 1;
  background-color: #f1f1f1;
}
.home-location__left::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #FF8409;

  position: absolute;
  left: -30px;
  top: 30px;
}
@media (max-width: 739px) {
  .home-location__left::before{
    left: -20px;
    top: 20px;
  }
}
.home-location__left img{
  width: 100%;
}
.home-location__left .network__point{
}
.home-location__left .network__point i{
  font-size: 3rem;
}
@media (max-width: 1919px) {
  .home-location__left .network__point i{
    font-size: 1.56vw;
  }
}
@media (max-width: 1023px) {
  .home-location__left .network__point i{
    font-size: 1.8rem;
  }
}
@media (max-width: 739px) {
  .home-location__left .network__point i{
    font-size: 1.2rem;
  }
}
.home-location__left .network__point .network__name--2{
  font-size: 1.4rem;
  padding: 8px;
}
@media (max-width: 1919px) {
  .home-location__left .network__point .network__name--2{
    font-size: 0.7vw;
    padding: 0.4vw;
  }
}
@media (max-width: 1023px) {
  .home-location__left .network__point .network__name--2{
    font-size: 1rem;
    padding: 5px;
  }
}
@media (max-width: 739px) {
  .home-location__left .network__point .network__name--2{
    font-size: 0.6rem;
    padding: 2px;
  }
}
.home-location__right{
  
}
@media (max-width: 1114px) {
  .home-location__right{
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .home-location__right{
    margin-bottom: 40px;
  }
}
@media (max-width: 739px) {
  .home-location__right{
    margin-bottom: 35px;
  }
}
.home-location__heading{
  margin-bottom: 90px;
}
@media (max-width: 1919px) {
  .home-location__heading{
    margin-bottom: 4.6vw;
  }
}
@media (max-width: 1114px) {
  .home-location__heading{
    width: 40%;
  }
}
@media (max-width: 739px) {
  .home-location__heading{
    width: 60%;
  }
}
.home-location__heading::after{
  content: "";
  display: block;
  height: 1px;
  background-color: #ED7D31;
}
.home-location__content{
  font-size: 2.2rem;
  padding-right: 120px;
}
@media (max-width: 1919px) {
  .home-location__content{
    font-size: 1.14vw;
    padding-right: 6.25vw;
  }
}
@media (max-width: 1023px) {
  .home-location__content{
    font-size: 1.8rem;
    padding-right: 0;
  }
}
@media (max-width: 739px) {
  .home-location__content{
    font-size: 1.2rem;
  }
}
.home-location__content p{
  margin-bottom: 15px;
}
.home-location__link--mb{
  margin-top: 32px;
  text-align: center;
}

.home-people{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 0;
}
@media (max-width: 1919px) {
  .home-people{
    padding: 7.8125vw 0;
  }
}
.home-people__heading{
  padding-left: 120px;
  position: relative;
  display: inline-block;
  margin-bottom: 96px;
}
@media (max-width: 1919px) {

  .home-people__heading{
    padding-left: 6.25vw;
    margin-bottom: 5vw;
  }
}
.home-people__heading::after{
  content: "";
  display: block;
  width: calc(100% + 120px);
  height: 1px;
  background-color: #ED7D31;
  position: absolute;
  top: 100%;
  right: 0;
}
.home-people__content{
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 0 120px;
  text-align: justify;
}
@media (max-width: 1919px) {
  .home-people__content{
    font-size: 1.14vw;
    padding: 0 6.25vw;
  }
}
.home-people__content p{}
.home-people__link{
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-people__right{

  position: relative;
}
.home-people__right__block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  position: relative;
  -webkit-box-shadow: 20px 20px 10px 0px rgb(0 0 0 / 25%);
          box-shadow: 20px 20px 10px 0px rgb(0 0 0 / 25%);
}
.home-people__right::before{
  content: "";
  width: 80%;
  height: 100%;
  display: block;
  border: 1px solid #ED7D31;

  position: absolute;
  top: 40px;
  left: 40px;
}
.home-people__right .ourteam__people{
  width: 46%;
  margin: 0;
}
.home-people__right .ourteam__image{}
.home-people__right .ourteam__block{}
.home-people__right .ourteam__name{}

.home-people__right .ourteam__pos{}
.home-people__right .ourteam__btn{}
.home-people__right .ourteam__info{}
@media (max-width: 1919px) {
  .home-people__right .ourteam__name{
    font-size: 1.56vw;
    height: 3.9vw;
    line-height: 1.9vw;
  }
.home-people__right .ourteam__block{
  padding: 1.6vw;
}
.home-people__right .ourteam__pos{
  font-size: 0.9vw;
  line-height: 1.19vw;
  height: 2.38vw;
  margin-top: 0.78vw;
}
.home-people__right .ourteam__btn{
  font-size: 0.9vw;
  margin-top: 1.6vw;
  padding: 1.04vw 2.08vw;
}

}

.home-career{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 0;
}
@media (max-width: 1919px) {
  .home-career{
    padding: 7.8125vw 0;
  }
}
.home-career__heading{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 1919px) {
  .home-career__heading{
    margin-bottom: 3.125vw;
  }
}
.home-career__heading::after{
  content: "";
  display: block;
  height: 1px;
  background-color: #ED7D31;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-career__heading::before{
  content: "";
  display: block;
  height: 1px;
  background-color: #ED7D31;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-career__content{
  text-align: center;
  margin-bottom: 80px;
}
.home-career__content h2{
  font-size: 4.2rem;
  color: #EA7E34;
  margin-bottom: 26px;
}
.home-career__content p{
  font-size: 2.2rem;
  color: #4E4E4E;
  width: 60%;
  margin: auto;
}
@media (max-width: 1919px) {
  .home-career__content{
    margin-bottom: 4.16vw;
  }
  .home-career__content h2{
    font-size: 2.18vw;
    margin-bottom: 1.35vw;
  }
  .home-career__content p{
    font-size: 1.14vw;
  }
}
.home-career__block{}
.home-career__block .career__currents__block{
  margin-bottom: 0;
}
.home-career__block .career__currents__block h2{
  font-size: 2rem;
  margin: 0;
}
.home-career__block .career__currents__block h3{
  font-size: 1.4rem;
  font-weight: bold;
  color: #818180;
  margin: 15px 0;
}
.home-career__block .career__currents__block .career__currents__body{
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.home-career__block .career__currents__block button,
.home-career__block .career__currents__block a{
  font-size: 1.2rem;
  padding: 15px 27px;
}
.home-career__block .career__currents__block img{}
.home-career__link{
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer--index{
  padding-top: 0;
  margin-top: 0;
}
.footer--index .footer__bottom__block{
  margin-top: 0;
}

.sector{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 32px;
}
@media (max-width: 1919px) {
  .sector{
    margin-top: 150px;
  }
}
@media (max-width: 1023px) {
  .sector{
    margin-top: 110px;
    padding-bottom: 40px;
  }
}
@media (max-width: 739px) {
  .sector{
    margin-top: 90px;
    padding-bottom: 20px;
  }
}
.sector__item{
  width: 24%;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1919px) {
  .sector__item{
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 1023px) {
  .sector__item{
    width: 32%;
    margin-bottom: 23px;
  }
}
@media (max-width: 739px) {
  .sector__item{
    width: 49%;
    margin-bottom: 17px;
  }
}
.sector__image{
  padding-top: 55%;
  display: block;
  position: relative;
  overflow: hidden;
}
.sector__image div{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.sector__image:hover  div{
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
    -webkit-transform: translate(-50%, -50%) scale(1.03);
        -ms-transform: translate(-50%, -50%) scale(1.03);
            transform: translate(-50%, -50%) scale(1.03);
}
.sector__title{
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #1F4E79;
  margin-top: 12px;
  display: inline-block;
  font-family: fw-bold;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.sector__title:hover{
  opacity: 0.9;
  text-shadow: 0 0 10px rgba(31, 78, 121, 0.5);
}
@media (max-width: 1919px) {
  .sector__title{
    font-size: 1.04vw;
    margin-top: 0.6vw;
  }
}
@media (max-width: 1023px) {
  .sector__title{
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
@media (max-width: 739px) {
  .sector__title{
    font-size: 1rem;
    margin-top: 6px;
  }
}

.detail-service2__pdf{
  color: #000000;
  font-size: 2.2rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 50px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  padding-bottom: 6px;
  font-weight: bold;
}
.detail-service2__pdf::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 1023px) {
  .detail-service2__pdf{
  }
}
@media (max-width: 739px) {
  .detail-service2__pdf{
    font-size: 1.2rem;
    margin-top: 35px;
  }
}
.detail-service2__pdf:hover{
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.career__cover{
  position: relative;
  height: calc(100vh - 130px);
  width: 100%;
}
.career__cover video{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.career__cover__slider{
  height: calc(100vh - 130px);
  background-color: #ffffff;
}
.career__cover__image{
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.career__cover__slider .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: 0;
  outline: 0;
  font-size: 40px;
  background-color: transparent;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 739px) {
  .career__cover__slider .slick-arrow{
    font-size: 24px;
  }
}
.career__cover__slider .slick-next{
  right: 24px;
}
.career__cover__slider .slick-prev{
  left: 24px;
}
@media (max-width: 1919px) {
  .career__cover__slider{
    height: calc(100vh - 7.5vw);
  }
  .career__cover{
    height: calc(100vh - 7.5vw);
  }
}
@media (max-width: 1023px) {
  .career__cover__slider{
    height: 56vw;
  }
  .career__cover{
    height: 56vw;
  }
}
.career__cover__shadow{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 35, 123, 0.61);
}
.career__cover__body{
  color: #ffffff;
  position: absolute;
  left: 12.5vw;
  bottom: 6.25vw;
  z-index: 2;
}

.career__cover__body h2{
  font-size: 7rem;
  font-family: fw-bold;
  line-height: 1.1;
}
.career__cover__body h2 span{
  color: #EA7E34;
}
@media (max-width: 1919px) {

  .career__cover__body h2{
    font-size: 3vw;
  }

}
@media (max-width: 1023px) {
  .career__cover__body{
    left: 60px;
  }
  .career__cover__body h2{
    line-height: 1.2;
  }
}
@media (max-width: 739px) {
  .career__cover__body{
    left: 32px;
  }
  .career__cover__body h2{
    font-size: 2rem;
  }
}

.career__why{
  background-color: #ffffff;
}
.career__why h3{
  font-size: 3.2rem;
  padding: 60px 0;
  font-family: fw-bold;
  color: #00457C;
}
@media (max-width: 739px) {
  .career__why h3{
    font-size: 2rem;
    padding: 30px 0;
  }
}
.career__why__container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  row-gap: 30px;
}
@media (max-width: 1023px) {
  .career__why__container{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
  }
}
@media (max-width: 739px) {
  .career__why__container{
    column-gap: 24px;
    row-gap: 24px;
  }
}
.career__why__item{}
.career__why__image{
  width: 100%;
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.career__why__content{
  padding: 12px;
}
.career__why__content h4{
  font-size: 2rem;
  font-family: fw-bold;
  margin-bottom: 12px;
  color: #00457C;
}
.career__why__content p{
  font-size: 1.5rem;
  line-height: 1.4;
}

.career__why__contact{
  font-size: 2.4rem;
  padding-bottom: 105px;
  line-height: 2;
}
@media (max-width: 1023px) {
  .career__why__contact{
    padding-bottom: 7.8125vw;
  }
}
@media (max-width: 739px) {
  .career__why__content{
    padding: 8px 6px 6px;
    line-height: 1.5;
  }
  .career__why__content h4{
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .career__why__content p{
    font-size: 1.2rem;
  }
  .career__why__contact{
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.career__why__contact strong{}

@-webkit-keyframes flyText {
  100%{
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes flyText {
  100%{
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes opa {
  100%{
    opacity: 1;
  }
}
@keyframes opa {
  100%{
    opacity: 1;
  }
}
.text-flying{
  -webkit-transform: translate(-50%, -10%);
      -ms-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  opacity: 0;
  -webkit-animation: flyText 1.2s ease-in-out 0.2s forwards, opa 0.5s ease-in-out 0.6s  forwards;
          animation: flyText 1.2s ease-in-out 0.2s forwards, opa 0.5s ease-in-out 0.6s  forwards;
}

@media (max-width: 739px) {
  .grid-people{
    padding: 0 6px !important;
  }
  .grid-people .row{
    margin: 0 -3px !important;
  }
  .grid-people .row .col{
    padding: 0 3px !important;
  }
}

.career--no-pad .wide{
  padding: 0 !important;
}


.popup__image__modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgb(0, 0, 0, 0.3);
  z-index: 99999;
  transition: all linear 0.3s;
}
.popup__image__modal--hidden{
  opacity: 0;
  pointer-events: none;
}
.popup__image{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 56%;
  z-index: 99999;
  transition: all linear 0.3s;
}
.popup__image--hidden{
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
}
.popup__image > img{
  height: 100%;
  /* width: 100%; */
}
.popup__image__close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  cursor: pointer;
  color: #b3b3b3;

}
.popup__image__close:hover{
  opacity: 0.8;
}

@media (max-width: 1023px) {
  .popup__image{
    /* width: calc(100% - 120px); */
  }
}
@media (max-width: 739px) {
  .popup__image{
    /* width: calc(100% - 64px); */
  }
  /* .popup__image__close{
    font-size: 3rem;
  } */
}


/*bổ sung 23/09*/
.services-top__slide > h3 {
    font-size: 2.8rem;
    font-family: fw-bold;
    color: #ffffff;
}