@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1000px;
  }
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}


.wow {
    opacity: 0;
}

.nav-mt {
  margin-top: 67px;
}

@media (min-width: 992px) {
  .nav-mt {
    margin-top: 0;
  }
}

.nav-active .linka {
  border-bottom: 1px solid #ef2125;
}

@media (min-width: 768px) {
  .nav-active .linka {
    border-bottom: 0;
    position: relative;
  }
  .nav-active .linka::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #ef2125;
    height: 2px;
    width: 100%;
    z-index: 99;
  }
}

.hcomtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hcomtitle::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #ef2125;
}

.hcomtitle::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #2e3191;
}

.hcomtitle h2 {
  margin-bottom: 8px;
  font-size: 22px;
  color: #2e3191;
  font-weight: 600;
}

.hcomtitle span {
  display: block;
  line-height: 1;
  color: #999;
}

@media (min-width: 768px) {
  .hcomtitle::before {
    bottom: -10px;
    width: 70px;
    height: 3px;
  }
  .hcomtitle::after {
    bottom: -18px;
    width: 70px;
    height: 6px;
  }
  .hcomtitle h2 {
    margin-bottom: 8px;
    font-size: 26px;
  }
  .hcomtitle span {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .hcomtitle::before {
    bottom: -13px;
    width: 80px;
    height: 4px;
  }
  .hcomtitle::after {
    bottom: -24px;
    width: 80px;
    height: 8px;
  }
  .hcomtitle h2 {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .hcomtitle span {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .hcomtitle h2 {
    font-size: 32px;
  }
  .hcomtitle span {
    font-size: 20px;
  }
}

.pagings {
  margin: 20px 0 0;
  padding-top: 20px;
}

.pagings .navigation div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pagings .navigation div .current {
  background-color: #2e3191;
  color: #fff;
}

.pagings .navigation div span,
.pagings .navigation div a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.pagings .navigation div .pagprev,
.pagings .navigation div .pagnext {
  width: fit-content;
}

.pagings .navigation a.pagings-length {
    min-width: fit-content;
    padding: 0 10px;
}

@media (min-width: 768px) {
  .pagings {
    margin: 25px 0 0;
    padding-top: 25px;
  }
  .pagings .navigation div span,
  .pagings .navigation div a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .pagings {
    margin: 30px 0 0;
    padding-top: 30px;
  }
  .pagings .navigation div span,
  .pagings .navigation div a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.header .headertop a:hover {
  text-decoration: underline;
}

.header .headertop .headertop-left {
  color: #fff;
  background-color: #ef2125;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header .headertop .headertop-left h1 {
  font-size: 14px;
  margin: 0 0 10px;
}

.header .headertop .headertop-left h2 {
  margin-bottom: 0;
  font-size: 14px;
}

.header .headertop .headertop-left h2 a {
  color: #fff;
}

.header .headertop .headertop-right {
  background-color: #2e3191;
  padding: 15px 10px;
}

.header .headertop .headertop-right ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.header .headertop .headertop-right ul li {
  position: relative;
}

.header .headertop .headertop-right ul li:not(:last-child) {
  margin-right: 15px;
}

.header .headertop .headertop-right ul li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.header .headertop .headertop-right ul li a {
  color: #fff;
}

.header .headertop .headertop-right .hr-lang {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .headertop .headertop-right .hr-lang a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .headertop .headertop-right .hr-lang a:not(:last-child) {
  margin-right: 25px;
}

.header .headertop .headertop-right .hr-lang a img {
  margin-right: 10px;
  border: 1px solid #ccc;
}

@media (min-width: 768px) {
  .header .headertop {
    display: flex;
  }
  .header .headertop .headertop-left {
    flex: 1;
    padding: 10px;
    flex-direction: row;
  }
  .header .headertop .headertop-left h1 {
    margin-bottom: 0;
  }
  .header .headertop .headertop-right {
    padding: 10px;
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .header .headertop .headertop-right ul {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .header .headertop .headertop-right .hr-lang a:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header .headertop {
    display: flex;
  }
  .header .headertop .headertop-left {
    flex: 1;
    flex-direction: row;
  }
  .header .headertop .headertop-left h1 {
    margin-right: 10px;
  }
  .header .headertop .headertop-right {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .header .headertop .headertop-right ul {
    margin-bottom: 0;
    margin-right: 30px;
    position: relative;
  }
  .header .headertop .headertop-right ul::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .headertop .headertop-right .hr-lang a:not(:last-child) {
    margin-right: 25px;
  }
}

.header .headcont .headcont-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.header .headcont .headcont-box .headcont-left {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.header .headcont .headcont-box .headcont-left a {
  display: block;
  margin-right: 10px;
}

.header .headcont .headcont-box .headcont-left a img {
  width: 240px;
  image-rendering: -webkit-optimize-contrast;
}

.header .headcont .headcont-box .headcont-left .hl-font {
  position: relative;
}

.header .headcont .headcont-box .headcont-left .hl-font::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}

.header .headcont .headcont-box .headcont-left .hl-font h2 {
  font-size: 20px;
  font-weight: 600;
  color: #2e3191;
  margin-bottom: 5px;
  text-align: center;
}

.header .headcont .headcont-box .headcont-left .hl-font span {
  color: #454a58;
  line-height: 1.7;
  display: block;
}

.header .headcont .headcont-box .headcont-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.header .headcont .headcont-box .headcont-right .hr-phone {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.header .headcont .headcont-box .headcont-right .hr-phone img {
  width: 25px;
  margin-right: 15px;
}

.header .headcont .headcont-box .headcont-right .hr-phone h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: #2e3191;
}

.header .headcont .headcont-box .headcont-right .hr-phone h5 a {
  color: #2e3191;
  font-weight: 600;
}

.header .headcont .headcont-box .headcont-right .hr-phone h5 a:hover {
  text-decoration: underline;
}

.header .headcont .headcont-box .headcont-right ul {
  display: flex;
  align-items: center;
}

.header .headcont .headcont-box .headcont-right ul li:not(:last-child) {
  margin-right: 20px;
}

.header .headcont .headcont-box .headcont-right ul li:hover i {
  color: #2e3191;
}

.header .headcont .headcont-box .headcont-right ul li i {
  font-size: 26px;
  color: #84817d;
}

@media (min-width: 768px) {
  .header .headcont .headcont-box {
    padding: 20px 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .header .headcont .headcont-box .headcont-left {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .header .headcont .headcont-box .headcont-left a {
    display: block;
    margin-right: 15px;
  }
  .header .headcont .headcont-box .headcont-left a img {
    width: 240px;
  }
  .header .headcont .headcont-box .headcont-left .hl-font::before {
    left: -13px;
  }
  .header .headcont .headcont-box .headcont-left .hl-font h2 {
    font-size: 22px;
  }
  .header .headcont .headcont-box .headcont-right {
    align-items: flex-end;
  }
  .header .headcont .headcont-box .headcont-right .hr-phone {
    margin-bottom: 15px;
  }
  .header .headcont .headcont-box .headcont-right .hr-phone img {
    width: 25px;
  }
}

@media (min-width: 992px) {
  .header .headcont .headcont-box .headcont-left a {
    margin-right: 30px;
  }
  .header .headcont .headcont-box .headcont-left a img {
    width: 245px;
  }
  .header .headcont .headcont-box .headcont-left .hl-font::before {
    left: -22px;
  }
  .header .headcont .headcont-box .headcont-left .hl-font h2 {
    font-size: 24px;
  }
  .header .headcont .headcont-box .headcont-left .hl-font span {
    font-size: 16px;
  }
  .header .headcont .headcont-box .headcont-right .hr-phone img {
    width: 35px;
  }
  .header .headcont .headcont-box .headcont-right .hr-phone h5 {
    font-size: 22px;
  }
  .header .headcont .headcont-box .headcont-right ul li:not(:last-child) {
    margin-right: 25px;
  }
  .header .headcont .headcont-box .headcont-right ul li i {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .header .headcont .headcont-box .headcont-left .hl-font h2 {
    font-size: 26px;
  }
  .header .headcont .headcont-box .headcont-left .hl-font span {
    font-size: 18px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header .headnav .navbar {
  border-bottom: 1px solid #eee;
  box-shadow: 0px 2px 2px #eee;
  position: relative;
  background-color: #fff;
}

.header .headnav .navbar .navbar-brand {
  width: 150px;
}

.header .headnav .navbar .navbar-brand img {
  image-rendering: -webkit-optimize-contrast;
}

.header .headnav .navbar .collapse-self {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: fit-content;
  z-index: 9;
}

.header .headnav .navbar .collapse-self .collapse-box {
  padding: 5px 15px 10px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  box-shadow: 2px 2px 2px #eee;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont {
  width: 100%;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li {
  position: relative;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li:not(:last-child) {
  border-bottom: 1px dashed #eee;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li:hover > .linka a {
  color: #2e3191;
  text-decoration: underline;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li:hover i {
  color: #2e3191;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li > .linka {
  position: relative;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li > .linka a {
  padding: 5px 0;
  display: flex;
  width: fit-content;
  font-size: 14px;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 20px;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown {
  background-color: #f9f9f9;
  padding: 0px 10px 5px;
  display: none;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .power-drop {
    background-color: #fff;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul {
  display: flex;
  flex-wrap: wrap;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .power-drop ul{
    flex-direction: column;
}


.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li {
  width: calc(100% / 2 - 10px);
  padding: 5px 0;
  display: inline-block;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .power-drop ul li {
  width: 100%;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li:not(:last-child) {
  border-bottom: 1px dashed #eee;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li:not(:nth-child(2n)) {
  margin-right: 20px;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li:hover .nav-font {
  color: #ef2125;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li:hover .nav-imgs {
  transform: scale(1.02);
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li .nav-imgs {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li .nav-font {
  display: flex;
  color: #666;
  font-size: 13px;
  justify-content: center;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .power-drop ul li .nav-font {
  justify-content: flex-start;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .navform {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .navform .navform-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .navform .navform-items input {
  border: 1px solid #2e3191;
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 15px;
  flex: 1;
  max-width: 335px;
}

.header .headnav .navbar .collapse-self .collapse-box .collapse-cont .navform .navform-items button {
  border: none;
  padding: 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  .header {
    position: relative;
  }
  .header .headnav {
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #666;
  }
  .header .headnav .navbar {
    padding: 0;
    background-color: #eee;
  }
  .header .headnav .navbar .navbar-brand {
    width: 120px;
  }
  .header .headnav .navbar .collapse-self {
    display: block;
    position: relative;
    top: 0;
  }
  .header .headnav .navbar .collapse-self .collapse-box {
    padding: 0;
    border-bottom: none;
    box-shadow: none;
    background-color: #eee;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont {
    display: flex;
    align-items: center;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li {
    position: relative;
    width: calc(100% / 8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li:not(:last-child) {
    border-bottom: none;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li:hover > a {
    font-weight: 400;
    color: #ccc;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .linka > a {
    padding: 15px 5px;
    font-size: 16px;
    white-space: nowrap;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li i {
    right: -15px;
    font-size: 20px;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown {
    background-color: #eee;
    position: fixed;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    border: 1px solid #eee;
    padding: 30px;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .power-drop {
       position: absolute;
       top: 63px;
       padding: 10px 15px;
       background: #fff;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li {
    width: calc(100% / 5 - 25px);
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .power-drop ul li {
    width: 100%;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li:not(:nth-child(5n)) {
    margin-right: 30px;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .power-drop ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li .nav-imgs {
    height: 150px;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li .nav-dropdown ul li .nav-font {
    display: flex;
    padding: 5px 0;
    color: #666;
    justify-content: center;
    white-space: nowrap;
    font-size: 16px;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .navform {
    padding-top: 0;
    border: 0;
    margin-left: 50px;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .navform .navform-items input {
    max-width: 135px;
    background-color: #eee;
  }
}

@media (min-width: 1200px) {
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li i {
    right: -20px;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .navform {
    margin-left: 60px;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .navform .navform-items input {
    max-width: 150px;
  }
}

@media (min-width: 1440px) {
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .nav-ulst > li i {
    right: -12px;
  }
  .header .headnav .navbar .collapse-self .collapse-box .collapse-cont .navform {
    margin-left: 80px;
  }
}

.hbanner .hbanner-swiper .swiper-slide a {
  display: block;
  height: 300px;
}

@media (min-width: 768px) {
  .hbanner .hbanner-swiper .swiper-slide a {
    display: block;
    height: 500px;
  }
}

@media (min-width: 992px) {
  .hbanner .hbanner-swiper .swiper-slide a {
    display: block;
    height: 650px;
  }
}

@media (min-width: 1200px) {
  .hbanner .hbanner-swiper .swiper-slide a {
    display: block;
    height: 100vh;
  }
}

.hprocent {
  padding: 35px 0;
  overflow: hidden;
}

.hprocent .hprocent-box {
  margin: 40px -8px 0;
}

.hprocent .hprocent-box .col-6 {
  padding: 0 8px;
  height: 210px;
}

.hprocent .hprocent-box .col-6:not(:nth-last-child(-n + 2)) {
  margin-bottom: 15px;
}

.hprocent .hprocent-box .hprocent-items {
  height: 100%;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

.hprocent .hprocent-box .hprocent-items:hover {
  box-shadow: 2px 5px 5px #999;
}

.hprocent .hprocent-box .hprocent-items:hover .hprocent-img {
    transform: scale(1.03);
}

.hprocent .hprocent-box .hprocent-items:hover .hprocent-cont {
  transform: translateY(0);
}

.hprocent .hprocent-box .hprocent-items .hprocent-img {
    transition: all .3s;
    width: 100%;
    height: 100%;
}

.hprocent .hprocent-box .hprocent-items > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.hprocent .hprocent-box .hprocent-items .hprocent-cont {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  width: 100%;
  transition: all 0.3s;
  transform: translateY(30px);
}

.hprocent .hprocent-box .hprocent-items .hprocent-cont h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.hprocent .hprocent-box .hprocent-items .hprocent-cont span {
  font-size: 13px;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.hprocent .hprocent-box .hprocent-items .hprocent-cont a {
  display: block;
  color: #fff;
  transition: all .3s;
  position: relative;
}

@media (min-width: 768px) {
  .hprocent {
    padding: 45px 0;
  }
  .hprocent .hprocent-box {
    margin: 50px -8px 0;
  }
  .hprocent .hprocent-box .col-6 {
    height: 220px;
  }
  .hprocent .hprocent-box .col-6:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
  .hprocent .hprocent-box .col-6:not(:nth-last-child(-n + 3)) {
    margin-bottom: 15px;
  }
  .hprocent .hprocent-box .hprocent-items .hprocent-cont {
    padding: 15px;
    transform: translateY(40px);
  }
  .hprocent .hprocent-box .hprocent-items .hprocent-cont h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .hprocent .hprocent-box .hprocent-items .hprocent-cont span {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .hprocent {
    padding: 55px 0;
  }
  .hprocent .hprocent-box {
    margin: 60px -8px 0;
  }
  .hprocent .hprocent-box .col-6 {
    height: 260px;
  }
  .hprocent .hprocent-box .hprocent-items .hprocent-cont {
    padding: 20px;
  }
  .hprocent .hprocent-box .hprocent-items .hprocent-cont h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .hprocent .hprocent-box .hprocent-items .hprocent-cont span {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .hprocent {
    padding: 65px 0;
  }
  .hprocent .hprocent-box {
    margin: 70px -8px 0;
  }
  .hprocent .hprocent-box .col-6 {
    height: 280px;
  }
  .hprocent .hprocent-box .col-6:nth-child(1) {
    height: 330px;
  }
  .hprocent .hprocent-box .col-6:nth-child(4) {
    height: 230px;
  }
  .hprocent .hprocent-box .col-6:nth-last-child(-n + 2) {
    margin-top: -50px;
  }
  .hprocent .hprocent-box .hprocent-items .hprocent-cont {
    padding: 20px 25px;
  }
  .hprocent .hprocent-box .hprocent-items .hprocent-cont h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .hprocent .hprocent-box .hprocent-items .hprocent-cont span {
    font-size: 16px;
  }
}

.hindust {
    overflow: hidden;
}
.hindust .hindust-cont {
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 0;
}

.hindust .hindust-cont .hindust-box .hindust-font {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hindust .hindust-cont .hindust-box .hindust-font h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 5px;
}

.hindust .hindust-cont .hindust-box .hindust-font span {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.hindust .hindust-cont .hindust-box .hindust-font a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0 10px;
  transition: all 0.3s;
}

.hindust .hindust-cont .hindust-box .hindust-font a:hover {
  background-color: #fff;
  color: #2e3191;
}

.hindust .hindust-cont .hindust-box .hindust-quick {
  margin: 30px 0 0;
}

.hindust .hindust-cont .hindust-box .hindust-quick .col-6 {
  padding: 0;
}

.hindust .hindust-cont .hindust-box .hindust-quick .col-12 {
  padding: 0;
}

.hindust .hindust-cont .hindust-box .hindust-quick .col-12:last-child .hq-items {
  margin-left: auto;
}

.hindust .hindust-cont .hindust-box .hindust-quick .col-12 .hq-items {
  width: 50%;
}

.hindust .hindust-cont .hindust-box .hindust-quick .hq-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  padding: 15px;
  height: 180px;
  border: 1px solid #fff;
  overflow: hidden;
}

.hindust .hindust-cont .hindust-box .hindust-quick .hq-items img {
  width: 60px;
  image-rendering: -webkit-optimize-contrast;
}

.hindust .hindust-cont .hindust-box .hindust-quick .hq-items > span {
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-top: 20px;
}

.hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float {
  position: absolute;
  background-color: #31318b;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px 15px 15px;
  transition: all 0.3s;
  transform: translateX(-350px);
}

.hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float span {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float a {
  display: block;
  margin-top: 30px;
  color: #fff;
  width: fit-content;
}

.hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float a:hover {
  text-decoration: underline;
}

.hindust .hindust-cont .hindust-box .hindust-quick .hqitems-active .hq-float {
  transform: translateX(0);
}

@media (min-width: 768px) {
  .hindust .hindust-cont {
    margin-top: 50px;
    padding: 35px 0;
  }
  .hindust .hindust-cont .hindust-box .hindust-font h3 {
    font-size: 26px;
    margin: 8px;
  }
  .hindust .hindust-cont .hindust-box .hindust-font span {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .hindust .hindust-cont .hindust-box .hindust-font a {
    padding: 0 12px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick {
    margin: 40px 0 0;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items {
    padding: 15px;
    height: 180px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items img {
    width: 70px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items > span {
    font-size: 18px;
    margin-top: 25px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float {
    padding: 30px 25px 15px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float h5 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float span {
    font-size: 15px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float a {
    margin-top: 35px;
  }
}

@media (min-width: 992px) {
  .hindust .hindust-cont {
    margin-top: 60px;
    padding: 0;
  }
  .hindust .hindust-cont .hindust-box {
    align-items: center;
  }
  .hindust .hindust-cont .hindust-box > .col-12:first-child {
    order: 2;
  }
  .hindust .hindust-cont .hindust-box > .col-12:nth-child(2) {
    order: 1;
  }
  .hindust .hindust-cont .hindust-box .hindust-font {
    align-items: flex-start;
    margin-left: 50px;
  }
  .hindust .hindust-cont .hindust-box .hindust-font h3 {
    font-size: 28px;
    margin: 10px 0;
  }
  .hindust .hindust-cont .hindust-box .hindust-font span {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .hindust .hindust-cont .hindust-box .hindust-font a {
    padding: 0 15px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick {
    margin: 0;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items {
    padding: 15px;
    height: 250px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items img {
    width: 80px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items > span {
    font-size: 18px;
    margin-top: 25px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float {
    padding: 70px 25px 15px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float span {
    font-size: 16px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float a {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .hindust .hindust-cont {
    margin-top: 70px;
  }
  .hindust .hindust-cont .hindust-box .hindust-font h3 {
    font-size: 32px;
    margin: 15px 0;
  }
  .hindust .hindust-cont .hindust-box .hindust-font span {
    margin-bottom: 70px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items {
    height: 280px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items img {
    width: 90px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items > span {
    font-size: 20px;
    margin-top: 35px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float {
    padding: 70px 15px 15px 35px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float h5 {
    font-size: 26px;
  }
  .hindust .hindust-cont .hindust-box .hindust-quick .hq-items .hq-float a {
    margin-top: 50px;
    font-size: 16px;
  }
}

.hdiffic {
  padding: 35px 0;
  background: url(../images/hdiffic-bg.jpg) no-repeat center center/cover;
  overflow: hidden;
}

.hdiffic .hdiffic-title .ht-top {
  display: flex;
  flex-direction: column;
}

.hdiffic .hdiffic-title .ht-top .htp-left {
  text-align: center;
}

.hdiffic .hdiffic-title .ht-top .htp-left h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hdiffic .hdiffic-title .ht-top .htp-left span {
  line-height: 1;
  display: block;
}

.hdiffic .hdiffic-title .ht-top .htp-right {
  color: #2e3191;
  margin-top: 15px;
}

.hdiffic .hdiffic-title .ht-top .htp-right h3 {
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  font-weight: 800;
}

.hdiffic .hdiffic-title .ht-top .htp-right h3 span {
  font-size: 56px;
  font-weight: 800;
  display: block;
  line-height: 1;
}

.hdiffic .hdiffic-title .ht-bot {
  font-size: 16px;
  width: fit-content;
  background-color: #2e3191;
  color: #fff;
  border-radius: 20px;
  padding: 0 30px;
  margin: 20px auto 0;
  position: relative;
}

.hdiffic .hdiffic-title .ht-bot::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #ef2125;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.hdiffic .hdiffic-title .ht-bot::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #2e3191;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.hdiffic .hdiffic-box {
  margin-top: 30px;
}

.hdiffic .hdiffic-box .hdiffic-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 330px;
}

.hdiffic .hdiffic-box .hdiffic-list li {
  width: calc(100% / 2);
  display: flex;
  align-items: center;
  padding-left: 5px;
  margin-bottom: 30px;
}

.hdiffic .hdiffic-box .hdiffic-list li:hover {
    color: #2e3191;
}

.hdiffic .hdiffic-box .hdiffic-list li:hover span {
    background-color: #2e3191;
    color: #fff;
}

.hdiffic .hdiffic-box .hdiffic-list li:nth-child(n + 6) {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 5px;
}

.hdiffic .hdiffic-box .hdiffic-list li:nth-child(n + 6) span {
  margin-right: 0;
  margin-left: 20px;
}

.hdiffic .hdiffic-box .hdiffic-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px dashed #2e3191;
  border-radius: 100%;
  margin-right: 20px;
  position: relative;
  color: #2e3191;
  font-weight: 600;
  transition: all .3s;
}

.hdiffic .hdiffic-box .hdiffic-list li span img {
  width: 20px;
  image-rendering: -webkit-optimize-contrast;
}

.hdiffic .hdiffic-box .hdiffic-list li span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  border: 1px solid #2e3191;
  border-radius: 100%;
}

.hdiffic .hdiffic-box .hdiffic-list li h5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.hdiffic .hdiffic-box .hdiffic-img {
  text-align: center;
}

.hdiffic .hdiffic-box .hdiffic-img img {
  max-width: 280px;
}

@media (min-width: 768px) {
  .hdiffic {
    padding: 45px 0;
  }
  .hdiffic .hdiffic-title .ht-top {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 15px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-left {
    text-align: right;
  }
  .hdiffic .hdiffic-title .ht-top .htp-left h2 {
    font-size: 26px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-left span {
    font-size: 15px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-right {
    margin-top: 0;
    margin-left: 20px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-right h3 {
    font-size: 26px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-right h3 span {
    font-size: 86px;
    display: block;
    line-height: 0.8;
    margin-right: 10px;
  }
  .hdiffic .hdiffic-title .ht-bot {
    font-size: 16px;
    padding: 0 40px;
  }
  .hdiffic .hdiffic-title .ht-bot::before {
    width: 150px;
    left: -150px;
  }
  .hdiffic .hdiffic-title .ht-bot::after {
    width: 150px;
    right: -150px;
  }
  .hdiffic .hdiffic-box {
    margin-top: 40px;
    position: relative;
  }
  .hdiffic .hdiffic-box .hdiffic-list {
    height: 350px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li {
    padding-left: 5px;
    margin-bottom: 35px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li:nth-child(n + 6) {
    padding-right: 5px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li:nth-child(n + 6) span {
    margin-left: 25px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li span {
    width: 35px;
    height: 35px;
    margin-right: 25px;
    font-size: 15px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li span::after {
    width: 130%;
    height: 130%;
  }
  .hdiffic .hdiffic-box .hdiffic-list li span img {
    width: 25px;
    image-rendering: -webkit-optimize-contrast;
  }
  .hdiffic .hdiffic-box .hdiffic-list li h5 {
    font-size: 16px;
  }
  .hdiffic .hdiffic-box .hdiffic-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hdiffic .hdiffic-box .hdiffic-img img {
    max-width: 280px;
  }
}

@media (min-width: 992px) {
  .hdiffic {
    padding: 55px 0 15px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-left h2 {
    font-size: 28px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-left span {
    font-size: 16px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-right {
    margin-left: 25px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-right h3 {
    font-size: 26px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-right h3 span {
    font-size: 106px;
  }
  .hdiffic .hdiffic-title .ht-bot {
    padding: 0 50px;
    margin-top: 30px;
  }
  .hdiffic .hdiffic-title .ht-bot::before {
    width: 180px;
    left: -180px;
  }
  .hdiffic .hdiffic-title .ht-bot::after {
    width: 180px;
    right: -180px;
  }
  .hdiffic .hdiffic-box {
    margin-top: 50px;
  }
  .hdiffic .hdiffic-box .hdiffic-list {
    height: 400px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li {
    margin-bottom: 40px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li:nth-child(n + 6) span {
    margin-left: 25px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li span {
    width: 40px;
    height: 40px;
    margin-right: 25px;
    font-size: 16px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li h5 {
    font-size: 18px;
  }
  .hdiffic .hdiffic-box .hdiffic-img {
    top: 45%;
  }
  .hdiffic .hdiffic-box .hdiffic-img img {
    max-width: 320px;
  }
}

@media (min-width: 1200px) {
  .hdiffic {
    padding: 65px 0 20px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-left h2 {
    font-size: 32px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-left span {
    font-size: 18px;
  }
  .hdiffic .hdiffic-title .ht-top .htp-right h3 {
    font-size: 28px;
  }
  .hdiffic .hdiffic-title .ht-bot {
    margin-top: 40px;
  }
  .hdiffic .hdiffic-box {
    margin-top: 60px;
  }
  .hdiffic .hdiffic-box .hdiffic-list {
    height: 450px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li {
    margin-bottom: 50px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li:nth-child(n + 6) span {
    margin-left: 35px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li span {
    margin-right: 35px;
    font-size: 20px;
  }
  .hdiffic .hdiffic-box .hdiffic-list li h5 {
    font-size: 22px;
  }
  .hdiffic .hdiffic-box .hdiffic-img {
    top: 42%;
  }
  .hdiffic .hdiffic-box .hdiffic-img img {
    max-width: 380px;
  }
}

.hchoose {
  padding: 35px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}

.hchoose .hchoose-box {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -8px 0;
}

.hchoose .hchoose-box .hc-5 {
  padding: 0 8px;
  width: calc(100% / 2);
}

.hchoose .hchoose-box .hc-5 .hchoose-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.hchoose .hchoose-box .hc-5 .hchoose-items:hover {
  color: #2e3191;
  box-shadow: 2px 5px 5px #eee;
  border: 1px solid #eee;
}

.hchoose .hchoose-box .hc-5 .hchoose-items:hover .hi-top i {
  color: #2e3191;
}

.hchoose .hchoose-box .hc-5 .hchoose-items:hover .hi-top h5 {
  color: #2e3191;
}

.hchoose .hchoose-box .hc-5 .hchoose-items .hi-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hchoose .hchoose-box .hc-5 .hchoose-items .hi-top i {
  font-size: 50px;
  color: #666;
}

.hchoose .hchoose-box .hc-5 .hchoose-items .hi-top h5 {
  color: #666;
   font-weight: 600;
    color: #2e3191;
  margin: 10px 0 15px;
  font-size: 20px;
  width: fit-content;
  position: relative;
}

.hchoose .hchoose-box .hc-5 .hchoose-items .hi-top h5::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 2px;
  background-color: #ef2125;
}

.hchoose .hchoose-box .hc-5 .hchoose-items .hi-top span {
  color: #666;
}

@media (min-width: 768px) {
  .hchoose {
    padding: 45px 0;
  }
  .hchoose .hchoose-box {
    margin: 50px -8px 0;
  }
  .hchoose .hchoose-box .hc-5 {
    width: calc(100% / 2);
  }
  .hchoose .hchoose-box .hc-5 .hchoose-items {
    padding: 20px 15px;
  }
  .hchoose .hchoose-box .hc-5 .hchoose-items .hi-top i {
    font-size: 60px;
  }
  .hchoose .hchoose-box .hc-5 .hchoose-items span {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .hchoose {
    padding: 55px 0;
  }
  .hchoose .hchoose-box {
    margin: 60px -8px 0;
  }
  .hchoose .hchoose-box .hc-5 {
    width: calc(100% / 4);
  }
  .hchoose .hchoose-box .hc-5 .hchoose-items .hi-top i {
    font-size: 63px;
  }
  .hchoose .hchoose-box .hc-5 .hchoose-items span {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .hchoose {
    padding: 65px 0;
  }
  .hchoose .hchoose-box {
    margin: 70px -8px 0;
  }
}

.hcustom {
  padding: 35px 0;
  background: url(../images/hcustom-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.hcustom .hcustom-box {
  margin: 40px 0 0;
}

.hcustom .hcustom-box .hcustSwiper {
  height: 355px;
}

@media(min-width: 768px) {
    .hcustom .hcustom-box .hcustSwiper {
      height: 380px;
    }
}

.hcustom .hcustom-box .hcustSwiper .swiper-slide {
  text-align: center;
  background: #fff;
  height: calc((100% - 10px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hcustom .hcustom-box .hcustSwiper .swiper-slide .hcustom-items {
  background-color: #fff;
  text-align: center;
  padding: 15px;
}

.hcustom .hcustom-box .hcustSwiper .swiper-slide .hcustom-items:hover img {
  transform: scale(1.03);
}

.hcustom .hcustom-box .hcustSwiper .swiper-slide .hcustom-items img {
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .hcustom {
    padding: 45px 0;
  }
  .hcustom .hcustom-box {
    margin: 50px -5px 0;
  }
}

@media (min-width: 992px) {
  .hcustom {
    padding: 55px 0;
  }
  .hcustom .hcustom-box {
    margin: 60px 0 0;
  }
  .hcustom .hcustom-box .hcustSwiper {
    height: 360px;
  }
}

@media (min-width: 1200px) {
  .hcustom {
    padding: 65px 0;
  }
  .hcustom .hcustom-box {
    margin: 70px 0 0;
  }
  .hcustom .hcustom-box .hcustom-items {
    padding: 20px;
  }
  .hcustom .hcustom-box .hcustSwiper {
    height: 360px;
  }
}

.hservproc {
  padding: 35px 0 50px;
}

.hservproc .hservproc-box {
  margin: 40px -8px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hservproc .hservproc-box .hb-seven {
  padding: 0 8px;
  width: calc(100% / 3);
}

.hservproc .hservproc-box .hb-seven:not(:last-child) {
  margin-bottom: 30px;
}

.hservproc .hservproc-box .hb-seven .hservproc-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hservproc .hservproc-box .hb-seven .hservproc-items:hover span {
  color: #ef2125;
}

.hservproc .hservproc-box .hb-seven .hservproc-items:hover h5 {
  background-color: #ef2125;
  box-shadow: 2px 5px 5px #999;
}

.hservproc .hservproc-box .hb-seven .hservproc-items span {
  background-color: #f4f4f4;
  border-radius: 100%;
  font-size: 15px;
  width: 30px;
  height: 30px;
  color: #2e3191;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  transition: all 0.3s;
}

.hservproc .hservproc-box .hb-seven .hservproc-items h5 {
  background-color: #2e3191;
  border-radius: 100%;
  width: 85px;
  height: 85px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.hservproc .hservproc-box .hb-seven .hservproc-items h5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #d3d3d3;
  width: 120%;
  height: 120%;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .hservproc {
    padding: 45px 0 60px;
  }
  .hservproc .hservproc-box {
    margin: 50px -8px 0;
  }
  .hservproc .hservproc-box .hb-seven {
    width: calc(100% / 5);
  }
  .hservproc .hservproc-box .hb-seven:not(:last-child) {
    margin-bottom: 0;
  }
  .hservproc .hservproc-box .hb-seven:not(:nth-last-child(-n + 2)) {
    margin-bottom: 30px;
  }
  .hservproc .hservproc-box .hb-seven .hservproc-items span {
    font-size: 17px;
    width: 35px;
    height: 35px;
  }
  .hservproc .hservproc-box .hb-seven .hservproc-items h5 {
    width: 95px;
    height: 95px;
    font-size: 15px;
  }
  .hservproc .hservproc-box .hb-seven .hservproc-items h5::after {
    width: 130%;
    height: 130%;
  }
}

@media (min-width: 992px) {
  .hservproc {
    padding: 55px 0 70px;
  }
  .hservproc .hservproc-box {
    margin: 60px -8px 0;
  }
  .hservproc .hservproc-box .hb-seven {
    width: calc(100% / 6);
  }
  .hservproc .hservproc-box .hb-seven:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .hservproc {
    padding: 65px 0 80px;
  }
  .hservproc .hservproc-box {
    margin: 70px -8px 0;
  }
}

@media (min-width: 1440px) {
  .hservproc .hservproc-box .hb-seven .hservproc-items span {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  .hservproc .hservproc-box .hb-seven .hservproc-items h5 {
    width: 110px;
    height: 110px;
    font-size: 18px;
  }
}

.hafsale {
  padding: 35px 0;
  background: url(../images/hafsale-bg.jpg) no-repeat center center/cover;
  overflow: hidden;
}

.hafsale .hafsale-title h2 {
  font-size: 22px;
  color: #2e3191;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.hafsale .hafsale-title h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background-color: #2e3191;
}

.hafsale .hafsale-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2e3191;
  border-radius: 20px;
  width: fit-content;
  width: 110px;
  height: 30px;
  margin: 40px auto 0;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.hafsale .hafsale-title a:hover {
  background-color: #fff;
  color: #2e3191;
  border: 1px solid #2e3191;
}

.hafsale .hafsale-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px -8px 0;
}

.hafsale .hafsale-box .hafsale-items {
  min-width: 150px;
  max-width: 150px;
  height: 125px;
  padding: 0 8px;
}

.hafsale .hafsale-box .hafsale-items:not(:nth-last-child(-n + 2)) {
  margin-bottom: 15px;
}

.hafsale .hafsale-box .hafsale-items .hafsale-cont {
  border: 2px solid #2e3191;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.hafsale .hafsale-box .hafsale-items .hafsale-cont:hover {
  box-shadow: 2px 5px 5px #999;
}

.hafsale .hafsale-box .hafsale-items .hafsale-cont:hover span {
  color: #2e3191;
  font-weight: 600;
}

.hafsale .hafsale-box .hafsale-items .hafsale-cont img {
  margin-bottom: 12px;
}

.hafsale .hafsale-box .hafsale-items .hafsale-cont span {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hafsale .hafsale-box .hafsale-items .hafsale-cont span i {
  display: block;
  font-style: inherit;
  background-color: #2e3191;
  min-width: 17px;
  max-width: 17px;
  height: 17px;
  border-radius: 100%;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .hafsale {
    padding: 45px 0;
  }
  .hafsale .hafsale-title h2 {
    font-size: 24px;
  }
  .hafsale .hafsale-title h2::after {
    bottom: -15px;
    width: 55px;
    height: 6px;
  }
  .hafsale .hafsale-title a {
    width: 120px;
    height: 35px;
    margin: 50px auto 0;
  }
  .hafsale .hafsale-box {
    margin: 40px -8px 0;
  }
  .hafsale .hafsale-box .hafsale-items:not(:nth-last-child(-n + 2)) {
    margin-bottom: 15px;
  }
  .hafsale .hafsale-box .hafsale-items .hafsale-cont img {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .hafsale {
    padding: 55px 0;
  }
  .hafsale .hafsale-title h2 {
    font-size: 26px;
  }
  .hafsale .hafsale-title h2::after {
    bottom: -25px;
    height: 7px;
  }
  .hafsale .hafsale-title a {
    width: 130px;
    height: 40px;
    margin: 60px auto 0;
    font-size: 16px;
  }
  .hafsale .hafsale-box {
    margin: 50px -30px 0;
  }
  .hafsale .hafsale-box .hafsale-items {
    padding: 0 30px;
    min-width: 185px;
    max-width: 185px;
  }
  .hafsale .hafsale-box .hafsale-items:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
  .hafsale .hafsale-box .hafsale-items:not(:nth-last-child(-n + 5)) {
    margin-bottom: 80px;
  }
  .hafsale .hafsale-box .hafsale-items:nth-child(5) .hafsale-cont::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -50px;
    transform: rotate(90deg);
  }
  .hafsale .hafsale-box .hafsale-items:nth-child(n + 6) .hafsale-cont::after {
    right: auto;
    left: -40px;
    transform: rotate(180deg);
  }
  .hafsale .hafsale-box .hafsale-items:nth-child(6) .hafsale-cont::after {
    content: none;
  }
  .hafsale .hafsale-box .hafsale-items .hafsale-cont {
    position: relative;
  }
  .hafsale .hafsale-box .hafsale-items .hafsale-cont::after {
    content: "";
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 17px;
    background: url(../images/hafsale-next.png) no-repeat center center/cover;
  }
  .hafsale .hafsale-box .hafsale-items .hafsale-cont img {
    margin-bottom: 20px;
  }
  .hafsale .hafsale-box .hafsale-items .hafsale-cont span {
    font-size: 16px;
  }
  .hafsale .hafsale-box .hafsale-items .hafsale-cont span i {
    display: none;
  }
}

@media (min-width: 1440px) {
  .hafsale {
    padding: 65px 0;
  }
  .hafsale .container {
    display: flex;
    align-items: center;
  }
  .hafsale .hafsale-title h2 {
    font-size: 28px;
    white-space: nowrap;
    text-align: left;
  }
  .hafsale .hafsale-title h2::after {
    left: 0;
    transform: translateX(0);
  }
  .hafsale .hafsale-title a {
    margin: 180px 0 0;
    font-size: 16px;
  }
  .hafsale .hafsale-box {
    margin: 0 -30px;
  }
  .hafsale .hafsale-box .hafsale-items {
    padding: 0 30px;
    min-width: 160px;
    max-width: 160px;
  }
  .hafsale .hafsale-box .hafsale-items .hafsale-cont span {
    font-size: 14px;
  }
}

.hguarant {
  padding: 35px 0;
  overflow: hidden;
}

.hguarant .hguarant-top {
    margin-bottom: 30px;
}

.hguarant .hguarant-top span {
    display: block;
    color: #666;
    line-height: 1.8;
    margin-top: 30px;
    text-align: center;
}

.hguarant .hguarant-box {
  margin: 0 -8px;
}

.hguarant .hguarant-box .col-6 {
  padding: 0 8px;
}

.hguarant .hguarant-box .col-6:not(:nth-last-child(-n + 2)) {
  margin-bottom: 15px;
}

.hguarant .hguarant-box .hguarant-items {
  padding: 25px 15px;
  height: 100%;
  color: #2e3191;
  position: relative;
  transition: all 0.3s;
  border: 2px solid #2e3191;
  border-radius: 100%;
  min-width: 135px;
  max-width: 135px;
  height: 135px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hguarant .hguarant-box .hguarant-items:hover {
  box-shadow: 2px 5px 5px #999;
  background-color: #2e3191;
  color: #fff;
  transform: translateY(-3px);
}

.hguarant .hguarant-box .hguarant-items h3 {
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
  font-size: 42px;
  display: flex;
  align-items: flex-end;
}

.hguarant .hguarant-box .hguarant-items h3 span {
    font-size: 32px;
}

.hguarant .hguarant-box .hguarant-items span {
  position: relative;
  z-index: 9;
  line-height: 1.5;
  display: block;
}

@media (min-width: 768px) {
  .hguarant {
    padding: 45px 0;
  }
  .hguarant .hguarant-box .col-6:not(:nth-last-child(-n + 2)) {
    margin-bottom: 15px;
  }
  .hguarant .hguarant-box .hguarant-items {
    padding: 40px 25px;
  }
  .hguarant .hguarant-box .hguarant-items h3 {
    margin-bottom: 5px;
    font-size: 36px;
  }
  .hguarant .hguarant-box .hguarant-items span {
    font-size: 16px;
  }
  .hguarant .hguarant-top {
    margin-bottom: 40px;
  }

  .hguarant .hguarant-top span {
    margin-top: 40px;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .hguarant {
    padding: 55px 0;
  }
  .hguarant .hguarant-box .col-6:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
  .hguarant .hguarant-box .col-6:not(:nth-last-child(-n + 4)) {
    margin-bottom: 15px;
  }
  .hguarant .hguarant-box .hguarant-items {
    min-width: 165px;
    max-width: 165px;
    height: 165px;
  }
  .hguarant .hguarant-box .hguarant-items h3 {
    margin-bottom: 10px;
    font-size: 42px;
  }
  .hguarant .hguarant-box .hguarant-items span {
    font-size: 17px;
  }
  .hguarant .hguarant-top {
    margin-bottom: 50px;
  }

  .hguarant .hguarant-top span {
    font-size: 16px;
    max-width: 600px;
    margin: 50px auto 0;
  }
  .hguarant .hguarant-box .hguarant-items h3 span {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .hguarant {
    padding: 65px 0;
  }
  .hguarant .hguarant-box .hguarant-items h3 {
    margin-bottom: 15px;
    font-size: 46px;
  }
  .hguarant .hguarant-box .hguarant-items span {
    font-size: 18px;
  }
}

.hmercloud {
  padding: 35px 0;
  background: url(../images/hmercloud-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.hmercloud .hcomtitle h2 {
  color: #fff;
}

.hmercloud .hmercloud-box {
  margin-top: 40px;
}

.hmercloud .hmercloud-box .hmercloud-left {
  color: #fff;
  text-align: center;
}

.hmercloud .hmercloud-box .hmercloud-left h4 {
  margin-bottom: 0;
  font-size: 15px;
}

.hmercloud .hmercloud-box .hmercloud-left h3 {
  margin: 10px 0;
  font-size: 22px;
}

.hmercloud .hmercloud-box .hmercloud-left span {
  font-size: 15px;
  display: block;
  line-height: 1.5;
}

.hmercloud .hmercloud-box .hmercloud-right {
  margin: 30px -8px 0;
  display: flex;
  flex-wrap: wrap;
}

.hmercloud .hmercloud-box .hmercloud-right .hr-items {
  padding: 0 8px;
  width: calc(100% / 2);
}

.hmercloud .hmercloud-box .hmercloud-right .hr-items:not(:nth-last-child(-n + 2)) {
  margin-bottom: 15px;
}

.hmercloud .hmercloud-box .hmercloud-right .hr-items .hri-cont {
  color: #fff;
  height: 100%;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s;
}

.hmercloud .hmercloud-box .hmercloud-right .hr-items .hri-cont:hover {
  background-color: #2e3191;
}

.hmercloud .hmercloud-box .hmercloud-right .hr-items .hri-cont h3 {
  margin: 15px 0 5px;
  font-size: 16px;
}

.hmercloud .hmercloud-box .hmercloud-right .hr-items .hri-cont span {
  line-height: 1.5;
  color: #999;
}

@media (min-width: 768px) {
  .hmercloud {
    padding: 45px 0;
  }
  .hmercloud .hmercloud-box {
    margin-top: 50px;
  }
  .hmercloud .hmercloud-box .hmercloud-left h4 {
    font-size: 16px;
  }
  .hmercloud .hmercloud-box .hmercloud-left h3 {
    margin: 10px 0;
    font-size: 24px;
  }
  .hmercloud .hmercloud-box .hmercloud-left span {
    font-size: 16px;
  }
  .hmercloud .hmercloud-box .hmercloud-right {
    margin: 40px -15px 0;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items {
    padding: 0 15px;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items:not(:nth-last-child(-n + 2)) {
    margin-bottom: 30px;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items .hri-cont {
    padding: 25px 15px;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items .hri-cont h3 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .hmercloud {
    padding: 55px 0;
  }
  .hmercloud .hmercloud-box {
    margin-top: 60px;
    display: flex;
    align-items: center;
  }
  .hmercloud .hmercloud-box .hmercloud-left {
    flex: 1;
    text-align: left;
  }
  .hmercloud .hmercloud-box .hmercloud-left h4 {
    font-size: 18px;
  }
  .hmercloud .hmercloud-box .hmercloud-left h3 {
    margin: 15px 0;
    font-size: 28px;
  }
  .hmercloud .hmercloud-box .hmercloud-left span {
    font-size: 18px;
  }
  .hmercloud .hmercloud-box .hmercloud-right {
    flex: 1.2;
    margin: 0 -15px;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items {
    padding: 0 15px;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items:not(:nth-last-child(-n + 2)) {
    margin-bottom: 30px;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items .hri-cont {
    padding: 30px 15px;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items .hri-cont h3 {
    margin: 20px 0 5px;
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .hmercloud {
    padding: 65px 0;
  }
  .hmercloud .hmercloud-box {
    margin-top: 70px;
  }
  .hmercloud .hmercloud-box .hmercloud-left h3 {
    margin: 20px 0;
    font-size: 32px;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items .hri-cont h3 {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .hmercloud .hmercloud-box .hmercloud-right {
    margin: 0 -20px;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items {
    padding: 0 20px;
  }
  .hmercloud .hmercloud-box .hmercloud-right .hr-items:not(:nth-last-child(-n + 2)) {
    margin-bottom: 40px;
  }
}

.hproblem {
  padding: 35px 0;
}

.hproblem .hproblem-box {
  margin-top: 40px;
}

.hproblem .hproblem-box .swiper .swiper-slide:hover .hps-title {
  background-color: #2e3191;
  color: #fff;
}

.hproblem .hproblem-box .swiper .swiper-slide .hps-imgs {
  display: block;
  height: 300px;
}

.hproblem .hproblem-box .swiper .swiper-slide .hps-title {
  display: block;
  font-size: 16px;
  background-color: #e9e9f3;
  padding: 8px 15px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666;
  transition: all 0.3s;
}

.hproblem .hproblem-box .swiper .swiper-button-prev,
.hproblem .hproblem-box .swiper .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  padding-top: 2px;
}

.hproblem .hproblem-box .swiper .swiper-button-prev::after,
.hproblem .hproblem-box .swiper .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

@media (min-width: 768px) {
  .hproblem {
    padding: 45px 0;
  }
  .hproblem .hproblem-box {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .hproblem {
    padding: 55px 0;
  }
  .hproblem .hproblem-box {
    margin-top: 60px;
  }
  .hproblem .hproblem-box .swiper .swiper-slide .hps-title {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .hproblem {
    padding: 65px 0;
  }
  .hproblem .hproblem-box {
    margin: 70px auto 0;
    max-width: 1920px;
  }
  .hproblem .hproblem-box .swiper .swiper-slide .hps-imgs {
    height: 350px;
  }
  .hproblem .hproblem-box .swiper .swiper-slide .hps-title {
    font-size: 18px;
  }
  .hproblem .hproblem-box .swiper .swiper-button-prev,
  .hproblem .hproblem-box .swiper .swiper-button-next {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .hproblem .hproblem-box .swiper .swiper-button-prev::after,
  .hproblem .hproblem-box .swiper .swiper-button-next::after {
    font-size: 22px;
  }
}

.htechnew {
  padding: 35px 0;
  overflow: hidden;
}

.htechnew .htechnew-box {
  margin-top: 40px;
}

.htechnew .htechnew-box .col-12:not(:last-child) {
  margin-bottom: 15px;
}

.htechnew .htechnew-box .htechnew-items {
  position: relative;
}

.htechnew .htechnew-box .htechnew-items:hover .htechnew-imgs img {
  transform: scale(1.03);
}

.htechnew .htechnew-box .htechnew-items .hti-tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #949191;
  padding: 0 10px;
  color: #fff;
  z-index: 9;
}

.htechnew .htechnew-box .htechnew-items .htechnew-imgs {
  display: block;
  overflow: hidden;
}

.htechnew .htechnew-box .htechnew-items .htechnew-imgs img {
  transition: all 0.3s;
}

.htechnew .htechnew-box .htechnew-items .htechnew-cont {
  background-color: #f8f8f8;
  padding: 20px 15px;
}

.htechnew .htechnew-box .htechnew-items .htechnew-cont h3 {
  margin-bottom: 5px;
  font-weight: 600;
}

.htechnew .htechnew-box .htechnew-items .htechnew-cont h3 a {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.htechnew .htechnew-box .htechnew-items .htechnew-cont .htechnew-data {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.htechnew .htechnew-box .htechnew-items .htechnew-cont .htechnew-data img {
  margin-right: 8px;
  width: 13px;
}

.htechnew .htechnew-box .htechnew-items .htechnew-cont .htechnew-data span {
  color: #666;
  font-size: 13px;
}

.htechnew .htechnew-box .htechnew-items .htechnew-cont p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.htechnew .htechnew-box .htechnew-list {
  position: relative;
  background-color: #f8f8f8;
  padding: 45px 25px 25px;
}

.htechnew .htechnew-box .htechnew-list .hti-tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #949191;
  padding: 0 10px;
  color: #fff;
  z-index: 9;
}

.htechnew .htechnew-box .htechnew-list .ulst {
  max-height: 400px;
  overflow-y: auto;
}

.htechnew .htechnew-box .htechnew-list .ulst .hlist-items:not(:last-child) {
  margin-bottom: 20px;
}

.htechnew .htechnew-box .htechnew-list .ulst .hlist-items h3 {
  margin-bottom: 5px;
}

.htechnew .htechnew-box .htechnew-list .ulst .hlist-items h3 a {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.htechnew .htechnew-box .htechnew-list .ulst .hlist-items span {
  line-height: 1.5;
  color: #666;
}

.htechnew .htechnew-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.htechnew .htechnew-links a {
  color: #2e3191;
  border: 1px solid #2e3191;
  padding: 0 15px;
  transition: all 0.3s;
}

.htechnew .htechnew-links a:first-child {
  margin-right: 20px;
}

.htechnew .htechnew-links a:hover {
  background-color: #2e3191;
  color: #fff;
}

@media (min-width: 768px) {
  .htechnew {
    padding: 45px 0;
  }
  .htechnew .htechnew-box {
    margin-top: 50px;
  }
  .htechnew .htechnew-box .col-12:not(:last-child) {
    margin-bottom: 25px;
  }
  .htechnew .htechnew-box .htechnew-items .hti-tag {
    padding: 0 15px;
  }
  .htechnew .htechnew-box .htechnew-items .htechnew-cont {
    padding: 22px 18px;
  }
  .htechnew .htechnew-box .htechnew-items .htechnew-cont h3 a {
    font-size: 19px;
  }
  .htechnew .htechnew-box .htechnew-items .htechnew-cont .htechnew-data {
    margin-bottom: 12px;
  }
  .htechnew .htechnew-box .htechnew-items .htechnew-cont .htechnew-data img {
    width: 14px;
  }
  .htechnew .htechnew-box .htechnew-items .htechnew-cont .htechnew-data span {
    font-size: 14px;
  }
  .htechnew .htechnew-box .htechnew-items .htechnew-cont p {
    font-size: 14px;
  }
  .htechnew .htechnew-box .htechnew-list .ulst .hlist-items:not(:last-child) {
    margin-bottom: 22px;
  }
  .htechnew .htechnew-box .htechnew-list .ulst .hlist-items h3 a {
    font-size: 18px;
  }
  .htechnew .htechnew-links {
    margin-top: 35px;
  }
  .htechnew .htechnew-links a {
    padding: 0 20px;
  }
  .htechnew .htechnew-links a:first-child {
    margin-right: 25px;
  }
}

@media (min-width: 992px) {
  .htechnew {
    padding: 55px 0;
  }
  .htechnew .htechnew-box {
    margin-top: 60px;
  }
  .htechnew .htechnew-box .col-12:not(:last-child) {
    margin-bottom: 0;
  }
  .htechnew .htechnew-box .htechnew-items .htechnew-cont {
    padding: 25px 20px;
  }
  .htechnew .htechnew-box .htechnew-items .htechnew-cont h3 a {
    font-size: 20px;
  }
  .htechnew .htechnew-box .htechnew-items .htechnew-cont .htechnew-data {
    margin-bottom: 15px;
  }
  .htechnew .htechnew-box .htechnew-list .ulst {
    max-height: 280px;
  }
  .htechnew .htechnew-box .htechnew-list .ulst .hlist-items:not(:last-child) {
    margin-bottom: 25px;
  }
  .htechnew .htechnew-links {
    margin-top: 40px;
  }
  .htechnew .htechnew-links a {
    padding: 0 25px;
  }
  .htechnew .htechnew-links a:first-child {
    margin-right: 35px;
  }
}

@media (min-width: 1200px) {
  .htechnew {
    padding: 65px 0;
  }
  .htechnew .htechnew-box {
    margin-top: 70px;
  }
  .htechnew .htechnew-box .htechnew-list .ulst {
    max-height: 290px;
  }
  .htechnew .htechnew-box .htechnew-list .ulst::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
  }
  .htechnew .htechnew-box .htechnew-list .ulst::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .htechnew .htechnew-box .htechnew-list .ulst::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #999;
  }
  .htechnew .htechnew-links a {
    padding: 0 30px;
  }
}

@media (min-width: 1440px) {
  .htechnew .htechnew-box .htechnew-list .ulst {
    max-height: 320px;
  }
}

.hconserv {
  background: url(../images/hconserv-bg.jpg) no-repeat center center/cover;
  padding: 35px 0;
  overflow: hidden;
}

.hconserv .hconserv-box .hconserv-title h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.hconserv .hconserv-box .hconserv-cont {
  border: 1px solid #fff;
  margin-top: 30px;
}

.hconserv .hconserv-box .hconserv-cont form {
  padding: 25px;
}

.hconserv .hconserv-box .hconserv-cont form .hcform-items {
  width: 100%;
  margin-bottom: 15px;
}

.hconserv .hconserv-box .hconserv-cont form .hcform-items input {
  height: 40px;
  width: 100%;
  border: 1px solid #eee;
  padding: 0 15px;
  border-radius: 10px;
}

.hconserv .hconserv-box .hconserv-cont form .hcform-area {
  margin-bottom: 15px;
}

.hconserv .hconserv-box .hconserv-cont form .hcform-area textarea {
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
}

.hconserv .hconserv-box .hconserv-cont form .hcform-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hconserv .hconserv-box .hconserv-cont form .hcform-btn button {
  background-color: #ef2125;
  color: #fff;
  border: 1px solid #ef2125;
  width: 80%;
  max-width: 480px;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s;
}

.hconserv .hconserv-box .hconserv-cont form .hcform-btn button:hover {
  background-color: #fff;
  color: #ef2125;
  font-weight: 600;
}

@media (min-width: 768px) {
  .hconserv {
    padding: 45px 0;
  }
  .hconserv .hconserv-box .hconserv-title h2 {
    font-size: 28px;
  }
  .hconserv .hconserv-box .hconserv-cont form {
    padding: 35px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hconserv .hconserv-box .hconserv-cont form .hcform-items {
    width: calc(98% / 2);
  }
  .hconserv .hconserv-box .hconserv-cont form .hcform-area {
    width: 100%;
  }
  .hconserv .hconserv-box .hconserv-cont form .hcform-btn {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .hconserv {
    padding: 55px 0;
  }
  .hconserv .hconserv-box .hconserv-title h2 {
    font-size: 32px;
  }
  .hconserv .hconserv-box .hconserv-cont form {
    padding: 40px 60px;
  }
  .hconserv .hconserv-box .hconserv-cont form .hcform-btn button {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .hconserv {
    padding: 65px 0;
  }
  .hconserv .hconserv-box .hconserv-title h2 {
    font-size: 36px;
  }
  .hconserv .hconserv-box .hconserv-cont form {
    padding: 50px 80px;
  }
  .hconserv .hconserv-box .hconserv-cont form .hcform-items input {
    height: 50px;
    font-size: 15px;
  }
  .hconserv .hconserv-box .hconserv-cont form .hcform-btn button {
    font-size: 18px;
  }
}

.footer {
  background-color: #181838;
  padding-top: 35px;
  overflow: hidden;
}

.footer .footer-box .footer-left {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  flex: 1;
}

.footer .footer-box .footer-left .fl-items {
  padding: 0 10px;
  width: calc(100% / 2);
  text-align: center;
}

.footer .footer-box .footer-left .fl-items:not(:last-child) {
  margin-bottom: 15px;
}

.footer .footer-box .footer-left .fl-items h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.footer .footer-box .footer-left .fl-items h5 a {
  color: #fff;
  font-size: 17px;
}

.footer .footer-box .footer-left .fl-items h5 a:hover {
  text-decoration: underline;
}

.footer .footer-box .footer-left .fl-items ul li a {
  font-size: 13px;
  color: #b5b1b4;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .footer-box .footer-left .fl-items ul li a:hover {
  text-decoration: underline;
}

.footer .footer-box .footer-right {
  margin-top: 25px;
}

.footer .footer-box .footer-right .fr-ewm {
  text-align: center;
}

.footer .footer-box .footer-right .fr-ewm img {
    width: 122px;
    image-rendering: -webkit-optimize-contrast;
}

.footer .footer-box .footer-right .fr-contact {
  color: #fff;
  margin-top: 15px;
  text-align: center;
}

.footer .footer-box .footer-right .fr-contact li {
  font-size: 14px;
}

.footer .footer-bot {
  border-top: 1px solid #595b5c;
  margin-top: 25px;
  padding: 20px 0;
}

.footer .footer-bot .fb-left {
  font-size: 13px;
}

.footer .footer-bot .fb-left p {
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

.footer .footer-bot .fb-left p a {
  color: #fff;
}

.footer .footer-bot .fb-right {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .footer-bot .fb-right ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px;
  width: 100%;
}

.footer .footer-bot .fb-right ul li,
.headcont-right ul li{
    position: relative;
}

.footer .footer-bot .fb-right ul li .bshare-custom,
.headcont-right ul li .bshare-custom{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.footer .footer-bot .fb-right ul li .bshare-custom .bshare-icons,
.headcont-right ul li .bshare-custom .bshare-icons{
    width: 100%;
    height: 100%;
    display: block;
}

/*.footer .footer-bot .fb-right ul li .bshare-custom .bsPromo {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*}*/

.footer .footer-bot .fb-right a {
  font-size: 13px;
  color: #fff;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 45px;
  }
  .footer .footer-box .footer-left .fl-items {
    width: calc(100% / 5);
    text-align: center;
  }
  .footer .footer-box .footer-left .fl-items:not(:last-child) {
    margin-bottom: 0;
  }
  .footer .footer-box .footer-left .fl-items h5 {
    margin-bottom: 13px;
  }
  .footer .footer-box .footer-left .fl-items h5 a {
    font-size: 17px;
  }
  .footer .footer-box .footer-left .fl-items ul li a {
    font-size: 13px;
  }
  .footer .footer-box .footer-right {
    margin-top: 35px;
  }
}

@media (min-width: 992px) {
  .footer {
    padding-top: 55px;
  }
  .footer .footer-box {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-box .footer-left {
    margin-right: 30px;
  }
  .footer .footer-box .footer-left .fl-items {
    text-align: left;
  }
  .footer .footer-box .footer-left .fl-items h5 {
    margin-bottom: 15px;
  }
  .footer .footer-box .footer-left .fl-items h5 a {
    font-size: 18px;
  }
  .footer .footer-box .footer-left .fl-items ul li a {
    font-size: 14px;
  }
  .footer .footer-box .footer-right {
    margin-top: 0;
  }
  .footer .footer-box .footer-right .fr-ewm {
    text-align: center;
  }
  .footer .footer-box .footer-right .fr-contact {
    margin-top: 15px;
  }
  .footer .footer-box .footer-right .fr-contact li {
    font-size: 14px;
  }
  .footer .footer-bot {
    margin-top: 30px;
    padding: 25px 0;
    display: flex;
    align-items: center;
  }
  .footer .footer-bot .fb-left {
    font-size: 14px;
    margin-right: 50px;
  }
  .footer .footer-bot .fb-left p {
    text-align: left;
  }
  .footer .footer-bot .fb-right {
    margin-top: 0;
    flex-direction: row;
    flex: 1;
  }
  .footer .footer-bot .fb-right ul {
    margin-bottom: 0;
  }
  .footer .footer-bot .fb-right a {
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding-top: 65px;
  }
  .footer .footer-box .footer-left {
    margin-right: 30px;
  }
  .footer .footer-box .footer-right {
    display: flex;
    align-items: center;
  }
  .footer .footer-box .footer-right .fr-ewm {
    text-align: left;
  }
  .footer .footer-box .footer-right .fr-contact {
    margin-top: 0;
    text-align: left;
    margin-left: 20px;
  }
  .footer .footer-box .footer-right .fr-contact li {
    font-size: 16px;
  }
  .footer .footer-bot .fb-left {
    margin-right: 180px;
  }
}

.hadtage .hadtage-box .hadtage-items {
 
  position: relative;
}

.hadtage .hadtage-box .hadtage-items:not(:last-child) {
  margin-bottom: 10px;
}

/*.hadtage .hadtage-box .hadtage-items::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background: url(../images/hadtage-img.jpg) no-repeat center center/cover;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/


.hadtage .hadtage-box .hadtage-items .hadtage-left::before {
  content: "";
  background-color: rgba(46, 49, 145, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
}
.hadtage .hadtage-box .had-active .hadtage-left::before {
    content: none;
}

.hadtage-left-imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hadtage .hadtage-box .hadtage-items .hadtage-left {
  position: relative;
  z-index: 9;
   padding: 20px;
}

.hadtage .hadtage-box .hadtage-items .hadtage-left .hl-title {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 29;
}

.hadtage .hadtage-box .hadtage-items .hadtage-left .hl-title h2 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  /*display: none;*/
}

.hadtage .hadtage-box .had-active .hadtage-left .hl-title h2 {
    display: block;
}

.hadtage .hadtage-box .hadtage-items .hadtage-left .hl-title span {
  font-size: 15px;
  display: block;
  line-height: 1.5;
}

.hadtage .hadtage-box .hadtage-items .hadtage-left .hl-eng {
  color: #fff;
  position: relative;
  z-index: 19;
}

@media(min-width: 992px) {
  .hadtage .hadtage-box .had-active .hadtage-left-imgs {
    display: none;
    }  
}


@media (min-width: 768px) {
  .hadtage .hadtage-box .hadtage-items {
    /*min-width: calc(100% / 6);*/
    /*max-width: calc(100% / 6);*/
    /*height: 300px;*/
  }
  .hadtage .hadtage-box .hadtage-items:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left .hl-title {
    margin-bottom: 35px;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left .hl-title h2 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
  }
  /*.hadtage .hadtage-box .hadtage-items .hadtage-left .hl-title span {*/
  /*  font-size: 18px;*/
  /*}*/
  .hadtage .hadtage-box .hadtage-items .hadtage-left .hl-eng {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (min-width: 992px) {
  .hadtage .hadtage-box {
    display: flex;
  }
  .hadtage .hadtage-box .hadtage-items {
   
    height: 300px;
  }
  .hadtage .hadtage-box .hadtage-items:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left {
       padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left .hl-title {
    margin-bottom: 35px;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left .hl-title h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
  }
  .hadtage .hadtage-box .had-active .hadtage-left .hl-title span {
    font-size: 18px;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left .hl-eng {
    font-size: 16px;
    display: none;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left .hl-add {
    width: 44px;
    height: 44px;
  }
  .hadtage .hadtage-box .had-active {
    display: flex;
    padding: 0;
    min-width: 35%;
  }
  .hadtage .hadtage-box .had-active::after {
    content: none;
  }
  .hadtage .hadtage-box .had-active::before {
    content: none;
  }
  .hadtage .hadtage-box .had-active .hadtage-left {
    background: none!important;
    background-color: #ef2125!important;
    padding: 30px;
    
  }
  .hadtage .hadtage-box .had-active .hadtage-left .hl-eng {
    display: block;
  }
  .hadtage .hadtage-box .had-active .hadtage-left .hl-add {
    display: none !important;
    position: relative;
    z-index: 19;
  }
  .hadtage .hadtage-box .had-active .hadtage-right {
    flex: 1;
    min-width: 65%;
  }
  .hadtage .hadtage-box .had-othe {
    width: calc(100% / 6);
    /*min-width: calc(100% / 6);*/
  }
}

@media (min-width: 1200px) {
  .hadtage .hadtage-box .hadtage-items {
    
    height: 600px;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left{
      padding: 50px 25px;
    font-size: 30px;
  }
 .hadtage .hadtage-box .hadtage-items .hadtage-left .hl-title h2 {
    font-size: 22px;
  }
  /*.hadtage .hadtage-box .hadtage-items .hadtage-left .hl-title span {*/
  /*  font-size: 20px;*/
  /*}*/
  .hadtage .hadtage-box .had-active .hadtage-left .hl-title h2 {
    font-size: 26px!important;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left .hl-eng {
    font-size: 18px;
    display: none;
  }
  .hadtage .hadtage-box .hadtage-items .hadtage-left .hl-add {
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 19;
  }
  .hadtage .hadtage-box .had-active {
    display: flex;
    padding: 0;
    flex: 1;
  }
  .hadtage .hadtage-box .had-active::after {
    content: none;
  }
  .hadtage .hadtage-box .had-active::before {
    content: none;
  }
  .hadtage .hadtage-box .had-active .hadtage-left {
    background-color: #ef2125;
    padding: 50px 25px;
    max-width: 360px;
  }
  .hadtage .hadtage-box .had-active .hadtage-left .hl-eng {
    display: block;
  }
  .hadtage .hadtage-box .had-active .hadtage-left .hl-add {
    display: none !important;
  }
  .hadtage .hadtage-box .had-active .hadtage-right {
    flex: 1;
    min-width: 60%;
  }
  .hadtage .hadtage-box .had-othe {
    width: calc(100% / 6);
    /*min-width: calc(100% / 6);*/
  }
}

.probanner {
  height: 260px;
  position: relative;
  background-color: #f0f0f0;
}

.probanner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 50%;
  background-color: #2e3191;
  z-index: 9;
}

.probanner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 50%;
  background-color: #ef2125;
}

.probanner .container {
  height: 100%;
}

.probanner .probanner-box {
  position: relative;
  height: 100%;
}

.probanner .probanner-box::before {
  content: "";
  position: absolute;
  background: url(../images/product-banner.jpg) no-repeat center center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.probanner .probanner-box .pb-cont {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.probanner .probanner-box .pb-cont h1 {
  margin: 0;
  color: #ef2125;
  font-weight: 600;
}

.probanner .probanner-box .pb-cont span {
  display: block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.probanner .probanner-box .pb-cont h5 {
  color: #2e3191;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .probanner {
    height: 300px;
  }
  .probanner::before {
    width: 40px;
  }
  .probanner::after {
    width: 40px;
  }
  .probanner .probanner-box .pb-cont h1 {
    font-size: 30px;
  }
  .probanner .probanner-box .pb-cont span {
    font-size: 18px;
  }
  .probanner .probanner-box .pb-cont h5 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .probanner {
    height: 330px;
  }
  .probanner::before {
    width: 50px;
  }
  .probanner::after {
    width: 50px;
  }
  .probanner .probanner-box {
    max-width: 930px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .probanner .probanner-box::before {
    width: 65%;
    max-width: 680px;
    background: url(../images/product-banner.jpg) no-repeat right center/cover;
  }
  .probanner .probanner-box .pb-cont {
    flex: 1;
    margin-left: auto;
    align-items: flex-end;
  }
  .probanner .probanner-box .pb-cont h1 {
    font-size: 32px;
  }
  .probanner .probanner-box .pb-cont span {
    font-size: 20px;
  }
  .probanner .probanner-box .pb-cont h5 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .probanner {
    height: 360px;
  }
  .probanner::before {
    width: 60px;
  }
  .probanner::after {
    width: 60px;
  }
  .probanner .probanner-box {
    max-width: 1000px;
  }
  .probanner .probanner-box::before {
    width: 60%;
  }
  .probanner .probanner-box .pb-cont h1 {
    font-size: 34px;
  }
  .probanner .probanner-box .pb-cont span {
    font-size: 22px;
  }
  .probanner .probanner-box .pb-cont h5 {
    font-size: 22px;
  }
}

@media (min-width: 1440px) {
  .probanner .probanner-box {
    max-width: 1080px;
  }
  .probanner .probanner-box::before {
    width: 68%;
  }
  .probanner .probanner-box .pb-cont h1 {
    font-size: 34px;
  }
  .probanner .probanner-box .pb-cont span {
    font-size: 22px;
  }
  .probanner .probanner-box .pb-cont h5 {
    font-size: 22px;
  }
}

.product {
  padding: 35px 0;
  overflow: hidden;
}

.product .product-box {
  display: flex;
  flex-direction: column;
}

.product-left h5 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.product-left h5::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  background-color: #ef2125;
  height: 4px;
}

.product-left h5::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #2e3191;
}

.product-left h5 i {
  font-size: 22px;
  color: #ef2125;
}

.product-left ul li {
  line-height: 1.6;
}

.product-left ul li:not(:last-child) {
  margin-bottom: 5px;
}

.product-left ul li a {
  color: #666;
}

.product-left ul li a:hover {
  color: #ef2125;
}

.product .product-box .product-right {
  margin-top: 25px;
  flex: 1;
}

.product .product-box .product-right .prig-box .col-12:not(:last-child) {
  margin-bottom: 15px;
}

.product .product-box .product-right .prig-box .prig-items {
  position: relative;
  border: 2px solid #ccc;
  transition: all 0.3s;
}

.product .product-box .product-right .prig-box .prig-items:hover {
  border: 2px solid #2e3191;
}

.product .product-box .product-right .prig-box .prig-items:hover .prig-pro a {
  transform: scale(1.03);
}

.product .product-box .product-right .prig-box .prig-items>a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.product .product-box .product-right .prig-box .prig-items .prig-imgs {
  height: 130px;
  position: relative;
}

.product .product-box .product-right .prig-box .prig-items .prig-imgs .prig-name {
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(46, 49, 145, 0.5);
}

.product .product-box .product-right .prig-box .prig-items .prig-imgs .prig-name span {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product .product-box .product-right .prig-box .prig-items .prig-pro {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  overflow: hidden;
}

.product .product-box .product-right .prig-box .prig-items .prig-pro a {
  height: 170px;
  width: 100%;
  display: block;
  transition: all .3s;
}

@media (min-width: 768px) {
  .product {
    padding: 45px 0;
  }
  .product .product-box {
    display: flex;
    flex-direction: row;
  }
  .product-left {
    min-width: 170px;
    max-width: 170px;
    margin-right: 30px;
  }
  .product-left h5 {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .product-left h5::before {
    bottom: -10px;
  }
  .product-left h5::after {
    bottom: -22px;
  }
  .product-left h5 i {
    font-size: 24px;
  }
  .product-left ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .product .product-box .product-right {
    margin-top: 0;
  }
  .product .product-box .product-right .prig-box {
    margin: 0 -8px;
  }
  .product .product-box .product-right .prig-box .col-12 {
    padding: 0 8px;
  }
  .product .product-box .product-right .prig-box .col-12:not(:last-child) {
    margin-bottom: 0;
  }
  .product .product-box .product-right .prig-box .col-12:not(:nth-last-child(-n + 2)) {
    margin-bottom: 15px;
  }
  .product .product-box .product-right .prig-box .prig-items .prig-imgs {
    height: 130px;
  }
  .product .product-box .product-right .prig-box .prig-items .prig-imgs .prig-name {
    padding: 10px 15px;
  }
  .product .product-box .product-right .prig-box .prig-items .prig-pro {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .product {
    padding: 55px 0;
  }
  .product-left {
    min-width: 200px;
    max-width: 200px;
  }
  .product-left h5 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .product-left h5 i {
    font-size: 26px;
  }
  .product-left ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .product-left ul li a {
    font-size: 15px;
  }
  .product .product-box .product-right .prig-box .prig-items .prig-imgs {
    height: 150px;
  }
  .product .product-box .product-right .prig-box .prig-items .prig-imgs .prig-name {
    padding: 10px 15px;
  }
  .product .product-box .product-right .prig-box .prig-items .prig-imgs .prig-name span {
    font-size: 16px;
  }
  .product .product-box .product-right .prig-box .prig-items .prig-pro {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .product {
    padding: 65px 0;
  }
  .product-left {
    margin-right: 40px;
  }
  .product-left h5 {
    font-size: 24px;
  }
  .product-left h5 i {
    font-size: 28px;
  }
  .product-left ul li a {
    font-size: 16px;
  }
  .product .product-box .product-right .prig-box .prig-items .prig-imgs .prig-name {
    padding: 10px 20px;
  }
}

@media (min-width: 1440px) {
  .product .product-box .product-right .prig-box {
    margin: 0 -10px;
  }
  .product .product-box .product-right .prig-box .col-12 {
    padding: 0 10px;
  }
  .product .product-box .product-right .prig-box .col-12:not(:nth-last-child(-n + 2)) {
    margin-bottom: 20px;
  }
}

.procent .product-left{
    min-width: auto;
    max-width: 100%;
    margin-right: 0;
}

.pagebanner {
  height: 260px;
  position: relative;
}

.pagebanner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 50%;
  background-color: #2e3191;
  z-index: 9;
}

.pagebanner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 50%;
  background-color: #ef2125;
}

.pagebanner .container {
  height: 100%;
}

.pagebanner .pagebanner-box {
  height: 100%;
}

.pagebanner .pagebanner-box .pagebanner-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pagebanner .pagebanner-box .pagebanner-cont h1 {
  margin: 0 0 70px 0;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.pagebanner .pagebanner-box .pagebanner-cont h1::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .pagebanner {
    height: 300px;
  }
  .pagebanner::before {
    width: 40px;
  }
  .pagebanner::after {
    width: 40px;
  }
  .pagebanner .pagebanner-box .pagebanner-cont h1 {
    margin: 0 0 75px 0;
    font-size: 36px;
  }
  .pagebanner .pagebanner-box .pagebanner-cont h1::after {
    bottom: -25px;
  }
}

@media (min-width: 992px) {
  .pagebanner {
    height: 330px;
  }
  .pagebanner::before {
    width: 50px;
  }
  .pagebanner::after {
    width: 50px;
  }
  .pagebanner .pagebanner-box .pagebanner-cont h1 {
    margin: 0 0 85px 0;
    font-size: 40px;
  }
  .pagebanner .pagebanner-box .pagebanner-cont h1::after {
    bottom: -30px;
  }
}

@media (min-width: 1200px) {
  .pagebanner {
    height: 360px;
  }
  .pagebanner::before {
    width: 60px;
  }
  .pagebanner::after {
    width: 60px;
  }
  .pagebanner .pagebanner-box .pagebanner-cont h1 {
    margin: 0 0 100px 0;
    font-size: 42px;
  }
}

.service {
  background: url(../images/service-bg.jpg) no-repeat center center/cover;
  padding: 35px 0;
}

.service .service-box {
  margin-top: -100px;
  position: relative;
}

.service .service-box .service-items {
  display: flex;
}

.service .service-box .service-items:nth-child(even) {
  flex-direction: row-reverse;
}

.service .service-box .service-items:hover .sit-left a {
  transform: scale(1.03);
}

.service .service-box .service-items:hover .sit-right .sitr-img img {
  filter: opacity(1);
}

.service .service-box .service-items:hover .sit-right .sitr-name h3 {
  color: #ef2125;
}

.service .service-box .service-items .sit-left {
  flex: 1;
  min-width: 50%;
  max-width: 50%;
  overflow: hidden;
}

.service .service-box .service-items .sit-left a {
  display: block;
  height: 100%;
  transition: all 0.3s;
}

.service .service-box .service-items .sit-right {
  flex: 1;
  background-color: #fff;
  padding: 25px 15px;
}

.service .service-box .service-items .sit-right .sitr-img {
  margin-bottom: 10px;
}

.service .service-box .service-items .sit-right .sitr-img img {
  transition: all 0.3s;
  width: 50px;
  filter: opacity(0.5);
  image-rendering: -webkit-optimize-contrast;
}

.service .service-box .service-items .sit-right .sitr-name {
  position: relative;
  margin-bottom: 35px;
}

.service .service-box .service-items .sit-right .sitr-name::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  background-color: #ef2125;
  height: 4px;
}

.service .service-box .service-items .sit-right .sitr-name::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #2e3191;
}

.service .service-box .service-items .sit-right .sitr-name h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.service .service-box .service-items .sit-right .sitr-name span {
  display: block;
  line-height: 1.6;
  font-size: 13px;
  color: #999;
}

.service .service-box .service-items .sit-right a {
  font-weight: 600;
}

.service .service-box .service-items .sit-right a:hover {
  color: #ef2125;
}

@media (min-width: 768px) {
  .service {
    padding: 45px 0;
  }
  .service .service-box {
    margin-top: -110px;
  }
  .service .service-box .service-items .sit-right {
    padding: 35px 20px;
  }
  .service .service-box .service-items .sit-right .sitr-img {
    margin-bottom: 15px;
  }
  .service .service-box .service-items .sit-right .sitr-img img {
    width: 62px;
  }
  .service .service-box .service-items .sit-right .sitr-name {
    margin-bottom: 40px;
  }
  .service .service-box .service-items .sit-right .sitr-name::before {
    bottom: -13px;
  }
  .service .service-box .service-items .sit-right .sitr-name::after {
    bottom: -24px;
  }
  .service .service-box .service-items .sit-right .sitr-name h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .service .service-box .service-items .sit-right .sitr-name span {
    font-size: 14px;
  }
  .service .service-box .service-items .sit-right a {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .service {
    padding: 55px 0;
  }
  .service .service-box {
    margin-top: -120px;
  }
  .service .service-box .service-items .sit-right {
    padding: 60px 35px 40px;
  }
  .service .service-box .service-items .sit-right .sitr-img {
    margin-bottom: 15px;
  }
  .service .service-box .service-items .sit-right .sitr-img img {
    width: 75px;
  }
  .service .service-box .service-items .sit-right .sitr-name {
    margin-bottom: 40px;
  }
  .service .service-box .service-items .sit-right .sitr-name h3 {
    font-size: 26px;
  }
  .service .service-box .service-items .sit-right .sitr-name span {
    font-size: 15px;
  }
  .service .service-box .service-items .sit-right a {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .service {
    padding: 65px 0;
  }
  .service .service-box {
    margin-top: -150px;
  }
  .service .service-box .service-items .sit-right {
    padding: 70px 45px 50px;
  }
  .service .service-box .service-items .sit-right .sitr-img {
    margin-bottom: 15px;
  }
  .service .service-box .service-items .sit-right .sitr-img img {
    width: 78px;
  }
  .service .service-box .service-items .sit-right .sitr-name {
    margin-bottom: 45px;
  }
  .service .service-box .service-items .sit-right .sitr-name h3 {
    font-size: 32px;
  }
  .service .service-box .service-items .sit-right .sitr-name span {
    font-size: 16px;
  }
  .service .service-box .service-items .sit-right a {
    font-size: 18px;
  }
}

.contactus {
  padding: 35px 0;
}

.contactus .contactus-form {
  margin-top: 35px;
}

.contactus .contactus-form form {
  display: flex;
  flex-wrap: wrap;
}

.contactus .contactus-form form .cform-items {
  width: 100%;
  display: flex;
}

.contactus .contactus-form form .cform-items:not(:last-child) {
  margin-bottom: 15px;
}

.contactus .contactus-form form .cform-items label {
  margin-bottom: 0;
  min-width: 95px;
}

.contactus .contactus-form form .cform-items label sup {
  color: #ef2125;
}

.contactus .contactus-form form .cform-items label span {
  font-size: 13px;
}

.contactus .contactus-form form .cform-items input {
  flex: 1;
  border: 1px solid #eee;
  height: 35px;
  padding: 0 10px;
  font-size: 12px;
}

.contactus .contactus-form form .cform-items textarea {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #eee;
  flex: 1;
  resize: none;
}

.contactus .contactus-form .cform-btns {
  margin-top: 30px;
}

.contactus .contactus-form .cform-btns button {
  border: 1px solid #2e3191;
  color: #2e3191;
  background-color: #fff;
  border-radius: 10px;
  width: 120px;
  height: 35px;
  font-size: 15px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.contactus .contactus-form .cform-btns button:hover {
  background-color: #2e3191;
  color: #fff;
}

@media (min-width: 768px) {
  .contactus {
    padding: 45px 0;
  }
  .contactus .contactus-form {
    margin: 55px 0 0;
  }
  .contactus .contactus-form form {
    margin: 0 -10px;
  }
  .contactus .contactus-form form .cform-items {
    width: calc(100% / 2);
    padding: 0 10px;
    flex-direction: column;
  }
  .contactus .contactus-form form .cform-items:not(:last-child) {
    margin-bottom: 25px;
  }
  .contactus .contactus-form form .cform-items label {
    margin-bottom: 5px;
  }
  .contactus .contactus-form form .cform-items label sup {
    font-size: 16px;
  }
  .contactus .contactus-form form .cform-items label span {
    font-size: 15px;
  }
  .contactus .contactus-form form .cform-items input {
    min-height: 40px;
    font-size: 13px;
  }
  .contactus .contactus-form form .cform-items textarea {
    font-size: 13px;
  }
  .contactus .contactus-form .cform-btns {
    margin-top: 40px;
  }
  .contactus .contactus-form .cform-btns button {
    width: 130px;
    height: 40px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .contactus {
    padding: 55px 0;
  }
  .contactus .contactus-form {
    margin: 65px -10px 0;
  }
  .contactus .contactus-form form .cform-items:not(:last-child) {
    margin-bottom: 35px;
  }
  .contactus .contactus-form form .cform-items label {
    margin-bottom: 10px;
  }
  .contactus .contactus-form form .cform-items label sup {
    font-size: 18px;
  }
  .contactus .contactus-form form .cform-items label span {
    font-size: 16px;
  }
  .contactus .contactus-form form .cform-items input {
    min-height: 45px;
    font-size: 14px;
  }
  .contactus .contactus-form form .cform-items textarea {
    font-size: 14px;
    padding: 15px;
  }
  .contactus .contactus-form .cform-btns {
    margin-top: 45px;
  }
  .contactus .contactus-form .cform-btns button {
    width: 140px;
    height: 45px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .contactus {
    padding: 65px 0;
  }
  .contactus .contactus-form {
    margin: 75px 0 0;
  }
  .contactus .contactus-form form .cform-items:not(:last-child) {
    margin-bottom: 45px;
  }
  .contactus .contactus-form form .cform-items label sup {
    font-size: 20px;
  }
  .contactus .contactus-form form .cform-items label span {
    font-size: 18px;
  }
  .contactus .contactus-form form .cform-items input {
    min-height: 50px;
  }
  .contactus .contactus-form .cform-btns {
    margin-top: 55px;
  }
}

.contactsm {
  overflow: hidden;
}

.contactsm .contactsm-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contactsm .contactsm-box .contactsm-items:not(:last-child) {
  margin-bottom: 10px;
}

.contactsm .contactsm-box .contactsm-items img {
  max-width: 400px;
}

@media (min-width: 768px) {
  .contactsm .contactsm-box {
    flex-direction: row;
  }
  .contactsm .contactsm-box .contactsm-items {
    width: calc(100% / 3);
  }
  .contactsm .contactsm-box .contactsm-items:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .contactsm .contactsm-box .contactsm-items img {
    max-width: 100%;
  }
}

.contactfs {
  padding: 35px 0;
  overflow: hidden;
}

.contactfs .contactfs-box {
  margin-top: 40px;
}

.contactfs .contactfs-box .contactfs-items {
  padding-left: 25px;
}

.contactfs .contactfs-box .contactfs-items:not(:last-child) {
  margin-bottom: 25px;
}

.contactfs .contactfs-box .contactfs-items h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.contactfs .contactfs-box .contactfs-items h3::before {
  content: "";
  position: absolute;
  background: url(../images/contactfs-icon.jpg) no-repeat center center/cover;
  width: 15px;
  height: 20px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.contactfs .contactfs-box .contactfs-items ul li {
  font-size: 13px;
  line-height: 1.6;
}

.contactfs .contactfs-box .contactfs-items ul li:not(:last-child) {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .contactfs {
    padding: 45px 0;
  }
  .contactfs .contactfs-box {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .contactfs .contactfs-box .contactfs-items {
    width: calc(100% / 2);
    padding-left: 28px;
  }
  .contactfs .contactfs-box .contactfs-items:not(:last-child) {
    margin-bottom: 0;
  }
  .contactfs .contactfs-box .contactfs-items:not(:nth-last-child(-n + 2)) {
    margin-bottom: 25px;
  }
  .contactfs .contactfs-box .contactfs-items h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contactfs .contactfs-box .contactfs-items h3::before {
    width: 15px;
    height: 20px;
    left: -28px;
  }
  .contactfs .contactfs-box .contactfs-items ul li {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .contactfs {
    padding: 55px 0;
  }
  .contactfs .contactfs-box {
    margin-top: 70px;
  }
  .contactfs .contactfs-box .contactfs-items {
    width: calc(100% / 3);
    padding-left: 30px;
  }
  .contactfs .contactfs-box .contactfs-items:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
  .contactfs .contactfs-box .contactfs-items:not(:nth-last-child(-n + 3)) {
    margin-bottom: 40px;
  }
  .contactfs .contactfs-box .contactfs-items h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .contactfs .contactfs-box .contactfs-items h3::before {
    width: 20px;
    height: 25px;
    left: -30px;
  }
  .contactfs .contactfs-box .contactfs-items ul li {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .contactfs {
    padding: 65px 0;
  }
  .contactfs .contactfs-box {
    margin-top: 80px;
  }
  .contactfs .contactfs-box .contactfs-items {
    padding-left: 35px;
  }
  .contactfs .contactfs-box .contactfs-items:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
  .contactfs .contactfs-box .contactfs-items:not(:nth-last-child(-n + 3)) {
    margin-bottom: 50px;
  }
  .contactfs .contactfs-box .contactfs-items h3 {
    font-size: 24px;
  }
  .contactfs .contactfs-box .contactfs-items h3::before {
    left: -35px;
  }
  .contactfs .contactfs-box .contactfs-items ul li {
    font-size: 16px;
  }
}

.contactmaps {
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .contactmaps {
    padding-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .contactmaps {
    padding-bottom: 55px;
  }
}

@media (min-width: 1200px) {
  .contactmaps {
    padding-bottom: 65px;
  }
}

.hpfloat {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
}

.hpfloat .hpfloat-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hpfloat .hpfloat-box .hpfloat-items {
  background-color: #2e3191;
  border-radius: 100%;
  position: relative;
}

.hpfloat .hpfloat-box .hpfloat-items:hover .hpfloat-dark{
  display: block;
}

.searchno {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.searchno img {
    width: 60px;
    margin-bottom: 15px;
}

.searchno span {
    color: #2e3191;
    font-weight: 600;
}

.hpfloat-dark {
    display: none;
    position: absolute;
    left: -160px;
    width: 150px;
    height: 150px;
    top: 50%;
    transform: translateY(-50%);
}

.hpfloat .hpfloat-box .hpfloat-items:not(:last-child) {
  margin-bottom: 10px;
}

.hpfloat .hpfloat-box .hpfloat-items a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.hpfloat .hpfloat-box .hpfloat-items a img {
  width: 20px;
  transition: all 0.3s;
}

.hpfloat .hpfloat-box .hpfloat-items a span {
  color: #7b7db5;
  font-size: 12px;
  display: none;
  font-weight: 600;
}

@media (min-width: 768px) {
  .hpfloat {
    right: 5px;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hpfloat .hpfloat-box .hpfloat-items {
    border-radius: 0;
  }
  .hpfloat .hpfloat-box .hpfloat-items:hover a img {
    transform: scale(1.08);
  }
  .hpfloat .hpfloat-box .hpfloat-items:hover span {
    color: #fff;
  }
  .hpfloat .hpfloat-box .hpfloat-items a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 10px;
  }
  .hpfloat .hpfloat-box .hpfloat-items a img {
    width: 30px;
    margin-bottom: 5px;
  }
  .hpfloat .hpfloat-box .hpfloat-items a span {
    font-size: 14px;
    display: block;
    line-height: 1.5;
  }
  .hpfloat .hpfloat-box .come-top {
    display: none;
  }
}

@media (min-width: 992px) {
  .hpfloat .hpfloat-box .hpfloat-items a {
    padding: 15px;
  }
  .hpfloat .hpfloat-box .hpfloat-items a img {
    width: 35px;
    margin-bottom: 8px;
  }
  .hpfloat .hpfloat-box .hpfloat-items a span {
    font-size: 14px;
    display: block;
    line-height: 1.5;
  }
}

.procent-box .procent-details .details-cont .details-cont-catgory .dcat-title {
    display: flex;
    justify-content: center;
}

.procent-box .procent-details .details-cont .details-cont-catgory:not(:last-child) {
    margin-bottom: 20px;
}

.procent-box .procent-details .details-cont .details-cont-catgory .dcat-title h5{
    color: #Fff;
    background-color: #2e3191;
    font-size: 18px;
    font-weight: 600;
    max-width: 300px;
    width: 300px;
    text-align: center;
    padding: 5px 10px;
}

@media(min-width: 1200px) {
    .procent-box .procent-details .details-cont .details-cont-catgory {
        display: flex;    
        align-items: flex-start;
        position: relative;
    }
    
    .procent-box .procent-details .details-cont .details-cont-catgory .dcat-txt {
        flex: 1;
    }
    
    .procent-box .procent-details .details-cont .details-cont-catgory .dcat-title {
        margin-right: 50px;
    }
    
    .procent-box .procent-details .details-cont .details-cont-catgory:not(:last-child) {
        margin-bottom: 60px;
        position: relative;
    }
    
    .procent-box .procent-details .details-cont .details-cont-catgory:not(:last-child)::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -30px;
        width: 100%;
        height: 2px;
        background: #ddd;
    }
    
    
    .procent-box .procent-details .details-cont .details-cont-catgory .dcat-title h5{
        font-size: 26px;
        width: 60px;
        padding: 20px 10px;
        margin-bottom: 0;
        border-radius: 0 10px 10px 0;
    }
}

.pdfile {
  padding: 35px 0;
}

.pdfile .pdfile-title {
  margin: 15px 0 25px;
}

.pdfile .pdfile-title h3 {
  font-size: 22px;
  color: #2e3191;
  font-weight: 600;
  margin-bottom: 0;
}

.pdfile .pdfile-form .pdfile-form-items {
  border: 1px solid #8a8a8a;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 15px;
  max-width: 500px;
}

.pdfile .pdfile-form .pdfile-form-items input {
  border: none;
  padding: 0 15px 0 0;
  height: 35px;
  flex: 1;
}

.pdfile .pdfile-form .pdfile-form-items button {
  background-color: transparent;
  border: none;
}

.pdfile .pdfile-form .pdfile-form-items button img {
  width: 20px;
}

.pdfile .pdfile-table {
  margin-top: 30px;
}

.pdfile .pdfile-table .table thead {
  background: #2e3191;
}

.pdfile .pdfile-table .table thead tr th {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.pdfile .pdfile-table .table tbody tr td {
  text-align: center;
}

.pdfile .pdfile-table .table tbody tr td:nth-child(1) {
  display: flex;
  align-items: center;
}

.pdfile .pdfile-table .table tbody tr td:nth-child(1) img {
  width: 20px;
}

.pdfile .pdfile-table .table tbody tr td:nth-child(1) span {
  font-size: 13px;
  white-space: nowrap;
  margin-left: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
}

.pdfile .pdfile-table .table tbody tr td:nth-child(2) {
  font-size: 13px;
}

.pdfile .pdfile-table .table tbody tr td:nth-child(3) a img {
  width: 25px;
}

@media (min-width: 768px) {
  .pdfile {
    padding: 50px 0;
  }
  .pdfile .pdfile-title {
    margin: 20px 0 30px;
  }
  .pdfile .pdfile-title h3 {
    font-size: 24px;
  }
  .pdfile .pdfile-form .pdfile-form-items input {
    height: 40px;
  }
  .pdfile .pdfile-form .pdfile-form-items button img {
    width: 25px;
  }
  .pdfile .pdfile-table {
    margin-top: 40px;
  }
  .pdfile .pdfile-table .table tbody tr td:nth-child(1) img {
    width: 22px;
  }
  .pdfile .pdfile-table .table tbody tr td:nth-child(1) span {
    font-size: 14px;
    margin-left: 15px;
    max-width: 500px;
  }
  .pdfile .pdfile-table .table tbody tr td:nth-child(2) {
    font-size: 16px;
  }
  .pdfile .pdfile-table .table tbody tr td:nth-child(3) a img {
    width: 28px;
  }
}

@media (min-width: 992px) {
  .pdfile {
    padding: 65px 0;
  }
  .pdfile .pdfile-title {
    margin: 25px 0 35px;
  }
  .pdfile .pdfile-title h3 {
    font-size: 28px;
  }
  .pdfile .pdfile-form .pdfile-form-items input {
    height: 45px;
  }
  .pdfile .pdfile-form .pdfile-form-items button img {
    width: 25px;
  }
  .pdfile .pdfile-table {
    margin-top: 50px;
  }
  .pdfile .pdfile-table .table tbody tr td:nth-child(1) span {
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  .pdfile {
    padding: 75px 0;
  }
  .pdfile .pdfile-title {
    margin: 30px 0 40px;
  }
  .pdfile .pdfile-title h3 {
    font-size: 32px;
  }
  .pdfile .pdfile-table {
    margin-top: 60px;
    overflow: hidden;
  }
  .pdfile .pdfile-table .table tbody tr td:nth-child(1) span {
    max-width: 800px;
  }
}
.learnmore {
  text-align: center;
  margin-top: 35px;
}

.learnmore button {
  color: #2e3191;
  border: 1px solid #2e3191;
  background-color: transparent;
  padding: 5px 15px;
  border-radius: 10px;
  transition: all 0.3s;
}

.learnmore button:hover {
  background-color: #2e3191;
  color: #fff;
}

@media (min-width: 992px) {
  .learnmore {
    margin-top: 45px;
  }
  .learnmore button {
    padding: 10px 20px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .learnmore {
    margin-top: 60px;
  }
  .learnmore button {
    font-size: 16px;
  }
}

.maps-items:not(:last-child) {
	border-bottom: 2px solid #1d2089;
	margin-bottom: 20px;
}
.maps-items h2{
	font-size: 20px;
	color: #1d2089;
	font-weight: 700;
	position: relative;
}
.maps-items h2::after {
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	width: 5px;
	height: 100%;
	background-color: #1d2089;
}
.maps-items ul {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.maps-items ul li:first-child {
	font-size: 20px;
	font-weight: 500;
	margin-right: 20px;
}
.maps-items ul li:not(:first-child) {
	margin-right: 20px;
	font-size: 12px;
	margin-bottom: 10px;
    background-color: rgba(0,0,0,.2);
    padding: 0 9px;
}

