/* <=== vgiftitle ===> */
.vgiftitle{
  text-align: center;
  color: #1361ac;
  margin-bottom: 30px;
}
.vgiftitle, .vgiftitle h1, .vgiftitle h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
/* <=== vgiftitle ===> */

/* <=== hppresenaa ===> */
.hppresenaa{
  padding: 100px 0;
  background-image: url('../images/aaback.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.tppresenaa{
  position: relative;
  z-index: 1;
}
.tppresenaa .aagrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tppresenaa .aagrip > div{
  padding: 0 15px;
  width: 50%;
}
.tppresenaa .aasdow{
  height: 100%;
  position: relative;
}
.tppresenaa .aasdow::after{
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.tppresenaa .decss{
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 40px 50px;
}
.tppresenaa .decss > div{
  width: 100%;
}
.tppresenaa .dstitle{
  margin-bottom: 3px;
}
.tppresenaa .dstitle, .tppresenaa .dstitle h2, .tppresenaa .dstitle h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.tppresenaa .dscapts{
  font-size: 20px;
  line-height: 30px;
  color: #1361ac;
  margin-bottom: 20px;
}
.tppresenaa .dsinfos{
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 25px;
}
.tppresenaa .dsinfos li{
  position: relative;
  margin-bottom: 15px;
  padding-left: 50px;
}
.tppresenaa .dsinfos li:last-child{
  margin-bottom: 0;
}
.tppresenaa .dsinfos li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url('../images/aacheck.png');
  background-position: left center;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.tppresenaa .dslinks a{
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  padding: 10px 45px;
  background-color: #1361ac;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}
.tppresenaa .dslinks a:hover{
  background-color: #243875;
}
.tppresenaa .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tppresenaa .thumb img{
  width: 100%;
  opacity: 0;
}
/* <=== hppresenaa ===> */

/* <=== hppresenbb ===> */
.hppresenbb{
  padding: 70px 0 40px;
  background-color: #f6f6f6;
}
.tppresenbb .bbgrip{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.tppresenbb .bbgrip > div{
  padding: 0 15px;
  margin-bottom: 20px;
}
.itpresenbb .vthumb{
  width: 190px;
  height: 179px;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  align-content: center;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.tppresenbb .bbgrip > div:nth-child(odd) .itpresenbb .vthumb{
  background-image: url('../images/bbbackm.png');
}
.tppresenbb .bbgrip > div:nth-child(even) .itpresenbb .vthumb{
  background-image: url('../images/bbbackh.png');
}
.itpresenbb .ticon{
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 8px;
  position: relative;
}
.itpresenbb .ticon img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.itpresenbb .ttext{
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.itpresenbb .vdecss{
  max-width: 150px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.itpresenbb .vdecss span{
  display: block;
}
/* <=== hppresenbb ===> */

/* <=== hppresencc ===> */
.hppresencc{
  padding: 65px 0 50px;
}
.tppresencc .ccgrip{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.tppresencc .ccgrip > div{
  padding: 0 15px;
  width: calc(100% / 3);
  margin-bottom: 40px;
}
.itpresencc{
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itpresencc:hover{
  transform: translateY(-5px);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.itpresencc .thumb{
  margin-bottom: 18px;
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.itpresencc .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itpresencc .dstitle{
  margin-bottom: 3px;
}
.itpresencc .dstitle, .itpresencc .dstitle h3{
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
}
.itpresencc .dsconts{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.itpresencc .dsviews a{
  display: block;
  text-align: center;
  padding: 10px 20px;
  background-color: #1361ac;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
}
.itpresencc .dsviews a:hover{
  background-color: #243875;
}
/* <=== hppresencc ===> */

/* <=== hppresendd ===> */
.hppresendd{
  padding: 70px 0;
  background-color: #f6f6f6;
  border-bottom: 2px solid #ffffff;
}
.itpresendd .thumb a{
  border-radius: 5px;
}
.itpresendd .decss{
  position: relative;
  padding-top: 30px;
}
.itpresendd .dsdates{
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #ed3338;
  color: #fff;
  border-radius: 5px;
}
.itpresendd .dstitle{
  margin-bottom: 5px;
}
.itpresendd .dstitle, .itpresendd .dstitle h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.itpresendd .dsconts{
  font-size: 15px;
  line-height: 25px;
  max-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #999999;
}
/* <=== hppresendd ===> */

/* <=== hppresenee ===> */
.hppresenee{
  padding: 60px 0 80px;
  background-color: #f6f6f6;
}
.itpresenee a{
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid transparent;
}
.itpresenee a:hover{
  border-color: #1361ac;
}
/* <=== hppresenee ===> */

/* <=== hppresenff ===> */
.hppresenff{
  padding: 80px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tppresenff{
  padding: 30px 20px 50px;
  background-color: rgba(246, 246, 246, 0.9);
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.vhpopupgif .tppresenff{
  background-color: #eeeeee;
}
.tppresenff .ffwrap{
  max-width: 910px;
  margin: 0 auto;
}
.tppresenff .fftitle{
  text-align: center;
  color: #1361ac;
  margin-bottom: 5px;
}
.tppresenff .fftitle, .tppresenff .fftitle h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
.tppresenff .ffcapts{
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
}
.tppresenff .ctinput{
  margin-bottom: 20px;
}
.tppresenff .ipgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tppresenff .ipgrip > div{
  padding: 0 15px;
  margin-bottom: 15px;
}
.tppresenff .ipgrip .mcol{
  width: 50%;
}
.tppresenff .ipgrip .hcol{
  width: 100%;
}
.tppresenff .fmgroup label{
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.tppresenff .fmgroup input, .tppresenff .fmgroup select{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 16px;
}
.tppresenff .fmgroup .chosen-container{
  height: 50px;
}
.tppresenff .fmgroup .chosen-single{
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
.tppresenff .fmgroup textarea{
  width: 100%;
  height: 90px;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  resize: none;
}
.tppresenff .ctbuton{
  text-align: center;
}
.tppresenff .ctbuton button{
  display: inline-block;
  text-align: center;
  padding: 10px 75px;
  background-color: #1361ac;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  border: none;
}
.tppresenff .ctbuton button:hover{
  background-color: #243875;
}
/* <=== hppresenff ===> */

/* <=== vhpopupgif ===> */
.vlever ~ .vstypop{
  opacity: 0;
}
.vstypop .fancybox-content{
  overflow: unset;
  margin-top: 50px;
  background-color: transparent;
  padding: 0;
}
.vstypop .fancybox-close-small{
  color: #fff;
  opacity: 1;
  top: -50px;
  right: -5px;
  padding: 0;
  text-align: right;
}
.vstypop .fancybox-close-small svg{
  width: 80%;
  margin-right: 0;
}
.vhpopupgif{

}
.tppopupgif{
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.tppopupgif .vvgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tppopupgif .vvgrip > div{
  padding: 0 15px;
  width: 50%;
}
.tppopupgif .thumb{
  overflow: hidden;
  border-radius: 5px;
}
.tppopupgif .thumb img{
  width: 100%;
}
.tppopupgif .decss{
  padding: 15px 0;
}
.tppopupgif .dscapts{
  font-size: 16px;
  line-height: 24px;
}
.tppopupgif .dstitle{
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
  color: #1361ac;
}
.tppopupgif .dstitle::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 6px;
  background-color: #1361ac;
}
.tppopupgif .dstitle, .tppopupgif .dstitle h2{
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.tppopupgif .dsconts{
  margin-bottom: 45px;
  font-size: 15px;
  line-height: 25px;
}
.tppopupgif .dsviews a{
  display: block;
  text-align: center;
  padding: 10px 20px;
  background-color: #1361ac;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  max-width: 190px;
}
.tppopupgif .dsviews a:hover{
  background-color: #243875;
}
/* <=== vhpopupgif ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
  /* <=== vgiftitle ===> */
  .vgiftitle{
    margin-bottom: 15px;
  }
  .vgiftitle, .vgiftitle h1, .vgiftitle h2{
    font-size: 30px;
    line-height: 40px;
  }
  /* <=== vgiftitle ===> */

  /* <=== hppresenaa ===> */
  .hppresenaa{
    padding: 40px 0 60px;
  }
  .tppresenaa .aagrip > div{
    width: 100%;
    margin-bottom: 30px;
  }
  .tppresenaa .aagrip > div:last-child{
    margin-bottom: 0;
  }
  .tppresenaa .decss{
    padding: 20px 14px 30px 20px;
  }
  .tppresenaa .dstitle, .tppresenaa .dstitle h2, .tppresenaa .dstitle h3{
    font-size: 25px;
    line-height: 30px;
  }
  .tppresenaa .dscapts{
    font-size: 18px;
    line-height: 25px;
  }
  .tppresenaa .dsinfos li{
    padding-left: 40px;
  }
  .tppresenaa .dsinfos{
    margin-bottom: 20px;
  }
  /* <=== hppresenaa ===> */

  /* <=== hppresenbb ===> */
  .hppresenbb{
    padding: 40px 0 30px;
  }
  .tppresenbb .bbgrip{
    margin: 0 -10px;
  }
  .tppresenbb .bbgrip > div{
    padding: 0 10px;
  }
  .itpresenbb .ttext{
    font-size: 15px;
    line-height: 25px;
  }
  .itpresenbb .vthumb{
    width: 160px;
    height: 151px;
  }
  .itpresenbb .vdecss{
    font-size: 15px;
    line-height: 25px;
  }
  .itpresenbb .vdecss span{
    display: unset;
  }
  /* <=== hppresenbb ===> */

  /* <=== hppresencc ===> */
  .hppresencc{
    padding: 35px 0 30px;
  }
  .tppresencc .ccgrip > div{
    width: 50%;
  }
  .itpresencc .dstitle, .itpresencc .dstitle h3{
    font-size: 20px;
    line-height: 30px;
  }
  .itpresencc .dsconts{
    font-size: 15px;
  }
  /* <=== hppresencc ===> */

  /* <=== hppresendd ===> */
  .hppresendd{
    padding: 40px 0;
  }
  .itpresendd .dstitle, .itpresendd .dstitle h3{
    font-size: 18px;
    line-height: 25px;
  }
  .itpresendd .dsconts{
    max-height: 100px;
    -webkit-line-clamp: 4;
  }
  /* <=== hppresendd ===> */

  /* <=== hppresenee ===> */
  .hppresenee{
    padding: 35px 0 60px;
  }
  /* <=== hppresenee ===> */

  /* <=== hppresenff ===> */
  .hppresenff{
    padding: 40px 0;
    background-attachment: unset;
  }
  .tppresenff{
    padding: 20px 20px 35px;
  }
  .tppresenff .fftitle, .tppresenff .fftitle h2{
    font-size: 20px;
    line-height: 30px;
  }
  .tppresenff .fmgroup label{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .tppresenff .fmgroup input, .tppresenff .fmgroup select, .tppresenff .fmgroup .chosen-container{
    height: 45px;
  }
  .tppresenff .ctinput{
    margin-bottom: 10px;
  }
  /* <=== hppresenff ===> */

  /* <=== vhpopupgif ===> */
  .tppopupgif .vvgrip > div{
    width: 100%;
    margin-bottom: 20px;
  }
  .tppopupgif .vvgrip > div:last-child{
    margin-bottom: 0;
  }
  .tppopupgif .dstitle, .tppopupgif .dstitle h2{
    font-size: 25px;
    line-height: 35px;
  }
  .tppopupgif .dsconts{
    margin-bottom: 20px;
  }
  /* <=== vhpopupgif ===> */
}
@media all and (max-width: 767px){
  /* <=== hppresenaa ===> */
  .tppresenaa .dslinks a{
    display: block;
    text-align: center;
  }
  /* <=== hppresenaa ===> */

  /* <=== hppresencc ===> */
  .tppresencc .ccgrip > div{
    width: 100%;
  }
  /* <=== hppresencc ===> */

  /* <=== hppresenff ===> */
  .tppresenff .ipgrip .mcol{
    width: 100%;
  }
  .tppresenff .ctbuton button{
    width: 100%;
    padding: 10px 20px;
  }
  /* <=== hppresenff ===> */

  /* <=== vhpopupgif ===> */
  .tppopupgif .dsviews a{
    max-width: 100%;
  }
  /* <=== vhpopupgif ===> */
} 