

.hl-totop {
  box-shadow: 1px 2px 5px 1px rgba(204, 204, 204, 0.5);
  background: white url("../img/pro/icon/i-arrow-up.svg") no-repeat center center/16px;
  border-radius: 50%;
  bottom: 0;
  height: 35px;
  right: 25px;
  text-decoration: none;
  translate: 0 60px;
  transition: background-color 0.25s, translate 0.25s;
  width: 35px;
  z-index: 999;
  display: none !important;
}
.hl-totop.sticky {
  translate: 0 -15px;
}
.hl-totop:hover {
  background-color: #034EA1;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .hl-totop {
    right: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hl-totop.sticky {
    translate: 0 -10px;
  }
}

.hc-sticky {
  box-shadow: 1px 2px 5px 1px rgba(204, 204, 204, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  bottom: 0;
  height: 50px;
  right: 18px;
  text-decoration: none;
  translate: 0 100px;
  transition: translate 0.25s;
  width: 50px;
  z-index: 999;
}
.hc-sticky::before, .hc-sticky::after {
  background-color: white;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 40px;
  left: 5px;
  position: absolute;
  pointer-events: none;
  transition: background-color 0.25s;
  top: 5px;
  width: 40px;
}
.hc-sticky::before {
  background-color: white;
  transition: background-color 0.25s;
}
.hc-sticky::after {
  background: #034EA1 url("../img/pro/icon/i-close.svg") no-repeat center center/16px;
  opacity: 0;
  transition: opacity 0.25s;
}
.hc-sticky__info {
  background-color:  white;
  border-radius: 10px;
  box-shadow: 0px 3px 28px 0px rgba(0, 0, 0, 0.25);
  bottom: 70px;
  display: none;
  padding: 15px;
  right: 0;
}
.hc-sticky__info::after {
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid  white;
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  width: 0;
}
.hc-sticky__info.zoomIn {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  display: block;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.hc-sticky__item:not(:last-child) {
  margin-bottom: 10px;
}
.hc-sticky__img {
  background-color: #034EA1;
  border-radius: 50%;
  color: white;
  height: 40px;
  margin-right: 5px;
  width: 40px;
      padding-left: 1px;
    padding-top: 1px;
}
.hc-sticky__img svg {
  font-size: 2rem;
  fill: currentColor;
}
.hc-sticky__img img {
  max-height: 25px;
  max-width: 25px;
}
.hc-sticky__txt {
  color: #1f1f1f;
  font-size: 1.6rem;
  transition: color 0.25s;
}
.hc-sticky__txt:hover {
  color: #034EA1;
}
.hc-sticky__icon {
  overflow: hidden;
  height: 40px;
  margin: auto;
  width: 40px;
}
.hc-sticky__icon span {
  border-radius: 50%;
  color: #013e81;
  display: none;
  font-size: 3rem;
  height: 40px;
  left: 0;
  top: 0;
  width: 40px;
  z-index: 1;
}
.hc-sticky__icon span.fadeInRight {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  display: flex;
}
.hc-sticky__icon span.slideInDown {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: slideInDown;
  display: flex;
}
.hc-sticky__icon span svg {
  font-size: 2rem;
  fill: currentColor;
}
.hc-sticky__icon span img {
  max-height: 25px;
  max-width: 25px;
}
.hc-sticky__txt {
    color: #1f1f1f;
    font-size: 16px;
    transition: color 0.25s;
        margin-left: 10px;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.hc-sticky.sticky {
  translate: 0 -60px;
}
.hc-sticky.active::after {
  opacity: 1;
  z-index: 2;
}
.hc-sticky:hover {
  cursor: pointer;
}
.hc-sticky:hover .hc-sticky__icon span svg{
    fill: white;
}
.hc-sticky:hover::before {
  background-color: #024DA1;
}
@media only screen and (max-width: 991.98px) {
  .hc-sticky {
    right: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hc-sticky.sticky {
    translate: 0 -55px;
  }
}
.hc-lightbox--album.jsLightbox {
    display: none;
}