body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
body {
  padding-top: 50px;
}
@media (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 130px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 140px;
  }
}
@media (min-width: 1600px) {
  body {
    padding-top: 200px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4a4a4a;
}
.btn {
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-ghost:hover {
  background-color: #2e5877;
  border-color: #2e5877;
  color: #fff;
}
.btn-white {
  color: #4a4a4a;
}
.btn-white:hover {
  background: #5fa1d1;
  border-color: #5fa1d1;
  color: #ffffff;
}
.btn-dark {
  background-color: #5fa1d1;
  border-color: #5fa1d1;
  color: #ffffff;
}
.btn-dark:hover {
  background-color: #337cb1;
  border-color: #337cb1;
}
.btn-primary {
  background-color: #5fa1d1;
  border-color: #5fa1d1;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #337cb1;
  border-color: #337cb1;
}
.btn-secondary {
  background-color: #2e5877;
  border-color: #2e5877;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #192f40;
  border-color: #192f40;
}
.bg-light {
  background-color: #f3f9ff;
}
.bg-lighter {
  background-color: rgba(243, 249, 255, 0.4);
}
a {
  color: #2e5877;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.ngc-intro {
  color: #6b6b6b;
}
.link-yellow {
  color: #2e5877;
}
.link-yellow:hover {
  text-decoration: underline;
}
.lr-auto {
  margin-left: auto;
  margin-right: auto;
}
.max-370 {
  max-width: 370px;
}
.max-500 {
  max-width: 500px;
}
.max-800 {
  max-width: 800px;
}
.max-970 {
  max-width: 970px;
}
.general-tabbing-style {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.general-tabbing-style .tab-wrap {
  font-size: 0;
  display: inline-block;
  padding: 0 4px;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.general-tabbing-style a {
  display: inline-block;
  font-size: 10px;
  background: #fff;
  padding: 0 12px;
  line-height: 30px;
  margin: 5px 1px;
  letter-spacing: 0.1em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #4a4a4a;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.general-tabbing-style a:hover {
  color: #5fa1d1;
  text-decoration: none;
}
.general-tabbing-style a.active {
  background: #fff;
  color: #2e5877;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .general-tabbing-style .tab-wrap {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .general-tabbing-style a {
    font-size: 12px;
    padding: 0 20px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .general-tabbing-style .tab-wrap {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .general-tabbing-style a {
    font-size: 14px;
    padding: 0 30px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.nuke-wysiwyg blockquote {
  color: #2e5877;
  background: #f3f9ff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 10px 15px;
  line-height: 1.4em;
  font-size: 1.28em;
}
@media (min-width: 768px) {
  .nuke-wysiwyg blockquote {
    font-size: 1.5em;
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .nuke-wysiwyg blockquote {
    font-size: 1.5em;
    padding: 30px 60px;
    line-height: 1.5em;
    margin: 1.5rem 0;
  }
}
@media (min-width: 1600px) {
  .nuke-wysiwyg blockquote {
    padding: 40px 80px;
  }
}
#web-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
#web-header .main-container {
  max-width: 100%;
  padding: 0;
  height: 50px;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
#web-header .main-container .header-top {
  position: relative;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  margin: 0 auto;
  max-width: 1170px;
  height: 100%;
}
#web-header .main-container .logo {
  height: 30px;
  width: 100px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
#web-header .main-container .logo img {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#web-header .main-container .logo.hidden {
  opacity: 0;
}
#web-header .main-container .ngc-header-right {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 55px;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  z-index: 1;
}
#web-header .main-container .ngc-header-right .child {
  min-width: 30px;
  height: 30px;
  float: left;
  margin-left: 10px;
}
#web-header .main-container .ngc-header-right .child > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#web-header .main-container .ngc-header-right .child > a > span {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#web-header .main-container .ngc-header-right .search-toggle-wrap > a {
  color: #2e5877;
  font-size: 18px;
}
#web-header .main-container .ngc-header-right .lang-sel-wrap > a {
  font-size: 14px;
}
#web-header .main-container .ngc-header-right .lang-sel-wrap > a .ngc-text {
  letter-spacing: 0.125em;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
#web-header .main-container .ngc-header-right .lang-sel-wrap > a .fa {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  #web-header .main-container {
    height: 80px;
  }
  #web-header .main-container .logo {
    height: 60px;
  }
  #web-header .main-container .ngc-header-right {
    right: 70px;
  }
  #web-header .main-container .ngc-header-right .child {
    min-width: 40px;
    height: 40px;
    margin-left: 20px;
  }
  #web-header .main-container .ngc-header-right .search-toggle-wrap > a {
    font-size: 21px;
  }
  #web-header .main-container .ngc-header-right .lang-sel-wrap {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #web-header .main-container {
    height: 130px;
  }
  #web-header .main-container .header-top {
    height: 74px;
  }
  #web-header .main-container .logo {
    width: 125px;
    height: 50px;
  }
  #web-header .main-container .ngc-header-right {
    right: 15px;
  }
  #web-header.stuck .main-container {
    height: 106px;
  }
  #web-header.stuck .main-container .header-top {
    height: 60px;
  }
  #web-header.stuck .main-container .logo {
    height: 40px;
  }
  #web-header .main-navigation {
    display: block;
  }
}
@media (min-width: 1200px) {
  #web-header .main-container {
    height: 140px;
  }
  #web-header .main-container .header-top {
    height: 80px;
  }
  #web-header.stuck .main-container {
    height: 120px;
  }
  #web-header.stuck .main-container .header-top {
    height: 70px;
  }
}
@media (min-width: 1600px) {
  #web-header .main-container {
    height: 200px;
  }
  #web-header .main-container .header-top {
    height: 120px;
  }
  #web-header .main-container .logo {
    width: 230px;
    height: 60px;
  }
  #web-header.stuck .main-container {
    height: 140px;
  }
  #web-header.stuck .main-container .header-top {
    height: 80px;
  }
  #web-header.stuck .main-container .logo {
    height: 50px;
  }
}
#web-header .main-container .ngc-header-right .lang-sel-wrap {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
#web-header .main-container .ngc-header-right .lang-sel-wrap > a {
  color: #000000;
}
#web-header .main-container .ngc-header-right .lang-sel-wrap > a:hover,
#web-header .main-container .ngc-header-right .lang-sel-wrap > a.opened {
  color: #5fa1d1;
}
#web-header.stuck {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.desktop-search-form {
  position: relative;
  width: 300px;
  height: 40px;
  background: #f3f9ff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.desktop-search-form .input-text {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  padding: 0 50px 0 24px;
  font-size: 14px;
}
.desktop-search-form span.error {
  font-size: 11px;
  padding: 3px 10px;
  background: #da3e3e;
  color: #fff;
  position: relative;
  border-radius: 5px;
}
.desktop-search-form span.error:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #da3e3e transparent;
}
.desktop-search-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 100%;
  border: none;
  background: none;
  text-align: center;
  color: #4a4a4a;
}
.desktop-search-form .submit-btn:hover {
  color: #5fa1d1;
}
.desktop-search-form .submit-btn .fa {
  font-size: 16px;
}
.ngc-hotline {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  margin-top: -2px;
}
.ngc-hotline .ngc-media {
  width: 44px;
  height: 44px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  position: relative;
}
.ngc-hotline .ngc-media .fa {
  color: #5fa1d1;
  font-size: 28px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.ngc-hotline .ngc-text {
  padding-left: 8px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}
.ngc-hotline .ngc-text strong {
  display: block;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.ngc-hotline .ngc-text a {
  color: #4a4a4a;
}
.ngc-hotline .ngc-text a:hover {
  color: #5fa1d1;
}
.main-navigation {
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f3f9ff;
  padding: 10px 0;
}
.main-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
.main-navigation > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: 0.07em;
}
.main-navigation > ul > li a {
  display: block;
  padding: 0 12px;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.main-navigation > ul > li a span.link-text {
  display: block;
  padding: 7px 0;
}
.main-navigation > ul > li a:hover {
  text-decoration: none;
}
.main-navigation > ul > li:hover > a {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.main-navigation > ul > li.active a span.link-text {
  position: relative;
}
.main-navigation > ul > li.active a span.link-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-navigation > ul > li.has-sub {
  position: relative;
}
.main-navigation > ul > li.has-sub a span.link-text {
  position: relative;
  padding-right: 20px;
}
.main-navigation > ul > li.has-sub a span.link-text:after {
  content: "\f107";
  font-family: 'FontAwesome';
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.main-navigation > ul > li.has-sub .sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  z-index: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.main-navigation > ul > li.has-sub .sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation > ul > li.has-sub .sub-nav ul li a {
  display: block;
  padding: 7px 10px;
}
.main-navigation > ul > li.has-sub .sub-nav li.has-sub > a {
  padding-right: 30px;
}
.main-navigation > ul > li.has-sub .sub-nav li.has-sub:after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.main-navigation > ul > li.has-sub .sub-nav li.has-sub:hover .sub-nav {
  z-index: 1;
}
.main-navigation > ul > li.has-sub .sub-nav .sub-nav {
  left: 100%;
  top: 0;
  z-index: -1;
}
.main-navigation > ul > li.has-sub.right-aligned .sub-nav {
  left: auto;
  right: 0;
}
.main-navigation > ul > li.has-sub.right-aligned .sub-nav li > a {
  padding-right: 25px;
  padding-left: 25px;
}
.main-navigation > ul > li.has-sub.right-aligned .sub-nav li.has-sub:after {
  content: "\f104";
  right: auto;
  left: 10px;
}
.main-navigation > ul > li.has-sub.right-aligned .sub-nav li.has-sub .sub-nav {
  left: auto;
  right: 100%;
}
@media (min-width: 1200px) {
  .main-navigation > ul > li a {
    padding: 0 15px;
  }
  .main-navigation > ul > li.has-sub .sub-nav ul li a {
    padding: 10px 15px;
  }
  .main-navigation > ul > li.has-sub .sub-nav ul li.has-sub > a {
    padding-right: 40px;
  }
  .main-navigation > ul > li.has-sub .sub-nav ul li.has-sub:after {
    right: 15px;
  }
  .main-navigation > ul > li.has-sub.right-aligned .sub-nav li > a {
    padding-right: 35px;
    padding-left: 35px;
  }
  .main-navigation > ul > li.has-sub.right-aligned .sub-nav li.has-sub:after {
    right: auto;
    left: 15px;
  }
}
@media (min-width: 1600px) {
  .main-navigation > ul > li a {
    padding: 0 30px;
  }
  .main-navigation > ul > li.has-sub a span.link-text {
    padding-right: 25px;
  }
  .main-navigation > ul > li.has-sub .sub-nav ul li a {
    padding: 12px 30px;
  }
  .main-navigation > ul > li.has-sub .sub-nav ul li.has-sub:after {
    right: 30px;
  }
}
.main-navigation > ul {
  font-size: 13px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.main-navigation > ul a {
  color: #4a4a4a;
  text-transform: uppercase;
}
.main-navigation > ul a:hover {
  color: #2e5877;
}
.main-navigation > ul li {
  letter-spacing: 0.14em;
}
.main-navigation > ul li a span.link-text {
  padding: 0;
  line-height: 36px;
}
.main-navigation > ul > li.active > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000000;
}
.main-navigation > ul > li.active a span.link-text:before {
  display: none;
}
.main-navigation > ul > li.has-sub .sub-nav {
  font-size: .85em;
}
.main-navigation > ul > li.has-sub .sub-nav ul li {
  letter-spacing: 0.1em;
}
.main-navigation > ul > li.has-sub .sub-nav ul li a {
  background: #fff;
  color: #4a4a4a;
}
.main-navigation > ul > li.has-sub .sub-nav ul li:hover > a {
  background: #e4f1ff;
  color: #2e5877;
}
.main-navigation > ul > li.has-sub .sub-nav .sub-nav {
  font-size: 1em;
}
.main-navigation > ul > li.has-sub .sub-nav .sub-nav ul li a {
  background: #fff;
}
.main-navigation > ul > li.has-sub .sub-nav .sub-nav ul li:hover a {
  background: #e4f1ff;
}
.main-navigation > ul > li.has-sub .sub-nav li.has-sub > a {
  padding-right: 30px;
}
.main-navigation > ul > li.has-sub .sub-nav li.has-sub:after {
  color: #6b6b6b;
}
.stuck .main-navigation {
  padding: 5px 0;
}
.main-banner {
  height: 100%;
  min-height: 400px;
  max-height: 500px;
}
.main-banner .main-container,
.main-banner .main-slick,
.main-banner .slick-list,
.main-banner .slick-track,
.main-banner .item,
.main-banner .slick-item {
  height: 100%;
  min-height: 400px;
  max-height: 500px;
}
.main-banner .main-container {
  max-width: 100%;
  padding: 0;
  position: relative;
}
.main-slick {
  z-index: 1;
}
.main-slick .slick-list {
  z-index: 1;
}
.main-slick .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  height: 8px;
}
.main-slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
}
.main-slick .slick-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-slick .slick-item .slick-img {
  display: none;
}
.main-slick .slick-item .slick-text-container {
  width: 96%;
  max-width: 1140px;
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
}
.main-slick .slick-item .slick-text {
  width: 90%;
  max-width: 480px;
  text-align: center;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #000;
  position: relative;
  padding: 15px;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.main-slick .slick-item .slick-text .title,
.main-slick .slick-item .slick-text p,
.main-slick .slick-item .slick-text .slide-link {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  position: relative;
  z-index: 2;
}
.main-slick .slick-item .slick-text .title {
  transition: all 600ms 100ms ease;
  -webkit-transition: all 600ms 100ms ease;
  -moz-transition: all 600ms 100ms ease;
  -o-transition: all 600ms 100ms ease;
  font-size: 1.5em;
  line-height: 1.4em;
}
.main-slick .slick-item .slick-text p {
  transition: all 600ms 200ms ease;
  -webkit-transition: all 600ms 200ms ease;
  -moz-transition: all 600ms 200ms ease;
  -o-transition: all 600ms 200ms ease;
  font-size: 1em;
  line-height: 1.78em;
  margin-bottom: 0;
}
.main-slick .slick-item .slick-text .slide-link {
  transition: all 600ms 400ms ease;
  -webkit-transition: all 600ms 400ms ease;
  -moz-transition: all 600ms 400ms ease;
  -o-transition: all 600ms 400ms ease;
  margin: 0;
  transform: translateX(50px) translateY(20px);
}
.main-slick .slick-item .slick-text .slide-link:hover {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.main-slick .show .slick-item .slick-text {
  background-color: rgba(255, 255, 255, 0.9);
}
.main-slick .show .slick-item .slick-text .title,
.main-slick .show .slick-item .slick-text p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.main-slick .show .slick-item .slick-text .slide-link {
  opacity: 1;
  transform: translateX(0) translateY(20px);
}
@media (min-width: 768px) {
  .main-slick .slick-dots {
    bottom: 30px;
  }
  .main-slick .slick-item .slick-text {
    padding: 25px 30px;
    padding-bottom: 0;
  }
  .main-slick .slick-item .slick-text .title {
    font-size: 30px;
    margin-bottom: 0.5rem;
  }
  .main-slick .slick-item .slick-text p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .main-slick .slick-item .slick-text {
    text-align: right;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0;
  }
  .main-slick .slick-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 96%;
    max-width: 1140px;
    text-align: right;
    padding-right: 130px;
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .main-slick .slick-item .slick-text {
    padding: 30px 40px;
    padding-bottom: 0;
  }
}
.main-slick .slick-item {
  position: relative;
}
.main-slick .slick-text .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #4a4a4a;
}
.main-slick .slick-text p {
  color: #6b6b6b;
}
.slick-track {
  margin-left: auto;
  margin-right: auto;
}
.custom-slick-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.custom-slick-navigation .csn-container {
  position: relative;
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
}
.custom-slick-navigation .csn-container a {
  display: block;
  margin-top: -48px;
  width: 48px;
  height: 48px;
  position: absolute;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  text-indent: -9999em;
  overflow: hidden;
}
.custom-slick-navigation .csn-container a:before,
.custom-slick-navigation .csn-container a:after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  font-family: 'FontAwesome';
  text-indent: 0;
  text-align: center;
  line-height: 48px;
  font-size: 42px;
}
.custom-slick-navigation .csn-container a:before {
  background-color: #fff;
  color: #6b6b6b;
}
.custom-slick-navigation .csn-container a:after {
  color: #fff;
  background-color: #5fa1d1;
}
.custom-slick-navigation .csn-container .slideNext {
  right: 58px;
}
.custom-slick-navigation .csn-container .slideNext:before,
.custom-slick-navigation .csn-container .slideNext:after {
  content: "\f104";
}
.custom-slick-navigation .csn-container .slideNext:before {
  right: 0;
}
.custom-slick-navigation .csn-container .slideNext:after {
  right: 48px;
}
.custom-slick-navigation .csn-container .slideNext:hover:before {
  right: -48px;
}
.custom-slick-navigation .csn-container .slideNext:hover:after {
  right: 0;
}
.custom-slick-navigation .csn-container .slidePrev {
  right: 0;
}
.custom-slick-navigation .csn-container .slidePrev:before,
.custom-slick-navigation .csn-container .slidePrev:after {
  content: "\f105";
}
.custom-slick-navigation .csn-container .slidePrev:before {
  left: 0;
}
.custom-slick-navigation .csn-container .slidePrev:after {
  left: 48px;
}
.custom-slick-navigation .csn-container .slidePrev:hover:before {
  left: -48px;
}
.custom-slick-navigation .csn-container .slidePrev:hover:after {
  left: 0;
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  margin: 0 7px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
}
.slick-dots button {
  display: block;
  text-indent: -9999em;
  width: 8px;
  height: 8px;
  background: #f3f9ff;
  border: none;
  padding: 0;
  margin: 0;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.slick-dots .slick-active button {
  background: #5fa1d1;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-left: -2px;
}
.c-hamburger span,
.c-hamburger span::before,
.c-hamburger span::after,
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  background-color: #5fa1d1;
}
.close-hidden-search {
  color: #5fa1d1;
}
.ngc-mobile-menu-wrap .hidden-close {
  background-color: rgba(255, 255, 255, 0.75);
}
.ngc-mobile-menu-wrap .ngc-mobile-menu {
  background: #f3f9ff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.ngc-mobile-nav {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.ngc-mobile-nav a {
  color: #2e5877;
}
.ngc-mobile-nav a:hover,
.ngc-mobile-nav a.opened {
  color: #5fa1d1;
  text-decoration: none;
}
.ngc-mobile-nav li.active > a,
.ngc-mobile-nav a.opened {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.ngc-mobile-nav li.active > a {
  color: #5fa1d1;
}
.ngc-mobile-nav hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid rgba(95, 161, 209, 0.3);
}
.footer-top {
  position: relative;
}
.footer-top:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f3f9ff;
  z-index: 1;
}
.footer-top .main-container {
  max-width: 970px;
}
.footer-top .main-container .content {
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  padding: 15px;
  position: relative;
  z-index: 2;
}
.footer-top .main-container .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.footer-top .main-container .content ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.2em;
  margin: 8px 0;
  padding-right: 8px;
}
.footer-top .main-container .content ul li a {
  color: #6b6b6b;
}
.footer-top .main-container .content ul li a:hover {
  color: #5fa1d1;
}
#web-footer {
  color: #4a4a4a;
  background: #f3f9ff;
}
#web-footer .main-container {
  max-width: 970px;
}
#web-footer .footer-logo {
  position: relative;
  width: 130px;
  height: 60px;
  margin-bottom: 15px;
}
#web-footer .footer-logo img {
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.copyright {
  color: #4a4a4a;
  background: #f3f9ff;
  font-size: 11px;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.167em;
  padding: 10px 0;
}
.copyright a {
  color: #4a4a4a;
}
.copyright a:hover {
  text-decoration: underline;
}
.socmed-nav {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.socmed-nav li {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.socmed-nav li .fa {
  font-size: 24px;
}
.socmed-nav li a {
  display: block;
  color: #2e5877;
}
.socmed-nav li a.nav-fb:hover {
  color: #3b5998;
}
.socmed-nav li a.nav-twitter:hover {
  color: #00aced;
}
.socmed-nav li a.nav-gplus:hover {
  color: #dd4b39;
}
.socmed-nav li a.nav-linkedin:hover {
  color: #007bb6;
}
.socmed-nav li a.nav-instagram:hover {
  color: #6d564b;
}
.socmed-nav li a.nav-youtube:hover {
  color: #bb0000;
}
.socmed-nav li a.nav-pinterest:hover {
  color: #cb2027;
}
.socmed-nav li:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .socmed-nav li {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media (min-width: 992px) {
  .socmed-nav li {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .socmed-nav li {
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.info-list {
  line-height: 1.67em;
}
.info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.info-list ul li {
  margin: 2px 0;
  padding-right: 5px;
}
.info-list ul li .icon,
.info-list ul li .text {
  display: inline-block;
  vertical-align: top;
}
.info-list ul li .icon {
  width: 20px;
}
.info-list ul li .icon .fa {
  font-size: 12px;
  padding-top: 4px;
  display: block;
  width: 100%;
  text-align: center;
}
.info-list ul li.n-1-1per2 {
  width: 50%;
}
@media (min-width: 1200px) {
  .info-list ul li {
    margin: 3px 0;
  }
  .info-list ul li .icon .fa {
    padding-top: 7px;
  }
}
@media (min-width: 1600px) {
  .info-list ul li .icon {
    width: 24px;
  }
  .info-list ul li .icon .fa {
    font-size: 14px;
  }
}
.info-list ul li {
  width: 100%;
  color: #4a4a4a;
}
.info-list ul li a {
  color: #4a4a4a;
}
.info-list ul li a:hover {
  color: #5fa1d1;
}
.info-list ul li .icon .fa {
  padding-top: 0;
  line-height: 28px;
  color: #2e5877;
}
.footer-nav {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-nav li {
  width: 50%;
  letter-spacing: 0.08em;
}
@media (min-width: 540px) {
  .footer-nav li {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .footer-nav li {
    margin-bottom: 10px;
  }
}
.footer-nav a:hover {
  color: #fff;
}
.newsletter-form {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin-top: 10px;
}
.newsletter-form .input-text {
  background: #fff;
  border: none;
  height: 40px;
  padding: 0 15px;
  padding-right: 90px;
  width: 100%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.newsletter-form .submit-btn {
  position: absolute;
  top: 3px;
  right: 4px;
  height: 34px;
  border: none;
  overflow: hidden;
  background: #2e5877;
  color: #fff;
  width: 80px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  border-radius: 18px;
}
.newsletter-form .submit-btn .fa {
  font-size: 18px;
  width: 100%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.newsletter-form .submit-btn .text {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.newsletter-form .submit-btn:hover {
  background: #5fa1d1;
}
.newsletter-form .submit-btn:hover .fa {
  right: 0;
}
.newsletter-form .submit-btn:hover .text {
  left: 100%;
}
.index-about .ngc-text {
  margin-bottom: 20px;
}
.index-about .ngc-media {
  margin: 0 auto;
  width: 80%;
  max-width: 370px;
}
.animate-color-shadow {
  position: relative;
}
.animate-color-shadow > img,
.animate-color-shadow:before {
  display: block;
}
.animate-color-shadow > img,
.animate-color-shadow .general-slick {
  position: relative;
  width: 100%;
  z-index: 2;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.animate-color-shadow:before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ecf5ff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.animate-color-shadow.active > img,
.animate-color-shadow.active .general-slick {
  -webkit-transform: translateX(-10px) translateY(10px);
  -moz-transform: translateX(-10px) translateY(10px);
  -o-transform: translateX(-10px) translateY(10px);
  transform: translateX(-10px) translateY(10px);
}
.animate-color-shadow.active:before {
  -webkit-transform: translateX(10px) translateY(-10px);
  -moz-transform: translateX(10px) translateY(-10px);
  -o-transform: translateX(10px) translateY(-10px);
  transform: translateX(10px) translateY(-10px);
}
.animate-color-shadow.bottom-left.active > img,
.animate-color-shadow.bottom-left.active .general-slick {
  -webkit-transform: translateX(10px) translateY(-10px);
  -moz-transform: translateX(10px) translateY(-10px);
  -o-transform: translateX(10px) translateY(-10px);
  transform: translateX(10px) translateY(-10px);
}
.animate-color-shadow.bottom-left.active:before {
  -webkit-transform: translateX(-10px) translateY(10px);
  -moz-transform: translateX(-10px) translateY(10px);
  -o-transform: translateX(-10px) translateY(10px);
  transform: translateX(-10px) translateY(10px);
}
.animate-color-shadow.bottom-right.active > img,
.animate-color-shadow.bottom-right.active .general-slick {
  -webkit-transform: translateX(-10px) translateY(-10px);
  -moz-transform: translateX(-10px) translateY(-10px);
  -o-transform: translateX(-10px) translateY(-10px);
  transform: translateX(-10px) translateY(-10px);
}
.animate-color-shadow.bottom-right.active:before {
  -webkit-transform: translateX(10px) translateY(10px);
  -moz-transform: translateX(10px) translateY(10px);
  -o-transform: translateX(10px) translateY(10px);
  transform: translateX(10px) translateY(10px);
}
.benefit-list .content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 370px;
}
.benefit-list .content .ngc-media {
  width: 60px;
}
.benefit-list .content .ngc-media img {
  display: block;
  width: 45px;
}
.benefit-list .content .ngc-text {
  width: calc(100% - 60px);
}
.benefit-list .content .ngc-text .ngc-title {
  margin: 0;
  font-size: 1.44em;
}
.benefit-list .content .ngc-text .ngc-preview-text {
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .benefit-list .content .ngc-media {
    width: 90px;
  }
  .benefit-list .content .ngc-media img {
    width: 70px;
  }
  .benefit-list .content .ngc-text {
    width: calc(100% - 90px);
  }
}
.service-card {
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 15px;
  position: relative;
}
.service-card .ngc-icon {
  position: absolute;
  display: block;
  width: 60px;
  right: 15px;
  top: -10px;
}
.service-card .ngc-title {
  margin: 0;
  padding-right: 70px;
  font-size: 1.33em;
}
.service-card .ngc-preview-text {
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .service-card {
    padding: 20px;
  }
  .service-card .ngc-icon {
    width: 70px;
    right: 20px;
    top: -15px;
  }
}
@media (min-width: 1600px) {
  .service-card {
    padding: 20px 30px;
  }
  .service-card .ngc-icon {
    width: 80px;
    right: 30px;
    top: -20px;
  }
}
.service-item .service-item-detail .ngc-media img {
  display: block;
  max-width: 80px;
}
.service-item:nth-child(even) {
  background-color: #f3f9ff;
}
.index-product {
  margin: 30px 0;
  overflow: hidden;
}
.index-product .animate-list .ngc-media {
  position: relative;
  z-index: 1;
}
.index-product .animate-list .ngc-media img {
  display: inline-block;
  width: 100%;
  max-width: 470px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.index-product .animate-list .ngc-media .ngc-subtext {
  position: absolute;
  top: 0px;
  left: 10px;
  opacity: 0;
  letter-spacing: 0.11em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  min-width: 80px;
  background-color: #5fa1d1;
  color: #fff;
  display: inline-block;
  font-size: 0.78em;
  line-height: 1em;
  -webkit-transition: all 600ms 1000ms ease;
  -moz-transition: all 600ms 1000ms ease;
  -o-transition: all 600ms 1000ms ease;
  transition: all 600ms 1000ms ease;
}
.index-product .animate-list .ngc-text {
  position: relative;
  z-index: 2;
}
.index-product .animate-list .ngc-text:before {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -50px;
  left: 15px;
  background-color: #ccc;
  -webkit-transition: all 600ms 500ms ease;
  -moz-transition: all 600ms 500ms ease;
  -o-transition: all 600ms 500ms ease;
  transition: all 600ms 500ms ease;
}
.index-product .animate-list .ngc-text .content {
  padding-left: 30px;
  -webkit-transition: all 600ms 1000ms ease;
  -moz-transition: all 600ms 1000ms ease;
  -o-transition: all 600ms 1000ms ease;
  transition: all 600ms 1000ms ease;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}
.index-product .animate-list .ngc-media img,
.index-product .animate-list .ngc-text:before,
.index-product .animate-list .ngc-text .content {
  opacity: 0;
}
.index-product .animate-list.active .ngc-media img {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.index-product .animate-list.active .ngc-media .ngc-subtext {
  opacity: 1;
  top: 10px;
}
.index-product .animate-list.active .ngc-text:before {
  height: 100px;
}
.index-product .animate-list.active .ngc-text .content {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.index-product .animate-list.active .ngc-media img,
.index-product .animate-list.active .ngc-text:before,
.index-product .animate-list.active .ngc-text .content {
  opacity: 1;
}
.index-product:nth-child(even) .animate-list .ngc-media img {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.index-product:nth-child(even) .animate-list.active .ngc-media img {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
@media (min-width: 768px) {
  .index-product {
    margin: 40px 0;
  }
  .index-product .animate-list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .index-product .animate-list .ngc-media {
    width: 50%;
    padding-right: 15px;
    text-align: right;
  }
  .index-product .animate-list .ngc-media .ngc-subtext {
    left: 15px;
  }
  .index-product .animate-list .ngc-text {
    width: 50%;
    padding-left: 15px;
  }
  .index-product .animate-list .ngc-text:before {
    width: 1px;
    height: 1px;
    top: 20px;
    left: -60px;
  }
  .index-product .animate-list .ngc-text .content {
    padding-top: 40px;
  }
  .index-product .animate-list .ngc-text .content .ngc-title {
    margin-top: 0;
    font-size: 1.67em;
  }
  .index-product .animate-list.active .ngc-media .ngc-subtext {
    top: 15px;
  }
  .index-product .animate-list.active .ngc-text:before {
    width: 150px;
    height: 1px;
  }
  .index-product:nth-child(even) .animate-list {
    flex-direction: row-reverse;
  }
  .index-product:nth-child(even) .animate-list .ngc-media {
    padding-right: 0;
    padding-left: 15px;
    text-align: left;
  }
  .index-product:nth-child(even) .animate-list .ngc-media .ngc-subtext {
    left: auto;
    right: 15px;
  }
  .index-product:nth-child(even) .animate-list .ngc-text {
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
  }
  .index-product:nth-child(even) .animate-list .ngc-text .content {
    padding-left: 0;
    padding-right: 30px;
  }
  .index-product:nth-child(even) .animate-list .ngc-text:before {
    left: auto;
    right: -60px;
  }
}
@media (min-width: 1200px) {
  .index-product {
    margin: 50px 0;
  }
  .index-product .animate-list .ngc-media .ngc-subtext {
    padding: 8px 15px;
  }
  .index-product .animate-list .ngc-text:before {
    top: 30px;
  }
  .index-product .animate-list .ngc-text .content {
    padding-top: 55px;
    padding-left: 60px;
  }
  .index-product .animate-list.active .ngc-text:before {
    width: 200px;
    height: 1px;
  }
  .index-product:nth-child(even) .animate-list .ngc-text .content {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (min-width: 1600px) {
  .index-product {
    margin: 70px 0;
  }
  .index-product .animate-list .ngc-text:before {
    top: 50px;
    left: -85px;
  }
  .index-product .animate-list .ngc-text .content {
    padding-top: 85px;
    padding-left: 100px;
  }
  .index-product .animate-list.active .ngc-media .ngc-subtext {
    top: 30px;
  }
  .index-product .animate-list.active .ngc-text:before {
    width: 270px;
    height: 1px;
  }
  .index-product:nth-child(even) .animate-list .ngc-text .content {
    padding-left: 0;
    padding-right: 100px;
  }
  .index-product:nth-child(even) .animate-list .ngc-text:before {
    left: auto;
    right: -85px;
  }
}
.index-product .animate-list .ngc-media .ngc-subtext {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.index-logo {
  position: relative;
  width: 100%;
}
.index-logo:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.index-logo img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 80%;
  max-width: 90%;
}
.index-chart .content {
  -webkit-box-shadow: 0 0 20px 0 rgba(176, 176, 176, 0.5);
  -moz-box-shadow: 0 0 20px 0 rgba(176, 176, 176, 0.5);
  box-shadow: 0 0 20px 0 rgba(176, 176, 176, 0.5);
}
.index-chart .has-chart {
  padding: 10px;
}
.index-chart .has-chart .the-chart {
  margin-bottom: 10px;
}
.index-chart .has-chart .ngc-chart-text .ngc-stock-code {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.index-chart .has-chart .ngc-chart-text .ngc-stock-code span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.index-chart .has-chart .ngc-chart-text .ngc-stock-now {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}
.index-chart .has-chart .ngc-chart-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.index-chart .has-chart .ngc-chart-text ul li {
  margin: 3px 0;
  display: inline-block;
  padding-right: 20px;
}
.index-chart .has-table table thead th,
.index-chart .has-table table thead td {
  font-size: 1.167em;
}
.index-chart .has-table table tbody th,
.index-chart .has-table table tbody td {
  font-size: 1em;
}
.static-banner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 10px;
}
.static-banner img.banner-img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  max-width: inherit;
  z-index: 1;
}
.static-banner .main-container {
  position: relative;
  z-index: 2;
}
.static-banner .main-container .sbanner-title {
  letter-spacing: 0.01875em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 5px;
}
.breadcrumbs-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f9ff;
}
.breadcrumbs {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #2e5877;
}
.breadcrumbs li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.breadcrumbs li:after {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #4a4a4a;
}
.breadcrumbs li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #4a4a4a;
}
.breadcrumbs li a:hover {
  color: #5fa1d1;
}
.contact-page {
  background: #fff;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.contact-page .cp-top a {
  color: #6b6b6b;
}
.contact-page .cp-top a:hover {
  color: #5fa1d1;
}
.contact-page .cp-top .hq-title {
  color: #2e5877;
  font-size: 1.33em;
  margin-bottom: 0;
  padding-top: 10px;
}
.contact-page .cp-top .contact-hq {
  padding: 15px;
  padding-bottom: 0;
}
.contact-page .cp-top .contact-hq .fa {
  font-size: 36px;
  color: #2e5877;
}
.contact-page .cp-top .contact-hq p {
  margin-bottom: 0;
  font-size: 12px;
}
.contact-page .cp-top .contact-branch {
  padding: 15px;
}
.contact-page .cp-top .contact-branch .ngc-title {
  color: #2e5877;
  font-size: 1.33em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
}
.contact-page .cp-top .contact-branch ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.contact-page .cp-top .contact-branch ul li {
  position: relative;
  padding-left: 25px;
}
.contact-page .cp-top .contact-branch ul li .fa {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  color: #bcbcbc;
  width: 18px;
  text-align: center;
}
.contact-branch-header {
  padding: 10px 15px;
  padding-bottom: 0;
  border-bottom: 1px solid #E7E7E7;
}
.contact-branch-header p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #6b6b6b;
  margin-top: 0;
}
.contact-branch-header p span {
  color: #2e5877;
}
.contact-form .submit-btn {
  margin: 0;
}
.branch-tabs {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.branch-tabs .tab-wrap {
  font-size: 0;
  display: inline-block;
  padding: 0 4px;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.branch-tabs a {
  display: inline-block;
  font-size: 10px;
  background: #fff;
  padding: 0 12px;
  line-height: 30px;
  margin: 5px 1px;
  letter-spacing: 0.1em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #4a4a4a;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.branch-tabs a:hover {
  color: #5fa1d1;
  text-decoration: none;
}
.branch-tabs a.active {
  background: #fff;
  color: #2e5877;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .branch-tabs .tab-wrap {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .branch-tabs a {
    font-size: 12px;
    padding: 0 20px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .branch-tabs .tab-wrap {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .branch-tabs a {
    font-size: 14px;
    padding: 0 30px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.contact-map {
  position: relative;
  height: 200px;
}
.contact-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.infowindow {
  padding: 10px;
  max-width: 300px;
  text-align: left;
}
.infowindow h1 {
  margin: 0;
  margin-bottom: 5px;
  line-height: 1.2em;
}
.infowindow ul.marker-data {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-child {
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.news-child .ngc-text .content {
  padding: 15px;
}
.news-child .ngc-text .content .ngc-title {
  font-size: 1em;
  line-height: 1.6em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
}
.news-child .ngc-text .content .ngc-subtext {
  letter-spacing: 0.11em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  min-width: 80px;
  background-color: #5fa1d1;
  color: #fff;
  display: inline-block;
  font-size: 0.78em;
  line-height: 1em;
  margin-right: 10px;
}
.news-child .ngc-text .content .ngc-readmore {
  text-indent: -9999em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-child .ngc-text .content .news-date,
.news-child .ngc-text .content .ngc-subtext {
  display: inline-block;
  vertical-align: middle;
}
.news-child .ngc-text .content .news-date {
  font-size: 0.89em;
  color: #999;
}
.news-child:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #5fa1d1;
  color: #fff;
}
.news-child:hover .ngc-text .content .ngc-subtext {
  background: #fff;
  color: #5fa1d1;
}
.news-child:hover .ngc-text .content .ngc-title,
.news-child:hover .ngc-text .content .news-date {
  color: #fff;
}
@media (min-width: 540px) {
  .news-child {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
  }
}
@media (min-width: 768px) {
  .news-child {
    min-height: 130px;
  }
  .news-child .ngc-text .content {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .news-child {
    min-height: 150px;
  }
  .news-child .ngc-text .content {
    padding: 20px 30px;
  }
  .news-child .ngc-text .content .ngc-title {
    margin-bottom: 15px;
  }
  .news-child .ngc-text .content .ngc-subtext {
    min-width: 100px;
    padding: 8px 10px;
  }
}
@media (min-width: 1600px) {
  .news-child {
    min-height: 185px;
  }
}
.news-child .ngc-subtext {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.news-child:hover {
  background-color: #2e5877;
}
.news-child-first {
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  position: relative;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  box-shadow: none;
}
.news-child-first .ngc-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.news-child-first .ngc-media:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.news-child-first .ngc-text {
  position: relative;
  z-index: 2;
}
.news-child-first .ngc-text .content {
  padding: 20px 15px;
  color: #fff;
}
.news-child-first .ngc-text .content * {
  color: #fff;
}
.news-child-first .ngc-text .content .ngc-title {
  font-size: 1.167em;
  line-height: 1.6em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 10px;
}
.news-child-first .ngc-text .content .ngc-subtext {
  letter-spacing: 0.11em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  min-width: 80px;
  background-color: #5fa1d1;
  color: #fff;
  display: inline-block;
  font-size: 0.78em;
  line-height: 1em;
}
.news-child-first .ngc-text .content .news-date {
  font-size: 0.89em;
  font-weight: bold;
  padding-left: 0;
}
.news-child-first .ngc-text .content .ngc-readmore {
  text-indent: -9999em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-child-first:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (min-width: 540px) {
  .news-child-first {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
  }
}
@media (min-width: 768px) {
  .news-child-first {
    min-height: 280px;
  }
  .news-child-first .ngc-text .content {
    padding: 25px 20px;
  }
}
@media (min-width: 1200px) {
  .news-child-first {
    min-height: 330px;
  }
  .news-child-first .ngc-text .content {
    padding: 25px 30px;
  }
  .news-child-first .ngc-text .content .ngc-title {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .news-child-first .ngc-text .content .ngc-subtext {
    min-width: 100px;
    padding: 8px 10px;
  }
  .news-child-first .ngc-text .content .ngc-preview-text {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .news-child-first {
    min-height: 400px;
  }
  .news-child-first .ngc-text .content {
    padding: 30px 40px;
  }
  .news-child-first .ngc-text .content .ngc-title {
    margin-top: 30px;
  }
  .news-child-first .ngc-text .content .ngc-preview-text {
    margin-bottom: 30px;
  }
}
.news-child-first .ngc-media {
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
}
.news-child-first .ngc-media:before {
  background: #000000;
}
.news-child-first .ngc-subtext {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.article-tabs {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.article-tabs .tab-wrap {
  font-size: 0;
  display: inline-block;
  padding: 0 4px;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.article-tabs a {
  display: inline-block;
  font-size: 10px;
  background: #fff;
  padding: 0 12px;
  line-height: 30px;
  margin: 5px 1px;
  letter-spacing: 0.1em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #4a4a4a;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.article-tabs a:hover {
  color: #5fa1d1;
  text-decoration: none;
}
.article-tabs a.active {
  background: #fff;
  color: #2e5877;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .article-tabs .tab-wrap {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .article-tabs a {
    font-size: 12px;
    padding: 0 20px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .article-tabs .tab-wrap {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .article-tabs a {
    font-size: 14px;
    padding: 0 30px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.jssocials-shares,
.jssocials-share {
  margin-top: 0;
}
.fb_iframe_widget span {
  display: block!important;
}
.main-image {
  margin-bottom: 15px;
}
.main-image img {
  display: block;
  width: 100%;
}
.article-detail .article-meta {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-detail .article-meta .child {
  padding-right: 15px;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.article-detail .article-meta .ngc-share .share-child {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.article-detail .article-meta .ngc-share .share-child a {
  color: #9e9e9e;
}
.article-detail .article-meta .ngc-share .share-child a:hover {
  color: #5fa1d1;
}
.article-detail .article-meta .ngc-share .share-child .fa {
  font-size: 18px;
}
.article-detail .article-meta .ngc-category {
  margin-right: 15px;
  letter-spacing: 0.11em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  min-width: 80px;
  background-color: #5fa1d1;
  color: #fff;
  display: inline-block;
  font-size: 0.78em;
  line-height: 1em;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.article-detail .ngc-maintitle {
  margin-bottom: 0;
}
.article-sidebar .ngc-maintitle {
  font-size: 1.33em;
  margin-bottom: 1rem;
  color: #2e5877;
}
.article-sidebar .article-sidechild {
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
}
.article-sidebar .article-sidechild .ngc-text .content {
  padding: 15px;
}
.article-sidebar .article-sidechild .ngc-text .content .ngc-title {
  font-size: 1em;
  line-height: 1.6em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 0;
}
.article-sidebar .article-sidechild .ngc-text .content .ngc-subtext {
  letter-spacing: 0.11em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  min-width: 80px;
  background-color: #5fa1d1;
  color: #fff;
  display: inline-block;
  font-size: 0.78em;
  line-height: 1em;
  margin-right: 10px;
}
.article-sidebar .article-sidechild .ngc-text .content .ngc-readmore {
  text-indent: -9999em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-sidebar .article-sidechild .ngc-text .content .news-date,
.article-sidebar .article-sidechild .ngc-text .content .ngc-subtext {
  display: inline-block;
  vertical-align: middle;
}
.article-sidebar .article-sidechild .ngc-text .content .news-date {
  font-size: 0.89em;
  color: #999;
}
.article-sidebar .article-sidechild:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #5fa1d1;
  color: #fff;
}
.article-sidebar .article-sidechild:hover .ngc-text .content .ngc-subtext {
  background: #fff;
  color: #5fa1d1;
}
.article-sidebar .article-sidechild:hover .ngc-text .content .ngc-title,
.article-sidebar .article-sidechild:hover .ngc-text .content .news-date {
  color: #fff;
}
@media (min-width: 540px) {
  .article-sidebar .article-sidechild {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
  }
}
@media (min-width: 768px) {
  .article-sidebar .article-sidechild {
    min-height: 130px;
  }
  .article-sidebar .article-sidechild .ngc-text .content {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .article-sidebar .article-sidechild {
    min-height: 150px;
  }
  .article-sidebar .article-sidechild .ngc-text .content {
    padding: 20px 30px;
  }
  .article-sidebar .article-sidechild .ngc-text .content .ngc-title {
    margin-bottom: 15px;
  }
  .article-sidebar .article-sidechild .ngc-text .content .ngc-subtext {
    min-width: 100px;
    padding: 8px 10px;
  }
}
@media (min-width: 1600px) {
  .article-sidebar .article-sidechild {
    min-height: 185px;
  }
}
.article-sidebar .article-sidechild .ngc-subtext {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.article-sidebar .article-sidechild:hover {
  background-color: #2e5877;
}
.ngc-related-wrap {
  margin: 0 -10px;
}
.ngc-related-wrap .ngc-maintitle {
  padding: 0 10px;
}
.ngc-related-wrap .ngc-related-child {
  padding: 0 10px;
  position: relative;
}
.ngc-related-wrap .ngc-related-child .img-wrap img {
  display: block;
  width: 100%;
}
.ngc-related-wrap .ngc-related-child .ngc-text {
  background: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  padding: 10px 15px;
}
.ngc-related-wrap .ngc-related-child .ngc-text .ngc-subtext {
  letter-spacing: 0.1em;
  color: #656565;
  font-size: 12px;
}
.ngc-related-wrap .ngc-related-child .ngc-text .ngc-title {
  font-size: 1.167em;
  letter-spacing: 0.07em;
  margin: 0;
}
.ngc-related-wrap .ngc-related-child .ngc-text .ngc-preview-text {
  margin: 0;
  margin-top: 5px;
}
.ngc-related-wrap .ngc-related-child .ngc-readmore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
.ngc-related-wrap .ngc-related-child:hover .ngc-text {
  background: #000;
}
.ngc-related-wrap .ngc-related-child:hover .ngc-text .ngc-title,
.ngc-related-wrap .ngc-related-child:hover .ngc-text .ngc-subtext,
.ngc-related-wrap .ngc-related-child:hover .ngc-text .ngc-preview-text {
  color: #fff;
}
@media (min-width: 768px) {
  .ngc-related-wrap .ngc-related-child .ngc-text {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .ngc-related-wrap {
    margin: 0 -15px;
  }
  .ngc-related-wrap .ngc-maintitle {
    padding: 0 15px;
    font-size: 2em;
  }
  .ngc-related-wrap .ngc-related-child {
    padding: 0 15px;
  }
  .ngc-related-wrap .ngc-related-child .ngc-text {
    padding: 20px;
  }
  .ngc-related-wrap .ngc-related-child .ngc-text .ngc-subtext {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .ngc-related-wrap .ngc-related-child .ngc-text {
    padding: 20px 30px;
  }
}
.ngc-related-wrap .ngc-related-child {
  padding-bottom: 10px;
}
.ngc-related-wrap .ngc-related-child .content {
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.ngc-related-wrap .ngc-related-child .ngc-text {
  background: #FCFCFC;
  padding: 15px;
}
.ngc-related-wrap .ngc-related-child .ngc-text .ngc-title {
  color: #4a4a4a;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.ngc-related-wrap .ngc-related-child .ngc-text .ngc-subtext {
  letter-spacing: 0.11em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  min-width: 80px;
  background-color: #5fa1d1;
  color: #fff;
  display: inline-block;
  font-size: 0.78em;
  line-height: 1em;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.ngc-related-wrap .ngc-related-child:hover .ngc-text {
  background: #2e5877;
}
.ngc-related-wrap .slick-dots {
  margin-top: 20px;
}
.ngc-related-wrap .slick-dots button {
  background: #fff;
}
.ngc-related-wrap .slick-dots .slick-active button {
  background: #5fa1d1;
}
.ngc-related-wrap.other-related-page .slick-dots button {
  background: #f3f9ff;
}
.ngc-related-wrap.other-related-page .slick-dots .slick-active button {
  background: #5fa1d1;
}
.ngc-action-box .ngc-maintitle {
  line-height: 1.13em;
  margin-top: 0;
  margin-bottom: 10px;
}
.ngc-action-box .ngc-preview-text {
  margin-bottom: 15px;
}
.prod-child .animate-list .ngc-media {
  position: relative;
  z-index: 1;
}
.prod-child .animate-list .ngc-media img {
  display: inline-block;
  width: 100%;
  max-width: 470px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.prod-child .animate-list .ngc-media .ngc-subtext {
  position: absolute;
  top: 0px;
  left: 10px;
  opacity: 0;
  letter-spacing: 0.11em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  min-width: 80px;
  background-color: #5fa1d1;
  color: #fff;
  display: inline-block;
  font-size: 0.78em;
  line-height: 1em;
  -webkit-transition: all 600ms 1000ms ease;
  -moz-transition: all 600ms 1000ms ease;
  -o-transition: all 600ms 1000ms ease;
  transition: all 600ms 1000ms ease;
}
.prod-child .animate-list .ngc-text {
  position: relative;
  z-index: 2;
}
.prod-child .animate-list .ngc-text:before {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -50px;
  left: 15px;
  background-color: #ccc;
  -webkit-transition: all 600ms 500ms ease;
  -moz-transition: all 600ms 500ms ease;
  -o-transition: all 600ms 500ms ease;
  transition: all 600ms 500ms ease;
}
.prod-child .animate-list .ngc-text .content {
  padding-left: 30px;
  -webkit-transition: all 600ms 1000ms ease;
  -moz-transition: all 600ms 1000ms ease;
  -o-transition: all 600ms 1000ms ease;
  transition: all 600ms 1000ms ease;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}
.prod-child .animate-list .ngc-text .content .ngc-subtext {
  letter-spacing: 0.11em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  min-width: 80px;
  background-color: #5fa1d1;
  color: #fff;
  display: inline-block;
  font-size: 0.78em;
  line-height: 1em;
}
.prod-child .animate-list .ngc-media img,
.prod-child .animate-list .ngc-text:before,
.prod-child .animate-list .ngc-text .content {
  opacity: 0;
}
.prod-child .animate-list.active .ngc-media img {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.prod-child .animate-list.active .ngc-media .ngc-subtext {
  opacity: 1;
  top: 10px;
}
.prod-child .animate-list.active .ngc-text:before {
  height: 100px;
}
.prod-child .animate-list.active .ngc-text .content {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.prod-child .animate-list.active .ngc-media img,
.prod-child .animate-list.active .ngc-text:before,
.prod-child .animate-list.active .ngc-text .content {
  opacity: 1;
}
@media (min-width: 768px) {
  .prod-child .animate-list .ngc-text .content {
    padding-bottom: 10px;
  }
  .prod-child .animate-list.active .ngc-text:before {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .prod-child .animate-list .ngc-text:before {
    left: 25px;
  }
  .prod-child .animate-list .ngc-text .content {
    padding-left: 50px;
  }
  .prod-child .animate-list .ngc-text .content .ngc-subtext {
    padding: 8px 15px;
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .prod-child .animate-list .ngc-text .content {
    padding-bottom: 15px;
  }
  .prod-child .animate-list.active .ngc-text:before {
    height: 200px;
  }
}
.prod-child .animate-list .ngc-text .ngc-subtext {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.product-slick .item {
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  overflow: hidden;
  background: #fff;
}
.product-slick .slick-dots {
  line-height: 1em;
}
.product-intro .ngc-subtext {
  letter-spacing: 0.11em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  min-width: 80px;
  background-color: #5fa1d1;
  color: #fff;
  display: inline-block;
  font-size: 0.78em;
  line-height: 1em;
  margin-bottom: 15px;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.product-information {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.product-information li {
  width: 50%;
}
.product-information li span {
  font-weight: bold;
}
.irs-child {
  margin-bottom: 15px;
  width: 100%;
}
.irs-child > .ngc-title {
  font-size: 1.67em;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.irs-child > .ngc-title.has-span {
  font-size: 1.167em;
}
.irs-child > .ngc-title.has-span span {
  display: inline-block;
  padding: 5px 15px;
  background-color: #2e5877;
  color: #fff;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.investor-relation-sidebar .child .ngc-title {
  font-size: 1.33em;
  margin-top: 0;
  color: #4a4a4a;
}
.investor-relation-sidebar .child ul {
  list-style: none;
  font-size: 1.167em;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.investor-relation-sidebar .child ul li {
  margin: 5px 0;
}
.investor-relation-sidebar .child ul li a {
  color: #6b6b6b;
}
.investor-relation-sidebar .child ul li a:hover {
  color: #4a4a4a;
}
.investor-relation-sidebar .child ul .fa {
  padding-right: 10px;
}
.service-detail-image {
  margin-bottom: 15px;
}
.service-detail-image img {
  display: block;
  width: 30%;
  max-width: 170px;
}
.pricing-carousel-wrap .slick-dots {
  margin-top: 20px;
}
.pricing-carousel-wrap .slick-list {
  padding: 10px 0;
}
.pricing-carousel-wrap .slick-track {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.pricing-carousel-wrap .slick-dots button {
  background-color: #2e5877;
}
.pricing-carousel-wrap .slick-dots .slick-active button {
  background-color: #5fa1d1;
}
.pricing-carousel-wrap .slick-track {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.pricing-carousel-wrap .slick-track .slick-slide {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: auto;
  justify-content: center;
}
.pricing-plan {
  width: 100%;
}
.pricing-plan .content {
  text-align: center;
  background: #fff;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
}
.pricing-plan .content .ngc-title {
  font-size: 1em;
  padding: 15px 10px;
  margin: 0;
  border-bottom: 2px solid #F5F5F5;
  color: #6b6b6b;
}
.pricing-plan .content .ngc-text {
  padding: 10px;
  padding-bottom: 20px;
  position: relative;
}
.pricing-plan .content .ngc-text .ngc-price {
  padding: 10px 0;
  margin-bottom: 10px;
}
.pricing-plan .content .ngc-text .ngc-price .the-prefix,
.pricing-plan .content .ngc-text .ngc-price .the-number,
.pricing-plan .content .ngc-text .ngc-price .the-suffix {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.pricing-plan .content .ngc-text .ngc-price .the-prefix,
.pricing-plan .content .ngc-text .ngc-price .the-suffix {
  min-width: 40px;
  line-height: 36px;
  border: 2px solid #F5F5F5;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  color: rgba(107, 107, 107, 0.5);
}
.pricing-plan .content .ngc-text .ngc-price .the-prefix {
  font-size: 1em;
}
.pricing-plan .content .ngc-text .ngc-price .the-number {
  font-size: 4em;
  padding: 0 10px;
}
.pricing-plan .content .ngc-text .ngc-price .the-suffix {
  font-size: 12px;
}
.pricing-plan .content .ngc-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .pricing-plan .content .ngc-title {
    padding: 30px 15px;
  }
  .pricing-plan .content .ngc-text {
    padding-bottom: 40px;
  }
  .pricing-plan .content .ngc-text .ngc-price {
    padding: 30px 0;
  }
  .pricing-plan .content .ngc-text .ngc-price .the-prefix,
  .pricing-plan .content .ngc-text .ngc-price .the-suffix {
    min-width: 50px;
    line-height: 46px;
  }
  .pricing-plan .content .ngc-text .ngc-price .the-number {
    font-size: 5.33em;
    padding: 0 25px;
  }
  .pricing-plan .content ul {
    font-size: 13px;
  }
  .pricing-plan .content ul li {
    margin: 10px 0;
  }
}
@media (min-width: 1600px) {
  .pricing-plan .content .ngc-title {
    padding: 20px;
  }
  .pricing-plan .content .ngc-text {
    padding-bottom: 50px;
  }
  .pricing-plan .content .ngc-text .ngc-price {
    padding: 30px 0;
  }
  .pricing-plan .content ul li {
    margin: 15px 0;
  }
}
.pricing-plan .content {
  height: 100%;
}
.pricing-plan.prime .content {
  background: #FDFDFD;
}
.pricing-plan.prime .content .ngc-title {
  color: #2e5877;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.page-404 .ngc-media {
  margin-bottom: 20px;
}
.page-404 .ngc-media img {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
.download-center-child .ngc-text {
  text-align: left;
}
.download-center-child .ngc-text .content {
  padding-bottom: 20px;
}
.download-center-child .ngc-text .content .ngc-title {
  margin-top: 0;
  font-size: 1.5em;
}
.download-center-child .ngc-media table thead td,
.download-center-child .ngc-media table thead th {
  font-size: 1.167em;
}
.download-center-child .ngc-media table tbody td,
.download-center-child .ngc-media table tbody th {
  font-size: 1em;
}
.download-center-child .ngc-media table .fa {
  font-size: 14px;
  padding-right: 5px;
}
.download-center-child .ngc-media table strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.client-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  overflow: hidden;
}
.client-list .child {
  width: 33.33%;
  border-left: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  margin-left: -1px;
  margin-bottom: -1px;
  position: relative;
}
.client-list .child:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.client-list .child img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 70%;
  max-height: 55%;
}
.client-list.grayscale .child img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  transition: 0.3s ease-in;
}
.client-list.grayscale .child img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.team-carousel-wrap {
  margin: 0 -10px;
}
.team-carousel-wrap .slick-dots {
  margin-top: 20px;
}
.team-carousel-wrap .slick-dots button {
  background: #d5d5d5;
}
.team-carousel-wrap .slick-dots .slick-active button {
  background: #5fa1d1;
}
.team-carousel-wrap .slick-track {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.team-carousel-wrap .slick-track .slick-slide {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: auto;
  justify-content: center;
}
.team-carousel-wrap .item {
  padding: 0 10px;
  padding-bottom: 5px;
}
.team-carousel-wrap .item .team-child {
  width: 100%;
  height: 100%;
}
.team-member-wrap > .ngc-title {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.team-child > .content {
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  overflow: hidden;
  background: #FCFCFC;
  text-align: left;
}
.team-child > .content .ngc-media .content {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.team-child > .content .ngc-media .hidden-text {
  display: none;
  padding: 10px;
}
.team-child > .content .ngc-media .hidden-text .ngc-title {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #2e5877;
}
.team-child > .content .ngc-media .hidden-text .ngc-subtext {
  font-size: .89em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
}
.team-child > .content .ngc-text .content {
  padding: 10px;
}
.team-child > .content .ngc-text .content .ngc-title {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #2e5877;
}
.team-child > .content .ngc-text .content .ngc-subtext {
  font-size: .89em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
}
.team-child > .content .ngc-text .content .ngc-text-preview {
  font-size: .89em;
  margin-top: .3rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .team-child > .content {
    position: relative;
  }
  .team-child > .content .ngc-media {
    position: relative;
    z-index: 1;
  }
  .team-child > .content .ngc-media .content {
    height: 320px;
  }
  .team-child > .content .ngc-media .hidden-text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FCFCFC;
    padding: 15px 20px;
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    opacity: 1;
  }
  .team-child > .content .ngc-text {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
  }
  .team-child > .content .ngc-text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #2e5877;
    opacity: 0.89;
    width: 100%;
    height: 100%;
  }
  .team-child > .content .ngc-text .content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 20px;
    height: 100%;
  }
  .team-child > .content .ngc-text .content .ngc-title {
    color: #fff;
  }
  .team-child > .content:hover .ngc-media .hidden-text {
    opacity: 0;
  }
  .team-child > .content:hover .ngc-text {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
.team-child > .content {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.history-timeline {
  position: relative;
}
.history-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  background: #ccc;
}
.history-timeline .ht-child {
  background: #fff;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  padding: 15px 15px 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.history-timeline .ht-child .ngc-media {
  width: 100%;
}
.history-timeline .ht-child .ngc-media h3 {
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.history-timeline .ht-child .ngc-media .img-wrap {
  overflow: hidden;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  max-width: 140px;
}
.history-timeline .ht-child .ngc-media .img-wrap img {
  display: block;
  width: 100%;
}
.history-timeline .ht-child .ngc-text {
  width: 100%;
  margin-bottom: 0;
}
.history-timeline .ht-child:last-child {
  margin-bottom: 0;
}
@media (min-width: 540px) {
  .history-timeline .ht-child {
    justify-content: space-between;
    padding: 15px 20px;
  }
  .history-timeline .ht-child .ngc-media {
    width: 140px;
    padding-top: .6rem;
  }
  .history-timeline .ht-child .ngc-media h3 {
    font-size: 2em;
  }
  .history-timeline .ht-child .ngc-text {
    width: calc(100% - 160px);
    margin: 0;
  }
  .history-timeline .ht-child:nth-child(even) {
    flex-direction: row-reverse;
  }
  .history-timeline .ht-child:nth-child(even) .ngc-media {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .history-timeline .ht-child {
    padding: 15px 30px 30px;
    margin-bottom: 30px;
  }
  .history-timeline .ht-child .ngc-media h3 {
    font-size: 2.11em;
  }
  .history-timeline .ht-child .ngc-text {
    width: calc(100% - 170px);
  }
}
@media (min-width: 1600px) {
  .history-timeline .ht-child {
    margin-bottom: 40px;
  }
}
.history-timeline .ht-child {
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.history-timeline .ht-child .ngc-media h3 {
  color: #5fa1d1;
}
.general-slick {
  margin-bottom: 20px;
}
.general-slick .slick-img {
  display: block;
  width: 100%;
}
.general-slick .slick-dots {
  margin-top: 20px;
}
.general-slick .slick-dots button {
  background: #D8D8D8;
}
.general-slick .slick-dots .slick-active button {
  background: #2e5877;
}
@media (min-width: 768px) {
  .general-slick {
    margin-bottom: 30px;
  }
  .general-slick .slick-dots {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .general-slick {
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .general-slick {
    margin-bottom: 50px;
  }
}
.general-slick .slick-dots button {
  background: #f3f9ff;
}
.general-slick .slick-dots .slick-active button {
  background: #5fa1d1;
}
.about-intro .slick-wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}
.about-intro .slick-wrapper .general-slick {
  z-index: 10;
}
.about-intro .slick-wrapper .general-slick .item img {
  display: block;
  width: 100%;
}
.about-intro .slick-wrapper .general-slick .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1em;
}
.vision-mission .ngc-title {
  margin-top: 0;
  font-size: 1.5em;
}
.about-strength .grid-child {
  position: relative;
}
.about-strength .grid-child .icon-number {
  display: block;
  height: 80px;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
}
.about-strength .grid-child .ngc-title,
.about-strength .grid-child .nuke-wysiwyg {
  position: relative;
  z-index: 2;
}
.about-strength .grid-child .ngc-title {
  padding-right: 70px;
}
.history-banner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.ceo-message-intro .ngc-media {
  width: 90%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.fancybox-close-small:focus:after {
  outline: 0;
}
.business-unit {
  width: 100%;
}
.business-unit .content {
  position: relative;
}
.business-unit .content .ngc-media,
.business-unit .content .ngc-text {
  border: 2px solid #E8E9E9;
  position: relative;
  background-color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.business-unit .content .ngc-media {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
  height: 120px;
}
.business-unit .content .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 60%;
  max-width: 80%;
  width: auto;
}
.business-unit .content .ngc-text {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
  margin-top: -2px;
  text-align: center;
  padding: 10px 15px;
  font-size: 12px;
}
.business-unit .content .ngc-readmore {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  z-index: 3;
}
.business-unit .content:hover .ngc-media {
  border-color: #000;
}
.business-unit .content:hover .ngc-text {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .business-unit .content .ngc-media {
    height: 160px;
  }
  .business-unit .content .ngc-text {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .business-unit .content .ngc-media {
    height: 200px;
  }
  .business-unit .content .ngc-text {
    font-size: 14px;
    padding: 15px;
  }
}
@media (min-width: 1600px) {
  .business-unit .content .ngc-media {
    height: 250px;
  }
  .business-unit .content .ngc-text {
    font-size: 16px;
    padding: 20px;
  }
}
.business-unit .content:hover .ngc-media {
  border-color: #2e5877;
}
.business-unit .content:hover .ngc-text {
  background-color: #2e5877;
  border-color: #2e5877;
}
.business-unit-intro .ngc-media img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 330px;
}
.business-detail-intro {
  margin-bottom: 30px;
}
.business-detail-intro .ngc-media {
  margin-bottom: 15px;
}
.business-detail-intro .ngc-media img {
  max-width: 400px;
}
.business-detail-info {
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  background-color: #f3f9ff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
}
.business-detail-info .content {
  padding: 15px;
  width: 100%;
}
.business-detail-info .content .ngc-title {
  color: #4a4a4a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.business-detail-info .content p {
  margin-bottom: 0;
  font-size: 12px;
}
.business-carousel-wrap {
  margin: 0 -10px;
}
.business-carousel-wrap .ngc-media {
  padding: 0 10px;
  position: relative;
}
.business-carousel-wrap .ngc-media .img-wrap img {
  display: block;
  width: 100%;
}
.business-carousel-wrap .slick-dots {
  margin-top: 20px;
}
.business-carousel-wrap .slick-dots button {
  background: #D8D8D8;
}
.business-carousel-wrap .slick-dots .slick-active button {
  background: #2e5877;
}
@media (min-width: 1200px) {
  .business-carousel-wrap {
    margin: 0 -15px;
  }
  .business-carousel-wrap .ngc-media {
    padding: 0 15px;
  }
  .business-carousel-wrap .slick-dots {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .business-carousel-wrap .slick-dots {
    margin-top: 40px;
  }
}
.business-carousel-wrap .slick-dots button {
  background: #f3f9ff;
}
.business-carousel-wrap .slick-dots .slick-active button {
  background: #5fa1d1;
}
.color-box {
  background-color: #2e5877;
  color: #fff;
  position: relative;
  font-size: 1.33em;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
}
.color-box .content {
  position: relative;
  padding: 15px 20px;
  width: 100%;
}
.color-box a {
  color: #fff;
}
.color-box a:hover {
  text-decoration: underline;
}
.tatakelola .ngc-title {
  margin-top: 0;
  font-size: 1.5em;
}
.tatakelola .btn-tatakelola {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  background-color: #f3f9ff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  padding: 10px;
}
.tatakelola .btn-tatakelola .fa {
  width: 25px;
  line-height: 1.5em;
}
.tatakelola .btn-tatakelola .link-text {
  color: #6b6b6b;
  width: calc(100% - 25px);
  line-height: 1.5em;
}
.tatakelola .btn-tatakelola:hover {
  background-color: #2e5877;
  color: #fff;
  text-decoration: none;
}
.tatakelola .btn-tatakelola:hover .link-text {
  color: #fff;
}
.management-child > .ngc-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.boc-carousel-wrap {
  margin: 0 -10px;
}
.boc-carousel-wrap .item {
  padding: 0 10px;
}
.boc-carousel-wrap .slick-dots {
  margin-top: 20px;
}
.boc-carousel-wrap .slick-dots button {
  background: #d5d5d5;
}
.boc-carousel-wrap .slick-dots .slick-active button {
  background: #5fa1d1;
}
.boc-carousel-wrap .prod-child {
  overflow: hidden;
  padding-bottom: 5px;
}
.popup-detail {
  max-width: 970px;
  padding: 20px;
}
.popup-detail .ngc-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.popup-detail .ngc-media {
  margin-bottom: 20px;
}
.popup-detail .ngc-media img {
  display: block;
  width: 100%;
}
@media (min-width: 540px) {
  .popup-detail {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .popup-detail {
    padding: 40px 50px;
  }
  .popup-detail .ngc-title {
    font-size: 2em;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .popup-detail {
    padding: 50px 60px;
  }
}
@media (min-width: 1200px) {
  .popup-detail {
    padding: 60px 80px;
  }
  .popup-detail .ngc-media {
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .popup-detail {
    padding: 75px 100px;
  }
}
.management-detail .ngc-maintitle {
  margin-bottom: 10px;
}
.management-detail .ngc-subtext {
  letter-spacing: 0.11em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  min-width: 80px;
  background-color: #5fa1d1;
  color: #fff;
  display: inline-block;
  font-size: 0.78em;
  line-height: 1em;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.stock-info-intro .ngc-chart-text {
  margin-bottom: 20px;
}
.stock-info-intro .ngc-chart-text .ngc-stock-code {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2em;
  color: #2e5877;
}
.stock-info-intro .ngc-chart-text .ngc-stock-code span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5fa1d1;
}
.stock-info-intro .ngc-chart-text .ngc-stock-now {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}
.stock-info-intro .ngc-chart-text .ngc-stock-now .ngc-stock-number {
  color: #4a4a4a;
}
.stock-info-intro .ngc-chart-text .ngc-stock-date {
  font-size: 1.33em;
}
.stock-info-intro .stock-chart-wrap {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 0 0 20px 0 rgba(230, 230, 230, 0.5);
  -o-box-shadow: 0 0 20px 0 rgba(230, 230, 230, 0.5);
  box-shadow: 0 0 20px 0 rgba(230, 230, 230, 0.5);
}
.stock-info-intro .table-wrapper {
  -webkit-box-shadow: 0 0 20px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 0 0 20px 0 rgba(230, 230, 230, 0.5);
  -o-box-shadow: 0 0 20px 0 rgba(230, 230, 230, 0.5);
  box-shadow: 0 0 20px 0 rgba(230, 230, 230, 0.5);
}
.stock-info-intro .table-wrapper table {
  font-size: 1.167em!important;
}
.filter-child .fc-toggle {
  color: #4a4a4a;
}
.filter-child .fc-toggle:hover,
.filter-child .fc-toggle.opened {
  color: #2e5877;
}
.aside-menu {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.aside-menu ul ul {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.ngc-custom-content.style-2 .main-container .content-wrap .ngc-child:hover .wrap {
  background-color: #5fa1d1 !important;
}
.ngc-custom-content.style-2 .main-container .content-wrap .ngc-child:hover .wrap .ngc-text {
  background-color: #5fa1d1 !important;
}
.mCSB_scrollTools {
  width: 8px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mCS-nuke.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d4d4d4;
  width: 5px;
}
.mCS-nuke.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-nuke.mCustomScrollBox .mCSB_container_wrapper {
  margin-right: 0;
  margin-bottom: 0;
}
.mCS-nuke.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -8px;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -8px;
}
.ngc-no-content {
  padding: 15px 10px;
  background-color: #f3f9ff;
  margin-bottom: 30px;
}
.ngc-no-content .fa {
  font-size: 30px;
  margin-bottom: 5px;
}
.ngc-no-content .ngc-title {
  margin-top: 0;
}
.ngc-no-content p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ngc-no-content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ngc-no-content {
    padding: 50px;
  }
}
@media (min-width: 414px) {
  .irs-child {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .irs-child .ngc-title {
    width: 100%;
  }
  .irs-child .child {
    width: 50%;
  }
}
@media (min-width: 540px) {
  .contact-map {
    height: 250px;
  }
  .contact-branch-header {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .contact-branch-header .cbh-left {
    width: 50%;
  }
  .contact-branch-header .cbh-right {
    width: 50%;
  }
  .contact-branch-header .cbh-right .form-group {
    width: 200px;
    float: right;
  }
  .contact-branch-header p {
    margin-bottom: 0;
  }
  .service-item .service-item-detail {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .service-item .service-item-detail .ngc-media {
    width: 100px;
  }
  .service-item .service-item-detail .ngc-media img {
    display: block;
    max-width: 80px;
  }
  .service-item .service-item-detail .ngc-text {
    width: calc(100% - 100px);
  }
  .service-item .service-item-detail .ngc-text .ngc-title {
    margin-top: 0;
  }
  .service-item:nth-child(even) .service-item-detail {
    flex-direction: row-reverse;
  }
  .service-item:nth-child(even) .service-item-detail .ngc-media {
    padding-left: 20px;
  }
  .service-item:nth-child(even) .service-item-detail .ngc-text {
    text-align: right;
  }
}
@media (min-width: 768px) {
  #toggle-mmenu.fixed {
    top: 25px;
  }
  .hidden-search-wrap.opened {
    opacity: 0;
    visibility: hidden;
  }
  .copyright {
    padding: 15px 0;
  }
  .newsletter-form .input-text {
    height: 50px;
    padding-left: 20px;
  }
  .newsletter-form .submit-btn {
    height: 40px;
    top: 5px;
    right: 5px;
    border-radius: 20px;
  }
  .newsletter-form .error {
    text-align: center;
    display: block;
  }
  .index-about .main-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index-about .ngc-text {
    margin-bottom: 0;
    padding-top: 20px;
  }
  .animate-color-shadow.active > img {
    -webkit-transform: translateX(-15px) translateY(15px);
    -moz-transform: translateX(-15px) translateY(15px);
    -o-transform: translateX(-15px) translateY(15px);
    transform: translateX(-15px) translateY(15px);
  }
  .animate-color-shadow.active:before {
    -webkit-transform: translateX(15px) translateY(-15px);
    -moz-transform: translateX(15px) translateY(-15px);
    -o-transform: translateX(15px) translateY(-15px);
    transform: translateX(15px) translateY(-15px);
  }
  .animate-color-shadow.bottom-left.active > img {
    -webkit-transform: translateX(15px) translateY(-15px);
    -moz-transform: translateX(15px) translateY(-15px);
    -o-transform: translateX(15px) translateY(-15px);
    transform: translateX(15px) translateY(-15px);
  }
  .animate-color-shadow.bottom-left.active:before {
    -webkit-transform: translateX(-15px) translateY(15px);
    -moz-transform: translateX(-15px) translateY(15px);
    -o-transform: translateX(-15px) translateY(15px);
    transform: translateX(-15px) translateY(15px);
  }
  .animate-color-shadow.bottom-right.active > img,
  .animate-color-shadow.bottom-right.active .general-slick {
    -webkit-transform: translateX(-15px) translateY(-15px);
    -moz-transform: translateX(-15px) translateY(-15px);
    -o-transform: translateX(-15px) translateY(-15px);
    transform: translateX(-15px) translateY(-15px);
  }
  .animate-color-shadow.bottom-right.active:before {
    -webkit-transform: translateX(15px) translateY(15px);
    -moz-transform: translateX(15px) translateY(15px);
    -o-transform: translateX(15px) translateY(15px);
    transform: translateX(15px) translateY(15px);
  }
  .footer-top .main-container .content {
    padding: 20px 30px;
  }
  .static-banner {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .static-banner .main-container .sbanner-title {
    font-size: 2.33em;
    margin-bottom: 10px;
  }
  .breadcrumbs-wrap {
    text-align: center;
  }
  .contact-page .cp-top .contact-branch {
    padding: 20px;
    padding-right: 5px;
  }
  .contact-branch-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-branch-header p {
    font-size: 18px;
  }
  .contact-branch-header .cbh-right .form-group {
    width: 300px;
  }
  .contact-map {
    height: 350px;
  }
  .branch-tabs {
    margin-bottom: 30px;
  }
  .article-tabs {
    margin-bottom: 30px;
  }
  .main-image {
    margin-bottom: 30px;
  }
  .product-slick .slick-dots {
    text-align: right;
    padding-right: 10px;
  }
  .product-intro .ngc-maintitle {
    margin-bottom: 20px;
  }
  .product-intro .ngc-intro {
    margin-bottom: 10px;
  }
  .investor-relation-sidebar .child {
    width: 33.33%;
  }
  .page-404 .ngc-media {
    margin-bottom: 20px;
    padding: 30px 0;
  }
  .page-404 .ngc-media img {
    margin: 0 auto;
  }
  .download-center-child {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .download-center-child .ngc-text {
    width: 40%;
    padding-right: 20px;
  }
  .download-center-child .ngc-text .content {
    padding-bottom: 0;
  }
  .download-center-child .ngc-text .content .ngc-title {
    font-size: 1.8em;
  }
  .download-center-child .ngc-media {
    width: 60%;
  }
  .download-center-child.media-left {
    flex-direction: row-reverse;
  }
  .download-center-child.media-left .ngc-text {
    padding-left: 20px;
    padding-right: 0;
  }
  .team-member-wrap > .ngc-title {
    font-size: 1.8em;
  }
  .vision-mission .ngc-title {
    font-size: 1.67em;
  }
  .about-intro .slick-wrapper .general-slick .slick-dots {
    text-align: right;
    padding-right: 10px;
  }
  .history-banner {
    width: 95%;
    margin-bottom: 40px;
  }
  .client-list.split-4 .child {
    width: 25%;
  }
  .ceo-message-intro .ngc-intro {
    padding-right: 20px;
  }
  .color-box a {
    font-size: 1.5em;
  }
  .tatakelola .ngc-title {
    width: 100%;
    font-size: 1.8em;
  }
  .tatakelola .nuke-wysiwyg {
    width: calc(100% - 190px);
    float: left;
  }
  .tatakelola .btn-tatakelola {
    width: 170px;
    float: right;
    margin-top: 10px;
    text-align: center;
  }
  .tatakelola .btn-tatakelola span {
    display: block;
    width: 100%!important;
  }
  .tatakelola .btn-tatakelola .fa {
    margin-bottom: 5px;
  }
  .management-child > .ngc-title {
    font-size: 1.8em;
    margin-bottom: 1.2rem;
  }
  .stock-info-intro .ngc-chart-text .ngc-stock-code {
    font-size: 2em;
    margin-bottom: 5px;
  }
  .stock-info-intro .ngc-chart-text .ngc-stock-code span {
    font-size: .67em;
  }
  .service-detail-image img {
    margin: 0 auto;
  }
  .service-item .service-item-detail .ngc-media {
    width: 150px;
  }
  .service-item .service-item-detail .ngc-media img {
    max-width: 130px;
  }
  .service-item .service-item-detail .ngc-text {
    width: calc(100% - 150px);
  }
}
@media (min-width: 992px) {
  .main-banner.full-screen {
    min-height: 500px;
  }
  .main-banner.full-screen .main-container,
  .main-banner.full-screen .main-slick,
  .main-banner.full-screen .slick-list,
  .main-banner.full-screen .slick-track,
  .main-banner.full-screen .item,
  .main-banner.full-screen .slick-item {
    min-height: 500px;
  }
  .static-banner {
    padding-top: 170px;
    padding-bottom: 50px;
  }
  .static-banner .main-container .sbanner-title {
    font-size: 3em;
    margin-bottom: 20px;
  }
  .newsletter-form .input-text {
    padding-left: 25px;
    padding-right: 125px;
  }
  .newsletter-form .submit-btn {
    width: 100px;
  }
  .newsletter-form .submit-btn .text {
    font-size: 14px;
  }
  .newsletter-form .error {
    text-align: center;
    display: block;
  }
  .breadcrumbs-wrap {
    padding-top: 20px;
    background: none;
  }
  .breadcrumbs li {
    font-size: 16px;
  }
  .contact-map {
    height: 400px;
  }
  .contact-page .cp-top .contact-hq {
    padding: 30px 20px;
    padding-bottom: 10px;
  }
  .contact-page .cp-top .contact-branch {
    padding: 30px;
  }
  .contact-branch-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .investor-relation-sidebar {
    display: block;
  }
  .investor-relation-sidebar .child {
    width: 100%;
  }
  .index-chart .has-chart {
    padding: 15px;
  }
  .index-chart .chart-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .index-chart .chart-container .ngc-chart-text {
    width: 150px;
    padding-top: 30px;
    padding-left: 10px;
  }
  .index-chart .chart-container .the-chart {
    width: calc(100% - 150px);
  }
  .service-item .service-item-detail .ngc-media {
    width: 180px;
  }
  .service-item .service-item-detail .ngc-media img {
    max-width: 150px;
  }
  .service-item .service-item-detail .ngc-text {
    width: calc(100% - 180px);
  }
  .service-item:nth-child(even) .ngc-media {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .main-banner {
    height: 550px;
    max-height: 550px;
  }
  .main-banner .main-container,
  .main-banner .main-slick,
  .main-banner .slick-list,
  .main-banner .slick-track,
  .main-banner .item,
  .main-banner .slick-item {
    height: 550px;
    max-height: 550px;
  }
  .main-navigation > ul {
    font-size: 14px;
  }
  .main-navigation > ul li a span.link-text {
    padding: 0;
    line-height: 40px;
  }
  .main-navigation > ul > li.has-sub .sub-nav li.has-sub > a {
    padding-right: 40px;
  }
  #web-footer {
    font-size: 15px;
  }
  .copyright {
    padding: 20px 0;
    font-size: 12px;
  }
  .info-list ul li .icon .fa {
    line-height: 30px;
  }
  .index-about .main-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-about .ngc-text {
    padding-top: 40px;
  }
  .animate-color-shadow.active > img {
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
  }
  .animate-color-shadow.active:before {
    -webkit-transform: translateX(20px) translateY(-20px);
    -moz-transform: translateX(20px) translateY(-20px);
    -o-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
  }
  .animate-color-shadow.bottom-left.active > img {
    -webkit-transform: translateX(20px) translateY(-20px);
    -moz-transform: translateX(20px) translateY(-20px);
    -o-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
  }
  .animate-color-shadow.bottom-left.active:before {
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
  }
  .animate-color-shadow.bottom-right.active > img,
  .animate-color-shadow.bottom-right.active .general-slick {
    -webkit-transform: translateX(-20px) translateY(-20px);
    -moz-transform: translateX(-20px) translateY(-20px);
    -o-transform: translateX(-20px) translateY(-20px);
    transform: translateX(-20px) translateY(-20px);
  }
  .animate-color-shadow.bottom-right.active:before {
    -webkit-transform: translateX(20px) translateY(20px);
    -moz-transform: translateX(20px) translateY(20px);
    -o-transform: translateX(20px) translateY(20px);
    transform: translateX(20px) translateY(20px);
  }
  .footer-top .main-container .content {
    padding: 30px 40px;
  }
  .footer-top .main-container .content ul li {
    font-size: 14px;
    margin: 10px 0;
    padding-right: 10px;
  }
  .static-banner {
    padding-top: 200px;
    padding-bottom: 50px;
  }
  .static-banner .main-container .sbanner-title {
    font-size: 3.5em;
    margin-bottom: 20px;
  }
  .breadcrumbs-wrap {
    padding-top: 30px;
  }
  .breadcrumbs li {
    font-size: 18px;
  }
  .contact-page .cp-top .contact-hq {
    padding: 40px 30px 20px;
  }
  .contact-page .cp-top .contact-hq p {
    font-size: 14px;
  }
  .contact-page .cp-top .contact-branch {
    padding: 30px;
  }
  .contact-page .cp-top .contact-branch ul {
    font-size: 14px;
  }
  .contact-page .cp-top .contact-branch ul li {
    padding-left: 40px;
  }
  .contact-page .cp-top .contact-branch ul li .fa {
    line-height: 28px;
    font-size: 16px;
    width: 24px;
  }
  .contact-branch-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-branch-header .cbh-right .form-group {
    margin-bottom: 0;
  }
  .article-tabs {
    margin-bottom: 40px;
  }
  .article-detail .article-meta {
    margin-bottom: 20px;
  }
  .article-detail .article-meta .child {
    font-size: 14px;
    margin-right: 30px;
  }
  .article-detail .ngc-maintitle {
    margin-bottom: 20px;
  }
  .product-intro .ngc-maintitle {
    margin-bottom: 20px;
  }
  .product-intro .ngc-intro {
    margin-bottom: 20px;
  }
  .product-intro .ngc-subtext {
    padding: 8px 15px;
    font-size: 12px;
  }
  .ngc-related-wrap .ngc-related-child .ngc-text {
    padding: 20px;
  }
  .ngc-related-wrap .ngc-related-child .ngc-text .ngc-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .ngc-related-wrap .ngc-related-child .ngc-text .ngc-subtext {
    font-size: 12px;
    padding: 8px 15px;
  }
  .investor-relation-sidebar .child ul li {
    margin: 10px 0;
  }
  .service-detail-image {
    margin-bottom: 30px;
  }
  .ngc-action-box .ngc-preview-text {
    margin-bottom: 20px;
  }
  .service-item .service-item-detail .ngc-media {
    width: 200px;
  }
  .service-item .service-item-detail .ngc-media img {
    max-width: 170px;
  }
  .service-item .service-item-detail .ngc-text {
    width: calc(100% - 200px);
  }
  .service-item .service-item-detail .ngc-text .ngc-title {
    font-size: 2.22em;
  }
  .pricing-carousel-wrap .slick-dots {
    margin-top: 30px;
  }
  .page-404 .ngc-media {
    margin-bottom: 50px;
    padding: 30px 0;
  }
  .page-404 .ngc-media img {
    margin: 0 auto;
  }
  .download-center-child .ngc-text {
    padding-right: 30px;
  }
  .download-center-child .ngc-text .content .ngc-title {
    font-size: 2em;
  }
  .download-center-child.media-left .ngc-text {
    padding-left: 30px;
  }
  .team-carousel-wrap {
    margin: 0 -15px;
  }
  .team-carousel-wrap .slick-dots {
    margin-top: 40px;
  }
  .team-carousel-wrap .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .team-member-wrap > .ngc-title {
    font-size: 2em;
    margin-bottom: 2rem;
  }
  .about-strength .grid-child .icon-number {
    height: 100px;
    right: calc(100% + 10px);
  }
  .about-strength .grid-child .ngc-title {
    padding-right: 0;
  }
  .about-strength:nth-child(even) .grid-child .icon-number {
    right: auto;
    left: calc(100% + 10px);
  }
  .history-banner {
    width: 100%;
    margin-bottom: 60px;
  }
  .ceo-message-intro .ngc-intro {
    padding-right: 80px;
  }
  .ceo-message-intro .ngc-media {
    width: 100%;
    max-width: 100%;
  }
  .business-detail-intro {
    margin-bottom: 50px;
  }
  .business-detail-intro .ngc-media {
    margin-bottom: 30px;
  }
  .business-detail-info .content {
    padding: 20px;
  }
  .business-detail-info .content p {
    font-size: 14px;
  }
  .business-carousel-wrap {
    margin-top: 30px;
  }
  .management-child > .ngc-title {
    font-size: 2em;
    margin-bottom: 1.5rem;
  }
  .boc-carousel-wrap {
    margin: 0 -15px;
  }
  .boc-carousel-wrap .item {
    padding: 0 15px;
  }
  .management-detail .ngc-subtext {
    margin-bottom: 20px;
    font-size: 12px;
    padding: 8px 15px;
  }
  .index-chart .has-chart {
    padding: 15px 20px;
  }
  .index-chart .chart-container .ngc-chart-text {
    width: 180px;
    padding-left: 20px;
  }
  .index-chart .chart-container .the-chart {
    width: calc(100% - 180px);
  }
  .tatakelola .ngc-title {
    font-size: 2.22em;
  }
  .tatakelola .nuke-wysiwyg {
    width: calc(100% - 200px);
  }
  .tatakelola .btn-tatakelola {
    padding: 12px 15px;
  }
  .tatakelola .btn-tatakelola .fa {
    font-size: 21px;
  }
  .tatakelola .btn-tatakelola .link-text {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .main-banner {
    height: 600px;
    max-height: 600px;
  }
  .main-banner .main-container,
  .main-banner .main-slick,
  .main-banner .slick-list,
  .main-banner .slick-track,
  .main-banner .item,
  .main-banner .slick-item {
    height: 600px;
    max-height: 600px;
  }
  .main-navigation {
    padding: 15px 0;
  }
  .main-navigation > ul li a span.link-text {
    line-height: 50px;
  }
  .main-navigation > ul > li.has-sub .sub-nav ul li.has-sub > a {
    padding-right: 60px;
  }
  .static-banner {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .static-banner .main-container .sbanner-title {
    font-size: 4.4em;
    margin-bottom: 20px;
  }
  .breadcrumbs-wrap {
    padding-top: 40px;
  }
  .breadcrumbs li {
    font-size: 21px;
  }
  .about-intro .slick-wrapper .general-slick .slick-dots {
    padding-right: 20px;
    bottom: 20px;
  }
  .management-child > .ngc-title {
    font-size: 2.22em;
    margin-bottom: 2rem;
  }
  .contact-map {
    height: 470px;
  }
  .branch-tabs {
    margin-bottom: 40px;
  }
  .article-tabs {
    margin-bottom: 50px;
  }
  .main-image {
    margin-bottom: 40px;
  }
  .product-slick .slick-dots {
    padding-right: 20px;
    bottom: 20px;
  }
  .team-carousel-wrap .slick-dots {
    margin-top: 60px;
  }
  .ngc-action-box .ngc-maintitle {
    margin-bottom: 20px;
  }
}
