/* columns of same height styles */
tr.head-tr {
    border-top: 3px solid #3365bc;
	color: #3365bc;
    font-weight: 900;
}
.align-center {
    text-align: center;
}
.vl {
	border-left: 2px solid #00a0d4;
    height: 4em;
    position: relative;
    align-items: center;
    margin: auto;
    width: 0%;
}
.left-sam {
    text-align: right !important;
	position: relative !important;
    left: 10px !important;
}
.bold-text {
    font-weight: 900;
}
.bg-abu {
    background-color: #f0f0f0;
}
/* START MILESTONE*/
li.timeline-inverted.wow.bounceInUp {
    list-style: none;
}
.timeline {
    list-style: none;
    padding: 5px 0 5px;
    position: relative;
}
.timeline h6 {
    margin-bottom: 0px;
    font-size: 15px;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #eeeeee;
    left: 49%;
    margin-left: -1.5px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
}
.timeline > li {
    margin-bottom: 5px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 45%;
    text-align: left;
    left: -55px;
    top: -26px;
    float: right;
    /* border: 1px solid #d4d4d4; */
    /* border-radius: 4px; */
    padding: 15px;
    position: relative;
    /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 7px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 7px solid transparent;
    content: " ";
	border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 7px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 7px solid transparent;
    content: " ";
	border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
		background: #fcfffe;
    position: absolute;
    top: -19px;
    left: 50.6%;
    margin-left: -38px;
    z-index: 0;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 6px solid #1b76bc;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 12px;
    border-right-width: 0px;
    left: auto;
    right: -12px;
}
.timeline-inverted{
	padding-top:5px;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 12px;
    border-right-width: 0px;
    left: auto;
    right: -12px;
}
.timeline-heading{
    color:#000;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    font-size: 13px;
        color: #777;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
}

.timeline .date-info{
    position: absolute;
    top: -2px;
    left: 40%;
    margin-left: -28px;
    width: 100px;
}
.timeline-inverted .date-info{
        left: 51%;
}


.date-info .month{
    position: absolute;
    top: 10px;
    font-size: 14px;
    left: 70px;
}
.date-info .year{
    position: absolute;
    top: 23px;
    font-size: 14px;
    left: 70px;
}
.date-info .day{
        font-size: 35px;
}
@media (max-width: 768px) {

    .timeline:before {
        left: 0.9%;
    }
    .timeline > li > .timeline-badge {
        left: 2.2%;
    }
    .timeline > li > .timeline-panel{
        width: 94%;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
    }

    .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto;
    }
    .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto;
    }
    .date-info {
        position: absolute;
        top: 1px;
        left: 90%;
        margin-left: -24px;
        width: auto;
    }
    .date-info .day {
        font-size: 12px;
    }
    .date-info .month,.date-info .year{
        position: initial;
        font-size: 12px;
    }

}
/* END MILESTONE*/
canvas#overburdenRemoval {
  width: 70% !important;
  height: 60em !important;
  margin: 0 auto;
}
canvas#coalGetting {
  width: 100% !important;
  height: 43em !important;
  margin: 0 auto;
}
.menubold {
    font-weight: 900 !important;
}
a.menubold:hover,a.menubold:active {
    color: #23527c !important;
    background-color: #f2f2f2;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-xs-top {
    vertical-align: top;
  }

  .col-xs-middle {
    vertical-align: middle;
  }

  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-sm-top {
    vertical-align: top;
  }

  .col-sm-middle {
    vertical-align: middle;
  }

  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-md-top {
    vertical-align: top;
  }

  .col-md-middle {
    vertical-align: middle;
  }

  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-lg-top {
    vertical-align: top;
  }

  .col-lg-middle {
    vertical-align: middle;
  }

  .col-lg-bottom {
    vertical-align: bottom;
  }
}
body {
  font-family: Open Sans;
  color: #666;
}
body.menu-open {
  overflow-y: hidden;
}
body.menu-open .dummy-mobile-menu {
  left: 0 !important;
}
body.menu-open .mobile-menu {
  left: 0% !important;
  background-color: #1b76bc !important;
}
body.menu-open .toggle-menu {
  background-color: #1b76bc;
}
body.menu-open .toggle-menu .bars {
  opacity: 0;
  left: 40px !important;
  background-color: #fff !important;
}
body.menu-open .toggle-menu .bars:first-child {
  opacity: 1;
  top: 10px !important;
  left: 0px !important;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
body.menu-open .toggle-menu .bars:last-child {
  opacity: 1;
  top: -10px !important;
  left: 0px !important;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
body.loading .content {
  opacity: 0.3;
}
body.loading #loading {
  opacity: 1;
}

#loading {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
}
#loading .loading-effect {
  display: block;
  position: relative;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.col-md-2-4 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}
@media (min-width: 992px) {
  .col-md-2-4 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 97%;
  }
}

.icon {
  display: inline-block;
  position: relative;
  height: 100%;
}
.icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
  height: 100%;
}

.content {
  margin-top: 55px;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
}
@media (min-width: 992px) {
  .content {
    margin-top: 135px;
    margin-bottom: 40px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table:not(.no-style) {
  width: 100%;
  font-size: 0.9em;
}
table:not(.no-style).lblue > tbody > tr:first-child td {
  background-color: #00a0d4;
}
table:not(.no-style).w5050 td {
  width: 50%;
}
table:not(.no-style).vtop td {
  vertical-align: top;
}
table:not(.no-style).rcenter td:not(:first-child) {
  text-align: center;
}
table:not(.no-style) > tbody > tr:first-child {
  border-bottom: none;
}
table:not(.no-style) > tbody > tr:first-child td {
  background-color: #fff;
  color: #1b76bc;
  text-align: center;
}
/* table:not(.no-style) > tbody > tr:first-child td:first-child { */
  /* -webkit-border-radius: 30px 0 0 0; */
  /* -moz-border-radius: 30px 0 0 0; */
  /* border-radius: 30px 0 0 0; */
/* } */
/* table:not(.no-style) > tbody > tr:first-child td:last-child { */
  /* -webkit-border-radius: 0 30px 0 0; */
  /* -moz-border-radius: 0 30px 0 0; */
  /* border-radius: 0 30px 0 0; */
/* } */
table:not(.no-style) > tbody > tr:first-child td.lblue {
  background-color: #00a0d4;
}
td.no-borrigth {
    border-left: none !important;
}
table:not(.no-style) > tbody > tr:last-child {
  border-bottom: none;
}
table:not(.no-style) tr {
  border-bottom: 1px dotted #666;
}
table:not(.no-style) td {
  padding: 8px 15px;
  /* border-right: 1px solid #bbbbbb; */
  border-left: 1px solid #bbbbbb;
}
table:not(.no-style) td.center {
  text-align: center;
}

button {
  border: none;
  outline: none;
}

.global-button {
  display: block;
  margin: 15px 0;
  padding: 3px 25px;
  font-size: 0.9em;
  color: #fff;
  background-color: #1b76bc;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.global-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0a65ab;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
#header .mobile-menu-container .language {
  position: absolute;
  top: 16px;
  right: 75px;
}
#header .mobile-menu-container .language .lang-button {
  display: inline-block;
  padding: 3px 5px;
  outline: 1px solid #666;
  font-size: 0.65em;
  background-color: #fff;
}
#header .mobile-menu-container .language .lang-button:hover:not(.active) {
  background-color: rgba(27, 118, 188, 0.3);
  cursor: pointer;
}
#header .mobile-menu-container .language .lang-button.active {
  background-color: #1b76bc;
  color: #fff;
}
#header .upper-part {
  position: relative;
  height: 50px;
}
@media (min-width: 992px) {
  #header .upper-part {
    height: 100px;
  }
}
#header .upper-part .logo {
  float: left;
  padding: 10px 0;
}
@media (min-width: 992px) {
  #header .upper-part .logo {
    padding: 25px 0;
  }
}
#header .upper-part .logo img {
  height: 30px;
}
@media (min-width: 992px) {
  #header .upper-part .logo img {
    height: 50px;
  }
}
#header .upper-part .language {
  position: relative;
  top: 50%;
  float: right;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .upper-part .language .lang-title {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.85em;
}
#header .upper-part .language .lang-button {
  display: inline-block;
  padding: 3px 5px;
  outline: 1px solid #666;
  font-size: 0.85em;
  background-color: #fff;
}
#header .upper-part .language .lang-button:hover:not(.active) {
  background-color: rgba(27, 118, 188, 0.3);
  cursor: pointer;
}
#header .upper-part .language .lang-button.active {
  background-color: #1b76bc;
  color: #fff;
}
#header .nav-menu {
  color: #fff;
  background-color: #1b76bc;
}
#header .nav-menu > ul > .menu-item {
  position: relative;
  float: left;
  width: 123px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-right: 1px solid #fff;
}
@media (min-width: 1200px) {
  #header .nav-menu > ul > .menu-item {
    width: 13%;
  }
}
#header .nav-menu > ul > .menu-item.active {
  color: #00a0d4;
  background-color: #0a65ab;
}
#header .nav-menu > ul > .menu-item:hover {
  background-color: #0a65ab;
  cursor: pointer;
}
#header .nav-menu > ul > .menu-item:hover .sub-menu {
  display: block;
}
#header .nav-menu > ul > .menu-item:last-child {
  border-right: none;
}
#header .nav-menu > ul > .menu-item.menu-icon {
  width: 54px;
}
@media (min-width: 1200px) {
  #header .nav-menu > ul > .menu-item.menu-icon {
    width: 4%;
  }
}
#header .nav-menu > ul > .menu-item > a {
  display: block;
  color: inherit;
}
#header .nav-menu > ul > .menu-item > a:hover {
  text-decoration: none;
}
#header .nav-menu > ul > .menu-item .icon {
  padding: 7px;
  height: 35px;
  fill: #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .nav-menu > ul > .menu-item .icon {
    width: 35px;
  }
}
#header .nav-menu > ul > .menu-item .icon svg {
  display: block;
}
#header .nav-menu > ul > .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -31%;
  width: 773%;
  padding: 10px 15px;
  background-color: #f2f2f2;
  font-size: 0.85em;
  color: #337ab7;
  text-align: left;
  -webkit-box-shadow: 0px 3px 20px -5px black;
  -moz-box-shadow: 0px 3px 20px -5px black;
  box-shadow: 0px 3px 20px -5px black;
}

  #header .nav-menu > ul > #business .sub-menu {
    left: -131.4%
  }
  #header .nav-menu > ul > #investor .sub-menu {
    left: -232%
  }
  #header .nav-menu > ul > #governance .sub-menu {
    left: -332.4%
  }
  #header .nav-menu > ul > #sustainability .sub-menu {
    left: -433%
  }

/* @media (min-width: 992px) {
  #header .nav-menu > ul > .menu-item .sub-menu {
    width: 1204px;
  }
  #header .nav-menu > ul > #business .sub-menu {
    left: -174px;
  }
  #header .nav-menu > ul > #investor .sub-menu {
    left: -348px;
  }
  #header .nav-menu > ul > #governance .sub-menu {
    left: -522px;
  }
  #header .nav-menu > ul > #sustainability .sub-menu {
    left: -696px;
  }
} */

@media (min-width: 1440px) {
  #header .nav-menu > ul > .menu-item .sub-menu {
    width: 774%;
    left: -31%;
  }
  #header .nav-menu > ul > #business .sub-menu {
    left: -131.4%
  }
  #header .nav-menu > ul > #investor .sub-menu {
    left: -232%
  }
  #header .nav-menu > ul > #governance .sub-menu {
    left: -332.4%
  }
  #header .nav-menu > ul > #sustainability .sub-menu {
    left: -433%
  }
}

/* @media (min-width: 1200px) {
  #header .nav-menu > ul > .menu-item .sub-menu {
    width: 1351px;
  }
  #header .nav-menu > ul > #business .sub-menu {
    left: -193px;
  }
  #header .nav-menu > ul > #investor .sub-menu {
    left: -386px;
  }
  #header .nav-menu > ul > #governance .sub-menu {
    left: -579px;
  }
  #header .nav-menu > ul > #sustainability .sub-menu {
    left: -772px;
  }
} */

#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-container {
  width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-item {
  border-bottom: 1px dotted #666;
}
#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-item:last-child {
  border-bottom: none;
}
#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-item:last-child .sub-menu-lv2 .sub-menu-lv2-item:last-child {
  border-bottom: none;
}
#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-item .sub-menu-item-inner {
  display: block;
  padding: 0 5px;
  white-space: nowrap;
}
#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-item .sub-menu-item-inner:hover {
  color: #00a0d4;
  text-decoration: underline;
}
#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-item .sub-menu-lv2 {
  overflow: hidden;
  max-height: 0;
}
#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-item .sub-menu-lv2 .sub-menu-lv2-item {
  padding-left: 30px;
  border-bottom: 1px dotted #666;
}
#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-item .sub-menu-lv2 .sub-menu-lv2-item:first-child {
  border-top: 1px dotted #666;
}
#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-item .sub-menu-lv2 .sub-menu-lv2-item:last-child {
  border-bottom: none;
}
#header .nav-menu > ul > .menu-item .sub-menu .sub-menu-item.show-sub .sub-menu-lv2 {
  max-height: 1000px;
}
#header .nav-menu > ul > .menu-item .form-search {
  opacity: 0;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
}
#header .nav-menu > ul > .menu-item .form-search.active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  #header .nav-menu > ul > .menu-item .form-search.active .search-input {
    width: 698px;
  }
}
@media (min-width: 992px) {
  #header .nav-menu > ul > .menu-item .form-search.active .search-input {
    width: 918px;
  }
}
@media (min-width: 1200px) {
  #header .nav-menu > ul > .menu-item .form-search.active .search-input {
    width: 948px;
  }
}
#header .nav-menu > ul > .menu-item .form-search .icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1b76bc;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .nav-menu > ul > .menu-item .form-search .icon {
    width: 52px;
  }
}
#header .nav-menu > ul > .menu-item .form-search .search-input {
  position: absolute;
  top: 0;
  right: 52px;
  margin: 0;
  padding: 0 15px;
  width: 0;
  height: 35px;
  color: #666;
  line-height: 35px;
  transition: width 300ms;
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  -ms-transition: width 300ms;
  -o-transition: width 300ms;
}
#header .mobile-menu-container {
  position: relative;
  z-index: 10;
}
#header .mobile-menu-container .toggle-menu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 2;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
}
#header .mobile-menu-container .toggle-menu .bars {
  position: relative;
  top: 0;
  left: 0;
  height: 5px;
  width: 30px;
  margin: 5px;
  background-color: #1b76bc;
  transition: background-color 300ms, opacity 300ms, top 300ms, left 300ms, transform 300ms, -moz-transform 300ms, -webkit-transform 300ms, -o-transform 300ms, -ms-transform 300ms;
  -webkit-transition: background-color 300ms, opacity 300ms, top 300ms, left 300ms, transform 300ms, -moz-transform 300ms, -webkit-transform 300ms, -o-transform 300ms, -ms-transform 300ms;
  -moz-transition: background-color 300ms, opacity 300ms, top 300ms, left 300ms, transform 300ms, -moz-transform 300ms, -webkit-transform 300ms, -o-transform 300ms, -ms-transform 300ms;
  -ms-transition: background-color 300ms, opacity 300ms, top 300ms, left 300ms, transform 300ms, -moz-transform 300ms, -webkit-transform 300ms, -o-transform 300ms, -ms-transform 300ms;
  -o-transition: background-color 300ms, opacity 300ms, top 300ms, left 300ms, transform 300ms, -moz-transform 300ms, -webkit-transform 300ms, -o-transform 300ms, -ms-transform 300ms;
}
#header .mobile-menu-container .dummy-mobile-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 55px;
  background-color: #fff;
  transition: background-color 300ms, -webkit-box-shadow 300ms, -moz-box-shadow 300ms, box-shadow 300ms;
  -webkit-transition: background-color 300ms, -webkit-box-shadow 300ms, -moz-box-shadow 300ms, box-shadow 300ms;
  -moz-transition: background-color 300ms, -webkit-box-shadow 300ms, -moz-box-shadow 300ms, box-shadow 300ms;
  -ms-transition: background-color 300ms, -webkit-box-shadow 300ms, -moz-box-shadow 300ms, box-shadow 300ms;
  -o-transition: background-color 300ms, -webkit-box-shadow 300ms, -moz-box-shadow 300ms, box-shadow 300ms;
}
#header .mobile-menu-container .dummy-mobile-header .logo {
  height: 100%;
}
#header .mobile-menu-container .dummy-mobile-header .logo img {
  padding: 10px;
  height: 100%;
}
#header .mobile-menu-container .dummy-mobile-menu {
  display: none;
  position: fixed;
  left: 100%;
  height: 100vh;
  width: 20vw;
}
#header .mobile-menu-container .mobile-menu {
  position: fixed;
  top: 55px;
  bottom: 0;
  left: 100%;
  background-color: #fff;
  width: 100vw;
  transition: left 300ms, background-color 300ms;
  -webkit-transition: left 300ms, background-color 300ms;
  -moz-transition: left 300ms, background-color 300ms;
  -ms-transition: left 300ms, background-color 300ms;
  -o-transition: left 300ms, background-color 300ms;
  overflow: auto;
}
#header .mobile-menu-container .mobile-menu .mobile-top {
  background-color: #f2f2f2;
  padding: 10px;
}
#header .mobile-menu-container .mobile-menu .mobile-top .logo {
  text-align: center;
}
#header .mobile-menu-container .mobile-menu .mobile-top .logo img {
  height: 50px;
}
#header .mobile-menu-container .mobile-menu .mobile-bottom {
  padding: 15px;
  text-align: center;
}
#header .mobile-menu-container .mobile-menu .mobile-bottom > span {
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
#header .mobile-menu-container .mobile-menu .mobile-bottom > img {
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
#header .mobile-menu-container .mobile-menu .search-form {
  height: 40px;
  background-color: inherit;
}
#header .mobile-menu-container .mobile-menu .search-form .input-search {
  height: 100%;
  width: calc(100% - 40px);
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  font-size: 1.3em;
  color: #f2f2f2;
  background-color: transparent;
}
#header .mobile-menu-container .mobile-menu .search-form .button-search {
  width: 40px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  background: none;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item {
  position: relative;
  text-align: right;
  font-size: 1.1em;
  list-style: none;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .form-search {
  padding: 15px 0 0;
  width: 100%;
  text-align: center;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .form-search .search-input {
  display: inline-block;
  padding: 5px 10px;
  width: 90%;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item > a {
  color: #fff;
  display: block;
  padding: 25px 22px;
  text-decoration: none;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item > a:active {
  background-color: inherit;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .toggle-submenu {
  background: transparent;
  border: none;
  width: 30px;
  height: 18px;
  padding: 0;
  outline: none;
  position: absolute;
  top: 14px;
  right: 10px;
  margin-left: -15px;
  z-index: 2000;
  pointer-events: auto;
  cursor: pointer;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .toggle-submenu::before, #header .mobile-menu-container .mobile-menu .mobile-menu-item .toggle-submenu::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  left: 50%;
  top: 0;
  margin-left: -1px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .toggle-submenu::before {
  -webkit-transform: translate3d(0, 75%, 0) rotate3d(0, 0, 1, 135deg);
  -moz-transform: translate3d(0, 75%, 0) rotate3d(0, 0, 1, 135deg);
  -ms-transform: translate3d(0, 75%, 0) rotate3d(0, 0, 1, 135deg);
  -o-transform: translate3d(0, 75%, 0) rotate3d(0, 0, 1, 135deg);
  transform: translate3d(0, 75%, 0) rotate3d(0, 0, 1, 135deg);
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .toggle-submenu::after {
  -webkit-transform: translate3d(0, 75%, 0) rotate3d(0, 0, 1, -135deg);
  -moz-transform: translate3d(0, 75%, 0) rotate3d(0, 0, 1, -135deg);
  -ms-transform: translate3d(0, 75%, 0) rotate3d(0, 0, 1, -135deg);
  -o-transform: translate3d(0, 75%, 0) rotate3d(0, 0, 1, -135deg);
  transform: translate3d(0, 75%, 0) rotate3d(0, 0, 1, -135deg);
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .toggle-submenu span {
  display: none;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .toggle-submenu.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .toggle-submenu.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .mobile-submenu-wrapper {
  max-height: 0;
  overflow: hidden;
  background-color: #1b76bc;
  -webkit-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .mobile-submenu-wrapper.active {
  max-height: 225px;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .mobile-submenu-wrapper .mobile-submenu-item {
  margin: 0 25px;
  font-size: 0.9em;
  border-bottom: 1px dashed #fff;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .mobile-submenu-wrapper .mobile-submenu-item:last-child {
  border-bottom: 0;
}
#header .mobile-menu-container .mobile-menu .mobile-menu-item .mobile-submenu-wrapper .mobile-submenu-item > a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  #home {
    height: calc(100vh - 175px);
  }
}
#home > .container {
  height: 100%;
}
#home > .container > .row.home-banner {
  position: relative;
  height: 300px;
}
@media (min-width: 992px) {
  #home > .container > .row.home-banner {
    height: 60%;
  }
}
#home > .container > .row.home-banner .home-carousel {
  position: relative;
}
#home > .container > .row.home-banner .home-carousel > .owl-stage-outer, #home > .container > .row.home-banner .home-carousel > div > div, #home > .container > .row.home-banner .home-carousel > div > div > div {
  height: 100%;
}
#home > .container > .row.home-banner .home-carousel .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#home > .container > .row.home-banner .home-carousel .owl-dots .owl-dot.active span {
  background-color: #00a0d4;
  border-color: #00a0d4;
}
#home > .container > .row.home-banner .home-carousel .owl-dots .owl-dot span {
  margin: 5px 3px;
  background-color: transparent;
  border: 1px solid #fff;
}
#home > .container > .row.home-banner .home-carousel .banner-item {
  height: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home > .container > .row.home-banner .home-carousel .banner-item .banner-caption {
  position: relative;
  bottom: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*#home > .container > .row.home-banner .home-carousel .banner-item .banner-caption:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1B76BC;
  opacity: 0.4;
}*/

/*@media (min-width: 992px) {
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 40%;
    top: 160px;
    left: 0;
    z-index: -1;
    background: #1B76BC;
    opacity: 0.4;
  }
}*/

@media (min-width: 1440px) {
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 40%;
    top: 60%;
    left: 0;
    z-index: -1;
	  /*background: #1B76BC;
	  opacity: 0.4;*/
  }
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption {
    width: 40%;
    position: relative;
    top: 50%;
  }
}
/*Tambahan buat banner caption*/
@media (min-width: 1024px) {
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption {
    width: 40%;
    position: relative;
	top: 50%;
  }
  #home > .container > .row.home-banner .home-nav .nav-carousel.prev-carousel {
    left: 20px;
    bottom: 78%;
  }
  #home > .container > .row.home-banner .home-nav .nav-carousel.next-carousel {
    right: 20px;
    bottom: 83%;
  }
}

@media (min-width: 1680px) {
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption {
    width: 40%;
    position: relative;
	top: 50%;
  }
  #home > .container > .row.home-banner .home-nav .nav-carousel.prev-carousel {
    left: 20px;
    bottom: 78%;
  }
  #home > .container > .row.home-banner .home-nav .nav-carousel.next-carousel {
    right: 20px;
    bottom: 83%;
  }
}

@media (min-width: 1600px) {
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption {
    width: 40%;
    position: relative;
	top: 50%;
  }
  #home > .container > .row.home-banner .home-nav .nav-carousel.prev-carousel {
    left: 20px;
    bottom: 78%;
  }
  #home > .container > .row.home-banner .home-nav .nav-carousel.next-carousel {
    right: 20px;
    bottom: 83%;
  }
}
@media (min-width: 1920px) {
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption {
    width: 40%;
    position: relative;
	top: 50%;
  }
  #home > .container > .row.home-banner .home-nav .nav-carousel.prev-carousel {
    left: 20px;
    bottom: 78%;
  }
  #home > .container > .row.home-banner .home-nav .nav-carousel.next-carousel {
    right: 20px;
    bottom: 83%;
  }
}

/*ending tambahan buat banner caption*/

@media (max-width: 991px) {
  #home > .container > .row.home-banner .home-nav .nav-carousel.next-carousel {
	  right: 0;
  }
  #home > .container > .row.home-banner .home-nav .nav-carousel.prev-carousel {
		left: 0;
  }
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption {
    position: relative;
    top: 75%;
    bottom: 0;
    padding: 15px;
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
    #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption .banner-desc {
    font-size: 0.7em;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(27, 118, 188, 0.4);
    padding: 1em 16px;
  }
  #home > .container > .row > div .home-inner-section .home-section-content {
    overflow: auto;
    padding: 5px 10px;
    font-size: 0.85em;
    height: 200px;
}
}

@media (min-width: 768px) {
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption {
    width: 60%;
	/*top: 41%;*/
  }
}
#home > .container > .row.home-banner .home-carousel .banner-item .banner-caption .banner-title {
  font-weight: bold;
  font-size: 1.5em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption .banner-title {
    font-size: 2.5em;
  }
}
#home > .container > .row.home-banner .home-carousel .banner-item .banner-caption .banner-desc {
  text-align: justify;
  font-size: 0.85em;
}
@media (min-width: 992px) {
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption .banner-desc {
    font-size: 0.7em;
    position: absolute;
    bottom: 0;
    transform: translateY(-30%);
    background: rgba(27, 118, 188, 0.4);
    padding: 3em 16px;
  }
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption {
    width: 40%;
    position: absolute;
    height: 100%;
    bottom: 0;
  }
}

@media (min-width: 1440px) {
  #home > .container > .row.home-banner .home-carousel .banner-item .banner-caption .banner-desc {
    font-size: 0.8em;
    position: absolute;
    top: 70%;
    transform: translateY(-30%);
    padding-right: 12px;
  }
}
#home > .container > .row.home-banner .home-nav {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  text-align: center;
  background-color: transparent;
}
@media and screen (min-width: 1441px) {
  #home > .container > .row.home-banner .home-nav {
    position: relative;
    right: 0;
    bottom: 370px;
    left: 0;
    z-index: 1;
    height: 100%;
    text-align: center;
    background-color: transparent;
  }
}

#home > .container > .row.home-banner .home-nav .nav-carousel {
  position: absolute;
  bottom: 42%;
  display: inline-block;
  margin: 0;
}
#home > .container > .row.home-banner .home-nav .nav-carousel.prev-carousel {
  left: 20px;
  bottom: 50%;
}
#home > .container > .row.home-banner .home-nav .nav-carousel.next-carousel {
  right: 20px;
  bottom: 50%;
}
#home > .container > .row.home-banner .home-nav .nav-carousel .icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
  fill: #fff;
  stroke: #fff;
  stroke-linejoin: miter;
  stroke-width: 4px;
}
@media (min-width: 768px) {
  #home > .container > .row.home-section {
    height: 40%;
  }
}
@media (min-width: 768px) {
  #home > .container > .row.home-section > div {
    border-right: 1px solid #fff;
  }
  #home > .container > .row.home-section > div:last-child {
    border-right: none;
  }
}
#home > .container > .row > div {
  padding: 0;
  height: 100%;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  #home > .container > .row > div .home-inner-section {
    height: 100%;
  }
}
#home > .container > .row > div .home-inner-section .home-section-title {
  position: relative;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #00a0d4;
}
#home > .container > .row > div .home-inner-section .home-section-title .home-section-link {
  position: absolute;
  top: 4px;
  right: 5px;
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  font-size: 0.8em;
}
#home > .container > .row > div .home-inner-section .home-section-title .home-section-link:hover, #home > .container > .row > div .home-inner-section .home-section-title .home-section-link:focus {
  text-decoration: none;
}
#home > .container > .row > div .home-inner-section .home-section-content {
  overflow: auto;
  padding: 5px 10px;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  #home > .container > .row > div .home-inner-section .home-section-content {
    height: calc(100% - 30px);
  }
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content {
  height: 100%;
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content > section div {
  font-size: 0.8em;
  margin-bottom: 5px;
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content > section div > span {
  font-weight: bold;
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content > section div > span:nth-child(1) {
  margin-right: 5px;
  font-size: 3em;
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content > section div > span:nth-child(2) {
  font-size: 2.5em;
  color: red;
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content > section div #quote-market-notice span {
  font-weight: normal;
  font-size: 2em;
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content > table tbody tr {
  border-bottom: 1px dotted #666;
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content > table tbody tr:last-child {
  border-bottom: none;
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content > table tbody tr td {
  padding: 3px 0;
  text-align: left;
  color: #666;
  border: none;
  background-color: transparent;
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content .share-link-container {
  text-align: center;
}
#home > .container > .row > div .home-inner-section .home-section-content .share-content .share-link-container .share-link {
  display: inline-block;
  margin: 10px 0;
}
#home > .container > .row > div .home-inner-section .home-section-content .annual-report-content {
  height: 100%;
}
@media (min-width: 768px) {
  #home > .container > .row > div .home-inner-section .home-section-content .annual-report-content > .container-fluid {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#home > .container > .row > div .home-inner-section .home-section-content .annual-report-content > .container-fluid .annual-report-year {
  display: block;
  margin: 0 0 8px;
  color: #666;
  font-size: 1.15em;
}
#home > .container > .row > div .home-inner-section .home-section-content .annual-report-content > .container-fluid .annual-report-title {
  font-weight: 700;
}
#home > .container > .row > div .home-inner-section .home-section-content .annual-report-content > .container-fluid .annual-report-download {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
#home > .container > .row > div .home-inner-section .home-section-content .annual-report-content img {
  display: block;
  margin: auto;
  max-height: 100%;
}
#home > .container > .row > div .home-inner-section .home-section-content .quick-links-content .quick-links-item {
  padding: 6px 0;
  border-bottom: 1px dotted #666;
  text-align: center;
  cursor: pointer;
}
#home > .container > .row > div .home-inner-section .home-section-content .quick-links-content .quick-links-item a {
  color: #666;
}
#home > .container > .row > div .home-inner-section .home-section-content .quick-links-content .quick-links-item a:hover {
  color: #00a0d4;
  text-decoration: none;
}
#home > .container > .row > div .home-inner-section .home-section-content .quick-links-content .quick-links-item:last-child {
  border-bottom: none;
}
#home > .container > .row > div .home-inner-section .home-section-content .news-feed-content .news-feed-item {
  padding: 7px 0;
  border-bottom: 1px dotted #666;
  cursor: pointer;
}
#home > .container > .row > div .home-inner-section .home-section-content .news-feed-content .news-feed-item > a {
  color: #666;
}
#home > .container > .row > div .home-inner-section .home-section-content .news-feed-content .news-feed-item > a:hover {
  text-decoration: none;
  color: #00a0d4;
}
#home > .container > .row > div .home-inner-section .home-section-content .news-feed-content .news-feed-item:last-child {
  border-bottom: none;
}

.sidebar-lists {
  margin: 15px 0;
}
.sidebar-lists .sidebar-item {
  font-size: 0.85em;
}
.sidebar-lists .sidebar-item .sidebar-item-anchor {
  display: block;
  margin: 10px 0;
  color: inherit;
  cursor: pointer;
}
.sidebar-lists .sidebar-item .sidebar-item-anchor:hover, .sidebar-lists .sidebar-item .sidebar-item-anchor.active {
  color: #00a0d4;
}
.sidebar-lists .sidebar-item .sidebar-item-anchor:hover {
  text-decoration: underline;
}
.sidebar-lists .sidebar-item .sidebar-item-sub-menu {
  display: none;
  position: relative;
  overflow: hidden;
  margin: -10px 0;
  margin-left: 30px;
  max-height: 0;
  font-size: 0.9em;
}
.sidebar-lists .sidebar-item.show-sub .sidebar-item-sub-menu {
  display: block;
  max-height: 1000px;
}

.page-content-container {
  margin-bottom: 100px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .page-content-container {
    padding: 0;
  }
}
.page-content-container .page-title {
  margin: 15px 0;
  font-size: 1.5em;
  color: #00a0d4;
}
.page-content-container .page-content {
  line-height: 2.25;
  font-size: 0.85em;
  text-align: justify;
}
.page-content-container .page-content .page-image {
  float: left;
  margin: 15px 15px 15px 0;
  max-width: 250px;
}
.page-content-container .page-content p {
  margin-bottom: 20px;
}
.page-content-container .page-content ul {
  list-style: disc;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .page-content-container .page-content ul {
    padding-left: 20px;
  }
}
.page-content-container .page-content ul li {
  margin: 10px 0;
}
.page-content-container .page-content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.page-content-container .page-content ol.tight li {
  margin: 5px 0;
}
.page-content-container .page-content ol li {
  margin: 5px 0;
}
.page-content-container .page-content ol li ul {
  padding-left: 40px;
}

#article-2 .page-content {
  margin-top: 15px;
}

#pdf-1 .pdf-category .pdf-category-item {
  margin: 0 5px;
  font-size: 1.5em;
  color: #666;
  text-decoration: none;
}
#pdf-1 .pdf-category .pdf-category-item:first-child {
  margin-left: 0;
}
#pdf-1 .pdf-category .pdf-category-item:last-child {
  margin-right: 0;
}
#pdf-1 .pdf-category .pdf-category-item:hover {
  color: #00a0d4;
}
#pdf-1 .pdf-category .pdf-category-item.active {
  color: #00a0d4;
}
#pdf-1 .pdf-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dotted #666;
}
@media (min-width: 768px) {
  #pdf-1 .pdf-item.has-date {
    padding: 10px 0 20px;
  }
}
#pdf-1 .pdf-item:last-child {
  border-bottom: none;
}
#pdf-1 .pdf-item .pdf-title {
  position: relative;
  font-size: 1.15em;
}
#pdf-1 .pdf-item .pdf-title .pdf-date {
  font-size: 0.7em;
  color: #aaa;
}
@media (min-width: 768px) {
  #pdf-1 .pdf-item .pdf-title .pdf-date {
    position: absolute;
    top: 85%;
    left: 0;
  }
}
@media (min-width: 768px) {
  #pdf-1 .pdf-item .pdf-download-container {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#pdf-1 .pdf-item .pdf-download-container .pdf-image {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #pdf-1 .pdf-item .pdf-download-container .pdf-image {
    position: relative;
    top: 5px;
    display: block;
    float: left;
  }
}
#pdf-1 .pdf-item .pdf-download-container .pdf-image > img {
  display: block;
  margin: 5px;
  height: 40px;
}
#pdf-1 .pdf-item .pdf-download-container .pdf-download {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #pdf-1 .pdf-item .pdf-download-container .pdf-download {
    display: block;
    float: left;
  }
}
#pdf-1 .pdf-item .pdf-download-container .pdf-download .global-button {
  display: inline-block;
}

#pdf-2 .pdf-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #666;
}
@media (min-width: 768px) {
  #pdf-2 .pdf-item {
    border-bottom: none;
  }
}
#pdf-2 .pdf-item:last-child {
  border-bottom: none;
}
#pdf-2 .pdf-item .pdf-thumb {
  margin-bottom: 15px;
  width: 100%;
  height: 176px;
  /*background-color: #f2f2f2;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#pdf-2 .pdf-item .pdf-sub {
  font-size: 0.85em;
  text-align: left;
}
@media (min-width: 768px) {
  #pdf-2 .pdf-item .pdf-sub {
    height: 32px;
  }
}
#pdf-2 .pdf-item .pdf-title {
  position: relative;
  margin: 15px 0;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 768px) {
  #pdf-2 .pdf-item .pdf-title {
    height: 66px;
  }
}
#pdf-2 .pdf-item .pdf-title .pdf-date {
  position: absolute;
  top: 85%;
  left: 0;
  font-size: 0.7em;
  color: #aaa;
}
#pdf-2 .pdf-item .pdf-download-container {
  text-align: center;
}
@media (min-width: 768px) {
  #pdf-2 .pdf-item .pdf-download-container {
    text-align: left;
  }
}
#pdf-2 .pdf-item .pdf-download-container .pdf-image {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #pdf-2 .pdf-item .pdf-download-container .pdf-image {
    position: relative;
    top: 5px;
    display: block;
    float: left;
  }
}
#pdf-2 .pdf-item .pdf-download-container .pdf-image > img {
  display: block;
  margin: 5px;
  height: 40px;
}
#pdf-2 .pdf-item .pdf-download-container .pdf-download {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #pdf-2 .pdf-item .pdf-download-container .pdf-download {
    display: block;
    float: left;
  }
}
#pdf-2 .pdf-item .pdf-download-container .pdf-download .global-button {
  display: inline-block;
}

#persons .page-title {
  text-align: center;
}
#persons .person-item .person-detail .person-photo {
  margin-top: 40px;
  padding: 0 30px;
}
#persons .person-item .person-detail .person-photo img {
  margin: auto;
  width: 100%;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
@media (min-width: 768px) {
  #persons .person-item .person-detail .person-photo img {
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
}
#persons .person-item .person-detail .person-name {
  margin: 15px 0 5px;
  font-size: 1.15em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#persons .person-item .person-detail .person-position {
  text-align: center;
  height: 54px;
}
#persons .person-item .person-detail .person-description-button-container {
  margin-top: 30px;
  text-align: center;
}
#persons .person-item .person-detail .person-description-button-container .person-description-button {
  display: inline-block;
  cursor: pointer;
}
#persons .person-modal {
  height: 100%;
}
#persons .person-modal .modal-dialog {
  position: relative;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #persons .person-modal .modal-dialog {
    width: 900px;
  }
}
#persons .person-modal .modal-dialog .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#persons .person-modal .modal-dialog .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
#persons .person-modal .modal-close-button {
  position: absolute;
  top: 15px;
  right: 15px;
}
#persons .person-modal .modal-person-image {
  display: block;
  margin: auto;
  max-height: 250px;
}
#persons .person-modal .modal-person-name {
  font-size: 2em;
  line-height: 1.5;
  text-transform: uppercase;
}
#persons .person-modal .modal-person-position {
  margin-bottom: 20px;
  font-size: 1.65em;
  line-height: 1.5;
}
#persons .person-modal .modal-person-description {
  line-height: 2;
  color: #888;
}

.modal-backdrop.in {
  opacity: 0.1;
}

#person .person-container {
  margin-top: 30px;
}
#person .person-container .person-detail .person-photo {
  margin-top: 20px;
  padding: 0 20px;
}
#person .person-container .person-detail .person-photo img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#person .person-container .person-detail .person-name {
  margin: 15px 0 5px;
  text-align: center;
}
#person .person-container .person-detail .person-position {
  font-size: 0.85em;
  text-align: center;
}

#vision-mission .page-content {
  margin: 30px 0;
}
#vision-mission .page-content h1 {
  margin: 15px 0;
  font-size: 1.5em;
  color: #00a0d4;
}

#milestone .milestone-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #666;
}
#milestone .milestone-item:last-child {
  border-bottom: none;
}
#milestone .milestone-item .milestone-year {
  font-size: 1.5em;
  color: #00a0d4;
}
#milestone .milestone-item .milestone-content ul {
  list-style: disc;
}

.board-of-directors .person-item {
  padding: 0;
}
.board-of-directors .person-name {
  font-size: 0.85em !important;
}

#support .support-title {
  margin: 15px 0;
  min-height: 75px;
  font-size: 1.5em;
  line-height: 1.5;
  color: #00a0d4;
  text-align: left;
}
#support .support-address {
  margin-bottom: 20px;
  height: 135px;
}

#certification .certification-table .certification-cell {
  vertical-align: middle;
  padding: 20px;
  width: 50%;
  height: 250px;
}
#certification .certification-table .certification-cell.certification-image {
  background-color: #f2f2f2;
}
#certification .certification-table .certification-cell.certification-image > img {
  display: block;
  margin: auto;
  max-height: 180px;
}
#certification .certification-table .certification-cell.certification-content-container {
  background-color: #00a0d4;
  color: #fff;
}
#certification .certification-table .certification-cell.certification-content-container .certification-name {
  margin-bottom: 20px;
}
#certification .certification-carousel {
  padding: 0 30px;
}
#certification .certification-carousel .certification-item {
  position: relative;
  margin: auto;
  padding: 0 15px;
  width: 110px;
  height: 110px;
  background-color: #00a0d4;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#certification .certification-carousel .certification-item:hover {
  background-color: #1b76bc;
  cursor: pointer;
}
#certification .certification-carousel .certification-item .certification-item-name {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#certification .certification-nav {
  position: relative;
}
#certification .certification-nav .nav-carousel {
  position: absolute;
  top: -70px;
  z-index: 1;
  margin: auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#certification .certification-nav .nav-carousel.certification-next-carousel {
  right: 0;
}
#certification .certification-nav .nav-carousel.certification-prev-carousel {
  left: 0;
}
#certification .page-title {
  margin-bottom: 40px;
  text-align: center;
}

#award .award-item {
  margin: 0 0 30px;
}
#award .award-item:nth-child(odd) .award-item-content {
  background-color: #aaa;
}
#award .award-item .award-item-content {
  background-color: #f2f2f2;
  text-align: center;
}

#operational-result .operational-result-table {
  overflow: hidden;
  margin-top: 20px;
  font-size: 1.15em;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  #operational-result .operational-result-table {
    font-size: 0.8em;
  }
}
#operational-result .operational-result-table .operational-result-header {
  padding: 10px 0;
  color: #fff;
}
#operational-result .operational-result-table .operational-result-header.value-1 {
  background-color: #1b76bc;
}
#operational-result .operational-result-table .operational-result-header.value-2 {
  background-color: #00a0d4;
}
#operational-result .operational-result-table .operational-result-header.value-3 {
  background-color: #777;
}
#operational-result .operational-result-table .operational-result-content {
  padding: 15px;
}
#operational-result .operational-result-table .operational-result-content .operational-result-item {
  margin-bottom: 10px;
}
#operational-result .operational-result-table .operational-result-content .operational-result-item .operational-result-value > span {
  display: inline-block;
  padding: 2px 7px;
  min-width: 50px;
  background-color: #00a0d4;
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#investor.stock-information .page-banner {
  padding: 15px 0;
}
#investor.stock-information .page-banner > section div {
  font-size: 0.8em;
  margin-bottom: 5px;
}
#investor.stock-information .page-banner > section div > span {
  font-weight: bold;
}
#investor.stock-information .page-banner > section div > span:nth-child(1) {
  margin-right: 5px;
  font-size: 3em;
}
#investor.stock-information .page-banner > section div > span:nth-child(2) {
  font-size: 2.5em;
  color: red;
}
#investor.stock-information .page-banner > section div #quote-market-notice {
  position: relative;
  top: 12px;
  float: right;
}
#investor.stock-information .page-banner > section div #quote-market-notice span {
  font-weight: normal;
  font-size: 2em;
}
#investor.stock-information .page-banner .stock-info-table {
  width: 100%;
}
#investor.stock-information .page-banner .stock-info-table table tr td {
  color: #666;
  text-align: left;
  background-color: transparent;
  border-bottom: 1px dotted #666;
}
#investor.stock-information .page-banner .stock-info-table table tr td:last-child {
  text-align: right;
  font-weight: 700;
}
#investor.dividend-history table tr:first-child td {
  text-align: center;
}
#investor.dividend-history table td {
  text-align: center;
}
#investor.dividend-history table td:nth-child(2), #investor.dividend-history table td:nth-child(3) {
  text-align: right;
}
#investor.financial-information .currency {
  margin-right: 30px;
  margin-bottom: 10px;
  text-align: right;
}
#investor.financial-information table tr:first-child td {
  text-align: center;
}
#investor.financial-information table td {
  text-align: center;
}
#investor.financial-information table td:first-child {
  text-align: center;
}

#investor-others .investor-others-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dotted #666;
}
@media (min-width: 768px) {
  #investor-others .investor-others-item.has-date {
    padding: 10px 0 20px;
  }
}
#investor-others .investor-others-item:last-child {
  border-bottom: none;
}
#investor-others .investor-others-item.show-content .investor-others-content {
  max-height: 500px;
}
#investor-others .investor-others-item .investor-others-title {
  position: relative;
  font-size: 1.15em;
}
#investor-others .investor-others-item .investor-others-title .investor-others-date {
  font-size: 0.7em;
  color: #aaa;
}
@media (min-width: 768px) {
  #investor-others .investor-others-item .investor-others-title .investor-others-date {
    position: absolute;
    top: 85%;
    left: 0;
  }
}
@media (min-width: 768px) {
  #investor-others .investor-others-item .investor-others-see-container {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#investor-others .investor-others-item .investor-others-see-container .investor-others-see {
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 768px) {
  #investor-others .investor-others-item .investor-others-see-container .investor-others-see {
    display: block;
    float: left;
  }
}
#investor-others .investor-others-item .investor-others-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 500ms;
  -webkit-transition: max-height 500ms;
  -moz-transition: max-height 500ms;
  -ms-transition: max-height 500ms;
  -o-transition: max-height 500ms;
}
@media (min-width: 768px) {
  #investor-others .investor-others-item .investor-others-content .investor-others-inner-content {
    margin-top: 30px;
  }
}

#career .career-list .career-headers {
  font-size: 1.75em;
  line-height: 1.5;
  color: #00a0d4;
}
#career .career-list .career-separator {
  margin: 15px 0;
  border-style: dotted;
}
#career .career-list .career-item {
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}
#career .career-list .career-item.has-date {
  padding: 10px 0 20px;
}
#career .career-list .career-item:last-child {
  border-bottom: none;
}
#career .career-list .career-item.show-content .career-content {
  height: auto;
}
#career .career-list .career-item .career-title {
  position: relative;
  font-size: 1.15em;
}
#career .career-list .career-item .career-title .career-date {
  position: absolute;
  top: 85%;
  left: 0;
  font-size: 0.7em;
  color: #aaa;
}
#career .career-list .career-item .career-detail-container {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
}
#career .career-list .career-item .career-detail-container .career-detail {
  float: left;
  cursor: pointer;
}
#career .career-list .career-item .career-detail-container .career-detail .career-detail-button {
  margin: 0;
}
#career .career-list .career-item .career-apply-container {
  position: absolute;
  bottom: 0;
  right: 0;
}
#career .career-list .career-item .career-apply-container .career-apply {
  float: left;
  cursor: pointer;
}
#career .career-list .career-item .career-apply-container .career-apply .career-apply-button {
  margin: 0;
}
#career .career-list .career-item .career-content {
  overflow: hidden;
  height: 0;
  transition: height 500ms;
  -webkit-transition: height 500ms;
  -moz-transition: height 500ms;
  -ms-transition: height 500ms;
  -o-transition: height 500ms;
}
#career .career-list .career-item .career-content.show-content .career-form {
  max-height: 400px;
}
@media (min-width: 992px) {
  #career .career-list .career-item .career-content.show-content .career-form {
    max-height: 269px;
  }
}
#career .career-list .career-item .career-content .career-detail-content {
  position: relative;
  margin: 15px 0 0;
}
#career .career-list .career-item .career-content .career-detail-content ul {
  list-style: disc;
}
#career .career-list .career-item .career-content .career-detail-content ul, #career .career-list .career-item .career-content .career-detail-content ol {
  padding-left: 20px;
}
#career .career-list .career-item .career-content .career-detail-content ul > li, #career .career-list .career-item .career-content .career-detail-content ol > li {
  margin: 10px 0;
}
#career .career-list .career-item .career-content .career-form {
  overflow: hidden;
  margin: 15px 0 0;
  max-height: 0;
  transition: max-height 500ms;
  -webkit-transition: max-height 500ms;
  -moz-transition: max-height 500ms;
  -ms-transition: max-height 500ms;
  -o-transition: max-height 500ms;
}
#career .career-list .career-item .career-content .career-form .career-form-content {
  margin: 15px 50px;
  padding: 30px;
  background-color: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#career .career-list .career-item .career-content .career-form .career-input {
  display: block;
  margin: 5px 0;
  padding: 7px 10px;
  width: 100%;
  border: 1px solid #ddd;
}
#career .career-list .career-item .career-content .career-form .career-input:focus {
  outline: none;
  border-color: #00a0d4;
}
#career .career-list .career-item .career-content .career-form textarea {
  resize: vertical;
  margin-bottom: 0 !important;
}
#career .career-list .career-item .career-content .career-form .career-send-button {
  float: right;
  margin: 0;
  display: inline-block;
}
#career .career-list .career-item .career-content .career-form .career-input-file {
  position: absolute;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  margin-bottom: 0;
  width: 0.1px;
  height: 0.1px;
}
#career .career-list .career-item .career-content .career-form .career-input-file-label {
  margin-left: 20px;
  font-weight: normal;
  cursor: pointer;
}
#career .career-list .career-item .career-content .career-form .career-input-file-label > .icon {
  width: 20px;
  height: 20px;
  fill: #666;
}

#contact .contact-address {
  margin-bottom: 20px;
}
#contact-form {
  position: relative;
}
#contact-form > input, #contact-form textarea {
  display: block;
  margin: 10px 0;
  padding: 7px 10px;
  width: 100%;
  border: 1px solid #ddd;
}
#contact-form > input:focus, #contact-form textarea:focus {
  outline: none;
  border-color: #00a0d4;
}
#contact-form > textarea {
  resize: vertical;
}
#contact-form .contact-submit {
  float: right;
  margin: 0;
}

#contactModal .modal-content, #careerModal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#contactModal .modal-contact-button, #careerModal .modal-contact-button {
  padding: 10px 0;
  width: 150px;
  background-color: #1b76bc;
  color: #fff;
}

#search .search-item {
  margin: 20px 0;
}
#search .search-item:first-child {
  margin-top: 0;
}
#search .search-item:last-child {
  margin-bottom: 0;
}
#search .search-item .search-title {
  font-size: 1.5em;
}

@media (min-width: 992px) {
  #footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
#footer .container {
  border-top: 1px solid #fff;
  background-color: #f2f2f2;
}
#footer .container .footer-content {
  padding-top: 10px;
  font-size: 0.75em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #footer .container .footer-content {
    padding-top: 0px;
    line-height: 40px;
  }
}
#footer .container .footer-content .copyright {
  text-align: center;
}
@media (min-width: 768px) {
  #footer .container .footer-content .copyright {
    text-align: left;
    float: left;
  }
}
@media (min-width: 768px) {
  #footer .container .footer-content .footer-logo {
    float: right;
  }
}
#footer .container .footer-content .footer-logo img {
  display: block;
  margin: 15px auto;
  height: 20px;
}
@media (min-width: 768px) {
  #footer .container .footer-content .footer-logo img {
    display: inline-block;
    margin: auto;
  }
}

.mega-menu--title {
  margin-top: 10px;
  font-size: 32px;
}

.mega-menu--desc {
  line-height: 24px;
}

#home > .container > .row.home-banner .home-nav .nav-carousel .arrow-nav {
  width: 36px;
  height: 36px;
  cursor: pointer;
  fill: white;
  stroke: white;
  stroke-linejoin: miter;
  stroke-width: 4px;
}
.owl-dots {
    display: none;
}

/*# sourceMappingURL=style.css.map */
