/* <=== vhaboutspg ===> */
.vhaboutspg .abpadd{
  padding: 40px 0 60px;
}
.itccinfohh{
  margin-bottom: 50px;
}
.itccinfohh:last-child{
  margin-bottom: 0;
}
.itccinfohh .hhgrip{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.itccinfohh .hhgrip .mcol{
  width: 57.3655%;
}
.itccinfohh .hhgrip .hcol{
  width: calc(100% - 57.3655%);
}
.itccinfohh:nth-child(even) .hhgrip .mcol{
  order: 2;
}
.itccinfohh .thumb a{
  display: block;
  padding-top: 58.11%;
  position: relative;
  overflow: hidden;
}
.itccinfohh .thumb a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itccinfohh .thumb a::before{
  content: "";
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 50%;
  right: 50%;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
  z-index: 1;
}
.itccinfohh .thumb a::after{
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  bottom: 50%;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
  z-index: 1;
}
.itccinfohh .thumb:hover a::before{
  left: 15px;
  right: 15px;
}
.itccinfohh .thumb:hover a::after{
  top: 20px;
  bottom: 20px;
}
.itccinfohh .decss{
  padding: 50px 70px 80px 50px;
  border: 1px solid #274e91;
}
.itccinfohh:nth-child(odd) .decss{
  border-left: none;
}
.itccinfohh:nth-child(even) .decss{
  border-right: none;
}
.itccinfohh .dstitle {
  margin-bottom: 12px;
}
.itccinfohh .dstitle, .itccinfohh .dstitle h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.itccinfohh .dsconts{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
  max-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.itccinfohh .dsviews a{
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  padding: 10px 30px;
  background-color: #274e91;
  color: #fff;
  border-radius: 5px;
}
.itccinfohh .dsviews a:hover{
  background-color: #231f20;
}
/* <=== vhaboutspg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
  background-color: #f6f6f6;
  position: relative;
  margin-bottom: -40px;
}
.vhortherpg .orpadd{
  padding: 60px 0 120px;
}
.tportherpg .orgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tportherpg .orgrip > div{
  padding: 0 15px;
  width: 50%;
  margin-bottom: 30px;
}
.itortherpg{
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itortherpg:hover{
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.itortherpg .orlink{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.itortherpg .orlink a{
  display: block;
  width: 100%;
  height: 100%;
}
.itortherpg .ifgrip{
  display: flex;
  align-items: center;
  align-content: center;
}
.itortherpg .ifgrip .xcol{
  width: 135px;
}
.itortherpg .ifgrip .ycol{
  width: calc(100% - 135px);
}
.itortherpg .thumb{
  display: block;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
.itortherpg .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itortherpg .decss{
  padding: 15px 30px 15px 20px;
}
.itortherpg .dstitle{
  display: block;
  position: relative;
  padding-right: 35px;
}
.itortherpg .dstitle::before{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background-image: url('../images/iview.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.itortherpg .dstitle, .itortherpg .dstitle h3{
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
/* <=== vhortherpg ===> */

/* <=== tpaboutsmm ===> */
.tpaboutsmm .mmgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.tpaboutsmm .mmgrip > div{
  padding: 0 40px;
}
.tpaboutsmm .mmgrip .mcol{
  width: 54.015%;
}
.tpaboutsmm .mmgrip .hcol{
  width: calc(100% - 54.015%);
}
.tpaboutsmm .thumb img{
  width: 100%;
}
.tpaboutsmm .decss{
  padding-top: 25px;
  border-top: 2px solid #274e91;
}
.tpaboutsmm .dstitle{
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tpaboutsmm .dstitle, .tpaboutsmm .dstitle h1, .tpaboutsmm .dstitle h2{
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}
.tpaboutsmm .dsconts{
  font-size: 16px;
  line-height: 30px;
}
/* <=== tpaboutsmm ===> */

/* <=== tpaboutshh ===> */
.tpaboutshh{
  max-width: 850px;
  margin: 0 auto;
}
.tpaboutshh .hhgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: -10px;
}
.tpaboutshh .hhgrip > div{
  padding: 0 15px;
  width: 25%;
  margin-bottom: 25px
}
.itaboutshh .thumb{
  display: block;
  padding-top: 58.95%;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.itaboutshh .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itaboutshh .decss{
  text-align: center;
}
.itaboutshh .dstitle{
  font-size: 16px;
  line-height: 30px;
}
/* <=== tpaboutshh ===> */

/* <=== hpaboutsbb ===> */
.hpaboutsbb{
  padding: 70px 0 10px;
}
.tpaboutsbm{
  margin-bottom: 50px;
}
.slaboutsbm {
  padding: 10px 70px;
  background-color: #274e91;
  border-radius: 5px;
}
.slaboutsbm .slick-list{
  margin: 0 -5px;
}
.slaboutsbm .slick-slide{
  padding: 0 5px;
}
.slaboutsbm .slick-arrow{
  background-color: #1f3e74;
  color: #fff;
  border: none;
}
.slaboutsbm .slick-prev{
  left: 10px;
}
.slaboutsbm .slick-next{
  right: 10px;
}
.itaboutsbm{
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 5px;
  background-color: #5271a7;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.slick-current .itaboutsbm{
  background-color: #ffffff;
  color: #274e91;
}
.itaboutsbh{
  border: 1px solid #274e91;
}
.itaboutsbh .bhgrip{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.itaboutsbh .bhgrip > div{
  width: 50%;
}
.itaboutsbh .thumb{
  margin: -1px 0 -1px -1px;
}
.itaboutsbh .thumb img{
  width: 100%;
}
.itaboutsbh .decss{
  padding: 20px 40px 20px 60px;
}
.itaboutsbh .dsyear{
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 5px;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #274e91;
}
.itaboutsbh .dsyear::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 144px;
  height: 2px;
  background-color: #274e91;
}
.itaboutsbh .dscont{
  font-size: 16px;
  line-height: 30px;
}
/* <=== hpaboutsbb ===> */

/* <=== tpaboutstt ===> */
.itaboutstt{
  margin-bottom: 30px;
}
.itaboutstt:last-child{
  margin-bottom: 0;
}
.itaboutstt:nth-child(odd){
  background-color: #f6f6f6;
}
.itaboutstt:nth-child(even){
  border: 1px solid #eeeeee;
}
.itaboutstt .ttgrip{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.itaboutstt .ttgrip .mcol{
  width: 51.163%;
}
.itaboutstt .ttgrip .hcol{
  width: calc(100% - 51.163%);
}
.itaboutstt .decss{
  padding: 30px 50px;
}
.itaboutstt .dstitle{
  margin-bottom: 10px;
  text-transform: uppercase;
}
.itaboutstt .dstitle, .itaboutstt .dstitle h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}
.itaboutstt .dsconts{
  font-size: 16px;
  line-height: 30px;
}
/* <=== tpaboutstt ===> */

/* <=== tpaboutsnn ===> */
.tpaboutsnn .nngrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tpaboutsnn .nngrip > div{
  padding: 0 15px;
  width: calc(100% / 3);
  margin-bottom: 30px;
}
.tpaboutsnn .nngrip > div:nth-child(odd) .itaboutsnn{
  border: 1px solid #eeeeee;
}
.tpaboutsnn .nngrip > div:nth-child(even) .itaboutsnn{
  background-color: #f5f5f5;
}
.itaboutsnn{
  padding: 35px 50px 60px;
  height: 100%;
}
.itaboutsnn .nnumbr{
  font: -webkit-small-control;
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #274e91;
}
.itaboutsnn .ntitle{
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #274e91;
}
.itaboutsnn .ntitle, .itaboutsnn .ntitle h3{
  font-size: 25px;
  line-height: 35px;
  font-weight: 800;
}
.itaboutsnn .nconts{
  font-size: 16px;
  line-height: 30px;
}
/* <=== tpaboutsnn ===> */

/* <=== tpaboutsss ===> */
.tpaboutsss .ssgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.tpaboutsss .ssgrip > div{
  padding: 0 40px;
}
.tpaboutsss .ssgrip .mcol{
  width: 54.015%;
}
.tpaboutsss .ssgrip .hcol{
  width: calc(100% - 54.015%);
}
.tpaboutsss .thumb img{
  width: 100%;
}
.tpaboutsss .decss{
  padding: 20px 0;
}
.tpaboutsss .decss li{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  padding-left: 70px;
  min-height: 50px;
  position: relative;
}
.tpaboutsss .decss li:last-child{
  margin-bottom: 0;
}
.tpaboutsss .decss li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-image: url('../images/sscheck.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 100%;
}
/* <=== tpaboutsss ===> */

/* <=== tpaboutsxx ===> */
.tpaboutsxx .xxgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: -30px;
}
.tpaboutsxx .xxgrip > div{
  padding: 0 15px;
  width: 25%;
  margin-bottom: 45px;
}
.itaboutsxx{
  cursor: pointer;
}
.itaboutsxx .thumb{
  border: 1px solid #eeeeee;
  display: block;
  padding-top: 100%;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itaboutsxx:hover .thumb{
  border-color: #1f3e74;
}
.itaboutsxx .thumb img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.itaboutsxx .decss{
  text-align: center;
}
.itaboutsxx .dstitle{
  font-size: 16px;
  line-height: 28px;
}
/* <=== tpaboutsxx ===> */

@media all and (max-width: 1200px){
  /* <=== vhaboutspg ===> */
  .itccinfohh .decss{
    padding: 30px 30px 40px;
  }
  /* <=== vhaboutspg ===> */

  /* <=== tpaboutsmm ===> */
  .tpaboutsmm .mmgrip{
    margin: 0 -20px;
  }
  .tpaboutsmm .mmgrip > div{
    padding: 0 20px;
  }
  .tpaboutsmm .dstitle, .tpaboutsmm .dstitle h1, .tpaboutsmm .dstitle h2{
    font-size: 22px;
    line-height: 30px;
  }
  .tpaboutsmm .dsconts{
    font-size: 15px;
    line-height: 25px;
  }
  /* <=== tpaboutsmm ===> */

  /* <=== hpaboutsbb ===> */
  .itaboutsbh .decss{
    padding: 20px;
  }
  .itaboutsbh .dscont{
    font-size: 15px;
    line-height: 25px;
  }
  /* <=== hpaboutsbb ===> */

  /* <=== tpaboutsnn ===> */
  .itaboutsnn{
    padding: 20px 20px 40px;
  }
  /* <=== tpaboutsnn ===> */

  /* <=== tpaboutsss ===> */
  .tpaboutsss .ssgrip{
    margin: 0 -20px;
  }
  .tpaboutsss .ssgrip > div{
    padding: 0 20px;
  }
  .tpaboutsss .decss{
    padding: 0;
  }
  .tpaboutsss .decss li{
    font-size: 15px;
    line-height: 25px;
    padding-left: 60px;
    min-height: 40px;
  }
  .tpaboutsss .decss li::before{
    width: 40px;
    height: 40px;
  }
  /* <=== tpaboutsss ===> */
}
@media all and (max-width: 991px){
  /* <=== vhaboutspg ===> */
  .vhaboutspg .abpadd{
    padding: 30px 0 40px;
  }
  .itccinfohh{
    margin-bottom: 30px;
  }
  .itccinfohh:nth-child(even) .hhgrip .mcol{
    order: unset;
  }
  .itccinfohh .hhgrip .mcol{
    width: 100%;
  }
  .itccinfohh .hhgrip .hcol{
    width: 100%;
  }
  .itccinfohh:nth-child(odd) .decss{
    border-left: 1px solid #274e91;
  }
  .itccinfohh:nth-child(even) .decss{
    border-right: 1px solid #274e91;
  }
  .itccinfohh .decss{
    border-top: none;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    padding: 20px 20px 30px;
  }
  .itccinfohh .dstitle{
    margin-bottom: 8px;
  }
  .itccinfohh .dstitle, .itccinfohh .dstitle h3{
    font-size: 22px;
    line-height: 30px;
  }
  .itccinfohh .dsconts{
    max-height: calc(25px * 5);
    -webkit-line-clamp: 5;
    margin-bottom: 15px;
  }
  /* <=== vhaboutspg ===> */

  /* <=== vhortherpg ===> */
  .vhortherpg .orpadd{
    padding: 35px 0 60px;
  }
  .tportherpg .orgrip > div{
    width: 100%;
    margin-bottom: 20px;
  }
  .itortherpg .decss{
    padding: 15px;
  }
  .itortherpg .ifgrip .xcol{
    width: 120px;
  }
  .itortherpg .ifgrip .ycol{
    width: calc(100% - 120px);
  }
  .itortherpg .thumb{
    padding-top: 80px;
  }
  /* <=== vhortherpg ===> */

  /* <=== tpaboutsmm ===> */
  .tpaboutsmm .mmgrip .hcol{
    width: 100%;
  }
  .tpaboutsmm .mmgrip .mcol{
    width: 100%;
    margin-bottom: 30px;
  }
  /* <=== tpaboutsmm ===> */

  /* <=== tpaboutshh ===> */
  .tpaboutshh .hhgrip{
    margin: 0 -10px;
    margin-bottom: -10px;
  }
  .tpaboutshh .hhgrip > div{
    padding: 0 10px;
    width: calc(100% / 3);
  }
  .itaboutshh .dstitle{
    font-size: 15px;
    line-height: 25px;
  }
  /* <=== tpaboutshh ===> */

  /* <=== hpaboutsbb ===> */
  .hpaboutsbb{
    padding: 50px 0 10px;
  }
  .slaboutsbm .slick-arrow{
    border-radius: 5px;
    width: 50px;
    height: 50px;
  }
  .itaboutsbm{
    font-size: 16px;
  }
  .itaboutsbh .bhgrip > div{
    width: 100%;
  }
  .tpaboutsbm{
    margin-bottom: 20px;
  }
  .itaboutsbh .decss{
    padding: 25px 20px 35px;
  }
  .itaboutsbh .dsyear{
    margin-bottom: 20px;
  }
  /* <=== hpaboutsbb ===> */

  /* <=== tpaboutstt ===> */
  .itaboutstt .dstitle, .itaboutstt .dstitle h3{
    font-size: 22px;
    line-height: 30px;
  }
  .itaboutstt .dsconts{
    font-size: 15px;
    line-height: 25px;
  }
  .itaboutstt .ttgrip .mcol{
    width: 100%;
  }
  .itaboutstt .ttgrip .hcol{
    width: 100%;
  }
  .itaboutstt .decss{
    padding: 20px 20px 35px;
  }
  /* <=== tpaboutstt ===> */

  /* <=== tpaboutsnn ===> */
  .tpaboutsnn .nngrip > div{
    width: 50%;
  }
  .itaboutsnn{
    padding: 30px;
  }
  .itaboutsnn .nnumbr{
    font-size: 60px;
    line-height: 60px;
  }
  .itaboutsnn .ntitle, .itaboutsnn .ntitle h3{
    font-size: 20px;
    line-height: 30px;
  }
  .itaboutsnn .nconts{
    font-size: 15px;
    line-height: 25px;
  }
  /* <=== tpaboutsnn ===> */

  /* <=== tpaboutsss ===> */
  .tpaboutsss .ssgrip .mcol{
    width: 100%;
    margin-bottom: 25px;
  }
  .tpaboutsss .ssgrip .hcol{
    width: 100%;
  }
  /* <=== tpaboutsss ===> */

  /* <=== tpaboutsxx ===> */
  .tpaboutsxx .xxgrip{
    margin: 0 -10px;
    margin-bottom: -20px;
  }
  .tpaboutsxx .xxgrip > div{
    padding: 0 10px;
    margin-bottom: 30px;
    width: calc(100% / 3);
  }
  .itaboutsxx .thumb{
    margin-bottom: 15px;
  }
  .itaboutsxx .dstitle{
    font-size: 15px;
    line-height: 25px;
  }
  /* <=== tpaboutsxx ===> */
}
@media all and (max-width: 767px){
  /* <=== tpaboutshh ===> */
  .tpaboutshh .hhgrip > div{
    width: 50%;
  }
  /* <=== tpaboutshh ===> */

  /* <=== tpaboutsnn ===> */
  .tpaboutsnn .nngrip > div{
    width: 100%;
    margin-bottom: 20px;
  }
  /* <=== tpaboutsnn ===> */

  /* <=== tpaboutsxx ===> */
  .tpaboutsxx .xxgrip > div{
    width: 50%;
  }
  /* <=== tpaboutsxx ===> */
}