@font-face {
  font-family: "Myriad_Pro_Bold";
  src: url(https://m.benhvienbinhduong.vn/modules/popup-new/MYRIADPRO-BOLD.OTF) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.popup-new-sdt {
  width: 100%;
  background-color: #017AEA;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  right: 0;
  top: 10%;
  margin: 0 auto;
  border-radius: 10px;
  display: none;
  max-width: 350px;
  z-index: 200000000000000000;
  animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.popup-new-sdt .content-popup {
  width: 100%;
}
.popup-new-sdt .content-popup .close-hop {
  position: absolute;
  right: 0;
  color: #000;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  top: -1px;
  z-index: 1000;
  cursor: pointer;
}
.popup-new-sdt .content-popup form {
  width: 100%;
}
.popup-new-sdt .content-popup form .title-popup label {
  font-size: 20px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  text-transform: uppercase;
  font-weight: bold;
}
.popup-new-sdt .content-popup form .title-popup small {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  display: block;
  font-weight: bold;
}
.popup-new-sdt .content-popup form .input-popup {
  margin-top: 15px;
}
.popup-new-sdt .content-popup form .input-popup input {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.popup-new-sdt .content-popup form .input-popup input[type=text] {
  background-color: #FFF;
}
.popup-new-sdt .content-popup form .input-popup input[name=sodienthoai] {
  margin-top: 10px;
}
.popup-new-sdt .content-popup form .input-popup input[type=submit] {
  margin-top: 10px;
  background-image: linear-gradient(#ff4d28, #ff0804);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.popup-new-sdt .content-popup form .title_gon_tien {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}
.popup-new-sdt .content-popup form .popup-hotro {
  width: 100%;
  margin-top: 10px;
}
.popup-new-sdt .content-popup form .popup-hotro ul {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 10px;
  box-sizing: border-box;
  position: relative;
}
.popup-new-sdt .content-popup form .popup-hotro ul li {
  padding-bottom: 10px;
  position: relative;
}
.popup-new-sdt .content-popup form .popup-hotro ul li label {
  color: #000;
  display: inline-block;
  padding-left: 33px;
  box-sizing: border-box;
  font-size: 17px;
}
.popup-new-sdt .content-popup form .popup-hotro ul li label strong {
  color: #ff0000;
}
.popup-new-sdt .content-popup form .popup-hotro ul li:first-child:before {
  content: "1";
  width: 22px;
  height: 22px;
  border-radius: 20px;
  display: inline-block;
  background-color: #0a83e7;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
}
.popup-new-sdt .content-popup form .popup-hotro ul li:nth-child(2) label strong {
  display: block;
}
.popup-new-sdt .content-popup form .popup-hotro ul li:nth-child(2):before {
  content: "2";
  width: 22px;
  height: 22px;
  border-radius: 20px;
  display: inline-block;
  background-color: #0a83e7;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
}
.popup-new-sdt .content-popup form .popup-hotro ul li:last-child:before {
  content: "3";
  width: 22px;
  height: 22px;
  border-radius: 20px;
  display: inline-block;
  background-color: #0a83e7;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
}
.popup-new-sdt .content-popup form .popup-hotro ul:after {
  content: "";
  background: url(https://m.benhvienbinhduong.vn/modules/popup-new/baomat.png) left no-repeat;
  position: absolute;
  right: -20px;
  top: -9px;
  width: 93px;
  height: 111px;
  max-width: 93px;
  background-size: 93px;
  display: block;
  z-index: 10;
}
.popup-new-sdt .content-popup form .popup-tv-bottom {
  width: 100%;
  margin-top: 20px;
}
.popup-new-sdt .content-popup form .popup-tv-bottom .content-aa {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.popup-new-sdt .content-popup form .popup-tv-bottom .content-aa a {
  width: 49%;
}
.popup-new-sdt .content-popup form .popup-tv-bottom .content-aa a .item-hop {
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.popup-new-sdt .content-popup form .popup-tv-bottom .content-aa a .item-hop i {
  background: url("https://m.benhvienbinhduong.vn/modules/popup-new/social-popup-m.png") left no-repeat;
  background-position: 0 0;
  width: 27px;
  height: 29px;
  display: block;
  position: relative;
  top: -1px;
}
.popup-new-sdt .content-popup form .popup-tv-bottom .content-aa a .item-hop i.hop-chat {
  width: 30px;
  background-position: -32px -2px;
}
.popup-new-sdt .content-popup form .popup-tv-bottom .content-aa a .item-hop span {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  padding: 9px;
  font-family: "Myriad_Pro_Bold";
  font-weight: 400;
  position: relative;
  top: 2px;
}
.popup-new-sdt .content-popup form .popup-tv-bottom .content-aa a .item-hop.item-hop-goi {
  background-image: linear-gradient(#fbc902, #e27100);
  animation: hopcall 1.2s infinite;
}
.popup-new-sdt .content-popup form .popup-tv-bottom .content-aa a .item-hop.item-hop-chat {
  animation: hopchat 1.2s infinite;
  background-image: linear-gradient(#ff3311, #fc1c71);
}

@keyframes hopcall {
  from {
     background-image: linear-gradient(#ff3311, #fc1c71);
  }
  to {
     background-image: linear-gradient(#fbc902, #e27100);
  }
}
@keyframes hopchat {
  from {
    background-image: linear-gradient(#fbc902, #e27100);
  }
  to {
    background-image: linear-gradient(#ff3311, #fc1c71);
  }
}
@media screen and (max-width: 360px) {
  .popup-new-sdt {
    padding: 10px;
    max-width: 300px;
  }
  .popup-new-sdt .content-popup form .title-popup label {
    font-size: 17px;
  }
  .popup-new-sdt .content-popup form .title-popup small {
    font-size: 17px;
  }
  .popup-new-sdt .content-popup form .title_gon_tien {
    font-size: 14px;
  }
  .popup-new-sdt .content-popup form .popup-hotro ul:after {
    right: -10px;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2023-5-12 15:21:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */
@keyframes slide-in-elliptic-top-fwd {
  0% {
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */