/*=============================================================================================	
    Company    : PT Web Architect Technology - webarq.com
    Document   : Stylesheet
    Author     : Rahadian Muhammad Fujana - fujana.com
==============================================================================================*/
/*============================================================================================= 
including & importing
    mixins              : @include mixinsname
    mixins with param   : @include mixinsname(param)
    class               : @extend classname
    import sass file    : @import 'sassname'
    variable            : $variablename
=============================================================================================   */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,800);
body {
  color: #333;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  position: relative;
  overflow-x: hidden;
  background: #f4f4f4; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

.italic {
  font-style: italic; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: lighter; }

.uppercase {
  text-transform: uppercase; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both; }

p {
  margin: 1px 0 15px;
  line-height: 20px; }

input, textarea, select {
  font-size: 12px;
  border: none;
  border: 1px solid #D8D8D8;
  padding: 10px;
  margin: 0;
  color: #666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=checkbox], input[type=radio] {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

figure {
  margin: 0; }

/* structure 
----------------------------------------------------------------------------------------------*/
section {
  position: relative; }

.wrapper {
  width: 1170px;
  margin: 0 auto; }

section, header, footer {
  margin: 0px 80px; }

div {
  box-sizing: border-box; }

/* global
----------------------------------------------------------------------------------------------*/
.after_clear:after, .wrapper:after, section:after {
  clear: both;
  display: block;
  content: " "; }

.before_clear:before {
  clear: both;
  display: block;
  content: " "; }

.a-left {
  text-align: left; }

.a-right, footer div.company-contact {
  text-align: right; }

.a-center {
  text-align: center; }

.box {
  box-sizing: border-box;
  display: inline-flex; }

ul.inline > li {
  display: inline-block; }

input.search, div.search div.inline input, div.search div.inline select {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 190px;
  height: 33px;
  margin-left: 24px;
  position: relative; }
  input.search::after, div.search div.inline input::after, div.search div.inline select::after {
    content: url("../img/material/search.png") no-repeat;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px; }

.stylizeViewport, section.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.flag, .flag-en, .flag-id {
  width: 27px;
  height: 27px;
  z-index: 5;
  position: absolute;
  top: -6px;
  right: 0px; }

.flag-en {
  background: url("../img/material/language.png") no-repeat;
  background-position: top; }

.flag-id {
  background: url("../img/material/language.png") no-repeat;
  background-position: bottom; }

.relative {
  position: relative;
  display: block; }

span.arrow-orange {
  width: 16px;
  height: 16px;
  z-index: 5;
  position: absolute;
  top: 0px;
  right: 18px;
  background: url("../img/material/arrow-orange.png") no-repeat; }

span.download {
  width: 16px;
  height: 16px;
  z-index: 5;
  margin-left: 10px;
  display: inline-block;
  background: url("../img/material/download.png") no-repeat; }

span.table-arrow-down {
  background: url("../img/material/arrow-table.png") no-repeat;
  display: inline-block;
  position: absolute;
  top: 33px;
  margin-left: 17px;
  width: 20px;
  height: 20px;
  -webkit-transition: 200ms linear all;
  -moz-transition: 200ms linear all;
  -o-transition: 200ms linear all;
  transition: 200ms linear all; }

span.hamburger {
  width: 20px;
  height: 3px;
  margin-top: 34px;
  margin-right: 10px;
  background: #f07100;
  /*    background: url('../img/material/hamburger.png') no-repeat;*/
  float: right;
  display: none;
  position: relative; }
  span.hamburger::before {
    position: absolute;
    top: -6px;
    width: 20px;
    height: 3px;
    background: #f07100;
    content: ''; }
  span.hamburger::after {
    position: absolute;
    top: 6px;
    width: 20px;
    height: 3px;
    background: #f07100;
    content: ''; }

span.icon-search {
  position: absolute;
  top: -1px;
  right: 9px;
  width: 20px;
  height: 20px;
  background: url("../img/material/search.png"); }

span.table-arrow-up {
  background: url("../img/material/arrow-table.png") no-repeat;
  display: inline-block;
  position: absolute;
  top: 25px;
  margin-left: 17px;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  -webkit-transition: 200ms linear all;
  -moz-transition: 200ms linear all;
  -o-transition: 200ms linear all;
  transition: 200ms linear all; }

a:hover {
  color: #f07100 !important; }

a.download-pdf {
  margin-top: 0px;
  font-size: 16px;
  height: 30px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #f07100;
  padding-left: 35px;
  padding-top: 9px; }
  a.download-pdf::before {
    content: url("../img/material/download-pdf.png");
    position: absolute;
    top: 0px;
    left: 0px; }

a.download {
  font-size: 15px;
  font-weight: bold;
  color: #ee7400; }

a.button {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  float: left;
  padding: 16px 55px;
  background: #e9e9e9; }
  a.button:hover {
    color: #000000 !important;
    background: rgba(233, 233, 233, 0.8); }
  a.button.button-orange {
    background: #f07100;
    color: #ffffff; }
    a.button.button-orange:hover {
      background: rgba(240, 113, 0, 0.8);
      color: #ffffff !important; }
  a.button.button-big {
    padding: 16px 75px; }

a.read-more {
  margin-top: 3px;
  padding: 14px 12px;
  background: #f07100;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  display: inline-block; }
  a.read-more:hover {
    background: rgba(240, 113, 0, 0.7);
    color: #ffffff !important; }

.centerize {
  text-align: center;
  margin: 0 auto; }

div.trigger-anim {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px; }

div.all-center {
  margin: 0 auto;
  text-align: center; }

div.col-three {
  width: 33.3%;
  float: left;
  position: relative; }

div.col-two {
  width: 50%;
  float: left;
  position: relative; }

div.col-full {
  width: 100%;
  float: left;
  position: relative; }

div.container {
  position: relative; }

div.paging {
  width: 100%;
  padding: 29px 0px 67px 0px;
  display: block;
  clear: both; }
  div.paging ul {
    cursor: pointer; }
    div.paging ul li {
      padding: 10px 16px !important;
      background: #f07100;
      color: #ffffff;
      font-weight: bold; }
      div.paging ul li:hover {
        background: rgba(240, 113, 0, 0.8); }
      div.paging ul li::before {
        display: none; }

div.search {
  width: 100%;
  text-align: right;
  display: block;
  overflow: auto;
  padding-bottom: 13px; }
  div.search::after {
    clear: both; }
  div.search span.label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    color: #f07100;
    display: block;
    text-align: left; }
  div.search div.inline {
    display: inline-block;
    position: relative; }
    div.search div.inline input, div.search div.inline select {
      margin-left: 0px;
      margin-right: 10px; }
    div.search div.inline select {
      padding: 8px 12px;
      font-size: 14px; }
    div.search div.inline span.icon-arrow {
      position: absolute;
      bottom: 12px;
      right: 22px;
      content: url("../img/material/arrow-select.png");
      -webkit-transition: 200ms linear all;
      -moz-transition: 200ms linear all;
      -o-transition: 200ms linear all;
      transition: 200ms linear all; }
    div.search div.inline span.icon-arrow-up {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      -webkit-transition: 200ms linear all;
      -moz-transition: 200ms linear all;
      -o-transition: 200ms linear all;
      transition: 200ms linear all; }
  div.search form.block {
    overflow: auto; }
    div.search form.block div.padding-no-span {
      padding-top: 36px;
      position: relative; }
      div.search form.block div.padding-no-span span.icon-search {
        top: 43px; }
    div.search form.block span.icon-search {
      top: 7px; }

div.slider-container {
  width: 100%; }
  div.slider-container .bx-viewport {
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: 0px; }
  div.slider-container .bx-pager {
    display: none; }
  div.slider-container ul.mixed-slider {
    width: 100%;
    list-style: none; }
    div.slider-container ul.mixed-slider li {
      height: 350px;
      background-position: center center;
      background-size: auto 100% !important;
      background-repeat: no-repeat !important;
      list-style: none;
      padding: 0px !important;
      margin: 0px !important;
      width: 100% !important; }
      div.slider-container ul.mixed-slider li iframe {
        width: 100%;
        height: 350px; }
      div.slider-container ul.mixed-slider li img {
        margin: 0px !important; }
      div.slider-container ul.mixed-slider li::before {
        content: '';
        display: none !important; }

div.map-operation {
  width: 100%;
  height: 300px;
  background: #cecece; }

div.tabs ul.title, div.tabs ul.content {
  display: block;
  width: 100%; }
div.tabs ul::after {
  clear: both; }
div.tabs ul li {
  position: relative; }
  div.tabs ul li::before {
    display: none; }
div.tabs ul.title li {
  font-weight: 600;
  display: inline-block;
  padding: 10px 18px !important;
  cursor: pointer; }
  div.tabs ul.title li::after {
    content: '';
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: #f3efef;
    position: absolute; }
  div.tabs ul.title li.active, div.tabs ul.title li:hover {
    background: #f3efef; }
  div.tabs ul.title li:last-child::after {
    display: none; }
div.tabs ul.content {
  position: relative;
  min-height: 500px; }
  div.tabs ul.content li {
    position: absolute;
    top: 0px;
    display: inline-block;
    opacity: 0;
    width: 100%;
    padding: 0px !important;
    /*@include transition(all 0.4s ease-in)*/ }
    div.tabs ul.content li.active {
      display: inline-block;
      opacity: 1;
      z-index: 10; }

div.highchart {
  height: 400px;
  min-width: 310px;
  width: 100%; }

h4.hasicon, h4.hasicon-2 {
  position: relative;
  padding-left: 46px;
  font-size: 30px !important;
  margin-bottom: 44px !important; }
  h4.hasicon::before, h4.hasicon-2::before {
    position: absolute;
    top: 2px;
    left: 0px;
    content: url("../img/material/logo-thumb.png"); }

h4.hasicon-2 {
  padding-bottom: 22px !important;
  margin-bottom: 32px;
  border-bottom: 1px dashed #cecece; }

h4.center {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 70px; }
  h4.center::after {
    content: '';
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 99px;
    height: 8px;
    background: #f07100; }

h4.hasborder {
  position: relative;
  font-size: 30px !important;
  margin-bottom: 11px !important; }
  h4.hasborder::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 30px;
    height: 4px;
    background: #f07100; }

h5 {
  font-size: 24px;
  font-weight: bold; }

.h-linetop {
  position: relative;
  padding-top: 11px; }
  .h-linetop:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 4px;
    background: #ee7400; }
  .h-linetop.h40:before {
    width: 40px; }

a.abs-link {
  position: absolute;
  right: 0px;
  top: 4px;
  width: 80px;
  font-size: 15px;
  font-weight: bold;
  color: #ee7400;
  padding-top: 2px; }
  a.abs-link span.arrow-orange {
    right: 0px; }

a.orange-link {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #ee7400;
  padding-right: 35px;
  padding-top: 2px; }
  a.orange-link span.arrow-orange {
    right: 0px;
    top: 2px; }

.inline-block {
  display: inline-block; }

form.inline {
  position: relative;
  display: inline !important; }

form {
  position: relative;
  display: block; }

table.graph {
  width: 100%;
  margin-top: 41px;
  margin-bottom: 28px; }
  table.graph thead tr {
    border-bottom: 4px solid #f07100; }
    table.graph thead tr th {
      padding: 24px 16px;
      font-weight: bolder;
      font-size: 16px;
      background: #ffe0c3;
      text-align: right;
      border-right: 3px solid #fff; }
      table.graph thead tr th:first-child {
        background: #eeeeee;
        text-align: left; }
      table.graph thead tr th:last-child {
        border-right: 0px solid #fff; }
  table.graph tbody tr {
    border-bottom: 1px solid #111; }
    table.graph tbody tr td {
      text-align: right;
      border-right: 3px solid #fff;
      padding: 24px 16px;
      background: #ffe0c3;
      font-size: 14px; }
      table.graph tbody tr td:first-child {
        background: #eeeeee;
        text-align: left; }
      table.graph tbody tr td:last-child {
        border-right: 0px solid #fff; }
    table.graph tbody tr:last-child {
      border-top: 4px solid #f69e4a;
      border-bottom: 4px solid #f07100; }
      table.graph tbody tr:last-child td {
        background: #ee7400 !important;
        font-weight: bold;
        border-right: 0px solid #fff !important; }

table.graph-2 {
  width: 100%;
  margin-top: 41px;
  margin-bottom: 22px; }
  table.graph-2 tr {
    border-bottom: 1px solid #111; }
    table.graph-2 tr.thead {
      border-bottom: 4px solid #f69e4a; }
      table.graph-2 tr.thead:not(:first-child) {
        border-top: 4px solid #f69e4a; }
      table.graph-2 tr.thead td {
        padding: 24px 16px;
        font-weight: bolder;
        font-size: 16px;
        background: #ee7400 !important;
        color: #ffffff;
        border-right: 0px solid #fff; }
        table.graph-2 tr.thead td:first-child {
          background: #eeeeee;
          text-align: left; }
        table.graph-2 tr.thead td:last-child {
          border-right: 0px solid #fff; }
    table.graph-2 tr td {
      text-align: center;
      border-right: 3px solid #fff;
      padding: 24px 16px;
      background: #ffe0c3;
      font-size: 14px; }
      table.graph-2 tr td:first-child {
        background: #eeeeee;
        text-align: left; }
      table.graph-2 tr td[colspan="6"] {
        background: #ffffff;
        border-bottom: 4px solid #f69e4a;
        border-top: 4px solid #f69e4a;
        font-weight: bold; }

table.table-zebra {
  width: 100%;
  margin-top: 41px;
  margin-bottom: 28px; }
  table.table-zebra thead tr th {
    padding: 24px 16px;
    font-size: 14px;
    background: #f07100;
    text-align: center;
    color: #ffffff;
    border-right: 1px solid #fff; }
    table.table-zebra thead tr th:last-child {
      border-right: 0px solid #fff; }
  table.table-zebra tbody tr {
    border-bottom: 1px solid #111; }
    table.table-zebra tbody tr td {
      text-align: center;
      padding: 24px 16px;
      background: #f8d2ae;
      font-size: 14px; }
      table.table-zebra tbody tr td:first-child {
        font-weight: bolder; }
      table.table-zebra tbody tr td:last-child {
        border-right: 0px solid #fff; }
    table.table-zebra tbody tr:nth-child(2n+1) td {
      background: #ffffff; }
    table.table-zebra tbody tr:last-child {
      border-bottom: 4px solid #ee7400; }

div.popup-image {
  display: none; }

/* header
----------------------------------------------------------------------------------------------*/
header {
  position: relative;
  min-height: 133px;
  background: #fff; }
  header .logo img.logo {
    padding-top: 4px; }
  header .top > ul {
    margin-top: 34px; }
    header .top > ul li {
      position: relative; }
      header .top > ul li a {
        padding: 5px 17px;
        font-size: 13px;
        color: #8e8e8e; }
    header .top > ul li:not(.plain)::after {
      border-right: 1px solid #eaeaea;
      content: ''; }
  header .bottom > ul {
    margin-top: 20px; }
    header .bottom > ul li a {
      font-size: 18px;
      padding: 0px 52px;
      font-weight: 600;
      color: #333; }
      header .bottom > ul li a.active {
        color: #f07100; }
    header .bottom > ul li a:last-child {
      padding: 0px 0px 0px 52px; }

/* middle
----------------------------------------------------------------------------------------------*/
section.banner div.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }
  section.banner div.banner-bg h1 {
    position: relative;
    font-size: 55px;
    font-weight: bold;
    margin-top: 190px;
    color: #ffffff; }
    section.banner div.banner-bg h1::before {
      content: '';
      width: 107px;
      height: 6px;
      position: absolute;
      top: -17px;
      left: -19px;
      background: #f07100; }

section.contact {
  padding-bottom: 208px;
  background: #ffffff; }
  section.contact div.map, section.contact div.img-right {
    background-position: center !important;
    background-size: cover !important;
    height: 328px; }
  section.contact div.img-right {
    width: 33%; }
  section.contact div.map {
    width: 65%; }
  section.contact div.contact-detail {
    padding-top: 69px; }
    section.contact div.contact-detail h3 {
      font-size: 30px;
      font-weight: bold;
      position: relative;
      margin-bottom: 108px; }
      section.contact div.contact-detail h3::after {
        content: '';
        position: absolute;
        bottom: -17px;
        left: 0px;
        width: 45px;
        height: 4px;
        background: #f07100; }
    section.contact div.contact-detail div.four {
      width: 25%;
      float: left;
      display: block;
      min-height: 170px;
      margin-bottom: 30px; }
      section.contact div.contact-detail div.four h5 {
        position: relative;
        font-size: 20px;
        margin-bottom: 30px; }
        section.contact div.contact-detail div.four h5::after {
          content: '';
          position: absolute;
          bottom: -9px;
          left: 0px;
          width: 19px;
          height: 2px;
          background: #f07100; }
      section.contact div.contact-detail div.four p {
        font-size: 13px;
        padding-right: 30px;
        margin: 20px 0px; }
      section.contact div.contact-detail div.four p.location, section.contact div.contact-detail div.four p.telephone {
        position: relative;
        padding-left: 30px; }
      section.contact div.contact-detail div.four p.location::before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: url("../img/material/icon-address.png"); }
      section.contact div.contact-detail div.four p.telephone::before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: url("../img/material/icon-telephone.png"); }
      section.contact div.contact-detail div.four::after {
        clear: both;
        content: ''; }

section.sidebar-layout {
  background: #ffffff;
  padding-bottom: 129px; }
  section.sidebar-layout aside {
    width: 380px;
    float: left; }
    section.sidebar-layout aside h5 {
      font-size: 20px;
      margin-bottom: 27px; }
    section.sidebar-layout aside ul:not(.recent) li {
      position: relative;
      padding: 15px 0px 15px 31px;
      font-size: 18px;
      color: #6a6a6a;
      font-weight: 600; }
      section.sidebar-layout aside ul:not(.recent) li.active, section.sidebar-layout aside ul:not(.recent) li:hover {
        color: #f07100; }
        section.sidebar-layout aside ul:not(.recent) li.active a, section.sidebar-layout aside ul:not(.recent) li:hover a {
          color: #f07100; }
      section.sidebar-layout aside ul:not(.recent) li a {
        color: #6a6a6a; }
      section.sidebar-layout aside ul:not(.recent) li.active::before, section.sidebar-layout aside ul:not(.recent) li:hover::before {
        content: '';
        position: absolute;
        width: 8px;
        height: 45px;
        background: #f07100;
        left: 0px;
        top: 0px; }
      section.sidebar-layout aside ul:not(.recent) li ul.child {
        display: none;
        margin-top: 20px; }
        section.sidebar-layout aside ul:not(.recent) li ul.child li, section.sidebar-layout aside ul:not(.recent) li ul.child a {
          color: #6a6a6a;
          font-size: 16px; }
        section.sidebar-layout aside ul:not(.recent) li ul.child li.active {
          color: #f07100; }
          section.sidebar-layout aside ul:not(.recent) li ul.child li.active a {
            color: #f07100; }
          section.sidebar-layout aside ul:not(.recent) li ul.child li.active::before {
            display: none; }
        section.sidebar-layout aside ul:not(.recent) li ul.child li:hover::before {
          display: none !important; }
      section.sidebar-layout aside ul:not(.recent) li.active ul.child {
        display: block; }
    section.sidebar-layout aside div.address {
      margin-top: 42px;
      background: #efefef;
      padding: 37px 27px;
      font-size: 16px;
      color: #8d8d8d;
      font-weight: 600; }
      section.sidebar-layout aside div.address p {
        position: relative;
        padding-left: 30px; }
      section.sidebar-layout aside div.address p::before {
        position: absolute;
        top: 0px;
        left: 0px; }
      section.sidebar-layout aside div.address p.location::before {
        content: url("../img/material/icon-address.png");
        top: 7px; }
      section.sidebar-layout aside div.address p.email::before {
        content: url("../img/material/icon-message.png"); }
      section.sidebar-layout aside div.address p.telephone::before {
        content: url("../img/material/icon-telephone.png"); }
      section.sidebar-layout aside div.address p.web::before {
        content: url("../img/material/icon-globe.png"); }
    section.sidebar-layout aside div.recent-news {
      margin: 35px 0px;
      border-top: 1px dashed #cecece;
      padding-top: 19px;
      line-height: 22px; }
      section.sidebar-layout aside div.recent-news h4 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        padding: 19px 0px; }
      section.sidebar-layout aside div.recent-news ul {
        width: 80%; }
        section.sidebar-layout aside div.recent-news ul li {
          position: relative;
          border-bottom: 1px dashed #cecece;
          padding-left: 23px;
          padding: 15px 31px;
          font-size: 18px;
          color: #6a6a6a;
          font-weight: 600; }
          section.sidebar-layout aside div.recent-news ul li::before, section.sidebar-layout aside div.recent-news ul li:hover::before {
            position: absolute;
            content: '';
            top: 26px;
            bottom: 26px;
            left: 0px;
            width: 4px;
            background: #f07100; }
          section.sidebar-layout aside div.recent-news ul li a {
            font-size: 16px;
            width: 100%;
            color: #a7a6a6;
            padding-bottom: 23px; }
  section.sidebar-layout article {
    margin-left: 410px;
    min-width: 600px;
    overflow: hidden; }
    section.sidebar-layout article.csr {
      position: relative; }
    section.sidebar-layout article div.content-left {
      padding-right: 240px; }
    section.sidebar-layout article div.content-pdf {
      width: 210px;
      height: 500px;
      position: absolute;
      top: 95px;
      right: 0; }
      section.sidebar-layout article div.content-pdf img {
        margin: 0px; }
      section.sidebar-layout article div.content-pdf p.title {
        margin: 20px 0px;
        font-size: 18px;
        font-weight: bold;
        position: relative; }
        section.sidebar-layout article div.content-pdf p.title:after {
          position: absolute;
          content: '';
          bottom: -5px;
          left: 0px;
          width: 33px;
          height: 2px;
          background: #f07100; }
    section.sidebar-layout article div.pdf-list img {
      margin: 0px; }
    section.sidebar-layout article div.pdf-list p.title {
      margin: 20px 0px;
      font-size: 18px;
      font-weight: bold;
      position: relative; }
      section.sidebar-layout article div.pdf-list p.title:after {
        position: absolute;
        content: '';
        bottom: -5px;
        left: 0px;
        width: 33px;
        height: 2px;
        background: #f07100; }
    section.sidebar-layout article div.pdf-list-2 {
      width: 100%;
      margin: 0px auto;
      float: none;
      overflow: auto;
      padding: 0px 77px 44px 44px;
      margin-bottom: 44px;
      border-bottom: 1px dashed #cecece; }
      section.sidebar-layout article div.pdf-list-2 img.pdf {
        float: left;
        margin: 0px 0px; }
      section.sidebar-layout article div.pdf-list-2 img.publication {
        float: left;
        margin: 20px 0px 0px 0px; }
      section.sidebar-layout article div.pdf-list-2 a.download {
        margin-top: 30px;
        display: block; }
      section.sidebar-layout article div.pdf-list-2 div.titledate {
        margin-left: 110px; }
        section.sidebar-layout article div.pdf-list-2 div.titledate p.title {
          margin: 15px 0px;
          font-size: 18px;
          font-weight: bold;
          position: relative; }
          section.sidebar-layout article div.pdf-list-2 div.titledate p.title::after {
            position: absolute;
            content: '';
            bottom: -5px;
            left: 0px;
            width: 33px;
            height: 2px;
            background: #f07100; }
        section.sidebar-layout article div.pdf-list-2 div.titledate p.date {
          padding: 0px 0px;
          font-size: 14px;
          color: #b7b5b5;
          padding-left: 25px;
          position: relative;
          margin-bottom: 0px; }
          section.sidebar-layout article div.pdf-list-2 div.titledate p.date::before {
            position: absolute;
            top: 3px;
            left: 0px;
            content: url("../img/material/date.png"); }
    section.sidebar-layout article h2.title {
      font-size: 40px;
      line-height: 50px;
      padding-bottom: 25px;
      border-bottom: 1px dashed #e5e5e5;
      margin-bottom: 36px; }
      section.sidebar-layout article h2.title b {
        font-weight: bolder; }
      section.sidebar-layout article h2.title b.orange {
        color: #f07100; }
    section.sidebar-layout article h4 {
      margin-top: 19px;
      margin-bottom: 31px;
      font-size: 24px;
      font-weight: 600; }
    section.sidebar-layout article p {
      font-size: 16px;
      margin-bottom: 31px;
      line-height: 24px; }
    section.sidebar-layout article img {
      margin: 21px 0px; }
    section.sidebar-layout article div.vision, section.sidebar-layout article div.mission {
      margin-top: 82px;
      display: inline-block; }
    section.sidebar-layout article ul {
      margin-bottom: 50px; }
      section.sidebar-layout article ul li {
        position: relative;
        padding-left: 38px;
        font-size: 16px;
        line-height: 24px; }
        section.sidebar-layout article ul li:before {
          content: "";
          position: absolute;
          top: 4px;
          left: 22px;
          width: 6px;
          height: 6px;
          background: #ee7400;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%; }
    section.sidebar-layout article div.vision {
      margin-right: 150px;
      padding-bottom: 150px; }
      section.sidebar-layout article div.vision p {
        font-size: 22px;
        padding-top: 32px; }
      section.sidebar-layout article div.vision img {
        position: absolute;
        right: 0;
        top: 210px; }
    section.sidebar-layout article div.mission p {
      padding: 0px 10px;
      font-size: 18px; }
    section.sidebar-layout article div.mission div {
      margin-top: 63px; }
    section.sidebar-layout article div.history-container {
      margin-top: 58px; }
      section.sidebar-layout article div.history-container div.history-list {
        padding-bottom: 60px;
        position: relative;
        opacity: 1; }
        section.sidebar-layout article div.history-container div.history-list p.year {
          font-size: 30px;
          font-weight: bold;
          position: relative;
          padding-left: 38px;
          margin-bottom: 24px !important; }
          section.sidebar-layout article div.history-container div.history-list p.year::before {
            position: absolute;
            top: 2px;
            left: 0px;
            content: url("../img/material/logo-thumb-inverse.png"); }
        section.sidebar-layout article div.history-container div.history-list div.description {
          padding-left: 38px; }
        section.sidebar-layout article div.history-container div.history-list::before {
          content: '';
          width: 4px;
          top: 27px;
          bottom: -6px;
          left: 12px;
          position: absolute;
          background: #f07100; }
    section.sidebar-layout article table.operating-table {
      margin: 0 0 20px; }
      section.sidebar-layout article table.operating-table tr td:first-child {
        padding-right: 10px;
        padding-left: 15px; }
      section.sidebar-layout article table.operating-table tr td:nth-child(2) {
        width: 40px; }
    section.sidebar-layout article table.table-list {
      margin-bottom: 40px; }
      section.sidebar-layout article table.table-list tr td {
        font-size: 16px;
        line-height: 24px; }
        section.sidebar-layout article table.table-list tr td:first-child {
          padding-left: 34px;
          padding-right: 25px;
          position: relative; }
          section.sidebar-layout article table.table-list tr td:first-child:before {
            content: "";
            position: absolute;
            top: 7px;
            left: 17px;
            width: 6px;
            height: 6px;
            background: #ee7400;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%; }
        section.sidebar-layout article table.table-list tr td:nth-child(2) {
          width: 35px; }
    section.sidebar-layout article.prod_det .product-det-img {
      width: 100%;
      display: inline-block; }
      section.sidebar-layout article.prod_det .product-det-img img {
        margin: 0; }
      section.sidebar-layout article.prod_det .product-det-img .large .list {
        display: none; }
        section.sidebar-layout article.prod_det .product-det-img .large .list.active {
          display: block; }
      section.sidebar-layout article.prod_det .product-det-img .thumb .list {
        position: relative;
        margin-bottom: 15px;
        cursor: pointer; }
        section.sidebar-layout article.prod_det .product-det-img .thumb .list:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(255, 255, 255, 0.8);
          z-index: 1;
          transition: 0.3s all;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all; }
        section.sidebar-layout article.prod_det .product-det-img .thumb .list span {
          position: absolute;
          top: 0;
          left: 10px;
          right: 0;
          bottom: 0;
          margin: auto;
          text-align: center;
          font-size: 14px;
          color: #fff;
          z-index: 2;
          padding: 0 15px;
          line-height: 18px;
          display: table;
          opacity: 0;
          transition: 0.3s all;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all; }
        section.sidebar-layout article.prod_det .product-det-img .thumb .list.active:after, section.sidebar-layout article.prod_det .product-det-img .thumb .list:hover:after {
          background: #ee7400;
          opacity: 0.8; }
        section.sidebar-layout article.prod_det .product-det-img .thumb .list.active span, section.sidebar-layout article.prod_det .product-det-img .thumb .list:hover span {
          opacity: 1;
          left: 0; }
    section.sidebar-layout article.prod_det h3 {
      font-size: 24px;
      margin-bottom: 30px;
      font-weight: 600; }
    section.sidebar-layout article.prod_det h5 {
      font-size: 16px;
      margin-bottom: 30px; }
    section.sidebar-layout article div.corporate-board {
      padding-right: 7px;
      margin-bottom: 88px;
      position: relative;
      /*&:last-child { 
          padding-right:0px; 
      }*/ }
      section.sidebar-layout article div.corporate-board img {
        margin: 0px; }
      section.sidebar-layout article div.corporate-board div.title-container {
        padding: 28px 0px;
        border-bottom: 4px solid #f07100;
        text-align: center;
        position: absolute;
        background: #ffffff;
        bottom: -50px;
        left: 10px;
        right: 15px; }
        section.sidebar-layout article div.corporate-board div.title-container p.title {
          color: #000000;
          font-weight: 600;
          font-size: 16px;
          margin-bottom: 6px !important; }
        section.sidebar-layout article div.corporate-board div.title-container p.role {
          color: #777777;
          font-size: 14px;
          margin-top: 6px !important;
          margin-bottom: 0px !important; }
      section.sidebar-layout article div.corporate-board div.desc-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 7px;
        bottom: 0;
        background: rgba(241, 113, 0, 0.5);
        opacity: 0;
        text-align: center; }
        section.sidebar-layout article div.corporate-board div.desc-container p {
          padding: 60px 10px 0px 10px;
          color: #ffffff; }
        section.sidebar-layout article div.corporate-board div.desc-container a {
          color: #ffffff;
          font-weight: bolder; }
          section.sidebar-layout article div.corporate-board div.desc-container a:hover {
            color: #29308e !important; }
        section.sidebar-layout article div.corporate-board div.desc-container:hover {
          opacity: 1; }
    section.sidebar-layout article div.corporate-board-detail {
      margin-bottom: 61px;
      overflow: hidden;
      display: none; }
      section.sidebar-layout article div.corporate-board-detail div.image {
        float: left; }
        section.sidebar-layout article div.corporate-board-detail div.image img {
          margin: 0px !important; }
      section.sidebar-layout article div.corporate-board-detail div.content {
        margin-left: 271px;
        max-width: 600px; }
        section.sidebar-layout article div.corporate-board-detail div.content p.title {
          margin-bottom: 12px !important;
          font-size: 28px;
          font-weight: bolder;
          color: #f07100; }
        section.sidebar-layout article div.corporate-board-detail div.content p.role {
          margin-bottom: 12px !important;
          color: #6a6a6a;
          font-size: 18px;
          padding-bottom: 20px;
          margin-bottom: 20px !important;
          border-bottom: 1px solid #999; }
        section.sidebar-layout article div.corporate-board-detail div.content p.description {
          padding-top: 5px; }
    section.sidebar-layout article.business-address h5 {
      margin: 15px 0px !important;
      font-size: 16px !important;
      font-weight: bold;
      color: #f07100 !important; }
    section.sidebar-layout article.business-address p {
      font-weight: bolder;
      font-size: 16px; }
    section.sidebar-layout article.business-address p.office {
      margin: 15px 0px; }
    section.sidebar-layout article.csr-detail img {
      margin-bottom: 41px; }
    section.sidebar-layout article div#sliderCorporation .owl-item {
      float: left; }
    section.sidebar-layout article div.csr {
      max-height: 268px; }
      section.sidebar-layout article div.csr img {
        margin: 0px; }
      section.sidebar-layout article div.csr div.bg-opacity {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0; }
        section.sidebar-layout article div.csr div.bg-opacity div.bg-rounded {
          position: relative;
          display: table;
          vertical-align: middle;
          background: #ee7400;
          text-align: center;
          border-radius: 152px;
          width: 70%;
          height: 100%;
          opacity: 0;
          -ms-transform: scale(0);
          /* IE 9 */
          -webkit-transform: scale(0);
          /* Safari */
          transform: scale(0);
          /* Standard syntax */
          margin: 0 auto; }
          section.sidebar-layout article div.csr div.bg-opacity div.bg-rounded a {
            color: #ffffff !important;
            font-size: 16px;
            display: table-cell;
            vertical-align: middle; }
        section.sidebar-layout article div.csr div.bg-opacity:hover {
          opacity: 1;
          transition: all 0.2s easeIn;
          -webkit-transition: all 0.2s easeIn;
          -moz-transition: all 0.2s easeIn;
          -ms-transition: all 0.2s easeIn;
          -o-transition: all 0.2s easeIn; }
          section.sidebar-layout article div.csr div.bg-opacity:hover .bg-rounded {
            /*transition-delay: 1s;*/
            -webkit-transition-duration: 0.1s;
            /* Safari */
            -webkit-transition-delay: 0.1s;
            /* Safari */
            transition-duration: 0.1s;
            transition-delay: 0.1s;
            -ms-transform: scale(1);
            /* IE 9 */
            -webkit-transform: scale(1);
            /* Safari */
            transform: scale(1);
            /* Standard syntax */
            opacity: 1; }

div.box-product .col-three {
  margin-bottom: 44px; }
div.box-product .list {
  margin: 0 15px;
  position: relative;
  min-height: 420px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-shadow: 3px 4px 20px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 4px 20px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 4px 20px -4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 4px 20px -4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 4px 20px -4px rgba(0, 0, 0, 0.3); }
  div.box-product .list figure img {
    width: 100%;
    margin: 0; }
  div.box-product .list .text {
    padding: 22px 15px; }
    div.box-product .list .text h5 {
      font-size: 16px;
      margin-bottom: 14px; }
    div.box-product .list .text p {
      font-size: 12px;
      line-height: 16px; }
  div.box-product .list .btn-view {
    position: absolute;
    bottom: 30px;
    right: -9px;
    background: #ee7400;
    color: #fff;
    font-size: 12px;
    padding: 11px 15px;
    font-weight: 600; }
    div.box-product .list .btn-view:after {
      content: "";
      position: absolute;
      bottom: -5px;
      right: 0;
      width: 9px;
      height: 5px;
      background: url("../img/material/shadow-btn-right.png") no-repeat center; }
    div.box-product .list .btn-view:hover {
      color: #fff !important; }

section.slider {
  height: auto;
  z-index: 10; }
  section.slider .content {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.15); }
    section.slider .content .container {
      position: relative;
      width: 100%;
      height: 100%;
      resize: vertical; }
      section.slider .content .container .inner {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        resize: vertical;
        text-align: center; }
    section.slider .content h2 {
      font-size: 55px;
      color: #ffffff;
      text-transform: uppercase;
      width: 50%;
      font-weight: bold;
      text-align: center;
      margin: 0px auto;
      margin-bottom: 50px; }
    section.slider .content a {
      padding: 18px 38px;
      background: #ef6d00;
      color: #ffffff;
      margin-top: 20px;
      transition: background-color 0.4s ease;
      -webkit-transition: background-color 0.4s ease;
      -moz-transition: background-color 0.4s ease;
      -ms-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease; }
    section.slider .content a:hover {
      background: transparent;
      transition: background-color 0.5s ease;
      -webkit-transition: background-color 0.5s ease;
      -moz-transition: background-color 0.5s ease;
      -ms-transition: background-color 0.5s ease;
      -o-transition: background-color 0.5s ease;
      border: 1px solid #ffffff;
      color: #fff !important; }
  section.slider .bx-wrapper {
    margin: 0 auto 0px; }
  section.slider .bx-wrapper .bx-pager {
    bottom: 29px; }
  section.slider .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/material/arrow-vertical.png) no-repeat 0 0px; }
  section.slider .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/material/arrow-vertical.png) no-repeat 0 -53px; }
  section.slider .bx-wrapper .bx-controls-direction a {
    width: 63px;
    height: 51px;
    text-indent: -9999px;
    z-index: 9999; }
  section.slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #e0e0e0;
    text-indent: -9999px;
    display: block;
    width: 60px;
    height: 6px;
    margin: 0 5px;
    opacity: 0.7;
    outline: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  section.slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #00719f; }
  section.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00719f; }
  section.slider ul.bxslider li {
    height: 580px;
    background-size: cover;
    background-position: center center; }

/*end*/
section.about {
  min-height: 200px;
  background: #ffffff;
  padding: 98px 0px; }
  section.about .basket {
    width: 50%;
    position: relative; }
    section.about .basket img.img-basket {
      position: absolute;
      /*top: -74px;
      left: -105px;*/
      top: -39%;
      left: -18%; }
  section.about .about-content {
    width: 50%;
    position: relative; }
    section.about .about-content h1 {
      margin-top: 70px;
      margin-bottom: 45px;
      padding-left: 15px;
      font-size: 40px;
      line-height: 1.25;
      font-weight: bolder; }
    section.about .about-content h1::after {
      content: '';
      position: absolute;
      width: 115px;
      height: 6px;
      top: 185px;
      left: 0px;
      background: #00719f; }
    section.about .about-content p {
      padding-left: 15px;
      padding-right: 48px;
      font-size: 18px;
      line-height: 2;
      font-weight: normal; }
    section.about .about-content ul li {
      position: relative; }
      section.about .about-content ul li a {
        color: #ef6d00;
        font-size: 16px;
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 48px;
        font-weight: normal; }

/*end*/
section.projects {
  overflow: hidden; }
  section.projects #sliderProjects .item {
    margin: 0px; }
    section.projects #sliderProjects .item .content {
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      background: rgba(0, 0, 0, 0.15);
      transition: background-color 0.4s ease;
      -webkit-transition: background-color 0.4s ease;
      -moz-transition: background-color 0.4s ease;
      -ms-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease; }
      section.projects #sliderProjects .item .content .container {
        position: relative;
        width: 100%;
        height: 100%;
        resize: vertical; }
        section.projects #sliderProjects .item .content .container .inner {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%);
          resize: vertical;
          text-align: center; }
      section.projects #sliderProjects .item .content h4 {
        font-size: 48px;
        color: #ffffff;
        text-transform: uppercase;
        width: 50%;
        text-align: center;
        margin: 0px auto;
        margin-bottom: 50px; }
      section.projects #sliderProjects .item .content a {
        padding: 18px 38px;
        background: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 18px;
        transition: background-color 0.4s ease;
        -webkit-transition: background-color 0.4s ease;
        -moz-transition: background-color 0.4s ease;
        -ms-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        transition: border 0.2s linear;
        -webkit-transition: border 0.2s linear;
        -moz-transition: border 0.2s linear;
        -ms-transition: border 0.2s linear;
        -o-transition: border 0.2s linear;
        margin-top: 10px; }
      section.projects #sliderProjects .item .content a:hover {
        /*border: 2px solid #00719f;*/
        background: #f07100;
        border: 2px solid #f07100;
        transition: background-color 0.4s ease;
        -webkit-transition: background-color 0.4s ease;
        -moz-transition: background-color 0.4s ease;
        -ms-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        color: #ffffff !important; }
    section.projects #sliderProjects .item .content:hover {
      background-color: rgba(240, 113, 0, 0.6);
      transition: background-color 0.6s ease;
      -webkit-transition: background-color 0.6s ease;
      -moz-transition: background-color 0.6s ease;
      -ms-transition: background-color 0.6s ease;
      -o-transition: background-color 0.6s ease; }
  section.projects #sliderProjects .owl-item {
    float: left;
    height: 640px;
    background-size: cover;
    background-position: center !important;
    position: relative; }
  section.projects #sliderProjects .item img {
    display: block;
    width: 100%;
    height: auto; }
  section.projects #sliderProjects .owl-controls {
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 15px;
    right: 15px;
    font-size: 30px; }
    section.projects #sliderProjects .owl-controls .owl-prev {
      width: 65px;
      height: 50px;
      float: left;
      cursor: pointer;
      background: url(../img/material/arrow-vertical.png) no-repeat 0 0px;
      position: absolute;
      left: 0; }
    section.projects #sliderProjects .owl-controls .owl-next {
      width: 150px;
      height: 53px;
      float: right;
      background: url(../img/material/arrow-vertical.png) no-repeat 0 -53px;
      background-position: bottom right;
      cursor: pointer;
      position: absolute;
      right: 0; }

section.news {
  background-color: #eff5f7;
  padding-top: 106px;
  background-image: url(../img/material/news/bg-news-1.png), url(../img/material/news/bg-news-2.png);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  position: relative; }
  section.news marquee {
    position: absolute;
    top: 0px;
    padding: 15px 12px;
    background: rgba(255, 255, 255, 0.7); }
    section.news marquee a {
      font-size: 12px;
      margin-right: 25px;
      color: #111; }
  section.news .half {
    width: 50%;
    float: left;
    position: relative; }
  section.news .half:first-child div {
    position: relative;
    margin-right: 70px; }
  section.news .half:last-child div {
    position: relative;
    margin-left: 70px; }
  section.news .half:last-child::before {
    content: '';
    width: 1px;
    position: absolute;
    top: 96px;
    bottom: 96px;
    left: 0;
    background: #d7d7d7; }
  section.news .news-content {
    margin-top: 40px;
    word-wrap: break-word;
    display: inline-block; }
    section.news .news-content div.image {
      float: left;
      max-width: 141px;
      margin-right: 0px;
      margin-left: 0px; }
    section.news .news-content div.title-container {
      margin-left: 165px;
      margin-right: 0px; }
    section.news .news-content p.title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
      line-height: 24px; }
    section.news .news-content p.date {
      color: #00719f;
      font-size: 14px;
      font-weight: 600; }
    section.news .news-content p.date, section.news .news-content p.description {
      margin-bottom: 10px;
      line-height: 20px; }
    section.news .news-content a {
      color: #f07100;
      font-size: 15px;
      font-weight: bold; }

section.map {
  background: #f3f2f2;
  text-align: center;
  height: 650px;
  background: url("../img/material/big-map.jpg") no-repeat;
  background-position: center center;
  position: relative; }
  section.map div.pin-container {
    position: absolute;
    width: 432px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    bottom: 71px;
    /*background: rgba(0,0,0,0.3);*/ }
    section.map div.pin-container div.inner {
      position: relative;
      width: 100%;
      height: 100%; }
      section.map div.pin-container div.inner div.pin {
        position: absolute;
        width: 40px;
        height: 40px;
        cursor: pointer;
        /*background: rgba(0,0,0,0.3);*/ }
        section.map div.pin-container div.inner div.pin span {
          position: absolute;
          background-size: 30px !important;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      section.map div.pin-container div.inner div.pin-ambon {
        top: 35px;
        right: 130px; }
        section.map div.pin-container div.inner div.pin-ambon span.ambon {
          background: url("../img/material/pin-map-dark.png") no-repeat; }
      section.map div.pin-container div.inner div.pin-sulawesi-1 {
        top: 54px;
        right: 198px; }
        section.map div.pin-container div.inner div.pin-sulawesi-1 span.sulawesi-1 {
          background: url("../img/material/pin-map-dark.png") no-repeat; }
      section.map div.pin-container div.inner div.pin-sulawesi-2 {
        top: 65px;
        right: 190px; }
        section.map div.pin-container div.inner div.pin-sulawesi-2 span.sulawesi-2 {
          background: url("../img/material/pin-map.png") no-repeat; }
      section.map div.pin-container div.inner div.pin-sulawesi-3 {
        top: 80px;
        right: 184px; }
        section.map div.pin-container div.inner div.pin-sulawesi-3 span.sulawesi-3 {
          background: url("../img/material/pin-map.png") no-repeat; }
      section.map div.pin-container div.inner div.pin-ntt {
        top: 136px;
        right: 166px; }
        section.map div.pin-container div.inner div.pin-ntt span.ntt {
          background: url("../img/material/pin-map-dark.png") no-repeat; }
  section.map h4 {
    padding-top: 77px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative; }
    section.map h4::after {
      content: '';
      width: 115px;
      height: 6px;
      background: #00719f;
      position: absolute;
      right: 0;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      top: 140px; }
  section.map p.desc {
    font-size: 18px;
    margin: 65px auto 23px;
    width: 50%;
    line-height: 32px; }
  section.map a.view {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #f07100; }

section.company {
  padding-top: 105px;
  padding-bottom: 100px;
  background: #ffffff;
  font-size: 14px; }
  section.company .three {
    width: 33.3%;
    float: left;
    position: relative; }
  section.company .three:first-child div {
    position: relative;
    margin-right: 30px;
    margin-left: 0px; }
  section.company .three > div {
    position: relative;
    margin-left: 30px;
    margin-right: 30px; }
  section.company .three div.image {
    float: left;
    max-width: 145px;
    position: relative;
    margin-left: 0px;
    margin-top: 59px; }
  section.company div.title-container {
    margin-left: 165px;
    margin-right: 0px; }
  section.company p.company-name {
    font-size: 18px;
    margin-top: 29px; }
  section.company p.title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 24px;
    padding-top: 167px; }
  section.company p.filesize {
    font-size: 13px; }
  section.company div.rate {
    float: left;
    position: relative;
    margin-left: 51px !important;
    padding-bottom: 36px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 106px; }
  section.company div.rate-up:before {
    content: url("../img/material/up.png");
    position: absolute;
    top: 0;
    left: -51px; }
  section.company div.rate-down:before {
    content: url("../img/material/down.png");
    position: absolute;
    top: 0;
    left: -51px; }
  section.company div.rate:after {
    content: "";
    position: absolute;
    bottom: -23px;
    width: 91%;
    left: -31px;
    height: 45px;
    background-image: url(../img/material/shadow.png);
    background-repeat: no-repeat;
    background-size: 100%; }
  section.company p.number {
    font-weight: bolder;
    font-size: 30px; }
  section.company .three::after {
    content: '';
    width: 1px;
    height: 192px;
    position: absolute;
    top: 96px;
    right: 0;
    background: #d7d7d7; }
  section.company .three:last-child::after {
    content: '';
    width: 0px; }
  section.company .shareprice-content {
    margin-top: 20px; }
  section.company .company-caption {
    overflow: hidden;
    margin-right: 0px !important;
    margin-bottom: 15px;
    margin-top: 10px; }
    section.company .company-caption div {
      color: #111;
      font-weight: bolder;
      margin-right: 0px !important;
      text-transform: uppercase;
      font-size: 14px; }
    section.company .company-caption div.right {
      color: #00719f;
      text-transform: lowercase; }

div.breadcrumb {
  padding: 19px 0px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 40px; }
  div.breadcrumb ul li {
    position: relative; }
    div.breadcrumb ul li a {
      font-size: 13px;
      padding: 0px 13px;
      color: #6a6a6a; }
      div.breadcrumb ul li a.active {
        color: #ee7400; }
    div.breadcrumb ul li:first-child a {
      padding-left: 0px; }
    div.breadcrumb ul li:last-child::after {
      display: none; }
    div.breadcrumb ul li::after {
      content: '';
      width: 5px;
      height: 5px;
      background: #ee7400;
      position: absolute;
      top: 4px;
      right: -10;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }

section.career-app .career-detail {
  display: block !important; }
section.career-app p {
  font-size: 16px; }
section.career-app label {
  font-size: 16px;
  display: block;
  position: relative;
  margin-bottom: 20px; }
  section.career-app label.required:after {
    content: '*'; }
section.career-app .form {
  padding: 0px 20px 40px 0px;
  box-sizing: border-box; }
  section.career-app .form * {
    box-sizing: border-box; }
  section.career-app .form input, section.career-app .form textarea {
    width: 100%;
    background: #f7f6f6;
    border: 1px solid #dddddd; }
    section.career-app .form input:focus, section.career-app .form input:active, section.career-app .form textarea:focus, section.career-app .form textarea:active {
      border: 1px solid #f07100; }
  section.career-app .form textarea {
    min-height: 147px; }

section.career {
  background: #ffffff;
  padding-bottom: 116px; }
  section.career img {
    margin-bottom: 60px; }
  section.career .career-detail {
    display: none; }
    section.career .career-detail h4 {
      font-weight: bold; }
    section.career .career-detail.active {
      display: block; }
  section.career div.career-join div.item-left, section.career div.career-join div.item-center, section.career div.career-join div.item-right {
    width: 33.3%;
    float: left; }
  section.career div.career-join .item-left div.item {
    float: right;
    width: 100%; }
    section.career div.career-join .item-left div.item img {
      float: right; }
  section.career div.career-join .item-right div.item {
    float: left;
    width: 100%; }
    section.career div.career-join .item-right div.item img {
      float: left; }
  section.career table {
    margin-top: 47px;
    display: table;
    width: 100%; }
    section.career table thead {
      background: #eeeeee; }
      section.career table thead th {
        font-size: 20px;
        font-weight: bold;
        padding: 29px 39px;
        text-align: left;
        margin-bottom: 6px;
        position: relative;
        cursor: pointer; }
    section.career table tbody tr {
      border-bottom: 1px solid #eeeeee; }
      section.career table tbody tr:last-child {
        border-bottom: 0px !important; }
    section.career table tbody td {
      padding: 29px 39px;
      font-size: 16px; }
      section.career table tbody td:first-child {
        cursor: pointer; }
      section.career table tbody td:first-child:hover, section.career table tbody td.active {
        font-weight: bold;
        padding: 29px 37px;
        color: #f07100; }
  section.career div.qualification-top {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 51px;
    overflow: auto;
    display: block;
    padding: 45px 18px 35px 18px;
    font-size: 16px; }
    section.career div.qualification-top .col-left, section.career div.qualification-top .col-center {
      width: 30%;
      float: left; }
    section.career div.qualification-top .col-right {
      width: 35%;
      float: right; }
    section.career div.qualification-top .box {
      margin-bottom: 25px; }
      section.career div.qualification-top .box:last-child {
        margin-bottom: 0px; }
  section.career div.qualification-bottom p, section.career div.qualification-bottom b, section.career div.qualification-bottom ul li {
    font-size: 16px;
    line-height: 24px;
    display: block; }
  section.career div.qualification-bottom b {
    padding: 19px 0px; }
  section.career div.qualification-bottom ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 11px; }
    section.career div.qualification-bottom ul li:before {
      content: '';
      width: 5px;
      height: 5px;
      background: #f07100;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      position: absolute;
      top: 10px;
      left: 0px; }

section.release {
  padding-bottom: 35px !important; }
  section.release article div.release-container {
    padding: 15px 0px 44px 0px;
    position: relative;
    display: block;
    border-bottom: 1px dashed #cecece;
    margin-bottom: 45px; }
    section.release article div.release-container:last-child {
      padding: 15px 0px 40px 0px; }
    section.release article div.release-container img {
      margin: 0px 0px 40px 0px; }
    section.release article div.release-container p.title {
      position: relative;
      font-size: 28px;
      padding: 32px 0px;
      font-weight: bolder;
      border-bottom: 1px dashed #cecece;
      margin-bottom: 0px;
      line-height: 32px; }
      section.release article div.release-container p.title::after {
        position: absolute;
        content: '';
        width: 55px;
        height: 6px;
        top: 9px;
        left: 0px;
        background: #00719f; }
    section.release article div.release-container p.date {
      padding: 21px 0px;
      font-size: 14px;
      color: #b7b5b5;
      padding-left: 25px;
      position: relative;
      margin-bottom: 0px; }
      section.release article div.release-container p.date::before {
        position: absolute;
        top: 23px;
        left: 0px;
        content: url("../img/material/date.png"); }
  section.release article div.related-news {
    margin-bottom: 94px;
    overflow: auto; }
    section.release article div.related-news h5 {
      font-size: 20px;
      text-transform: uppercase;
      color: #6a6a6a;
      margin-bottom: 39px; }
    section.release article div.related-news p.title {
      font-size: 18px;
      color: #111;
      position: relative;
      margin-bottom: 22px; }
      section.release article div.related-news p.title::before {
        content: '';
        position: absolute;
        width: 34px;
        height: 6px;
        top: -20px;
        left: 0px;
        background: #00719f; }
    section.release article div.related-news p.date {
      font-size: 14px;
      color: #b7b5b5;
      padding-left: 25px;
      position: relative;
      margin-bottom: 0px; }
      section.release article div.related-news p.date::before {
        position: absolute;
        top: 3px;
        left: 0px;
        content: url("../img/material/date.png"); }
    section.release article div.related-news div.col-two {
      padding-right: 18px;
      padding-left: 0px; }
      section.release article div.related-news div.col-two:last-child {
        padding-left: 18px;
        padding-right: 0px; }
        section.release article div.related-news div.col-two:last-child a.read-more {
          position: absolute;
          bottom: 0px;
          left: 15px; }
      section.release article div.related-news div.col-two p.desc {
        margin-bottom: 70px; }
      section.release article div.related-news div.col-two a.read-more {
        position: absolute;
        bottom: 0px;
        left: 0px; }

section.investor article {
  position: relative; }
section.investor article p {
  line-height: 30px; }
  section.investor article p.highlight-content {
    margin-top: 63px; }
section.investor article i, section.investor article b {
  font-size: 16px;
  display: block; }
section.investor article b {
  margin-bottom: 31px; }
  section.investor article b.title {
    margin-top: 31px; }
section.investor article.gms table {
  width: 60%; }
  section.investor article.gms table td {
    font-size: 16px;
    padding-bottom: 34px; }
    section.investor article.gms table td:nth-child(2) {
      width: 15px; }
section.investor article.gms img {
  margin: 0px; }
section.investor article.gms-announcement {
  padding-right: 100px; }
  section.investor article.gms-announcement table {
    display: block;
    margin-top: 14px; }
    section.investor article.gms-announcement table tr:first-child {
      border-top: 4px solid #ee7400; }
    section.investor article.gms-announcement table tr:last-child {
      border-bottom: 4px solid #ee7400; }
    section.investor article.gms-announcement table tr td {
      font-weight: bold; }
      section.investor article.gms-announcement table tr td:first-child {
        text-align: left;
        padding-left: 48px; }
      section.investor article.gms-announcement table tr td:last-child {
        min-width: 100px; }
  section.investor article.gms-announcement b {
    display: inline-block;
    color: #f07100;
    font-size: 18px;
    margin-left: 36px;
    margin-bottom: 0px; }
section.investor article a.download-pdf {
  margin-top: 14px !important;
  margin-right: 35px; }
section.investor div.list-container {
  margin-top: 29px;
  padding-top: 29px;
  border-top: 1px dashed #cecece; }
  section.investor div.list-container.no-border {
    border-top: 0px dashed #cecece; }
  section.investor div.list-container div.list-item {
    margin-bottom: 52px; }
    section.investor div.list-container div.list-item h5 {
      font-size: 24px;
      font-weight: bold;
      position: relative;
      padding-bottom: 19px;
      margin-bottom: 30px; }
      section.investor div.list-container div.list-item h5:after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 30px;
        height: 4px;
        background: #f07100;
        content: ''; }
    section.investor div.list-container div.list-item p {
      line-height: 24px !important; }
    section.investor div.list-container div.list-item p.alias {
      margin-bottom: 0px; }
section.investor div.majority-detail {
  margin-top: 29px;
  padding-top: 29px;
  border-top: 1px dashed #cecece; }
  section.investor div.majority-detail h4 {
    font-size: 24px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 19px;
    margin-bottom: 40px; }
    section.investor div.majority-detail h4:after {
      position: absolute;
      bottom: 0px;
      left: 0px;
      content: '';
      width: 30px;
      height: 4px;
      background: #f07100; }
  section.investor div.majority-detail img.graph {
    margin: 0px !important;
    float: left; }
  section.investor div.majority-detail .majority-content {
    margin-left: 250px;
    max-width: 500px; }
    section.investor div.majority-detail .majority-content p.desc {
      line-height: 24px;
      padding-top: 26px; }
    section.investor div.majority-detail .majority-content img {
      margin: 0px !important; }
section.investor article.report-annual div.col-three {
  border-bottom: 1px dashed #cecece;
  margin-bottom: 32px; }

/* footer
----------------------------------------------------------------------------------------------*/
footer {
  padding-top: 30px;
  min-height: 113px;
  border-top: 1px solid #111;
  background: #ffffff;
  border-bottom: 4px solid #ef6d00; }
  footer div.company-title {
    position: relative;
    padding-left: 100px;
    padding-top: 16px; }
    footer div.company-title p.company-name {
      margin-bottom: 0px;
      font-size: 15px;
      font-weight: bolder; }
    footer div.company-title p.company-address {
      line-height: 15px; }
    footer div.company-title::before {
      content: url("../img/material/logo-footer.png");
      position: absolute;
      left: 0px;
      top: 0px; }
  footer div.company-contact ul.socmed {
    margin-bottom: 12px; }
    footer div.company-contact ul.socmed li {
      margin-right: 20px; }
      footer div.company-contact ul.socmed li:last-child {
        margin-right: 0px; }
  footer div.company-contact ul.menu-footer li {
    font-size: 14px;
    position: relative;
    margin-bottom: 12px; }
    footer div.company-contact ul.menu-footer li:last-child {
      margin-right: 0px; }
      footer div.company-contact ul.menu-footer li:last-child a {
        padding: 0px !important; }
      footer div.company-contact ul.menu-footer li:last-child::after {
        display: none; }
    footer div.company-contact ul.menu-footer li::after {
      content: '';
      width: 2px;
      height: 2px;
      background: #111;
      position: absolute;
      top: 6px;
      right: 0;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    footer div.company-contact ul.menu-footer li a {
      color: #111;
      padding-right: 13px;
      padding-left: 13px; }
  footer div.company-contact span {
    width: 19px;
    height: 19px;
    display: block; }
  footer div.company-contact span.twitter {
    background: url("../img/material/twitter.png"); }
  footer div.company-contact span.facebook {
    background: url("../img/material/facebook.png"); }
  footer div.company-contact span.instagram {
    background: url("../img/material/instagram.png"); }

/*extended*/
.tabelStockPrice {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-top: 7px;
  display: table;
  width: 100%; }

.tabelbottom {
  font-size: 12px;
  color: #555555;
  line-height: 30px; }

.tabelStockPrice .left {
  width: 47%; }

.tabelStockPrice .right {
  width: 47%; }

.tabelStockPrice .left .rowStockPrice {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  line-height: 30px;
  color: #555555; }

.tabelStockPrice .left .rowStockPrice span.l {
  text-align: left;
  float: left; }

.tabelStockPrice .left .rowStockPrice span.r {
  text-align: right;
  float: right; }

.tabelStockPrice .right .rowStockPrice {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  line-height: 30px;
  color: #555555; }

.tabelStockPrice .right .rowStockPrice:last-child {
  border-bottom: 0px; }

.tabelStockPrice .right .rowStockPrice span.l {
  text-align: left;
  float: left; }

.tabelStockPrice .right .rowStockPrice span.r {
  text-align: right;
  float: right; }

@media only screen and (max-width: 700px) {
  .right, .left {
    width: 100%;
    float: none; } }

/*# sourceMappingURL=style.css.map */
