/*======================= box 1 =====================*/
.bannerhome .img a{
  display: block;
  position: relative;
}
.bannerhome .img a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  pointer-events: none;
}
.bannerhome .img a img{
  width: 100%;
}
/*======================= box 1 =====================*/
/*======================= box 2 =====================*/
.abouthome{
  padding: 70px 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.abouthome .grabout{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin: 0 -10px;
}
.abouthome .grabout > div{
  padding: 0 10px;
}
.abouthome .grabout .coll{
  width: 33.33333%;
}
.abouthome .grabout .colr{
  width: 66.66666%;
}
.abouthome .logoab{
  max-width: 310px;
}
.abouthome .decsab .dscont{
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 27px;
}
.abouthome .decsab .dscont strong{
  color: #a01d21;
}
.abouthome .dsinfo{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.abouthome .dsinfo > div{
  width: 50%;
  margin-bottom: 24px;
  padding: 0 12px;
}
.abouthome .iteminfoab{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.abouthome .iteminfoab .icon{
  width: 60px;
  text-align: center;
}
.abouthome .iteminfoab .txt{
  width: calc(100% - 60px);
  padding-left: 5px;
}
.abouthome .iteminfoab .txt .t1{
  color: #a01d21;
  font-size: 26px;
  line-height: 37px;
}
.abouthome .iteminfoab .txt .t2{
  font-size: 18px;
  line-height: 27px;
}
/*======================= box 2 =====================*/
/*======================= box 3 =====================*/
.doccumenthome .dctabhome{
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
.vhtabdoc .mccont ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.vhtabdoc .mccont ul li{
  width: 33.3333%;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.vhtabdoc .mccont ul li:last-child{
  border-right: none;
}
.vhtabdoc .mccont ul li a{
  text-align: center;
  display: block;
  padding: 8px 10px 6px;
  color: #888888;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
}
.vhtabdoc .mccont ul li.active a,.vhtabdoc .mccont ul li a:hover{
  color: #a01d21;
}
.doccumenthome .dcconthome{
  padding: 50px 0;
}
.lstdochome{
  margin-bottom: 30px;
}
.itemdocument{
  padding: 15px 20px;
  position: relative;
}
.itemdocument:nth-child(even){
  background-color: #f1f1f1;
}
.itemdocument .idtitle{
  display: flex;
  padding-right: 110px;
  margin-bottom: 5px;
}
.itemdocument .idtitle .icon{
  width: 30px;
}
.itemdocument .idtitle .txt{
  width: calc(100% - 30px);
  padding-left: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #23428d;
  font-weight: 500;
  max-width: 810px;
}
.itemdocument .idtitle .txt a{
  color: #23428d;
}
.itemdocument .idcont{
  margin-bottom: 5px;
}
.itemdocument .iddateview{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.itemdocument .iddateview .iddate{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  color: #888888;
  font-size: 12px;
  line-height: 20px;
}
.iddateview .iddate .iidate{
  margin-right: 20px;
  position: relative;
}
.iddateview .iddate .iidate::before{
  content: '|';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.iddateview .iddate .iview span{
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.iddateview .iddate .iview span::before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
}
.iddateview .idview{
  display: flex;
  align-content: center;
  align-items: center;
}
.iddateview .idview .iidown{
  display: flex;
  align-content: center;
  align-items: center;
}
.iddateview .idview .iidown > div{
  margin-right: 40px;
}
.iddateview .idview .iidown > div:last-child{
  margin-right: 0;
}
.iddateview .idview .iimore a{
  color: #23428d;
  display: inline-block;
}
.iddateview .idview .iimore a span{
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.iddateview .idview .iimore a span::before{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
}
.iddateview .idview .iiview{
  position: absolute;
  right: 15px;
  top: 15px;
}
.iddateview .idview .iiview a{
  display: block;
  padding: 5px 10px;
  text-align: center;
  min-width: 100px;
}
.iddateview .idview .inewsc a{
  color: #fff;
  background-color: #a01d21;
}
.iddateview .idview .inewsh a{
  color: #1d1d1d;
  background-color: #888888;
}
/*======================= box 3 =====================*/
/*======================= box 4 =====================*/
/*======================= box 4 =====================*/
/*======================= box 5 =====================*/
/*======================= box 5 =====================*/
@media all and (max-width: 1200px){
  /*======================= box 1 =====================*/
  /*======================= box 1 =====================*/
  /*======================= box 2 =====================*/
  /*======================= box 2 =====================*/
  /*======================= box 3 =====================*/
  /*======================= box 3 =====================*/
  /*======================= box 4 =====================*/
  /*======================= box 4 =====================*/
  /*======================= box 5 =====================*/
  /*======================= box 5 =====================*/
}
@media all and (max-width: 991px){
  /*======================= box 1 =====================*/
  /*======================= box 1 =====================*/
  /*======================= box 2 =====================*/
  .abouthome .grabout .coll{
    width: 100%;
    margin-bottom: 20px;
  }
  .abouthome .grabout .colr{
    width: 100%;
  }
  .abouthome .logoab{
    max-width: 200px;
    margin: 0 auto;
  }
  /*======================= box 2 =====================*/
  /*======================= box 3 =====================*/
  .doccumenthome{
    padding-top: 20px;
  }
  .doccumenthome .dctabhome{
    padding: 0;
    box-shadow: none;
  }
  .vhtabdoc .mccont ul li{
    width: 100%;
    border-right: none;
  }
  .vhtabdoc .mccont ul li a{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .vhtabdoc{
    position: relative;
  }
  .vhtabdoc .mctitle{
    padding: 10px 40px 10px 10px;
    background-color: #f1f1f1;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .vhtabdoc .mctitle::before{
    content: '\e90a';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-family: 'icomoon' !important;
    font-size: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .vhtabdoc.active .mctitle::before{
    transform: translateY(-50%) rotate(-270deg);
  }
  .vhtabdoc .mccont{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    display: none;
  }
  /*======================= box 3 =====================*/
  /*======================= box 4 =====================*/
  /*======================= box 4 =====================*/
  /*======================= box 5 =====================*/
  /*======================= box 5 =====================*/
}
@media all and (max-width: 767px){
  /*======================= box 1 =====================*/
  /*======================= box 1 =====================*/
  /*======================= box 2 =====================*/
  .abouthome{
    padding: 25px 0 30px;
  }
  .abouthome .decsab .dscont{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .abouthome .dsinfo > div{
    width: 100%;
  }
  .abouthome .iteminfoab{
    padding: 12px 15px;
  }
  .abouthome .iteminfoab .txt .t1{
    font-size: 24px;
    line-height: 36px;
  }
  .abouthome .iteminfoab .txt .t2{
    font-size: 16px;
    line-height: 24px;
  }
  .abouthome .iteminfoab .txt{
    padding-left: 10px;
  }
  /*======================= box 2 =====================*/
  /*======================= box 3 =====================*/
  .doccumenthome .dcconthome{
    padding: 0px 0 40px;
  }
  .itemdocument:nth-child(even){
    background-color: transparent;
  }
  .itemdocument{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .itemdocument:last-child{
    border-bottom: none;
  }
  .itemdocument .idtitle{
    padding-right: 0;
  }
  .iddateview .idview .iiview{
    position: relative;
    top: unset;
    right: unset;
  }
  .itemdocument .idtitle .txt{
    font-size: 16px;
    line-height: 24px;
  }
  .itemdocument .iddateview .iddate{
    width: 100%;
    margin-bottom: 10px;
  }
  .iddateview .idview .iidown > div{
    margin-right: 20px;
  }
  .iddateview .idview{
    width: 100%;
    justify-content: space-between;
  }
  /*======================= box 3 =====================*/
  /*======================= box 4 =====================*/
  /*======================= box 4 =====================*/
  /*======================= box 5 =====================*/
  /*======================= box 5 =====================*/
}