/* <=== hpinfbarmm ===> */
.hpinfbarmm{
  padding: 80px 0 150px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background: rgb(154,204,0);
  background: linear-gradient(180deg, rgba(154,204,0,1) 0%, rgba(154,204,0,1) 60%, rgba(154,204,0,0) 100%);
}
.hpinfbarmm::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 375px;
  height: 395px;
  background-image: url('../images/mmleft.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
.hpinfbarmm::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 407px;
  height: 369px;
  background-image: url('../images/mmright.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
.hpinfbarmm .mmwrap{
  max-width: 990px;
  margin: 0 auto;
}
.tpinfbarmm{
  text-align: center;
}
.tpinfbarmm .mmlogos{
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.tpinfbarmm .mmlogos img{
  width: 100%;
}
.tpinfbarmm .mmtitle {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ff6700;
}
.tpinfbarmm .mmtitle, .tpinfbarmm .mmtitle h2, .tpinfbarmm .mmtitle h3{
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}
.tpinfbarmm .mmconts{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 55px;
}
.tpinfbarmm .mmlinks a{
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #333;
  color: #333;
}
.tpinfbarmm .mmlinks a:hover{
  border-bottom-color: #ff6700;
  color: #ff6700;
}
.tpinfbarmm .mmlinks a span{
  display: inline-block;
  padding-right: 24px;
  position: relative;
}
.tpinfbarmm .mmlinks a span::before{
  content: '\f103';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* <=== hpinfbarmm ===> */

/* <=== hpinfbarhh ===> */
.hpinfbarhh{
  margin-bottom: 20px;
  padding-right: 50px;
}
.tpinfbarhh{
  position: relative;
  z-index: 1;
}
.tpinfbarhh .hhgrip{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.tpinfbarhh .hhgrip .mcol{
  width: calc(100% - 285px);
}
.tpinfbarhh .hhgrip .hcol{
  width: 285px;
}
.tpinfbarhh .hhthumb img{
  width: 100%;
}
.tpinfbarhh .hhdecss{
  width: calc(100% + 185px);
  position: relative;
  z-index: 2;
  margin-left: -185px;
  background-color: #fff;
  box-shadow: 0 5px 45px 0 rgba(0, 0, 0, 0.08);
  padding: 30px 35px 30px 45px;
}
.tpinfbarhh .dtitle {
  text-align: center;
  color: #ff6700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.tpinfbarhh .dtitle, .tpinfbarhh .dtitle h1, .tpinfbarhh .dtitle h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
.tpinfbarhh .dconts{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.tpinfbarhh .dinfos{
  margin-bottom: 20px;
}
.tpinfbarhh .dinfos ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.tpinfbarhh .dinfos li{
  padding: 0 10px;
  width: 50%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.tpinfbarhh .dinfos li .tm{
  font-weight: bold;
  margin-bottom: 5px;
}
.tpinfbarhh .dinfos li .vlink a{
  color: #9acc00;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px solid #9acc00;
}
.tpinfbarhh .dctact ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.tpinfbarhh .dctact ul li{
  padding: 0 10px;
  width: 50%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  padding-left: 40px;
  position: relative;
}
.tpinfbarhh .dctact ul li::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 0;
  color: #9acc00;
}
/* <=== hpinfbarhh ===> */

/* <=== hpinfbarbb ===> */

.hpinfbarbb{
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.hpinfbarbb::before{
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  width: 530px;
  height: 538px;
  background-image: url("../images/bbleft.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
.hpinfbarbb::after{
  content: '';
  position: absolute;
  top: -70px;
  right: 0;
  width: 601px;
  height: 421px;
  background-image: url("../images/bbright.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
.hpinfbarbb .bbtitle{
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ff6700;
}
.hpinfbarbb .bbtitle, .hpinfbarbb .bbtitle h2{
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
}
.tpinfbarbm{
  margin-bottom: 80px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
}
.tpinfbarbm .bmwrap{
  max-width: 890px;
  margin: 0 auto;
}
.tpinfbarbh .bhwrap{
  padding-left: 135px;
}
.tpinfbarbh .bhgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5px
}
.tpinfbarbh .bhgrip > div{
  padding: 0 1.5px;
}
.tpinfbarbh .bhgrip .mcol{
  width: calc(100% - 50.077%);
}
.tpinfbarbh .bhgrip .hcol{
  width: 50.077%;
}
.tpinfbarbh .ttgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5px
}
.tpinfbarbh .ttgrip > div{
  padding: 0 1.5px;
  margin-bottom: 3px;
}
.tpinfbarbh .ttgrip .xcol{
  width: 100%;
}
.tpinfbarbh .ttgrip .ycol{
  width: 50%;
}
.itinfbarbh{
  display: block;
  position: relative;
  overflow: hidden;
}
.itinfbarbh.item1{
  padding-top: 51.387%;
}
.itinfbarbh.item2{
  padding-top: 100.469%;
}
.itinfbarbh.item3{
  padding-top: 101.534%;
}
.itinfbarbh img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpinfbarbb{
  padding: 200px 0 60px;
  background: rgb(154,204,0);
  background: linear-gradient(0deg, rgba(154,204,0,1) 0%, rgba(154,204,0,1) 50%, rgba(154,204,0,0) 100%);
}
.tpinfbarbb .bbwrap{
  max-width: 990px;
  margin: 0 auto;
}
.tpinfbarbb .bbconts{
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
/* <=== hpinfbarbb ===> */

/* <=== hpinfbartt ===> */
.hpinfbartt{
  position: relative;
  z-index: 1;
  padding: 180px 0 60px;
}
.hpinfbartt .ttback{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 205px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
.hpinfbartt .ttback::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.65;
  z-index: 0;
}
.slinfbartt .slick-arrow{
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% - 35px);
}
.slinfbartt .slick-prev{
  margin-left: -470px;
}
.slinfbartt .slick-next{
  margin-left: 470px;
}
.slinfbartt .slick-dots{
  margin-top: 50px;
}
.slinfbartt .slick-dots li button::before{
  border-color: #9acc00;
}
.slinfbartt .slick-dots li button{
  background-color: #e9e9e9;
}
.slinfbartt .slick-dots li.slick-active button{
  background-color: #9acc00;
}
.itinfbartt{
  width: 700px;
  display: block;
  padding-top: 66.715%;
  position: relative;
  overflow: hidden;
}
.itinfbartt img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* <=== hpinfbartt ===> */

/* <=== hpinfbarnn ===> */
.hpinfbarnn{
  padding: 100px 0 105px;
  background-color: #e1f0b2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hpinfbarnn::before{
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 602px;
  height: 701px;
  background-image: url("../images/bbright.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
.tpinfbarnn .nngrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.tpinfbarnn .nngrip > div{
  padding: 0 20px;
  width: 50%;
}
.tpinfbarna .nathumb{
  max-width: 600px;
  width: 100%;
  margin-bottom: 75px;
}
.tpinfbarna .nathumb img{
  width: 100%;
}
.tpinfbarna .nadecss{
  position: relative;
  padding-left: 85px;
  max-width: 560px;
}
.tpinfbarna .dtitle {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ff6700;
}
.tpinfbarna .dtitle, .tpinfbarna .dtitle h2, .tpinfbarna .dtitle h3{
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
}
.tpinfbarna .dconts{
  color: #1c1c1c;
  font-size: 16px;
  line-height: 26px;
  padding-left: 60px;
}
.tpinfbarnb{
  padding-top: 120px;
}
.tpinfbarnb .nbwrap{
  max-width: 620px;
  margin: 0 auto;
}
.tpinfbarnb .nbimgm{
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.tpinfbarnb .nbimgm img{
  width: 100%;
}
.tpinfbarnb .nbimgh{
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.tpinfbarnb .nbimgh img{
  width: 100%;
}
/* <=== hpinfbarnn ===> */

/* <=== vhinfshare ===> */
.vhinfshare{
  padding: 25px 0;
  background-color: #f6f6f6;
}
.vhinfshare .myTools{
  padding: 0;
  background-color: transparent;
}
.vhinfshare .myTools .share{
  float: none;
  justify-content: center;
}
/* <=== vhinfshare ===> */

@media all and (max-width: 1200px){
  /* <=== hpinfbarhh ===> */
  .hpinfbarhh{
    padding-right: 20px;
  }
  .tpinfbarhh .dtitle, .tpinfbarhh .dtitle h1, .tpinfbarhh .dtitle h2{
    font-size: 25px;
    line-height: 35px;
  }
  .tpinfbarhh .dconts{
    font-size: 15px;
    line-height: 24px;
  }
  .tpinfbarhh .dinfos li{
    font-size: 15px;
  }
  .tpinfbarhh .dinfos{
    margin-bottom: 0;
  }
  .tpinfbarhh .hhgrip .mcol{
    width: calc(100% - 200px);
  }
  .tpinfbarhh .hhgrip .hcol{
    width: 200px;
  }
  .tpinfbarhh .hhdecss{
    padding: 20px 18px 20px 12px;
  }
  /* <=== hpinfbarhh ===> */

  /* <=== hpinfbarbb ===> */
  .tpinfbarbh .bhwrap{
    padding-left: 20px;
  }
  /* <=== hpinfbarbb ===> */
}
@media all and (max-width: 991px){
  /* <=== hpinfbarmm ===> */
  .hpinfbarmm{
    padding: 20px 0 40px;
    margin-bottom: 10px;
  }
  .hpinfbarmm::before{
    width: 145px;
    height: 159px;
  }
  .hpinfbarmm::after{
    width: 122px;
    height: 124px;
  }
  .tpinfbarmm .mmlogos{
    max-width: 85px;
  }
  .tpinfbarmm .mmtitle{
    margin-bottom: 10px;
  }
  .tpinfbarmm .mmtitle, .tpinfbarmm .mmtitle h2, .tpinfbarmm .mmtitle h3{
    font-size: 30px;
    line-height: 40px;
  }
  .tpinfbarmm .mmconts{
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 25px;
  }
  .tpinfbarmm .mmlinks a{
    font-size: 16px;
    line-height: 15px;
  }
  /* <=== hpinfbarmm ===> */

  /* <=== hpinfbarhh ===> */
  .hpinfbarhh{
    padding-right: 0;
  }
  .tpinfbarhh .hhgrip .mcol{
    width: 100%;
  }
  .tpinfbarhh .hhgrip .hcol{
    width: 100%;
  }
  .tpinfbarhh .hhdecss{
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: -40px;
  }
  /* <=== hpinfbarhh ===> */

  /* <=== hpinfbarbb ===> */
  .hpinfbarbb{
    padding-top: 20px;
  }
  .hpinfbarbb::before, .hpinfbarbb::after{
    display: none;
  }
  .hpinfbarbb .bbtitle{
    margin-bottom: 10px;
  }
  .hpinfbarbb .bbtitle, .hpinfbarbb .bbtitle h2{
    font-size: 25px;
    line-height: 35px;
  }
  .tpinfbarbm{
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
  }
  .tpinfbarbb{
    padding: 75px 0 20px;
  }
  .tpinfbarbb .bbconts{
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    text-align-last: center;
    letter-spacing: -0.2px;
  }
  /* <=== hpinfbarbb ===> */

  /* <=== hpinfbartt ===> */
  .hpinfbartt{
    padding: 98px 0 35px;
  }
  .itinfbartt{
    width: 100%;
  }
  .slinfbartt .slick-dots{
    margin-top: 20px;
  }
  .hpinfbartt .ttback{
    bottom: 110px;
  }
  .slinfbartt .slick-arrow{
    transform: translateY(-50%);
    top: calc(50% - 15px);
  }
  .slinfbartt .slick-prev{
    margin-left: 0;
    left: 10px;
  }
  .slinfbartt .slick-next{
    margin-left: 0;
    right: 10px;
    left: unset;
  }
  /* <=== hpinfbartt ===> */

  /* <=== hpinfbarnn ===> */
  .hpinfbarnn{
    padding: 30px 0 40px;
  }
  .hpinfbarnn::before{
    width: 193px;
    height: 155px;
  }
  .tpinfbarnn .nngrip > div{
    width: 100%;
    margin-bottom: 30px;
  }
  .tpinfbarnn .nngrip > div:last-child{
    margin-bottom: 0;
  }
  .tpinfbarna{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .tpinfbarna > div{
    width: 100%;
  }
  .tpinfbarna .nadecss{
    padding-left: 0;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .tpinfbarna .dtitle{
    margin-bottom: 10px;
  }
  .tpinfbarna .dtitle, .tpinfbarna .dtitle h2, .tpinfbarna .dtitle h3{
    font-size: 25px;
    line-height: 35px;
  }
  .tpinfbarna .dconts{
    padding-left: 35px;
    font-size: 15px;
    line-height: 24px;
  }
  .tpinfbarna .nathumb{
    margin-bottom: 0;
    padding-right: 90px;
  }
  .tpinfbarnb{
    padding-top: 0;
  }
  .tpinfbarnb .nbimgm{
    max-width: 36.475%;
    margin: 0;
  }
  .tpinfbarnb .nbimgh{
    max-width: calc(100% - 36.475% - 27px);
    margin: 0;
    margin-left: auto;
    margin-top: -85px;
  }
  /* <=== hpinfbarnn ===> */

  /* <=== vhinfshare ===> */
  .vhinfshare{
    padding: 15px 0;
  }
  /* <=== vhinfshare ===> */
}
@media all and (max-width: 767px){
  /* <=== hpinfbartt ===> */
  .slinfbartt .slick-prev{
    left: 7px;
  }
  .slinfbartt .slick-next{
    right: 7px;
  }
  /* <=== hpinfbartt ===> */

}