@font-face {
  font-family: "dejavuSans";
  src: url("/assets/font/BPG_DejaVuSans.eot") format("embedded-opentype"), url("/assets/font/BPG_DejaVuSans.woff2") format("woff2"), url("/assets/font/BPG_DejaVuSans.woff") format("woff"), url("/assets/font/BPG_DejaVuSans.ttf") format("truetype");
}
@font-face {
  font-family: "dejavuSans-Caps";
  src: url("/assets/font/BPG_DejaVuSansCaps.woff2") format("woff2"), url("/assets/font/BPG_DejaVuSansCaps.woff") format("woff"), url("/assets/font/BPG_DejaVuSans.ttf") format("truetype");
}
.gpi-mtav-bold-38,
.gpi-mtav-bold-32,
.gpi-mtav-bold-28,
.gpi-mtav-bold-25,
.gpi-mtav-bold-22,
.gpi-mtav-bold-20,
.gpi-mtav-bold-16 {
  font-family: "dejavuSans-Caps";
}

.gpi-nusx-16,
.gpi-nusx-14,
.gpi-nusx-12 {
  font-family: "dejavuSans";
}

.gpi-mtav-bold-38 {
  font-size: 38px;
}

.gpi-mtav-bold-32 {
  font-size: 32px;
}

.gpi-mtav-bold-28 {
  font-size: 28px;
}

.gpi-mtav-bold-25 {
  font-size: 25px;
}

.gpi-mtav-bold-22 {
  font-size: 22px;
}

.gpi-mtav-bold-20 {
  font-size: 20px;
}

.gpi-mtav-bold-16 {
  font-size: 16px;
}

.gpi-nusx-16 {
  font-size: 16px;
}

.gpi-nusx-14 {
  font-size: 14px;
}

.gpi-nusx-12 {
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  .gpi-mtav-bold-38 {
    font-size: 30px;
  }

  .gpi-mtav-bold-32 {
    font-size: 24px;
  }

  .gpi-mtav-bold-22 {
    font-size: 20px;
  }

  .gpi-mtav-bold-20 {
    font-size: 17px;
  }

  .gpi-mtav-bold-16 {
    font-size: 14px;
  }

  .gpi-nusx-16 {
    font-size: 14px;
  }

  .gpi-nusx-14 {
    font-size: 13px;
  }

  .gpi-nusx-12 {
    font-size: 12px;
  }
}
.\--content p {
  padding: 7px 0;
}

.\--content table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #aaa;
}

.\--content table tr:nth-child(even) {
  background: #FAFAFA;
}

.\--content table caption,
.\--content table td,
.\--content table th {
  padding: 15px 7px;
  font: inherit;
}

.\--content table th {
  font-weight: 400;
  color: #6E6E6E;
  background-position: 100% 100%;
  background-size: 2px 10px;
  background-repeat: no-repeat;
}

.\--content table th:last-child {
  background: 0 0;
}

.\--content hr {
  border-top: 2px solid #BBB;
}

.\--content table,
.\--content table td,
.\--content table th,
.\--content table caption {
  border: 1px dashed #BBB;
}

.white-bg {
  background: #ffffff;
}

.text-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* N -  number of lines to show */
  line-height: 1.2;
  /* M */
  max-height: 3.6em;
  /* N x M  */
}

/* Top and Bot Margin */
.mrg-40 {
  margin: 40px 0;
}

.mrg-30 {
  margin: 30px 0;
}

.mrg-25 {
  margin: 25px 0;
}

.mrg-20 {
  margin: 20px 0;
}

.mrg-15 {
  margin: 15px 0;
}

/* Top Margin */
.mrg-top-40 {
  margin-top: 40px;
}

.mrg-top-30 {
  margin-top: 30px;
}

.mrg-top-25 {
  margin-top: 25px;
}

.mrg-top-20 {
  margin-top: 20px;
}

.mrg-top-10 {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .mrg-40 {
    margin: 20px 0;
  }

  .mrg-30 {
    margin: 20px 0;
  }

  .mrg-25 {
    margin: 20px 0;
  }

  .mrg-20 {
    margin: 15px 0;
  }

  .mrg-15 {
    margin: 10px 0;
  }

  /* Top Margin */
  .mrg-top-40 {
    margin-top: 20px;
  }

  .mrg-top-30 {
    margin-top: 25px;
  }

  .mrg-top-25 {
    margin-top: 20px;
  }

  .mrg-top-20 {
    margin-top: 15px;
  }

  .mrg-top-10 {
    margin-top: 10px;
  }
}
body {
  background: #f6f6f6;
}

main {
  overflow: hidden;
}

.header.header-mobile {
  display: none;
}

.header {
  background: #ffffff;
}
.header .search {
  position: relative;
}
.header .search .logo {
  position: absolute;
  top: 10px;
  left: 0;
  color: #000000;
}
.header .search input[name=search] {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.header .search i,
.header .search input[type=submit] {
  position: absolute;
  right: 85px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .search input[type=submit] {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  opacity: 0;
  z-index: 1;
}
.header .menu {
  display: block;
}
.header .menu li {
  display: inline-block;
  padding: 15px 9px;
}
.header .menu li:first-child {
  padding-left: 0;
}
.header .menu li a {
  color: #8d8d8d;
}
.header .socials {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  z-index: 5;
}
.header .socials span {
  padding: 0 15px;
}
.header .socials span:last-child {
  padding: 0 0 0 15px;
}
.header .socials span a {
  color: #c4c4c4;
}

.home .long-banner img {
  margin: 0 auto;
}
.home .slider {
  overflow: hidden;
}
.home .slider .carousel-control.right,
.home .slider .carousel-control.left {
  opacity: 1;
  width: 0;
  background-image: none;
}
.home .slider .carousel-control.right span,
.home .slider .carousel-control.left span {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  left: -25px;
  right: 0;
  font-size: 15px;
  color: #000;
  background: #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.home .slider .carousel-control.right span i,
.home .slider .carousel-control.left span i {
  display: block;
  position: absolute;
  top: 7px;
  left: 27px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.home .slider .carousel-control.right span {
  left: auto;
  right: -25px;
}
.home .slider .carousel-control.right span i {
  top: 23px;
  left: 14px;
}
.home .slider .carousel-caption {
  bottom: initial;
  top: calc(50% + 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .slider .carousel-caption a {
  color: #ffffff;
}
.home .slider .carousel-caption a .category {
  position: relative;
  display: inline-block;
}
.home .slider .carousel-caption a .category:before, .home .slider .carousel-caption a .category:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background: #97a6d2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .slider .carousel-caption a .category:before {
  right: calc(100% + 10px);
}
.home .slider .carousel-caption a .category:after {
  left: calc(100% + 10px);
}
.home .slider .item > a {
  position: relative;
  display: block;
}
.home .slider .item > a:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(47, 76, 175, 0.9);
}
.home .slider .item:hover > a:after {
  display: block;
}
.home .single-news-content:nth-child(1), .home .single-news-content:nth-child(2) {
  margin-top: 0px;
}
.home .single-news {
  padding: 20px;
  background: #ffffff;
}
.home .single-news .category-title {
  margin-bottom: 20px;
}
.home .single-news .title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
.home .single-news .title .text-limit {
  display: block;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  height: 3em;
  max-height: 3em;
}
.home .single-news .text {
  color: #707070;
}
.home .single-news .text.text-limit {
  line-height: 1.5;
  max-height: 4.5em;
  min-height: 4.5em;
}
.home .single-news.full-width .category-title {
  margin-bottom: 0px;
}
.home .single-news.full-width .title .text-limit {
  display: block;
  -webkit-line-clamp: 2;
  max-height: 2.7em;
}
.home .single-news.full-width .text.text-limit {
  -webkit-line-clamp: 4;
  line-height: 1.5;
  max-height: 6em;
}

.right-content .category-title {
  color: #000;
}
.right-content .category-title span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  z-index: 5;
  padding: 0 15px;
}
.right-content .category-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d9d9d9;
}
.right-content ul.category-list {
  padding-bottom: 20px;
}
.right-content ul.category-list li {
  line-height: 1.5;
  padding: 5px 0;
  word-wrap: break-word;
}
.right-content ul.category-list li span {
  color: #000;
  margin-right: 15px;
}
.right-content .square-banner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.right-content .socials {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.right-content .socials span {
  display: inline-block;
  margin-right: 30px;
}
.right-content .socials span:last-child {
  margin-right: 0;
}
.right-content .socials a {
  color: #c4c4c4;
}
.right-content .latest-news-wrapper {
  padding-bottom: 20px;
}
.right-content .latest-news-wrapper .latest-news .text {
  color: #000;
  word-wrap: break-word;
}
.right-content .latest-news-wrapper .latest-news .text.text-limit {
  -webkit-line-clamp: initial;
  line-height: 1.5;
  max-height: 6em;
}

.single-news-page .long-banner img {
  margin: 0 auto;
}
.single-news-page .wrapper {
  padding: 15px 0;
}
.single-news-page .wrapper .title {
  color: #000;
}
.single-news-page .wrapper .main-title.title {
  line-height: 1.5;
}
.single-news-page .wrapper .text,
.single-news-page .wrapper .text * {
  line-height: 1.5;
}
.single-news-page .wrapper .text img,
.single-news-page .wrapper .text * img {
  max-width: 100%;
  height: auto;
}
.single-news-page .wrapper .text strong {
  font-weight: bold;
}
.single-news-page .wrapper .category-title {
  color: #000;
}
.single-news-page .wrapper .category-title span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  z-index: 5;
  padding: 0 15px;
}
.single-news-page .wrapper .category-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d9d9d9;
}

.dictionary .content .title {
  color: #000;
}
.dictionary .content .letters-content {
  padding-bottom: 30px;
}
.dictionary .content .letters-content .grid-sizer {
  float: left;
  width: 50%;
}
.dictionary .content .letters-content .letter {
  color: #dfdfdf;
}
.dictionary .content .letters-content .word {
  padding: 25px 0 20px;
  position: relative;
  z-index: 555;
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
.dictionary .content .letters-content .word .title {
  cursor: pointer;
}
.dictionary .content .letters-content .word .title .arrow {
  margin-top: -3px;
  color: #dfdfdf;
  cursor: pointer;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.dictionary .content .letters-content .word .text {
  display: none;
  color: #707070;
  line-height: 1.5;
}
.dictionary .content .letters-content .word .text * {
  line-height: 1.5;
}
.dictionary .content .letters-content .word.active .title .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.footer {
  margin-top: 45px;
  background: #1b282e;
  padding: 35px;
}
.footer .container .text {
  line-height: 30px;
}

.about a {
  display: inline-block;
  font-family: "dejavuSans";
  color: #949494;
  margin-left: 20px;
  font-size: 12px;
}

.w-iconbox-h {
  position: relative;
}

.w-iconbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 32px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.25s ease, color 0.25s ease;
  color: #fff;
}

.w-iconbox-icon img {
  display: block;
  width: 100%;
}

.w-iconbox.icon_left .w-iconbox-text {
  margin-left: 100px;
}

.w-iconbox-text .w-iconbox-text-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.w-iconbox-text .w-iconbox-text-description {
  line-height: 1.5;
}

.w-iconbox-text .w-iconbox-text-link {
  display: inline-block;
  margin-top: 15px;
}

.mrg-bottom-50 {
  margin-bottom: 50px;
}

.banner {
  padding: 0 !important;
}

.banner.mrg-top-30 {
  margin-top: 30px !important;
}

.banner_950x60 {
  max-width: 950px;
  margin: 0 auto;
}

.banner_750x95 {
  max-width: 750px;
  margin: 0 auto;
}

.banner a {
  display: block;
}

.banner.x360 a {
  max-width: 360px;
  margin: 0 auto;
}

.banner a img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .header .socials {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    display: none;
  }
  .header.header-mobile {
    display: block;
  }
  .header.header-mobile .menu li {
    display: block;
    padding: 0;
  }
  .header.header-mobile .menu li a {
    display: block;
    padding: 15px 0;
  }

  .home .slider .carousel-caption a .title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* N -  number of lines to show */
    line-height: 1.2;
    /* M */
    max-height: 2.4em;
    /* N x M  */
  }
  .home .slider .carousel-caption a .category {
    margin-top: 10px;
    font-size: 12px;
  }

  .single-news img,
.latest-news img,
.related-news img {
    margin-left: auto;
    margin-right: auto;
  }

  .single-news.full-width .category-title {
    margin-top: 20px;
  }

  .latest-news .text {
    margin-top: 15px;
  }

  .related-news .title {
    margin: 15px 0;
  }

  .home .single-news-content:nth-child(1),
.home .single-news-content:nth-child(2) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    font-size: 16px;
  }

  .header .search input[type=submit] {
    width: 20px;
    padding: 0 10px;
  }

  .home .slider .carousel-control.right span, .home .slider .carousel-control.left span {
    width: 35px;
    height: 35px;
  }
  .home .slider .carousel-control.left span i {
    top: 1px;
    left: 23px;
  }
  .home .slider .carousel-control.right span i {
    top: 18px;
    left: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .footer {
    padding: 5px 35px;
  }
  .footer .container .text {
    float: left !important;
    margin-top: 10px;
  }
}