h1.title {
  padding: 30px 0;
  line-height: 150%;
  font-size: 2.25em;
  font-weight: bold;
  color: #231815;
}
.banner-full {
  border-bottom: 1px solid #Ebebeb;
}
.pa-video {
  margin-left: -15px;
  margin-right: -15px;
}
.pa-video img {
  width: 100%;
  height: auto;
}
.pa-cont .cont {
  padding: 30px;
  text-align: left;
  line-height: 175%;
}
.pa-cont .cont h1, .pa-cont .cont h2 {
  font-weight: bold;
  font-size: 2em;
  line-height: 175%;
}
.pg-about .img img {
  border: 1px solid #ebebeb;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.pg-about .pa-items .info {
  padding: 20px 0;
}
.pg-about .pa-items .tl {
  font-size: 1.5em;
  color: #1D5ED7;
  font-weight: bold;
}
.pg-about .pa-items .cont {
  padding: 15px 0;
  line-height: 150%;
  color: #666;
}
.pg-about .pa-cont, .pg-about .pa-items, .pg-about .pa-contact {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pg-about .pa-cont {
  padding-top: 30px;
}
.pg-about .pa-cont, .pg-about .pa-items {
  border-bottom: 1px solid #ebebeb;
}
.pa-contact .cont {
  width: 75%;
  margin: 0 auto;
  padding: 45px 0;
}
.pa-contact .cont .tl {
  font-size: 1.5em;
  padding-bottom: 30px;
  font-weight:bold;
}
.pa-contact .cont .thu {
  text-align: center;
}

.pa-contact .cont .thu img
{
    max-width:100%;
}

.pa-contact .cont .info {
    line-height: 150%;
    color: #666;
    font-size: 1.125em;
}
.pa-items .thu img {
  width: 100%;
  height: auto;
}
.pa-video {
  /*background-color: #000;*/
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.video-box {
  position: static;
	width: 100%;
  z-index: 99;
}
.pa-video a {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-right: -60px;
    color: #FFF;
    font-size: 4em;
    border: 5px solid #FFF;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 120px;
    background-color: rgba(255, 0, 0, 0.85);
    z-index: 9999;
    display: none;
}
.pa-history {
  padding-top: 30px;
}
.pa-history .item > div {
  padding-top: 15px;
  padding-bottom: 30px;
}
.pa-history .item .tl {
  font-size: 1.25em;
  font-weight: bold;
}
.pa-history .item .spr {
  background: url("../images/dot.png") center center repeat-y;
  text-align: center;
}
.pa-history .item .spr span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 50%;
  background-color: #FFF;
}
.pa-history .item.isopen .spr span {
  background-color: #1D5ED7;
  border-color: #1D5ED7;
}
.pa-history .item h2 {
  line-height: 150%;
}
.pa-history .item .thu {
  padding: 10px 0;
}
.pa-history .item .thu img {
  max-width: 40%;
  height: auto;
}
.item-first .thu, 
.item-hide
{
  display: none;
}
@media screen and (max-width:991px) {
  h1.title {
    padding: 15px 0;
    font-size:2em;
  }
    .pa-contact .cont .tl
    {
        padding-top:8px;
        padding-bottom:8px;
    }
    .pa-cont .cont {
        padding: 15px 0;
    }
  .pg-about .pa-cont, .pg-about .pa-items, .pg-about .pa-contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pa-contact .cont {
    width: 100%;
    padding: 20px 0;
  }
  .pa-video a {
    top: 50%;
    width: 60px;
    height: 60px;
    font-size: 2em;
    margin-left: -30px;
    margin-top: -30px;
    line-height: 50px;
  }

    .pa-history .item .thu img
    {
        max-width:60%;
    }

    .brand-item h2
    {
        font-size:1.25em;
    }

    .pa-history
    {
        padding-top:15px;
    }
}

@media screen and (max-width:576px) {
    h1.title {
        padding: 10px 0;
        font-size: 1.5em;
    }
    .pa-history
    {
        padding-top:5px;
    }

    .pa-history .item .thu img {
        max-width: 80%;
    }

    .pg-about .pa-cont, .pg-about .pa-items, .pg-about .pa-contact {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pa-contact .cont {
        padding: 10px 0;
    }

    .brand-item h2 {
        font-size: 1.125em;
    }
}