@font-face {
  font-family: 'KlavikaWebBasicRegular';
  src:  url('../fonts/sika/KlavikaWebBasicRegular.eot?8m4p2m');
  src:  url('../fonts/sika/KlavikaWebBasicRegular.eot?8m4p2m#iefix') format('embedded-opentype'),
  url('../fonts/sika/KlavikaWebBasicRegular.woff?8m4p2m') format('woff');
}

@font-face {
  font-family: 'KlavikaWebBasicLight';
  src:  url('../fonts/sika/KlavikaWebBasicLight.eot?8m4p2m');
  src:  url('../fonts/sika/KlavikaWebBasicLight.eot?8m4p2m#iefix') format('embedded-opentype'),
  url('../fonts/sika/KlavikaWebBasicLight.woff?8m4p2m') format('woff');
}
@font-face {
  font-family: 'KlavikaWebBasicLightItalic';
  src:  url('../fonts/sika/KlavikaWebBasicLightItalic.eot?8m4p2m');
  src:  url('../fonts/sika/KlavikaWebBasicLightItalic.eot?8m4p2m#iefix') format('embedded-opentype'),
  url('../fonts/sika/KlavikaWebBasicLightItalic.woff?8m4p2m') format('woff');
}
@font-face {
  font-family: 'KlavikaWebBasicMedium';
  src:  url('../fonts/sika/KlavikaWebBasicMedium.eot?8m4p2m');
  src:  url('../fonts/sika/KlavikaWebBasicMedium.eot?8m4p2m#iefix') format('embedded-opentype'),
  url('../fonts/sika/KlavikaWebBasicMedium.woff?8m4p2m') format('woff');
}
@font-face {
  font-family: 'KlavikaWebBasicMediumItalic';
  src:  url('../fonts/sika/KlavikaWebBasicMediumItalic.eot?8m4p2m');
  src:  url('../fonts/sika/KlavikaWebBasicMediumItalic.eot?8m4p2m#iefix') format('embedded-opentype'),
  url('../fonts/sika/KlavikaWebBasicMediumItalic.woff?8m4p2m') format('woff');
}

body {
  color: #000;
  font: normal 10pt/1.22 Arial, sans-serif;
  font-family: 'KlavikaWebBasicLight', sans-serif;
  font-size:18px;
  position: relative;
}

b, strong {
  font-weight: bold;
}

sup {
	vertical-align: super;
	font-size: 0.8em;
}

.page {
  clear: both;
  padding: 86px 0 0 0;
  width: 750px;
  /*height: 1240px;*/
      height: 1260px;
        height: auto;
  /*overflow: hidden;*/
}
@-moz-document url-prefix() {
	.page {
		height: 1300px;
	}
}
.page-break  {
  display:block;
  page-break-before: always !important;
}

/* header */
.header {
  width: 750px;
  height: 75px;
  float: left;
  position: relative;
  /*border-bottom: 1px solid #9c9e9f;*/
  margin-bottom: 10px;
}

.header .logo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.header .info {
  position: absolute;
  left: 0;
  bottom: 0;
}

.header .asof {
  padding-left: 2px;
}

.header h1 {
    font-size: 44px;
    text-transform: capitalize;
    white-space: nowrap;
	font-family: 'KlavikaWebBasicRegular';
	color: #000;
}


/* Show header and footer */
.show-header-footer .page {
  padding: 0;
}

.footer {
  clear: both;
  width: 750px;
  float: left;
  height: 32px;
  line-height: 32px;
  border-top: 1px solid #9c9e9f;
  position: relative;
}

.footer .left {
  float: left;
}

.footer .right {
  float: right;
  text-align: right;
}

.footer .right img {
  float: right;
  width: 100px;
  height: auto;
  margin: 8px 0 0 8px;
}

.footer .middle {
  position: absolute;
  left: 0;
  top: 0;
  /*width: 870px;*/
  width: 750px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-indent: -14px;
}

/* content */
.left {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
}

.right {
  float: right;
  width: 47.5%;
  margin-left: 2.5%;
}

/*h2 {
  float: left;
  width: 100%;
  font-size: 14pt;
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  color: #9D9D9D;
  border-bottom: 1px solid #9c9e9f;
  margin: 30px 0 14px 0;
}*/
h2 {
    float: left;
    width: 100%;
    font-size: 38px;
    /* font-family: "Trebuchet MS", Arial, sans-serif; */
    text-transform: capitalize;
    color: #000;
    /* border-bottom: 1px solid #9c9e9f; */
    margin: 20px 0 14px 0;
    font-family: 'KlavikaWebBasicMedium';
    font-weight: 100;
}

.content {
  clear: both;
  /*float: left;*/
  width: 100%;
}

.text p {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
}
.clear {
  clear: both;
}

/* CHART */
.chart iframe {
  width: 100%;
  height: 295px;
  overflow: hidden;
  border: none;
}

/* SHAREHOLDERS */
.shareholder {
  display: table;
  float: left;
  width: 97.5%;
  margin-right: 2.5%;
  position: relative;
}

.shareholder td {
  display: table-cell;
  padding: 3px 0;
}

.shareholder .col2 {
  text-align: right;
}

/* MANAGEMENT */
.mngmt {
  float: left;
  width: 100%;
}

.mngmt li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}

.mngmt li img {
  width: 100%;
}

.mngmt .chairman,
.mngmt strong {
  display: block;
}

.mngmt li:nth-child(3n+3) {
  margin-right: 0;
}

.mngmt .chairman {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* SUPERVISORY BOARD */
.sprvb li {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
  padding: 3px 0;
}

.sprvb li:before {
  content: " ";
  display: inline-block;
  width: 3px;
  height: 3px;
  border: 1px solid #304f71;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}

.sprvb li:nth-child(2n+2) {
  width: 50%;
  margin-right: 0;
}

/* STOCK FUNDAMENTAL */
.sharedata td {
  padding: 3px 0;
}

.sharedata .col0 {
  padding-right: 24px;
  white-space: nowrap;
}

/* CALENDAR */
.calendar {
  width: 100%;
}

.calendar td {
  padding: 3px 0;
}

.calendar .col0 {
  padding-right: 20px;
  font-weight: bold;
  width: 90px;
}

/* financial table */
table.figures {
  width: 100%;
}

.figures b {
  font-weight: bold;
}

.figures td {
  padding: 3px 0;
  text-align: right;
  width: 100px;
}

.figures .col0 {
  text-align: left;
  width: auto;
}

.footnote table {
  width: 100%;
}
.footnote td:first-child {
  width: 12px;
  padding-right: 2px;
  text-align: right;
}

/* charts */

.chart-unit {
  position: relative;
  top: -8px;
}

.chart-content {
  background: #F2F3F2;
}

/* sheet end */

.sheet-end {
  position: relative;
    /* bottom: 0; */
    /* left: 0; */
    background: #FFC510;
    color: #000;
    font-style: italic;
    font-size: 10pt;
    width: 750px;
    padding: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.show-header-footer .sheet-end {
  margin-bottom: 18px;
  margin-top: 18px;
}

.sheet-end h3 {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 6px;
}

.sheet-end a {
  color: #000;
  text-decoration: none;
}

/**/

table.fact-figures, table.marked_col.figures {
  width: 100%;
  font-size: 12px;
}

.lang_en  table.marked_col.figures td {

  font-size: 12px!important;
}


table.fact-figures th, table.marked_col.figures th {
  text-align: left;
}

table.fact-figures th.table-head, table.marked_col.figures td.row1.firstCol {
  font-weight: bold;
  padding: 5px 0;
  background: #e3e4e5;
  text-transform: uppercase;
  width: 100vw;
  color: #000;
  text-align: left;
}
table.marked_col.figures td.row1, table.marked_col.figures td.row9, table.marked_col.figures td.row20, table.marked_col.figures td.row24, table.marked_col.figures td.row30 {
  padding: 5px 0;
  background: #e3e4e5;
}

table.fact-figures tr, table.marked_col.figures tr {
  border-bottom: 1px solid #b1b3b4;

}

table.fact-figures tr th, table.fact-figures tr td, table.marked_col.figures tr th, table.marked_col.figures tr td {
  padding: 5px 0;
}

table.fact-figures tr:first-child, table.marked_col.figures tr:first-child {
  border: none;
}

.lang_en  table.marked_col.figures .firstCol{
  width: 300px;

}

/**/

table.calendar td {
  width: 130px;
  padding: 0px 10px 10px 0px;
  font-size: 15px;
  line-height: 24px;

}

table.calendar tr td:first-child {
  font-weight: bold;
}
address.left, address.right {
    font-style: normal;
}
.sheet-end h3 {
    font-style: normal;
}
.content.annual {
  font-size: 10px;
  padding-top: 5px;
}
.content.annual sup sup {
  font-size:10px;
  vertical-align:sub;
  padding-left:3px;
}