body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f8f8f8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}
.btn {
  font-family: 'Texta_Regular', sans-serif;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
}
.btn-white {
  color: #222222;
}
.btn-white:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}
.btn-dark {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}
.btn-dark:hover {
  background-color: #141414;
  border-color: #141414;
}
.btn-primary {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #141414;
  border-color: #141414;
}
.btn-secondary {
  background-color: #f5a623;
  border-color: #f5a623;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #c37d09;
  border-color: #c37d09;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.ngc-intro {
  color: #3a3a3a;
}
.link-yellow {
  color: #f5a623;
}
.link-yellow:hover {
  text-decoration: underline;
}
.max-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.max-970 {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.general-tabbing-style {
  font-size: 0;
  text-align: center;
  font-family: 'Texta_Bold', sans-serif;
}
.general-tabbing-style a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.083em;
  border: 1px solid #000;
  padding: 5px 10px;
  margin: 0 -1px -1px 0;
  position: relative;
  z-index: 1;
}
.general-tabbing-style a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
  z-index: 2;
}
.general-tabbing-style a.active {
  background: #000;
  color: #fff;
  z-index: 3;
}
@media (min-width: 768px) {
  .general-tabbing-style a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
@media (min-width: 1200px) {
  .general-tabbing-style a {
    padding: 10px 20px;
  }
}
@media (min-width: 1600px) {
  .general-tabbing-style a {
    font-size: 18px;
    padding: 13px 30px;
  }
}
.general-tabbing-style a {
  border-color: #222222;
  background-color: transparent;
  color: #222222;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.general-tabbing-style a:hover {
  border-color: #222222;
  background-color: #eeeeee;
  color: #222222;
}
.general-tabbing-style a.active {
  border-color: #222222;
  background-color: #222222;
  color: #ffffff;
}
.nuke-wysiwyg blockquote {
  color: #3a3a3a;
  font-family: 'Texta_Bold', sans-serif;
}
#web-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  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 .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 {
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 10px;
}
#web-header .main-container .ngc-header-right .child > a {
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  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: #fff;
  font-size: 18px;
}
#web-header .main-container .ngc-header-right .lang-sel-wrap > a {
  background-color: #fff;
  font-weight: bold;
}
#web-header .main-container .ngc-header-right .lang-sel-wrap > a span {
  letter-spacing: 0.083em;
}
#web-header.stuck {
  background: rgba(0, 0, 0, 0.8);
}
@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 {
    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: 18px;
  }
}
@media (min-width: 992px) {
  #web-header .main-container {
    height: 130px;
  }
  #web-header .main-container .logo {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
    width: 150px;
    height: 45px;
  }
  #web-header .main-container .logo img {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
  #web-header .main-container .logo.hidden {
    opacity: 1;
  }
  #web-header .main-container .ngc-header-right {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 30px;
    top: 30px;
  }
  #web-header.stuck .main-container {
    height: 100px;
  }
  #web-header.stuck .main-container .logo {
    top: 15px;
    height: 40px;
  }
  #web-header.stuck .main-container .ngc-header-right {
    top: 15px;
  }
  #web-header .main-navigation {
    display: block;
  }
}
@media (min-width: 1200px) {
  #web-header .main-container {
    height: 150px;
  }
  #web-header .main-container .logo {
    width: 230px;
    height: 60px;
    top: 30px;
  }
  #web-header.stuck .main-container {
    height: 120px;
  }
  #web-header.stuck .main-container .logo {
    top: 20px;
    height: 50px;
  }
  #web-header.stuck .main-container .ngc-header-right {
    top: 20px;
  }
}
@media (min-width: 1600px) {
  #web-header .main-container {
    height: 170px;
  }
  #web-header .main-container .logo {
    top: 40px;
  }
  #web-header .main-container .ngc-header-right {
    top: 40px;
    right: 70px;
  }
  #web-header.stuck .main-container {
    height: 120px;
  }
  #web-header.stuck .main-container .logo {
    top: 20px;
    height: 50px;
  }
  #web-header.stuck .main-container .ngc-header-right {
    top: 20px;
  }
}
#web-header:before {
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* default is #2f2f2f and #000 */
  background: #2f2f2f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2f2f2f 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  opacity: 0;
}
#web-header .main-container .ngc-header-right .lang-sel-wrap {
  font-family: 'Texta_Bold', sans-serif;
}
#web-header .main-container .ngc-header-right .lang-sel-wrap > a {
  color: #222222;
}
#web-header .main-container .ngc-header-right .lang-sel-wrap > a:hover {
  background-color: #f5a623;
  color: #fff;
}
#web-header.stuck {
  background-color: transparent;
}
#web-header.stuck .main-container {
  position: relative;
  z-index: 1;
}
#web-header.stuck:before {
  opacity: 0.8;
}
.main-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.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: 1.167em;
  color: #fff;
  font-family: 'Texta_Bold', sans-serif;
}
.main-navigation > ul a {
  color: #fff;
  text-transform: uppercase;
}
.main-navigation > ul > li.has-sub .sub-nav {
  font-size: 0.76em;
}
.main-navigation > ul > li.has-sub .sub-nav ul li.has-sub:after {
  color: #3a3a3a;
}
.main-navigation > ul > li.has-sub .sub-nav ul li.has-sub:hover:after {
  color: #3a3a3a;
}
.main-navigation > ul > li.has-sub .sub-nav ul li a {
  background: #f8f8f8;
  color: #3a3a3a;
}
.main-navigation > ul > li.has-sub .sub-nav ul li:hover a {
  background: #dadada;
}
.main-navigation > ul > li.has-sub .sub-nav ul li:hover > a {
  color: #3a3a3a;
}
.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: #efefef;
}
.main-navigation > ul > li.has-sub .sub-nav .sub-nav ul li:hover a {
  background: #dadada;
}
.main-navigation > ul > li.has-sub .sub-nav li.has-sub:after {
  color: #3a3a3a;
}
.main-banner.full-screen {
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}
.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 {
  height: 100%;
  min-height: 400px;
}
.main-banner.full-screen .main-container {
  max-width: 100%;
  padding: 0;
}
.main-slick {
  z-index: 1;
}
.main-slick .slick-list {
  z-index: 1;
}
.main-slick .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  height: 20px;
}
.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 {
  width: 90%;
  max-width: 900px;
  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: #fff;
}
.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: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.main-slick .slick-item .slick-text .title {
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: 0.015em;
}
.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: 1.3em;
  line-height: 1.2em;
  margin-bottom: 1rem;
}
.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;
  font-size: 1.2em;
}
.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 .title,
.main-slick .show .slick-item .slick-text p,
.main-slick .show .slick-item .slick-text .slide-link {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .main-slick .slick-dots {
    bottom: 30px;
  }
  .main-slick .slick-item .slick-text .title {
    font-size: 3em;
    margin-bottom: 1.2rem;
  }
  .main-slick .slick-item .slick-text p {
    font-size: 1.5em;
    margin-bottom: 2rem;
  }
  .main-slick .slick-item .slick-text .slide-link {
    font-size: 1.33em;
  }
}
@media (min-width: 992px) {
  .main-slick .slick-item .slick-text .title {
    font-size: 4em;
  }
  .main-slick .slick-item .slick-text p {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .main-slick .slick-item .slick-text {
    padding-top: 40px;
  }
  .main-slick .slick-item .slick-text .title {
    font-size: 4.5em;
  }
}
@media (min-width: 1600px) {
  .main-slick .slick-item .slick-text {
    padding-top: 80px;
  }
  .main-slick .slick-item .slick-text .title {
    font-size: 5em;
    margin-bottom: 1.5rem;
  }
  .main-slick .slick-item .slick-text p {
    margin-bottom: 3rem;
  }
}
.main-slick .slick-item {
  position: relative;
}
.main-slick .slick-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* default is #2f2f2f and #000 */
  background: #2f2f2f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2f2f2f 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  opacity: 0.3;
}
.main-slick .slick-text .title,
.main-slick .slick-text p {
  font-family: 'Texta_Bold', sans-serif;
}
.slick-track {
  margin-left: auto;
  margin-right: auto;
}
.custom-slick-navigation {
  display: none;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
.custom-slick-navigation .csn-container {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
}
.custom-slick-navigation .csn-container a {
  display: block;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  text-indent: -9999em;
  background-size: auto 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.custom-slick-navigation .csn-container a:hover {
  background-color: #f5a623;
}
.custom-slick-navigation .csn-container .slideNext {
  left: 50px;
  background-image: url(../images/slide-prev-1.png);
}
.custom-slick-navigation .csn-container .slidePrev {
  right: 50px;
  background-image: url(../images/slide-next-1.png);
}
.main-banner:hover .slideNext,
.main-banner:hover .slidePrev {
  opacity: 1;
  visibility: visible;
}
.main-banner:hover .slideNext {
  left: 0;
}
.main-banner:hover .slidePrev {
  right: 0;
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  margin: 0 4px;
  height: 3px;
  display: inline-block;
  vertical-align: top;
}
.slick-dots button {
  display: block;
  text-indent: -9999em;
  width: 20px;
  height: 3px;
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.slick-dots .slick-active button {
  background: #f5a623;
}
.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: #fff;
}
.close-hidden-search {
  color: #3a3a3a;
}
.ngc-mobile-menu-wrap .hidden-close {
  background-color: rgba(255, 255, 255, 0.75);
}
.ngc-mobile-menu-wrap .ngc-mobile-menu {
  background: #222222;
}
.ngc-mobile-nav {
  font-family: 'Texta_Regular', sans-serif;
}
.ngc-mobile-nav a {
  color: #a2a2a2;
}
.ngc-mobile-nav a:hover {
  color: #ffffff;
}
.ngc-mobile-nav a.opened {
  color: #ffffff;
  text-decoration: none;
}
.ngc-mobile-nav li.active > a,
.ngc-mobile-nav a.opened {
  font-family: 'Texta_Bold', sans-serif;
}
.ngc-mobile-nav li.active > a {
  color: #ffffff;
}
.ngc-mobile-nav hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid rgba(162, 162, 162, 0.3);
}
.ngc-list {
  position: relative;
  padding-left: 30px;
}
.ngc-list .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
}
.ngc-list .img-wrap img,
.ngc-list .img-wrap .fa {
  display: block;
  width: 100%;
}
.ngc-list .ngc-title {
  margin-top: 0;
  font-size: 1.33em;
  letter-spacing: 0.0625em;
  margin-bottom: .3rem;
}
.ngc-list p {
  margin: 0;
}
.ngc-list .ngc-readmore {
  font-weight: bold;
  display: inline-block;
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .ngc-list {
    padding-left: 42px;
  }
  .ngc-list .img-wrap {
    width: 30px;
  }
  .ngc-list .ngc-readmore {
    font-size: 18px;
    padding-top: 10px;
  }
}
#web-footer {
  /* default is #2f2f2f and #000 */
  background: #2f2f2f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2f2f2f 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}
#web-footer .footer-logo {
  margin: 0 auto;
  position: relative;
  width: 150px;
  height: 50px;
}
#web-footer .footer-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-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  #web-footer .footer-logo {
    width: 200px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  #web-footer .footer-logo {
    width: 200px;
    height: 160px;
  }
}
@media (min-width: 1600px) {
  #web-footer .footer-logo {
    margin: 0;
    width: 250px;
    height: 200px;
  }
}
.copyright {
  color: #ffffff;
  background: #000000;
  font-size: 11px;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.167em;
  padding: 10px 0;
}
.copyright a {
  color: #ffffff;
}
.copyright a:hover {
  text-decoration: underline;
}
.socmed-nav {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.socmed-nav li {
  float: left;
  margin-right: 10px;
  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 a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: relative;
  background: #000;
}
.socmed-nav li a .fa {
  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%);
  color: #fff;
  font-size: 18px;
}
.socmed-nav li a.nav-fb {
  background-color: #3b5998;
}
.socmed-nav li a.nav-twitter {
  background-color: #00aced;
}
.socmed-nav li a.nav-gplus {
  background-color: #dd4b39;
}
.socmed-nav li a.nav-linkedin {
  background-color: #007bb6;
}
.socmed-nav li a.nav-instagram {
  background-color: #6d564b;
}
.socmed-nav li a.nav-youtube {
  background-color: #bb0000;
}
.socmed-nav li a.nav-pinterest {
  background-color: #cb2027;
}
.socmed-nav li:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .socmed-nav li {
    margin-right: 15px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media (min-width: 1200px) {
  .socmed-nav li {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.info-list {
  line-height: 1.67em;
  font-family: 'Texta_Regular', sans-serif;
}
.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 a:hover {
  color: #fff;
}
.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: 'Texta_Regular', sans-serif;
  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;
}
.newsletter-form .input-text {
  background: #fff;
  border: none;
  height: 40px;
  padding: 0 15px;
  width: calc(100% - 80px);
  -moz-border-radius-topleft: 40px;
  -moz-border-radius-bottomleft: 40px;
  -webkit-border-top-left-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.newsletter-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  overflow: hidden;
  background: #656565;
  color: #fff;
  width: 80px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -moz-border-radius-topright: 40px;
  -moz-border-radius-bottomright: 40px;
  -webkit-border-top-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.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: 0;
  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: 100%;
  width: 100%;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.newsletter-form .submit-btn:hover {
  background: #222222;
}
.newsletter-form .submit-btn:hover .fa {
  right: 100%;
}
.newsletter-form .submit-btn:hover .text {
  left: 0;
}
.index-about .first {
  background-color: #f8f8f8;
}
.index-about .first .content {
  padding: 0 15px;
}
.index-about .ngc-media {
  overflow: hidden;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #3a3a3a;
}
.benefit-list .content {
  margin: 0 auto;
  max-width: 280px;
}
.benefit-list .content .ngc-media {
  position: relative;
  height: 100px;
  margin-bottom: 20px;
}
.benefit-list .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: 90%;
  max-width: 90%;
}
.benefit-list .content .ngc-text .ngc-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.33em;
  line-height: 1.25em;
  letter-spacing: 0.083em;
}
.benefit-list .content .ngc-text .ngc-preview-text {
  font-size: 1.167em;
  margin-bottom: 0;
}
.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: 'Texta_Bold', sans-serif;
  font-size: 18px;
}
.index-chart .has-chart .ngc-chart-text .ngc-stock-code span {
  font-family: 'Texta_Book', sans-serif;
  font-size: 15px;
}
.index-chart .has-chart .ngc-chart-text .ngc-stock-now {
  font-family: 'Texta_Bold', sans-serif;
  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:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* default is #2f2f2f and #000 */
  background: #2f2f2f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2f2f2f 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  opacity: 0.3;
}
.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: 'Texta_Bold', sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 5px;
}
.static-banner *,
.static-banner a {
  color: #fff;
}
.breadcrumbs {
  font-family: 'Texta_Bold', sans-serif;
}
.breadcrumbs li a {
  font-family: 'Texta_Book', sans-serif;
  color: #fff;
}
.contact-page {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(234, 234, 234, 0.5);
  -moz-box-shadow: 2px 2px 15px 0 rgba(234, 234, 234, 0.5);
  box-shadow: 2px 2px 15px 0 rgba(234, 234, 234, 0.5);
}
.contact-form .submit-btn {
  margin: 0;
}
.contact-side .ngc-title {
  margin-top: 0;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.33em;
  padding-bottom: 5px;
  letter-spacing: 0.0625em;
}
.contact-side ul {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #656565;
}
.contact-side ul li .label {
  font-family: 'Texta_Book', sans-serif;
  display: inline-block;
  padding-right: 5px;
}
.contact-side ul li .text {
  font-family: 'Texta_Bold', sans-serif;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: inline-block;
}
.contact-side ul li .text a {
  color: #656565;
}
.contact-side ul li .text a:hover {
  color: #222222;
}
.contact-side ul.socmed-nav {
  margin-top: 10px;
}
.branch-tabs {
  font-size: 0;
  text-align: center;
  font-family: 'Texta_Bold', sans-serif;
  margin-bottom: 20px;
}
.branch-tabs a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.083em;
  border: 1px solid #000;
  padding: 5px 10px;
  margin: 0 -1px -1px 0;
  position: relative;
  z-index: 1;
}
.branch-tabs a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
  z-index: 2;
}
.branch-tabs a.active {
  background: #000;
  color: #fff;
  z-index: 3;
}
@media (min-width: 768px) {
  .branch-tabs a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
@media (min-width: 1200px) {
  .branch-tabs a {
    padding: 10px 20px;
  }
}
@media (min-width: 1600px) {
  .branch-tabs a {
    font-size: 18px;
    padding: 13px 30px;
  }
}
.branch-tabs a {
  border-color: #222222;
  background-color: transparent;
  color: #222222;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.branch-tabs a:hover {
  border-color: #222222;
  background-color: #eeeeee;
  color: #222222;
}
.branch-tabs a.active {
  border-color: #222222;
  background-color: #222222;
  color: #ffffff;
}
.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;
}
.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-box-shadow: 2px 2px 15px 0 rgba(234, 234, 234, 0.5);
  -moz-box-shadow: 2px 2px 15px 0 rgba(234, 234, 234, 0.5);
  box-shadow: 2px 2px 15px 0 rgba(234, 234, 234, 0.5);
  background: #fff;
}
.news-child .img-wrap {
  position: relative;
}
.news-child .img-wrap img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.news-child .img-wrap .news-date {
  display: block;
  position: absolute;
  z-index: 2;
  background: #000;
  color: #fff;
  padding: 3px 10px;
  text-transform: uppercase;
  top: 10px;
  left: -10px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.news-child .ngc-text {
  padding: 10px 15px;
  background: #fff;
  position: relative;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.news-child .ngc-text .ngc-content {
  position: relative;
}
.news-child .ngc-text .ngc-subtext {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #656565;
}
.news-child .ngc-text .ngc-title {
  margin: 0;
  font-size: 1.167em;
  line-height: 1.23em;
}
.news-child .ngc-text .ngc-preview-text {
  margin-top: 5px;
  margin-bottom: 0;
}
.news-child .ngc-text .ngc-readmore {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
.news-child:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 2px 7px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 7px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 7px 15px 0 rgba(0, 0, 0, 0.15);
  background: #393939;
}
.news-child:hover .ngc-text {
  background: #393939;
  color: #fff;
}
.news-child:hover .ngc-text a {
  color: #fff;
}
.news-child:hover .ngc-text .ngc-subtext {
  color: #fff;
}
@media (min-width: 768px) {
  .news-child .img-wrap .news-date {
    top: 15px;
    font-size: 14px;
    padding: 3px 15px;
  }
  .news-child .ngc-text {
    padding: 15px 20px;
  }
  .news-child .ngc-text .ngc-subtext {
    font-size: 14px;
  }
  .news-child .ngc-text .ngc-title {
    font-size: 18px;
  }
  .news-child .ngc-text .ngc-preview-text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .news-child .ngc-text {
    padding: 20px 25px;
  }
  .news-child .ngc-text .ngc-title {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .news-child .ngc-text {
    padding: 25px 30px;
  }
}
.news-child .ngc-title,
.news-child .ngc-title a {
  color: #222222;
}
.news-child .img-wrap .news-date {
  background: #f5a623;
}
.news-child:hover {
  background-color: #3a3a3a;
}
.news-child:hover .ngc-text {
  background-color: #3a3a3a;
}
.article-tabs {
  font-size: 0;
  text-align: center;
  font-family: 'Texta_Bold', sans-serif;
  margin-bottom: 20px;
}
.article-tabs a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.083em;
  border: 1px solid #000;
  padding: 5px 10px;
  margin: 0 -1px -1px 0;
  position: relative;
  z-index: 1;
}
.article-tabs a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
  z-index: 2;
}
.article-tabs a.active {
  background: #000;
  color: #fff;
  z-index: 3;
}
@media (min-width: 768px) {
  .article-tabs a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
@media (min-width: 1200px) {
  .article-tabs a {
    padding: 10px 20px;
  }
}
@media (min-width: 1600px) {
  .article-tabs a {
    font-size: 18px;
    padding: 13px 30px;
  }
}
.article-tabs a {
  border-color: #222222;
  background-color: transparent;
  color: #222222;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.article-tabs a:hover {
  border-color: #222222;
  background-color: #eeeeee;
  color: #222222;
}
.article-tabs a.active {
  border-color: #222222;
  background-color: #222222;
  color: #ffffff;
}
.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-bottom: 10px;
}
.article-detail .article-meta .child {
  padding-right: 15px;
  font-size: 12px;
  color: #656565;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.article-detail .article-meta .ngc-share .share-child {
  display: inline-block;
  vertical-align: top;
}
.article-detail .ngc-maintitle {
  margin-bottom: 0;
}
.article-sidebar .ngc-maintitle {
  font-size: 1.72em;
  margin-bottom: 1rem;
}
.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+ */
  flex-wrap: wrap;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  height: 100%;
  width: 100%;
}
.article-sidebar .article-sidechild .ngc-media {
  width: 40%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.article-sidebar .article-sidechild .ngc-media a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
.article-sidebar .article-sidechild .ngc-text {
  width: 60%;
  background: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.article-sidebar .article-sidechild .ngc-text .content {
  position: relative;
  padding: 10px;
}
.article-sidebar .article-sidechild .ngc-text .content .ngc-subtext {
  font-size: 11px;
  color: #656565;
  letter-spacing: 0.125em;
}
.article-sidebar .article-sidechild .ngc-text .content .ngc-title {
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
}
.article-sidebar .article-sidechild .ngc-text .content .ngc-preview-text {
  color: #656565;
  font-size: 12px;
  margin: 0;
}
.article-sidebar .article-sidechild .ngc-text .content .ngc-readmore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
.article-sidebar .article-sidechild:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.article-sidebar .article-sidechild:hover .ngc-text {
  background: #000;
  color: #fff;
}
.article-sidebar .article-sidechild:hover .ngc-text a {
  color: #fff;
}
.article-sidebar .article-sidechild:hover .ngc-text .ngc-subtext,
.article-sidebar .article-sidechild:hover .ngc-text .ngc-preview-text {
  color: #fff;
}
@media (min-width: 768px) {
  .article-sidebar .article-sidechild .ngc-text .content {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  .article-sidebar .article-sidechild .ngc-text .content .ngc-subtext {
    font-size: 12px;
  }
  .article-sidebar .article-sidechild .ngc-text .content .ngc-title {
    font-size: 18px;
  }
  .article-sidebar .article-sidechild .ngc-text .content .ngc-preview-text {
    font-size: 14px;
  }
}
.article-sidebar .article-sidechild .ngc-text a {
  color: #222222;
}
.article-sidebar .article-sidechild:hover .ngc-text {
  background: #3a3a3a;
}
.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 .ngc-text .ngc-title {
  color: #222222;
  letter-spacing: 0;
}
.ngc-related-wrap .ngc-related-child:hover .ngc-text {
  background: #3a3a3a;
}
.ngc-related-wrap .slick-dots {
  margin-top: 20px;
}
.jssocials-shares,
.jssocials-share {
  margin-top: 0;
}
.fb_iframe_widget span {
  display: block!important;
}
.product-detail .ngc-media {
  margin-bottom: 20px;
}
.product-detail .ngc-media img {
  display: block;
  width: 100%;
}
.product-detail .ngc-maintitle {
  margin: 0;
}
.product-gallery .ngc-title {
  font-size: 1.72em;
}
.product-gallery .prod-img {
  display: block;
  width: 100%;
}
.product-sidebar {
  font-size: 0;
  padding: 5px 0;
  color: #656565;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.product-sidebar .child {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  font-size: 16px;
  padding-right: 20px;
  letter-spacing: 0.018em;
}
.product-sidebar .child span {
  font-weight: bold;
}
.ngc-action-box .ngc-title {
  font-size: 1.72em;
  line-height: 1.13em;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.irs-child {
  margin-bottom: 15px;
  width: 100%;
}
.irs-child > .ngc-title {
  font-size: 1.72em;
  margin-top: 0;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.investor-relation-sidebar .child .ngc-title {
  font-size: 1.33em;
  margin-top: 0;
  color: #222222;
}
.investor-relation-sidebar .child ul {
  list-style: none;
  font-size: 1.167em;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.investor-relation-sidebar .child ul li {
  padding-left: 20px;
  margin: 5px 0;
}
.investor-relation-sidebar .child ul li a {
  color: #3a3a3a;
}
.investor-relation-sidebar .child ul li a:hover {
  color: #222222;
}
.investor-relation-sidebar .child ul .fa {
  font-size: 14px;
  padding-right: 5px;
}
.pricing-carousel-wrap {
  margin: 0 -10px;
}
.pricing-carousel-wrap .slick-dots {
  margin-top: 20px;
}
.pricing-plan {
  padding: 0 10px;
}
.pricing-plan .content {
  text-align: center;
}
.pricing-plan .content .ngc-title {
  font-size: 1.33em;
  letter-spacing: 0.0625em;
  padding: 10px;
  background: #000;
  color: #fff;
  margin: 0;
}
.pricing-plan .content .ngc-text {
  padding: 10px;
  padding-bottom: 20px;
  background: #fff;
  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 {
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}
.pricing-plan .content .ngc-text .ngc-price .the-prefix {
  font-size: 1.72em;
  padding-top: 10px;
  padding-right: 5px;
}
.pricing-plan .content .ngc-text .ngc-price .the-number {
  font-size: 5.55em;
  letter-spacing: 0.0187em;
  font-weight: bold;
}
.pricing-plan .content .ngc-text .ngc-price .the-suffix {
  display: block;
  font-size: 1em;
  letter-spacing: 0.0833em;
}
.pricing-plan .content .ngc-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.167em;
}
.pricing-plan .content .ngc-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fff;
}
@media (min-width: 1200px) {
  .pricing-plan .content .ngc-title {
    padding: 15px;
  }
  .pricing-plan .content .ngc-text {
    padding-bottom: 40px;
  }
  .pricing-plan .content .ngc-text .ngc-price {
    padding: 20px 0;
  }
  .pricing-plan .content .ngc-text:after {
    height: 10px;
  }
  .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 .ngc-title {
  background-color: #3a3a3a;
}
.pricing-plan .content .ngc-text {
  color: #656565;
}
.pricing-plan .content .ngc-text .ngc-price .the-number {
  font-family: 'Texta_Bold', sans-serif;
  color: #3a3a3a;
}
.pricing-plan.prime .content .ngc-title {
  background-color: #f5a623;
}
.pricing-plan.prime .content .ngc-text {
  color: #3a3a3a;
}
.pricing-plan.prime .content .ngc-text .ngc-price .the-number {
  color: #f5a623;
}
.pricing-plan.prime .content .ngc-text ul {
  font-family: 'Texta_Bold', sans-serif;
}
.pricing-plan.prime .content .ngc-text:after {
  background-color: #f5a623;
}
.page-404 .ngc-media {
  margin-bottom: 20px;
}
.page-404 .ngc-media img {
  display: block;
  width: 80%;
  max-width: 485px;
}
.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;
  letter-spacing: 0.035em;
}
.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: 'Texta_Bold', sans-serif;
}
.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: 25%;
  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%;
}
.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: #f5a623;
}
.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-member-wrap > .ngc-title {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1.2rem;
  letter-spacing: 0.036em;
}
.team-child {
  padding: 0 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+ */
}
.team-child > .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;
}
.team-child > .content .ngc-media {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.team-child > .content .ngc-media .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.team-child > .content .ngc-text {
  width: 60%;
  background: #fff;
  padding: 20px 10px;
  text-align: left;
}
.team-child > .content .ngc-text .content .ngc-title {
  margin: 0;
  font-size: 1.167em;
  line-height: 1.1em;
}
.team-child > .content .ngc-text .content .ngc-subtext,
.team-child > .content .ngc-text .content .ngc-text-preview {
  font-size: 12px;
  margin-bottom: 0;
}
.team-child > .content .ngc-text .content .ngc-subtext {
  margin: 0;
  font-style: italic;
}
.team-child:hover > .content .ngc-media .content {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.darker .team-child > .content .ngc-text {
  background: #F4F4F4;
}
.history-timeline {
  position: relative;
}
.history-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #979797;
  position: absolute;
  left: 69px;
  top: 0;
}
.history-timeline .ht-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+ */
}
.history-timeline .ht-child h3 {
  width: 60px;
  margin: 0;
  text-align: right;
  line-height: 1.3em;
  padding: 8px 0;
  color: #000;
}
.history-timeline .ht-child .text {
  width: calc(100% - 60px);
  padding-left: 20px;
  margin: 0;
  position: relative;
}
.history-timeline .ht-child .text:before {
  content: "";
  display: block;
  background: #f5a623;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 7px;
  top: 18px;
}
@media (min-width: 540px) {
  .history-timeline:before {
    left: 119px;
  }
  .history-timeline .ht-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+ */
  }
  .history-timeline .ht-child h3 {
    width: 100px;
  }
  .history-timeline .ht-child .text {
    width: calc(100% - 100px);
    padding-left: 40px;
  }
  .history-timeline .ht-child .text:before {
    left: 17px;
    top: 18px;
  }
}
@media (min-width: 768px) {
  .history-timeline .ht-child .text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .history-timeline:before {
    width: 3px;
    left: 225px;
  }
  .history-timeline .ht-child h3 {
    width: 200px;
    padding: 10px 0;
    font-size: 1.67em;
  }
  .history-timeline .ht-child .text {
    width: calc(100% - 200px);
    padding-left: 55px;
    padding-top: 3px;
    font-size: 18px;
  }
  .history-timeline .ht-child .text:before {
    width: 11px;
    height: 11px;
    left: 21px;
    top: 22px;
  }
}
.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: #f5a623;
}
@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;
  }
}
.vision-mission .ngc-title {
  margin-top: 0;
  font-size: 1.5em;
  letter-spacing: 0.036em;
}
.fancybox-close-small:focus:after {
  outline: 0;
}
.business-unit {
  margin-bottom: 30px;
}
.business-unit .ngc-title {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.business-unit .img-thumb {
  max-width: 40px;
  max-height: 30px;
  vertical-align: top;
}
.business-unit .link-yellow {
  display: block;
  white-space: nowrap;
}
.business-unit-intro .ngc-media img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 330px;
}
.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: #f5a623;
}
@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;
  }
}
.color-box {
  background-color: #f5a623;
  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;
}
.color-box a {
  color: #fff;
}
.color-box a:hover {
  text-decoration: underline;
}
.tatakelola .ngc-title {
  margin-top: 0;
  font-size: 1.5em;
}
.management-child > .ngc-title {
  letter-spacing: 0.05em;
}
.boc-carousel-wrap {
  margin: 0 -10px;
}
.boc-carousel-wrap .item {
  padding: 0 10px;
}
.boc-carousel-wrap .ngc-media {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.boc-carousel-wrap .ngc-media:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.boc-carousel-wrap .ngc-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
.boc-carousel-wrap .ngc-text {
  width: 100%;
  height: 100%;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  background: #F0F0F0;
  position: relative;
}
.boc-carousel-wrap .ngc-text .content {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 10px 15px;
  width: 100%;
}
.boc-carousel-wrap .ngc-text .content .ngc-title {
  margin-top: 0;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-size: 1.266em;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.boc-carousel-wrap .ngc-text .content .ngc-subtext {
  letter-spacing: 0.07em;
  line-height: 1.2em;
  font-size: 1em;
}
.boc-carousel-wrap .ngc-text .content .ngc-readmore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
.boc-carousel-wrap .ngc-wrapper:hover .ngc-text {
  background: #f5a623;
  color: #fff;
}
.boc-carousel-wrap .ngc-wrapper:hover .ngc-text .ngc-title {
  color: #fff;
}
.boc-carousel-wrap .slick-dots {
  margin-top: 20px;
}
.boc-carousel-wrap .slick-dots button {
  background: #D8D8D8;
}
.boc-carousel-wrap .slick-dots .slick-active button {
  background: #f5a623;
}
@media (min-width: 540px) {
  .boc-carousel-wrap .ngc-text .content .ngc-title {
    font-size: 1.75em;
  }
  .boc-carousel-wrap .ngc-text .content .ngc-subtext {
    font-size: 1.266em;
  }
}
@media (min-width: 768px) {
  .boc-carousel-wrap .ngc-text .content .ngc-title {
    font-size: 1.5em;
  }
  .boc-carousel-wrap .ngc-text .content .ngc-subtext {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .boc-carousel-wrap .ngc-text .content {
    padding: 15px 20px;
  }
  .boc-carousel-wrap .ngc-text .content .ngc-title {
    font-size: 1.75em;
  }
  .boc-carousel-wrap .ngc-text .content .ngc-subtext {
    font-size: 1.266em;
  }
}
@media (min-width: 1200px) {
  .boc-carousel-wrap {
    margin: 0 -15px;
  }
  .boc-carousel-wrap .item {
    padding: 0 15px;
  }
  .boc-carousel-wrap .ngc-text .content {
    padding: 15px 25px;
  }
  .boc-carousel-wrap .ngc-text .content .ngc-title {
    font-size: 1.67em;
  }
  .boc-carousel-wrap .ngc-text .content .ngc-subtext {
    font-size: 1.167em;
  }
  .boc-carousel-wrap .slick-dots {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .boc-carousel-wrap .ngc-text .content {
    padding: 20px 30px;
  }
  .boc-carousel-wrap .slick-dots {
    margin-top: 40px;
  }
}
.bod-carousel-wrap {
  margin: 0 -10px;
}
.bod-carousel-wrap .item {
  padding: 0 10px;
}
.bod-carousel-wrap .ngc-media {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bod-carousel-wrap .ngc-media:before {
  content: "";
  display: block;
  padding-top: 78%;
}
.bod-carousel-wrap .ngc-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
.bod-carousel-wrap .ngc-text {
  width: 100%;
  height: 100%;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  background: #F0F0F0;
  position: relative;
}
.bod-carousel-wrap .ngc-text .content {
  position: relative;
  padding: 15px 10px;
  width: 100%;
}
.bod-carousel-wrap .ngc-text .content .ngc-title {
  margin-top: 0;
  margin-bottom: .3rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-size: 1.266em;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.bod-carousel-wrap .ngc-text .content .ngc-subtext {
  letter-spacing: 0.07em;
  line-height: 1.2em;
  font-size: 1em;
}
.bod-carousel-wrap .ngc-text .content .ngc-readmore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
.bod-carousel-wrap .ngc-wrapper:hover .ngc-text {
  background: #f5a623;
  color: #fff;
}
.bod-carousel-wrap .ngc-wrapper:hover .ngc-text .ngc-title {
  color: #fff;
}
.bod-carousel-wrap .slick-dots {
  margin-top: 20px;
}
.bod-carousel-wrap .slick-dots button {
  background: #D8D8D8;
}
.bod-carousel-wrap .slick-dots .slick-active button {
  background: #f5a623;
}
@media (min-width: 540px) {
  .bod-carousel-wrap .ngc-text .content .ngc-title {
    font-size: 1.5em;
  }
  .bod-carousel-wrap .ngc-text .content .ngc-subtext {
    font-size: 1.167em;
  }
}
@media (min-width: 768px) {
  .bod-carousel-wrap .ngc-text .content .ngc-title {
    font-size: 1.5em;
  }
  .bod-carousel-wrap .ngc-text .content .ngc-subtext {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .bod-carousel-wrap .ngc-text .content {
    padding: 15px 20px;
  }
  .bod-carousel-wrap .ngc-text .content .ngc-title {
    font-size: 1.75em;
  }
  .bod-carousel-wrap .ngc-text .content .ngc-subtext {
    font-size: 1.266em;
  }
}
@media (min-width: 1200px) {
  .bod-carousel-wrap {
    margin: 0 -15px;
  }
  .bod-carousel-wrap .item {
    padding: 0 15px;
  }
  .bod-carousel-wrap .ngc-text .content {
    padding: 25px;
  }
  .bod-carousel-wrap .ngc-text .content .ngc-title {
    font-size: 1.67em;
  }
  .bod-carousel-wrap .ngc-text .content .ngc-subtext {
    font-size: 1.167em;
  }
  .bod-carousel-wrap .slick-dots {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .bod-carousel-wrap .ngc-text .content {
    padding: 20px 30px;
  }
  .bod-carousel-wrap .slick-dots {
    margin-top: 40px;
  }
}
.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-media img {
  width: auto;
  max-height: 340px;
  margin: 0 auto;
}
.management-detail .ngc-maintitle {
  margin-bottom: 0;
  letter-spacing: 0;
}
.management-detail .ngc-subtext {
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .management-detail .ngc-maintitle {
    margin-bottom: .5rem;
    font-size: 2.33em;
  }
  .management-detail .ngc-subtext {
    font-size: 1.44em;
  }
}
@media (min-width: 1200px) {
  .management-detail .ngc-subtext {
    margin-bottom: 1.5rem;
  }
}
.stock-info-intro .ngc-chart-text {
  margin-bottom: 20px;
}
.stock-info-intro .ngc-chart-text .ngc-stock-code {
  font-family: 'Texta_Bold', sans-serif;
  font-size: 21px;
}
.stock-info-intro .ngc-chart-text .ngc-stock-code span {
  font-family: 'Texta_Book', sans-serif;
  font-size: 16px;
}
.stock-info-intro .ngc-chart-text .ngc-stock-now {
  font-family: 'Texta_Bold', sans-serif;
  font-size: 36px;
  margin-bottom: 10px;
}
.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: #3a3a3a;
}
.filter-child .fc-toggle:hover {
  color: #222222;
}
.filter-child .fc-toggle.opened {
  color: #222222;
}
.ui-pagination li a:hover {
  color: #3a3a3a;
  background-color: #ffffff;
}
.ngc-custom-content.style-2 .main-container .content-wrap .ngc-child:hover .wrap {
  background-color: #3a3a3a !important;
}
.ngc-custom-content.style-2 .main-container .content-wrap .ngc-child:hover .wrap .ngc-text {
  background-color: #3a3a3a !important;
}
.section-404 {
  min-height: 100vh;
  position: relative;
}
.section-404:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* default is #2f2f2f and #000 */
  background: #2f2f2f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2f2f2f 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  opacity: 0.3;
}
.section-404 .ngc-media img {
  display: block;
  margin: 0 auto;
  max-width: 250px;
}
.section-404 .ngc-maintitle,
.section-404 .ngc-intro {
  color: #fff;
}
@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;
  }
}
@media (min-width: 768px) {
  #web-header.stuck .main-container .ngc-header-right .lang-sel-wrap ul {
    background: #fff;
  }
  #web-header.stuck .main-container .ngc-header-right .lang-sel-wrap ul:before {
    border-color: transparent transparent #fff transparent;
  }
  #web-header.stuck .main-container .ngc-header-right .lang-sel-wrap ul a {
    color: #222222;
  }
  .slick-dots button {
    width: 25px;
  }
  #toggle-mmenu.fixed {
    top: 25px;
  }
  .copyright {
    padding: 15px 0;
  }
  .newsletter-form {
    margin: 0 auto;
  }
  .newsletter-form .input-text {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
    width: calc(100% - 130px);
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .newsletter-form .submit-btn {
    height: 50px;
    width: 130px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .newsletter-form .submit-btn .fa {
    font-size: 21px;
  }
  .newsletter-form .submit-btn .text {
    font-size: 16px;
  }
  .newsletter-form .error {
    text-align: center;
    display: block;
  }
  .index-about {
    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;
    flex-direction: row-reverse;
  }
  .index-about .child {
    width: 50%;
  }
  .index-about .first {
    position: relative;
    z-index: 2;
  }
  .index-about .first:after {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: #f8f8f8;
    transform: skewX(-10deg);
    transform-origin: 0 0;
  }
  .index-about .first .content {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    max-width: 800px;
  }
  .index-about .ngc-media {
    height: auto;
    z-index: 1;
  }
  .static-banner {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .static-banner .main-container .sbanner-title {
    font-size: 2.33em;
    margin-bottom: 10px;
  }
  .breadcrumbs li {
    font-size: 18px;
    padding-right: 24px;
  }
  .contact-page {
    padding: 20px 25px;
  }
  .contact-map {
    height: 350px;
  }
  .branch-tabs {
    margin-bottom: 30px;
  }
  .article-tabs {
    margin-bottom: 30px;
  }
  .main-image {
    margin-bottom: 30px;
  }
  .product-detail .ngc-media {
    margin-bottom: 30px;
  }
  .product-sidebar {
    padding: 10px 0;
  }
  .product-sidebar .child {
    padding: 5px 0;
    padding-right: 30px;
  }
  .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-text .content .ngc-preview-text {
    font-size: 1.167em;
  }
  .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.8em;
  }
  .tatakelola .ngc-title {
    font-size: 1.75em;
  }
  .management-child > .ngc-title {
    font-size: 1.72em;
    margin-bottom: 1rem;
  }
  .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;
  }
}
@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;
  }
  .breadcrumbs li {
    font-size: 21px;
    padding-right: 24px;
  }
  .contact-map {
    height: 400px;
  }
  .product-sidebar {
    padding: 0;
    border: none;
  }
  .product-sidebar .child {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    padding-right: 0;
    border-bottom: 1px solid #cacaca;
  }
  .product-sidebar .child:last-child {
    border: none;
  }
  .investor-relation-sidebar {
    display: block;
  }
  .investor-relation-sidebar .child {
    width: 100%;
  }
  .team-child > .content .ngc-media {
    width: 50%;
  }
  .team-child > .content .ngc-text {
    width: 50%;
    padding: 30px 15px;
  }
  .team-child > .content .ngc-text .content .ngc-subtext,
  .team-child > .content .ngc-text .content .ngc-text-preview {
    font-size: 13px;
  }
  .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);
  }
}
@media (min-width: 1200px) {
  .main-banner.full-screen {
    min-height: 650px;
  }
  .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: 650px;
  }
  .custom-slick-navigation {
    display: block;
  }
  .copyright {
    padding: 20px 0;
    font-size: 12px;
  }
  .index-about .first {
    width: calc(50% + 200px);
  }
  .index-about .first .content {
    padding-left: 40px;
  }
  .index-about .ngc-media {
    width: calc(50% - 200px);
  }
  .static-banner {
    padding-top: 200px;
    padding-bottom: 50px;
  }
  .static-banner .main-container .sbanner-title {
    font-size: 3.5em;
    margin-bottom: 20px;
  }
  .breadcrumbs li {
    font-size: 21px;
    padding-right: 24px;
  }
  .contact-page {
    padding: 30px;
  }
  .contact-side ul {
    font-size: 18px;
  }
  .article-tabs {
    margin-bottom: 40px;
  }
  .article-detail .article-meta .child {
    font-size: 14px;
    margin-right: 30px;
  }
  .product-detail .ngc-media {
    margin-bottom: 40px;
  }
  .product-sidebar .child {
    padding: 12px 0;
    font-size: 18px;
  }
  .investor-relation-sidebar .child ul li {
    margin: 10px 0;
  }
  .pricing-carousel-wrap {
    margin: 0 -15px;
  }
  .pricing-plan {
    padding: 0 15px;
  }
  .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 .ngc-text .content .ngc-preview-text {
    font-size: 1.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-member-wrap > .ngc-title {
    font-size: 2em;
    margin-bottom: 2rem;
  }
  .team-child {
    padding: 0 15px;
  }
  .team-child > .content .ngc-text {
    padding: 40px 20px;
  }
  .team-child > .content .ngc-text .content .ngc-subtext,
  .team-child > .content .ngc-text .content .ngc-text-preview {
    font-size: 14px;
  }
  .vision-mission .ngc-title {
    font-size: 2em;
  }
  .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);
  }
  .business-unit {
    margin-bottom: 50px;
  }
  .business-unit .ngc-title {
    font-size: 1.72em;
  }
  .tatakelola .ngc-title {
    font-size: 2em;
  }
}
@media (min-width: 1600px) {
  .main-banner.full-screen {
    min-height: 750px;
  }
  .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: 750px;
  }
  .custom-slick-navigation .csn-container a {
    width: 50px;
    height: 80px;
    margin-top: -40px;
    background-size: auto 35px;
  }
  .custom-slick-navigation .csn-container .slideNext {
    left: 0px;
  }
  .custom-slick-navigation .csn-container .slidePrev {
    right: 0px;
  }
  .main-banner:hover .slideNext {
    left: -50px;
  }
  .main-banner:hover .slidePrev {
    right: -50px;
  }
  .main-navigation > ul > li.has-sub .sub-nav ul li.has-sub > a {
    padding-right: 60px;
  }
  .index-about .first .content {
    padding-left: 60px;
  }
  .static-banner {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .static-banner .main-container .sbanner-title {
    font-size: 4.4em;
    margin-bottom: 20px;
  }
  .breadcrumbs li {
    font-size: 26px;
    padding-right: 40px;
    margin-right: 25px;
  }
  .contact-map {
    height: 470px;
  }
  .branch-tabs {
    margin-bottom: 40px;
  }
  .newsletter-form .input-text {
    height: 60px;
    padding: 0 30px;
    font-size: 18px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomleft: 60px;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .newsletter-form .submit-btn {
    height: 60px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomright: 60px;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .newsletter-form .submit-btn .fa {
    font-size: 24px;
  }
  .newsletter-form .submit-btn .text {
    font-size: 18px;
  }
  .newsletter-form .error {
    padding-top: 8px;
    font-size: 16px;
  }
  .article-tabs {
    margin-bottom: 50px;
  }
  .main-image {
    margin-bottom: 40px;
  }
  .product-detail .ngc-media {
    margin-bottom: 50px;
  }
  .product-sidebar .child {
    padding: 15px 0;
  }
  .team-carousel-wrap .slick-dots {
    margin-top: 60px;
  }
}
