/* header
 -----------------------------------------------------*/
 .blk-history-1 {
  position: relative;
}
.blk-history-1 .img-main img {
  width: 100%;
}
.blk-history-1 .content {
  position: absolute;
  width: 39%;
  left: 57%;
  top: 1.7vw;
  color: #FFF;
}
.blk-history-1 .content .caption {
  font-size: 4.2vw;
  line-height: 1.2em;
}
.blk-history-1 .content .info {
  width: 80%;
  font-size: -webkit-calc(1vw + 1px);
  font-size: calc(1vw + 1px);
}
.blk-history-1 .content .legendarybiru {
  width: 70%;
}
.blk-history-1 .content .legendarybiru img {
  margin: 0 0 1vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blk-history-1 .content {
    width: 90%;
    left: 5%;
    top: auto;
    bottom: 4%;
  }
  .blk-history-1 .content .caption {
    font-size: 10vw;
    line-height: 1.1em;
    margin: 0px 0px 2vw;
  }
  .blk-history-1 .content .info {
    width: 100%;
    color: #000;
    font-size: -webkit-calc(2.3vw + 3px);
    font-size: calc(2.3vw + 3px);
    text-align: justify;
  }
}

.blk-history-2 {
  width: 100%;
  overflow: hidden;
}
.blk-history-2 .slider-history.slider-mb {
  z-index: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}
.blk-history-2 .slider-history .item img {
  height: 50vw;
  width: auto !important;
}
.blk-history-2 .slider-history .owl-nav {
  margin: 0;
}
.blk-history-2 .slider-history .owl-nav .owl-prev {
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.9vw;
  height: 1.9vw;
  background: url(../images/ico-prev-hl.png) no-repeat center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.blk-history-2 .slider-history .owl-nav .owl-next {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.9vw;
  height: 1.9vw;
  background: url(../images/ico-next-hl.png) no-repeat center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .blk-history-2 .slider-history.slider-desktop {
    z-index: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .blk-history-2 .slider-history.slider-mb {
    z-index: 1;
    height: auto;
    width: auto;
    visibility: visible;
    overflow: initial;
  }
  .blk-history-2 .slider-history .item img {
    height: 112.9vw !important;
    width: auto !important;
  }
  .blk-history-2 .slider-history .owl-nav {
    margin: 0;
  }
  .blk-history-2 .slider-history .owl-nav .owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.3vw;
    height: 5.3vw;
    background: url(../images/ico-prev-hl.png) no-repeat center center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    opacity: 0.8;
  }
  .blk-history-2 .slider-history .owl-nav .owl-next {
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.3vw;
    height: 5.3vw;
    background: url(../images/ico-next-hl.png) no-repeat center center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    opacity: 0.8;
  }
}

.blk-history-3 {
  position: relative;
  text-align: center;
}
.blk-history-3 img {
  width: 100%;
}
.blk-history-3 .caption {
  font-size: 4vw;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 2.4%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.2em;
}
.blk-history-3 .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8vw;
  position: absolute;
  cursor: pointer;
  text-align: left;
}
.blk-history-3 .text:hover {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
}
.blk-history-3 .text .icon {
  width: 4.5vw;
}
.blk-history-3 .text .icon img {
  width: 100%;
}
.blk-history-3 .text p {
  padding-left: 0.5vw;
  line-height: 1.2em;
}
.blk-history-3 .text.text-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  left: 20%;
  top: 56%;
}
.blk-history-3 .text.text-1 p {
  padding: 0px 0.5vw 0px 0px;
}
.blk-history-3 .text.text-2 {
  right: 17%;
  top: 33%;
}
.blk-history-3 .text.text-3 {
  right: 22%;
  top: 64%;
}
.blk-history-3 .text.text-3 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .blk-history-3 .caption {
    font-size: 10vw;
    width: 90%;
    top: 6%;
  }
  .blk-history-3 .text {
    display: block;
    font-size: 4vw;
  }
  .blk-history-3 .text p {
    text-align: center;
    display: inline-block;
  }
  .blk-history-3 .text span {
    display: block;
  }
  .blk-history-3 .text .icon {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 9vw;
  }
  .blk-history-3 .text.text-1 {
    left: 5%;
    top: 40%;
  }
  .blk-history-3 .text.text-3 {
    left: 7.8%;
    top: 59.5%;
    right: auto;
  }
  .blk-history-3 .text.text-2 {
    right: 3.6%;
    top: 48%;
  }
}

.blk-history-4 .slider-introduce {
  margin: 0;
  background: url(../images/history/bg-blk-4.jpg) no-repeat top left #ffffff;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.blk-history-4 .slider-introduce .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4vw -webkit-calc(14.5% + 15px) 4vw -webkit-calc(14.5% + 15px);
  padding: 4vw calc(14.5% + 15px) 4vw calc(14.5% + 15px);
}
.blk-history-4 .slider-introduce .item .produce {
  width: 31%;
  text-align: center;
}
.blk-history-4 .slider-introduce .item .produce img {
  width: auto;
  max-height: 28vw;
  margin: 0 auto;
}
.blk-history-4 .slider-introduce .item .content {
  text-align: justify;
  width: 67%;
}
.blk-history-4 .slider-introduce .item .content .caption {
  color: #f4aa1c;
  text-transform: uppercase;
  font-size: 2.2vw;
  margin: 0 0 0.7vw;
  display: block;
}
.blk-history-4 .slider-introduce .item .content .title {
  font-size: 2vw;
  line-height: 1.2em;
}
.blk-history-4 .slider-introduce .item .content .info {
  margin: 0px 0px 0.5vw;
}
.blk-history-4 .slider-introduce .item .bottom-meta {
  width: 55%;
  font-size: 1.3vw;
  margin: 0 0 0.8vw;
}
.blk-history-4 .slider-introduce .item .bottom-meta .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blk-history-4 .slider-introduce .item .bottom-meta span {
  color: #f4aa1c;
}
.blk-history-4 .slider-introduce .owl-nav {
  margin: 0;
}
.blk-history-4 .slider-introduce .owl-nav .owl-prev {
  position: absolute;
  left: 16.5%;
  top: 53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.7vw;
  height: 1.7vw;
  background: url(../images/ico-prev-hl.png) no-repeat center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.blk-history-4 .slider-introduce .owl-nav .owl-next {
  position: absolute;
  left: 34%;
  top: 53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.7vw;
  height: 1.7vw;
  background: url(../images/ico-next-hl.png) no-repeat center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .blk-history-4 .slider-introduce .item .produce {
    height: auto !important;
  }
  .blk-history-4 .slider-introduce .owl-prev {
    top: 53% !important;
  }
  .blk-history-4 .slider-introduce .owl-next {
    top: 53% !important;
  }
}
@media screen and (max-width: 768px) {
  .blk-history-4 {
    position: relative;
    background: url(../images/history/bg-blk-4-mb.jpg) no-repeat top left #ffffff;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 16vw 0 0;
  }
  .blk-history-4 .caption {
    position: absolute;
    top: 6.5vw;
    left: 0;
    font-size: 6vw;
    text-align: center;
    width: 100%;
    z-index: 10;
    text-transform: uppercase;
    color: #f4aa1c;
    z-index: 30;
  }
  .blk-history-4 .slider-introduce {
    background: none;
    padding: 0vw 0 4vw 0;
  }
  .blk-history-4 .slider-introduce .item {
    background: none;
    display: block;
    padding: 0vw 0 0px 0;
  }
  .blk-history-4 .slider-introduce .item .produce {
    height: 40vh !important;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 2vw auto;
    padding: 0px;
  }
  .blk-history-4 .slider-introduce .item .produce img {
    max-width: 100%;
    max-height: 40vh;
  }
  .blk-history-4 .slider-introduce .item .content {
    width: 100%;
    padding: 0 8% 0 8%;
  }
  .blk-history-4 .slider-introduce .item .content .title {
    font-size: 4vw;
    text-align: center;
  }
  .blk-history-4 .slider-introduce .item .content .info {
    margin: 0px 0px 1vw;
  }
  .blk-history-4 .slider-introduce .item .bottom-meta {
    font-size: 4.5vw;
    text-align: center;
    width: 100%;
    margin: 0 0 3vw;
    line-height: 1.2em;
  }
  .blk-history-4 .slider-introduce .item .bottom-meta .meta {
    width: 65%;
    margin: 0 auto;
  }
  .blk-history-4 .slider-introduce .item .smd-more {
    text-align: center;
  }
  .blk-history-4 .slider-introduce .owl-nav .owl-prev {
    width: 5vw;
    height: 5vw;
    top: 25%;
  }
  .blk-history-4 .slider-introduce .owl-nav .owl-next {
    width: 5vw;
    height: 5vw;
    top: 25%;
    right: 19%;
    left: auto;
  }
}
