/* border line  */

  .title-news {
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, #03a3e6 0%, #f3cf46 100%), -webkit-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
    background-image: -moz-linear-gradient(left, #03a3e6 0%, #f3cf46 100%), -moz-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
    background-image: -o-linear-gradient(left, #03a3e6 0%, #f3cf46 100%), -o-linear-gradient(left, #03a3e6 0%, #f3cf46 100%);
    background-image: linear-gradient(to right, #03a3e6 0%, #f3cf46 100%), linear-gradient(to right, #03a3e6 0%, #f3cf46 100%);
  }

  .title-news {
    background-position: 0 100%, 0 100%;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
  }

/* main */
#main.ir {
  margin-bottom: 0;
}

#news {
    margin: 100px 0 0;
}

.title-news {
  padding-bottom: 40px;
  text-align: center;
}

.title h2 {
    font-size: 3.25em;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.title p {
    font-size: 0.875em;
    font-weight: 500;
}

.wrapper-news {
  padding-top: 50px;
  margin-bottom: 70px;
}

.wrapper-news .pl-pc{
  padding-left: 45px;
}

.wrap-material {
  background-color: #f5f5f5;
  padding: 40px;
  margin-bottom: 40px;
}

.title-material {
  position: relative;
  font-size: 1.5em;
  padding-bottom: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.title-material:after {
  content: '';
  position: absolute;
  width: 20px;
  border-top: 1px solid;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.box-material {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #999;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.box-material:hover {
  background: #333;
  color: #fff;
}

.box-material:hover > .file-material .pdf-link:before {
  background-image: url(../images/icon_pdf_hover.svg);
  background-repeat: no-repeat;
}

.box-material:hover > .file-material .excel-link:before {
  background-image: url(../images/icon_excel_hover.svg);
  background-repeat: no-repeat;
}

.box-material:hover > .file-material .blank-link:before {
  background-image: url(../images/icon_blank_hover.svg);
  background-repeat: no-repeat;
}

.box-material:last-child {
  margin-bottom: 0;
}

.content-material {
  display: block;
  text-align: left;
  padding: 0 10px;
  margin-right: 27px;
  width: 83%;
  border-right: 1px solid #ccc;
}

.content-material p {
  margin-bottom: 0;
  line-height: 1.85em;
}

.wrap-corpo {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: auto;
  height: 260px;
  background-image: url('/common/images/ir/image-1.png');
  background-repeat: no-repeat;
  padding: 20px;
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.wrap-corpo:hover {
  opacity: .5;
}

.box-corpo {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.box-corpo p {
  margin-bottom: 0;
  font-size: 1.125em;
}

.file-material .pdf-link {
  padding: 0 0 0 20px;
}

.wrap-img-content-bot {
  margin-bottom: 60px;
}

.wrap-content-bot[column="3"] .border-line-content:before {
  height: 100px;
}

.box-content-bot p {
  font-size: 1em;
  font-weight: 400;
}

.wrap-know {
  background-color: #f5f5f5;
  padding: 80px 0 50px;
}

.wrap-know .title-news {
  margin-bottom: 50px;
}

.nav-tabs .nav-item:last-child {
  border: none;
}

.wrap-board .nav-tabs {
  margin-bottom: 50px;
}

.wrap-board .nav-tabs .nav-item{
  width: 120px;
  border: 1px solid #333;
  padding: 8px 0;
  border-radius: inherit;
  margin-right: 10px;
  text-align: center;
  color: #333;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-bottom: 10px;
  font-size: 0.875em;
}

.wrap-board .nav-tabs .nav-item.active, .wrap-board .nav-tabs .nav-item:hover {
  color: #fff;
  background-color: #333;
}

@media (max-width: 992px){
    .wrap-material {padding:20px 10px!important;}
}

@media (max-width: 768px){
    .wrap-content-bot:before,.wrap-content-bot[column="3"]:before {top:-36px!important;left:5%!important;}
}