@-webkit-keyframes aoc_pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes aoc_pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@font-face {
  font-family: 'CentraleSansBold';
  font-style: normal;
  src: url("../fonts/CentraleSansBold.otf");
}

@font-face {
  font-family: 'CentraleSans-Book';
  font-style: normal;
  src: url("../fonts/CentraleSans-Book.otf");
}

@font-face {
  font-family: 'CentraleSans-XBold';
  font-style: normal;
  src: url("../fonts/CentraleSans-XBold.otf");
}

.font-csb {
  font-family: 'CentraleSansBold';
}

.font-csxb {
  font-family: 'CentraleSans-XBold';
}

body {
  font-family: 'CentraleSans-Book';
  font-size: 20px;
  color: #323232;
}

input, button, select, textarea {
  outline: none;
}

a {
  color: #323232;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.white {
  color: #fff;
}

.img-responsive {
  width: 100%;
}

.img-fill {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.harf-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a.nav {
  color: #fff;
}

a.nav:hover {
  color: #5DAFD1;
  text-decoration: none;
}

a.nav.active {
  color: #5DAFD1;
  text-decoration: none;
}

a.default {
  font-family: 'CentraleSansBold';
  height: 50px;
  background: #1474A4;
  color: #fff;
  border-radius: 4px;
  padding: 13px 20px;
}

a.default-w {
  font-family: 'CentraleSansBold';
  height: 50px;
  background: #1474A4;
  color: #fff;
  border-radius: 4px;
}

a.default:hover {
  background: #105d83;
  text-decoration: none;
}

.btn-200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #1474A4;
  border-radius: 4px;
}

.btn-200:hover {
  color: rgba(255, 255, 255, 0.87);
}

.i-download {
  background: url("/static/standard/images/download.svg") no-repeat center center/20px;
}

.i-20 {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
}

a.i-more {
  color: #323232;
  padding-right: 22px;
  background: url("/static/standard/images/more.svg") no-repeat right 0 center/12px;
}

a.i-more:hover {
  color: #1474A4;
  padding-right: 22px;
  background: url("/static/standard/images/more-active.svg") no-repeat right 0 center/12px;
}

.top-nav {
  background: #1474A4;
  color: #fff;
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 1;
  top: 0;
}

.top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

.fix-header {
  padding-top: 80px;
}

.logo {
  position: absolute;
  z-index: 2;
}

.logo img {
  width: 191px;
}

.logo-right {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.innovationhub {
  margin-left: 232px;
  padding-right: 37px;
}

.innovationhub::before {
  content: "AP";
  font-size: 16px;
  font-family: 'CentraleSansBold';
  color: #1474A4;
  background: #5DAFD1;
  border-radius: 4px;
  position: absolute;
  top: 9px;
  width: 38px;
  height: 20px;
  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;
}

.top-vline {
  display: block;
  width: 1px;
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
}

.top-search {
  width: 416px;
  margin-left: 174px;
}

.input-search {
  width: 100%;
  max-width: 416px;
  height: 40px;
  background: #1D4C84;
  color: #fff;
  border: 0;
  font-size: 16px;
  border-radius: 4px;
  padding-left: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-search::-webkit-input-placeholder {
  color: #fff;
}

.main-banner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav2 {
  width: 100%;
  height: 100px;
  background: #1474A4;
}

.nav2-list {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}

.nav2-list > div {
  padding: 0 27px;
  border-right: 1px solid #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav2-list > div:last-child {
  border-right: 0;
}

.section-block {
  margin-top: 100px;
  clear: both;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 37px;
}

.section-banner {
  width: 100%;
  height: 500px;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.index-more {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.img-box {
  background: #ccc;
}

.footer {
  width: 100%;
  height: 360px;
  background: linear-gradient(-5deg, #00377A, #0089C4);
  color: #C5DAFB;
  font-size: 14px;
}

.ft-bottom {
  height: 200px;
  clear: both;
}

.ft-logo img {
  max-width: 100%;
}

.bottom-three {
  padding-top: 26px;
  width: 100%;
  height: 282px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-three > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.bottom-edm {
  padding-bottom: 16px;
  max-width: 310px;
  margin-left: auto;
}

.input-sub {
  border: 0;
  width: 216px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 4px 0px 0px 4px;
  padding-left: 16px;
}

.btn-sub {
  border: 0;
  width: 92px;
  height: 38px;
  background: #BFE2EB;
  color: #1474A4;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(11, 34, 101, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(11, 34, 101, 0.25);
  border-radius: 0px 4px 4px 0px;
}

.nav-bottom {
  width: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
}

.nav-bottom > div {
  margin: 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-bottom > div a {
  color: #fff;
}

.nav-bottom > div a::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  display: inline-block;
  position: relative;
  left: 15px;
  top: 3px;
}

.nav-bottom > div:last-child a::after {
  content: "";
  width: 0;
}

.explore-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
  border-bottom: rgba(9, 16, 40, 0.38) 1px solid;
  margin: 50px auto;
}

.explore-tab a {
  color: #323232;
  padding: 0 69px;
}

.explore-tab a:hover {
  color: #1474A4;
  padding: 0 69px;
}

.explore-tab a.active {
  color: #1474A4;
  font-weight: bold;
}

.explore-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  padding: 100px 0 60px 0;
}

.gallery-list > div {
  cursor: pointer;
  position: relative;
  width: 100%;
}

.downloads {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.downloads > div {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dwn-shaow a {
  color: #FEFEFE;
  font-size: 20px;
  width: 110px;
  display: block;
  background: url(/static/standard/images/download-white.svg) no-repeat right center/17px;
}

.dwn-shaow {
  background: rgba(0, 0, 0, 0.38);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 138px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px;
  margin: 0 7px;
}

.dwn-shaow:hover {
  background: #1474A4;
}

.medium-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}

.medium-list .medium-item {
  width: 24px;
  margin-right: 30px;
}

.medium-list .medium-item svg {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.container-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-half > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.three-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.three-features > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.three-features .title1 {
  font-family: 'CentraleSansBold';
  font-size: 30px;
}

.three-features .title2 {
  font-size: 30px;
}

.three-features .desc {
  padding-top: 27px;
  font-size: 16px;
}

/**
 * index/activity 
 */
.activity-nav {
  width: 100%;
  height: 80px;
  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;
  overflow: hidden;
  border-top: rgba(9, 16, 40, 0.2) 1px solid;
}

.activity-nav a {
  padding: 30px 54px;
  font-size: 20px;
  font-weight: 400;
  color: #007bff;
}

.activity-title {
  text-align: center;
  font-size: 46px;
  padding: 30px 0 0 0;
}

.activity-title span {
  padding-left: 14px;
}

.activity-content {
  padding-bottom: 100px;
}

.activity-nav-fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  margin-top: 0;
}

.activity-nav-height {
  margin-top: 0px;
}

.blurbg {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 1;
}

.blur-light-active {
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(40px);
          backdrop-filter: saturate(180%) blur(40px);
}

.blur-dark-active {
  background-color: rgba(0, 0, 0, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(40px);
          backdrop-filter: saturate(180%) blur(40px);
}

.blur-dark-active a {
  color: #fff;
}

.fixed-icons {
  text-align: center;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 60%;
  right: 0px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: #1474A4 1px solid;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fixed-icons-slide {
  width: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fixed-height-50 {
  height: 50px;
}

.fixed-height-100 {
  height: 100px;
}

.fixed-height-150 {
  height: 146px;
}

.r-fixed-box {
  width: 50px;
  height: 50px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.r-share {
  background: url("/static/standard/images/share.svg") no-repeat center/50px;
}

.r-share:hover {
  background: url("/static/standard/images/share_active.svg") no-repeat center/50px;
}

.r-twitter {
  padding-top: 47px;
  background: url("/static/standard/images/twitter.svg") no-repeat center/50px;
}

.r-twitter:hover {
  padding-top: 47px;
  background: url("/static/standard/images/twitter_active.svg") no-repeat center/50px;
}

.r-facebook {
  padding-top: 47px;
  background: url("/static/standard/images/facebook.svg") no-repeat center/50px;
}

.r-facebook:hover {
  padding-top: 47px;
  background: url("/static/standard/images/facebook_active.svg") no-repeat center/50px;
}

.r-linkin {
  padding-top: 47px;
  background: url("/static/standard/images/linkedin.svg") no-repeat center/50px;
}

.r-linkin:hover {
  padding-top: 47px;
  background: url("/static/standard/images/linkedin_active.svg") no-repeat center/50px;
}

.r-link {
  padding-top: 47px;
  background: url("/static/standard/images/link.svg") no-repeat center/50px;
}

.r-link:hover {
  padding-top: 47px;
  background: url("/static/standard/images/link_active.svg") no-repeat center/50px;
}

.fixed-marktop {
  position: fixed;
  bottom: 5%;
  right: 1px;
}

.f-top-box {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.f-top-icon {
  background: url("/static/standard/images/top.svg") no-repeat center/50px;
}

.f-top-icon:hover {
  background: url("/static/standard/images/top_hover.svg") no-repeat center/50px;
}

.main-banner-txt {
  width: 100%;
  max-width: 524px;
  height: 128px;
  overflow: hidden;
  line-height: 66px;
}

.topic-wall {
  width: 100%;
  height: 500px;
  background-size: cover;
}

.wall-max-content {
  padding-top: 140px;
  width: 100%;
  max-width: 414px;
}

.wall-max-content > div:first-child {
  line-height: 36px;
}

.wall-max-content > div:last-child {
  padding-top: 8px;
}

.topic-area {
  margin-top: 100px;
}

.topic-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
  color: #323232;
}

.topic-area-more {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topic-content-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topic-content-news a {
  color: #fff;
}

.topic-content-news .post-txt-bg {
  width: 90%;
  max-width: 486px;
  height: 120px;
  overflow: hidden;
  background: rgba(20, 116, 164, 0.9);
  border-radius: 4px;
  margin-left: 4%;
}

.topic-content-block {
  width: 49%;
  max-width: 632px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.5%;
}

.topic-content-block .img-box {
  width: 100%;
  height: 355px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fdfdfd;
  padding-top: 197px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.topic-content-block .img-box:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.topic-content-news a {
  color: #fff;
}

.topic-content-news .post-txt-bg {
  width: 90%;
  max-width: 486px;
  height: 120px;
  overflow: hidden;
  background: rgba(20, 116, 164, 0.9);
  border-radius: 4px;
  margin-left: 4%;
}

.topic-responsible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.topic-responsible > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.topic-responsible-layer {
  position: relative;
  z-index: 2;
}

.fsize-14 {
  font-size: 14px;
}

.fsize-16 {
  font-size: 16px;
  list-style: 22px;
}

.fsize-20 {
  font-size: 20px;
}

.fsize-30 {
  font-size: 30px;
  line-height: 36px;
}

.fsize-34 {
  font-size: 34px;
}

.fsize-55 {
  font-size: 55px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 10px;
}

.pt-38 {
  padding-top: 28px;
}

.pt-50 {
  padding-top: 50px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-15 {
  padding-right: 15px;
}

.max-w-355 {
  width: 100%;
  max-width: 355px;
}

/* Pagination */
.pagination {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.pagination > li a {
  color: #0088cc;
  padding: 5px;
}

.pagination > li a:hover,
.pagination > li a:focus {
  color: #0099e6;
}

.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li.active a:focus,
.pagination > li.active span:focus {
  background-color: #0088cc;
  border-color: #0088cc;
}

.pagination > li.active a {
  background-color: #0088cc;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

@media (max-width: 600px) {
  .topic-content-news .post-txt-bg {
    margin-left: 0;
  }
  .three-features .title1 {
    font-size: 20px;
  }
  .three-features .title2 {
    font-size: 20px;
  }
  .three-features .desc {
    font-size: 12px;
  }
  .three-desc {
    line-height: 36px;
  }
  .bottom-edm {
    max-width: 100%;
    margin-left: 0%;
    text-align: center;
  }
  .bottom-three {
    height: auto;
  }
}

@media (max-width: 768px) {
  .nav-bread {
    font-size: 14px;
  }
  .activity-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
  }
  .activity-nav a {
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 400;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .explore-title {
    font-size: 34px;
  }
  .explore-title2 {
    font-size: 20px;
  }
  .bottom-edm {
    max-width: 100%;
    margin-left: 0%;
    text-align: center;
  }
  .bottom-three {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .bottom-edm {
    max-width: 100%;
    margin-left: 0%;
    text-align: center;
  }
  .bottom-three {
    height: auto;
  }
}
/*# sourceMappingURL=theme-default.css.map */