@charset "UTF-8";
.navbar,
.title,
.title-text,
.solution-title,
.number-word-art,
.number-word-art-shadow,
.number-title,
.title-wrap .font-cls {
  font-family: "Raleway-ExtraBold", Microsoft YaHei, 微软雅黑, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans, sans-serif;
}

@font-face {
  font-family: "Raleway-Bold";
  src: url("../../resources/font/Raleway-Bold.ttf");
}

@font-face {
  font-family: "Raleway-ExtraBold";
  src: url("../../resources/font/Raleway-ExtraBold.ttf");
}

@font-face {
  font-family: "Open Sans";
  src: url("../../resources/font/OpenSans-Regular.ttf");
}

a {
  color: #f7f8f8;
}

a:hover {
  color: #f7f8f8;
}

button {
  border: 0;
  padding: 0;
  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;
}

.header-session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 12;
  width: 100vw;
  -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;
}

.header-session .contact-info {
  font-size: 14px;
  width: 1441px;
  height: 45px;
  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;
  background-color: transparent;
  color: #F7F8F8;
}

.header-session .contact-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-session .contact-info .company-logo {
  width: 72px;
  height: 24px;
}

.header-session .contact-info .contact-phone .text {
  margin-left: 8px;
  line-height: 19px;
  font-size: 14px;
  color: #F7F8F8;
}

.header-session .contact-info .contact-email .text {
  margin-left: 8px;
  line-height: 19px;
  font-size: 14px;
  color: #F7F8F8;
}

.header-session .contact-info .find-us {
  width: 145px;
  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;
}

.header-session .contact-info .find-us .text {
  font-size: 14px;
  line-height: 19px;
  color: #F7F8F8;
}

.header-session .contact-info .find-us i {
  font-size: 26px;
}

.header-session .row {
  width: 1442px;
  background-color: white;
  color: black;
  height: 60px;
}

.header-session .row .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-session .row .navbar:after {
  position: absolute;
}

.header-session .row .navbar:before {
  position: absolute;
}

.header-session .row .navbar .navbar-header .navbar-brand .site-logo {
  display: block;
  width: 120px;
  height: 54px;
  background: url("../../resources/img/velocity.svg") no-repeat center center;
  background-size: contain;
}

.header-session .row .navbar .navbar-action {
  padding: 0;
}

.header-session .row .navbar .navbar-action .language-menu .language-menu-items .language-menu-item {
  font-size: 16px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-weight: normal;
  color: #2F2F2F;
}

.header-session .row .navbar .navbar-action .site-in-button {
  width: 200px;
  height: 60px;
  background-color: #D85100;
  font-size: 16px;
  right: 0;
  color: white;
  border-radius: 1px;
}

.header-session .row .navbar .navbar-action .site-in-button:hover {
  background: #FF6000;
}

.header-session .row .navbar .site-in-button {
  width: 200px;
  height: 60px;
  background-color: #D85100;
  font-size: 16px;
  right: 0;
  color: white;
  border-radius: 1px;
}

.header-session .row .navbar .site-in-button:hover {
  background: #FF6000;
}

.full-width-fixed-top {
  width: 100%;
  position: fixed;
  top: 0;
}

.full-width-fixed-top .contact-info {
  display: none;
}

.full-width-fixed-top .row {
  width: 100vw !important;
}

.news-wrap1 {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  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;
}

.news-wrap1 .bottom-background {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../resources/img/news/news-bg-1.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.news-wrap1 .filter-wrap {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.6);
}

.news-wrap1 .center-wrap {
  z-index: 5;
  position: absolute;
  width: 100%;
  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;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.news-wrap1 .center-wrap .title-wrap {
  width: 1100px;
  color: #f7f7f8;
}

.news-wrap1 .center-wrap .title-wrap .font-cls {
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 96px;
  letter-spacing: 0.02em;
}

.news-wrap1 .center-wrap .subtitle-wrap {
  margin-top: 18px;
  width: 700px;
}

.news-wrap1 .center-wrap .subtitle-wrap .font-cls {
  color: #f7f7f8;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
}

.news-wrap1 .center-wrap .action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}

.news-wrap1 .center-wrap .action-wrap .subscribe-button {
  width: 190px;
  height: 48px;
  background-color: #d85100;
  border-radius: 1px;
}

.news-wrap1 .center-wrap .action-wrap .subscribe-button .font-cls {
  color: #f7f7f8;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}

.news-wrap1 .center-wrap .action-wrap .subscribe-button .right-icon {
  margin-left: 6px;
  width: 25px;
  height: 12px;
  background: url("../../resources/img/svg-icon/fa-arrow-right.svg");
}

.news-wrap1 .center-wrap .action-wrap .subscribe-button:hover {
  background: #ff6000;
}

.news-wrap2 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  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;
}

.news-wrap2 .bottom-background {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover url("../../resources/img/news/news-bg-2.png");
}

.news-wrap2 .filter-wrap {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.6);
}

.news-wrap2 .center-wrap {
  z-index: 5;
  position: absolute;
  margin-top: 80px;
  width: 100%;
  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;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.news-wrap2 .center-wrap .title-wrap {
  width: 800px;
  color: #d85100;
}

.news-wrap2 .center-wrap .title-wrap .font-cls {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
}

.news-wrap2 .center-wrap .content-wrap {
  margin-top: 100px;
  width: 1400px;
  color: #eeeeee;
  text-align: left;
}

.news-wrap2 .center-wrap .content-wrap ul.square {
  list-style-type: square;
}

.news-wrap2 .center-wrap .content-wrap li::marker {
  color: #d85100;
  font-size: 40px;
}

.news-wrap2 .center-wrap .content-wrap li:not(:first-child) {
  margin-top: 50px;
}

.news-wrap2 .center-wrap .content-wrap li .sub-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

.news-wrap2 .center-wrap .content-wrap li .sub-content {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.news-wrap3 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(100vw * 500 / 1920);
}

.news-wrap3 .bottom-background {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover url("../../resources/img/news/news-bg-3.png");
}

.news-wrap3 .filter-wrap {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(241, 241, 241, 0.2);
}

.news-wrap3 .center-wrap {
  z-index: 5;
  position: absolute;
  margin-top: 80px;
  width: 100%;
  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;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.news-wrap3 .center-wrap .title-wrap {
  width: 800px;
  color: #d85100;
}

.news-wrap3 .center-wrap .title-wrap .font-cls {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
}

.news-wrap3 .center-wrap .content-wrap {
  margin-top: 45px;
  width: 1440px;
  color: #eeeeee;
  opacity: 0.92;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.news-wrap3 .center-wrap .content-wrap .sub-wrap {
  width: 480px;
  height: 250px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.news-wrap3 .center-wrap .content-wrap .sub-center-wrap {
  width: 355px;
  height: 140px;
  text-align: left;
}

.news-wrap3 .center-wrap .content-wrap .sub-center-wrap ul.square {
  margin: 0 0 20px 25px;
  list-style-type: square;
}

.news-wrap3 .center-wrap .content-wrap .sub-center-wrap ul.square li::marker {
  color: #d85100;
  font-size: 25px;
}

.news-wrap3 .center-wrap .content-wrap .sub-center-wrap ul.square li .sub-title {
  color: #2f2f2f;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

.news-wrap3 .center-wrap .content-wrap .sub-center-wrap .sub-content {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}

.news-wrap4 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(100vw * 850 / 1920);
}

.news-wrap4 .bottom-background {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover url("../../resources/img/news/news-bg-4.png");
}

.news-wrap4 .filter-wrap {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.95);
}

.news-wrap4 .center-wrap {
  z-index: 5;
  position: absolute;
  margin-top: 80px;
  width: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

.news-wrap4 .center-wrap .title-wrap {
  width: 1440px;
  margin-bottom: 10px;
  color: #d85100;
}

.news-wrap4 .center-wrap .title-wrap .font-cls {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
}

.news-wrap4 .center-wrap .sub-wrap {
  width: 1440px;
  height: 310px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-wrap4 .center-wrap .sub-wrap .left-wrap {
  width: 590px;
}

.news-wrap4 .center-wrap .sub-wrap .left-wrap .header-wrap {
  margin-bottom: 18px;
}

.news-wrap4 .center-wrap .sub-wrap .left-wrap .body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-wrap4 .center-wrap .sub-wrap .left-wrap .body-wrap .number-title {
  font-style: normal;
  font-weight: 800;
  font-size: 96px;
  line-height: 113px;
  color: #f7f8f8;
}

.news-wrap4 .center-wrap .sub-wrap .right-cosco-wrap {
  position: relative;
  height: 310px;
  width: 670px;
  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;
}

.news-wrap4 .center-wrap .sub-wrap .right-cosco-wrap .bottom-background {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover url("../../resources/img/news/news-bg-4-up.png");
}

.news-wrap4 .center-wrap .sub-wrap .right-cosco-wrap .filter-wrap {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 38, 0.4);
}

.news-wrap4 .center-wrap .sub-wrap .right-cosco-wrap .cosco-center-logo {
  z-index: 4;
  height: 107px;
  width: 168px;
  background: no-repeat center/cover url("../../resources/img/alliances/COSCO-WHITE.png");
}

.news-wrap4 .center-wrap .sub-wrap .right-oocl-wrap {
  position: relative;
  background: no-repeat center/cover url("../../resources/img/news/news-bg-4-down.png");
  height: 310px;
  width: 670px;
  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;
}

.news-wrap4 .center-wrap .sub-wrap .right-oocl-wrap .bottom-background {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover url("../../resources/img/news/news-bg-4-down.png");
}

.news-wrap4 .center-wrap .sub-wrap .right-oocl-wrap .filter-wrap {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 38, 0.2);
}

.news-wrap4 .center-wrap .sub-wrap .right-oocl-wrap .oocl-center-logo {
  z-index: 4;
  height: 76px;
  width: 212px;
  background: no-repeat center/cover url("../../resources/img/alliances/OOCL-WHITE.png");
}

.news-wrap4 .center-wrap .divider-wrap {
  width: 1440px;
  height: 2px;
  margin: 10px 0;
}

.news-wrap4 .center-wrap .divider-wrap .bar {
  background-color: #c4c4c4;
  width: 590px;
  height: 2px;
}

.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer-subscribe {
  width: 100%;
  height: 200px;
  background: #D85100;
  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;
  padding: 0 200px;
}

.footer .footer-subscribe .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer-subscribe .text .title-text {
  color: #F7F8F8;
  line-height: 53px;
  font-size: 45px;
  font-weight: 800;
}

.footer .footer-subscribe .text .sub-text {
  margin-top: 12px;
  line-height: 25px;
  font-weight: normal;
  color: #F7F8F8;
}

.footer .footer-subscribe .subscribe-button {
  width: 160px;
  height: 50px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F7F8F8;
  background: #D85100;
  color: #F7F8F8;
  line-height: 22px;
  font-size: 16px;
}

.footer .footer-subscribe .subscribe-button:hover {
  background: #FF6000;
}

.footer .footer-info {
  width: 100%;
  height: 200px;
  background: #262626;
  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;
  padding: 0 200px;
  color: #F7F8F8;
}

.footer .footer-info .brand-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-info .brand-icons img {
  width: 140px;
  height: 46px;
}

.footer .footer-info .copyright-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer-info .copyright-info .features {
  font-size: 14px;
  line-height: 19px;
}

.footer .footer-info .copyright-info .copyright {
  margin-top: 12px;
  font-size: 14px;
  line-height: 19px;
}

.footer .footer-info .find-us-on .text {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 24px;
  font-weight: 800;
}

.footer .footer-info .find-us-on .icons {
  margin-top: 16px;
  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;
  font-size: 24px;
}

.footer .footer-info .find-us-on .icons i:first-child {
  margin-right: 16px;
}

@media screen and (min-width: 992px) {
  .header-session .row .navbar .navbar-action {
    display: none !important;
  }
  .header-session .row .navbar #navbar-menu .sign-in-menu {
    display: none;
  }
  .header-session .row .navbar #navbar-menu ul li a {
    color: #2F2F2F;
  }
  .header-session .row .navbar #navbar-menu ul .language-menu-items {
    display: none;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1480px) {
  .header-session .row {
    width: 1206px;
  }
  .header-session .contact-info {
    width: 1206px;
  }
  .footer .footer-subscribe {
    padding: 0 80px;
  }
  .footer .footer-info {
    padding: 0 80px;
  }
  .news-wrap2 {
    height: 830px;
  }
  .news-wrap2 .center-wrap .content-wrap {
    width: 1000px;
    height: 80%;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header-session .row {
    width: 100%;
  }
  .header-session .contact-info {
    width: 100%;
  }
  .footer .footer-subscribe {
    padding: 0 24px;
  }
  .footer .footer-info {
    padding: 0 24px;
  }
  .news-wrap2 {
    height: 830px;
  }
  .news-wrap2 .center-wrap .content-wrap {
    width: 800px;
    height: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .header-session .row {
    width: 100%;
  }
  .header-session .row .navbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .header-session .row .navbar .navbar-header .navbar-brand {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 181px !important;
    padding: 0;
  }
  .header-session .row .navbar .navbar-header .navbar-toggle {
    top: 0;
    padding: 0 0 0 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .header-session .row .navbar .navbar-collapse {
    max-height: 100vh;
    background-color: #2F2F2F !important;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav {
    border: 0;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .sign-in-menu a {
    color: #D85100;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items {
    margin-top: 84px;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle {
    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;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle:after {
    display: none;
  }
  .header-session .row .navbar .site-in-button {
    display: none;
  }
  .header-session .row .navbar .navbar-header .navbar-brand {
    margin: 0 0 0 365px !important;
  }
  .header-session .contact-info {
    display: none;
  }
  .footer .footer-subscribe {
    padding: 0 64px;
  }
  .footer .footer-subscribe .text {
    width: 476px;
  }
  .footer .footer-subscribe .text .title-text {
    line-height: 42px;
    font-size: 36px;
  }
  .footer .footer-subscribe .text .sub-text {
    line-height: 25px;
    font-size: 18px;
  }
  .footer .footer-info {
    padding: 64px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 262px;
  }
  .footer .footer-info .copyright-info {
    margin-top: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .footer-info .find-us-on {
    margin-left: 186px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news-wrap1 .title-wrap .font-cls {
    font-size: 66px !important;
  }
  .news-wrap2 {
    height: 900px;
  }
  .news-wrap2 .center-wrap .content-wrap {
    width: 700px;
    height: 80%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .header-session .row {
    width: 100%;
  }
  .header-session .row .navbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .header-session .row .navbar .navbar-header .navbar-brand {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 181px !important;
    padding: 0;
  }
  .header-session .row .navbar .navbar-header .navbar-toggle {
    top: 0;
    padding: 0 0 0 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .header-session .row .navbar .navbar-collapse {
    max-height: 100vh;
    background-color: #2F2F2F !important;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav {
    border: 0;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items {
    margin-top: 84px;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle {
    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;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle:after {
    display: none;
  }
  .header-session .contact-info {
    display: none;
  }
  .footer .footer-subscribe {
    padding: 0 64px;
    height: 307px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-subscribe .text .sub-text {
    font-size: 18px;
    line-height: 25px;
  }
  .footer .footer-subscribe .text .title-text {
    line-height: 42px;
    font-size: 36px;
  }
  .footer .footer-subscribe .subscribe-button {
    margin-bottom: auto;
  }
  .footer .footer-info {
    padding: 64px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 262px;
  }
  .footer .footer-info .brand-icons {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .footer-info .brand-icons .company-logo {
    width: 109px;
  }
  .footer .footer-info .brand-icons .company-logo:first-child {
    margin-right: 16px;
  }
  .footer .footer-info .copyright-info {
    margin-top: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .footer-info .find-us-on {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news-wrap1 .title-wrap .font-cls {
    font-size: 45px !important;
  }
  .news-wrap1 .subtitle-wrap {
    width: 100% !important;
  }
  .news-wrap1 .subtitle-wrap .font-cls {
    width: 100%;
  }
  .news-wrap2 {
    height: 950px;
  }
  .news-wrap2 .center-wrap .content-wrap {
    width: 500px;
    height: 80%;
  }
}

@media screen and (max-width: 575px) {
  .header-session .row {
    width: 100%;
  }
  .header-session .row .navbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .header-session .row .navbar .navbar-header .navbar-brand {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 181px !important;
    padding: 0;
  }
  .header-session .row .navbar .navbar-header .navbar-toggle {
    top: 0;
    padding: 0 0 0 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .header-session .row .navbar .navbar-collapse {
    max-height: 100vh;
    background-color: #2F2F2F !important;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav {
    border: 0;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .sign-in-menu a {
    color: #D85100;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items {
    margin-top: 84px;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle {
    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;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle:after {
    display: none;
  }
  .header-session .row .navbar .site-in-button {
    display: none;
  }
  .header-session .row .navbar .navbar-header .navbar-brand {
    margin: 0 0 0 81px !important;
  }
  .header-session .contact-info {
    display: none;
  }
  .footer .footer-subscribe {
    padding: 0 48px;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-subscribe .text {
    padding: 23px 0;
  }
  .footer .footer-subscribe .text .sub-text {
    font-size: 18px;
    line-height: 25px;
    width: 279px;
  }
  .footer .footer-subscribe .text .title-text {
    line-height: 42px;
    font-size: 36px;
    width: 279px;
  }
  .footer .footer-subscribe .subscribe-button {
    margin-bottom: auto;
    font-size: 16px;
    width: 160px;
    height: 50px;
  }
  .footer .footer-info {
    padding: 64px 48px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 324px;
  }
  .footer .footer-info .brand-icons {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-info .brand-icons .company-logo {
    width: 98px;
  }
  .footer .footer-info .copyright-info {
    margin-top: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .footer-info .find-us-on {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    line-height: 21px;
    font-size: 18px;
  }
  .news-wrap1 .title-wrap .font-cls {
    font-size: 25px !important;
  }
  .news-wrap1 .subtitle-wrap {
    width: 100% !important;
  }
  .news-wrap1 .subtitle-wrap .font-cls {
    width: 100%;
    font-size: 18px;
  }
  .news-wrap2 {
    height: 1200px;
  }
  .news-wrap2 .center-wrap .title-wrap {
    width: 100%;
  }
  .news-wrap2 .center-wrap .title-wrap .font-cls {
    font-size: 25px;
  }
  .news-wrap2 .center-wrap .content-wrap {
    width: 350px;
    height: 80%;
  }
}
/*# sourceMappingURL=news.css.map */