.heading-3d {
  text-transform: uppercase;
  font-weight: 900;
  background: linear-gradient(180deg, rgba(124, 192, 247, 1) 3%, rgba(53, 162, 252, 1) 37%, rgba(53, 103, 252, 1) 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.form_book .input-group input[type="text"],
.form_book .input-group input[type="email"],
.form_book .input-group input[type="tel"],
.form_book .input-group input[type="number"] {
  border: 2px solid #ebce8a !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  width: 100%;
  display: block !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  height: auto !important;
}

.background-form-buy {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background: url('../images/bg_form.png');

}

.btn_sub {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background: url('../images/button.png');
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  height: 80px;
  width: 300px;
  font-weight: 600;
  color: #FFFFFF !important;
  font-size: 22px !important;
  line-height: 1 !important;
  animation: blink 1.5s ease-in-out infinite;
}

.btn_sub:hover {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-in-out;
}

.-bottom-\[7\.5rem\] {
  bottom: -7.5rem
    /* -120px */
  ;
}

.des_form::before {
  content: '';
  width: 24px;
  height: 20px;
  background: url('../images/cart.png');
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.title_ {
  text-transform: uppercase;
  font-weight: 900;
  /* CHỈ GIỮ BÓNG TỐI */
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.title_ {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background: url('../images/bg_text.png');
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.title_gift::after {
  content: '';
  display: block;
  width: 82px;
  height: 82px;
  background: url('../images/chim1\ \(2\).png');
  background-repeat: no-repeat;
  background-size: contain;


}

.title_gift::before {
  content: '';
  display: block;
  width: 82px;
  height: 82px;
  background: url('../images/chim1\ \(1\).png');
  background-repeat: no-repeat;
  background-size: contain;
}

.text-gift {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(180deg, rgba(124, 192, 247, 1) 3%, rgba(53, 162, 252, 1) 37%, rgba(53, 103, 252, 1) 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
  text-shadow:
    0 6px 10px rgba(0, 0, 0, 0.3);
}

.title_gift_box {
  background: linear-gradient(180deg, rgba(124, 192, 247, 1) 3%, rgba(53, 162, 252, 1) 37%, rgba(53, 103, 252, 1) 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
  text-shadow:
    0 6px 10px rgba(0, 0, 0, 0.3);
}

.gift_box {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background: url('../images/box.png');
}

.btn_buy {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background: url('../images/button.png');
  animation: blink 1.5s ease-in-out infinite;
  margin: 0 auto;
}

.btn_buy:hover {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-in-out;
  color: #FFFFFF !important;
}

.except__ p {
  margin-bottom: 0 !important;
}

.form_contact input[type="text"],
.form_contact input[type="email"],
.form_contact input[type="tel"],
.form_contact input[type="number"] {
  border: 1px solid #9ae2ab !important;
  border-bottom: 2px solid #9ae2ab !important;
  padding: 6px 12px !important;
  border-radius: 10px !important;
  width: 100%;
  display: block !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  height: auto !important;
  background: #edffef !important;
  margin-bottom: 10px !important;
}

.form_contact .btn_submit {
  /* background: linear-gradient(to bottom,
      #7ED321 0%,
      #5FBF14 45%,
      #3E9E06 100%); */
  background: url('../images/bg_nut.svg');
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  /* overflow: hidden !important; */
  color: #FFFFFF !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  width: fit-content !important;
  padding: 0 20px !important;
  /* border-radius: 999px !important; */
  display: block !important;
  margin: 0 auto !important;
  margin-top: 16px !important;
  border: none !important;
  overflow: unset !important;
  aspect-ratio: 300 / 46;
  box-shadow: none !important;
  font-weight: 700 !important;
}

.form_contact .btn_submit:hover {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.25)) !important;
  transition: all 0.3s ease-in-out;
}

.form_contact form {
  margin-bottom: 0 !important;
}

.title_banner h1 {
  font-weight: 400;
  font-family: "Baloo";
  font-size: clamp(35px, calc(33.68932px + 1.682848vw), 50px);
  margin-bottom: 0 !important;
  color: #133583;
}

.des_banner>* {
  font-size: 18px;
  background: #126d06;
  color: #fff;
  padding: 15px 22px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 1.75rem 0 1.75rem 0;
  font-weight: 800;
  line-height: 1;
  font-family: "BeauSans";
  margin-top: 10px !important;
}

.ul_banner ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;

}

.ul_banner ul li {
  width: 50%;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  font-family: 'BeauSans';
  color: #133583;

}
.ul_banner ul li:nth-of-type(3) {
    width: 100%;
}
.ul_banner ul li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/icon_text_bn.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  flex-shrink: 0;
}

.price_sale {
  font-size: clamp(40px, calc(35.631068px + 1.165049vw), 58px);
  font-weight: 800;
  font-family: 'BeauSans';
  margin-bottom: 0 !important;
  line-height: 1 !important;
  color: white;
}

.price {
  font-size: clamp(18px, calc(17.029126px + 0.2589vw), 22px);
  font-family: 'BeauSans';
  font-style: italic;
  color: #fff;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  margin-top: 6px !important;
}

.box_price .col-inner {
  background: url('../images/bg_bt_banner.svg');
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  padding: 20px 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 300/105;
  margin-right: auto !important;
  width: fit-content !important;
  margin: 0 auto !important;
}

.box_price .col-inner,
.button_banner,
a[href="#form_book"],
input.btn_submit{
  animation: scaleGlow 3s ease-in-out infinite;
  transform-origin: center;
  will-change: transform, filter;
}

.button_banner {
  background: url('../images/bg_nut.svg');
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  /* overflow: hidden !important; */
  color: #FFFFFF !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  width: fit-content !important;
  padding: 0 14px !important;
  /* border-radius: 999px !important; */
  display: block !important;
  margin: 0 auto !important;
  margin-top: 16px !important;
  border: none !important;
  overflow: unset !important;
  aspect-ratio: 300 / 46;
  box-shadow: none !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  font-size: 26px !important;
  min-height: unset !important;
}

.maxw720>.col-inner {
  max-width: 720px !important;
  margin-left: 0 !important;
}

.logo_banner {
  margin: 0 auto !important;
  display: block !important;
}

.giaiphap_text_left_item,
.giaiphap_text_right_item {
  position: relative;
}

.giaiphap_text_left_item::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url('../images/icon_text_bn.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -8px;
  flex-shrink: 0;
}

.giaiphap_text_right_item::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url('../images/icon_text_bn.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -8px;
  flex-shrink: 0;
}

.animation_delay_02s {
  animation-delay: 0.2s;
}

.animation_delay_03s {
  animation-delay: 0.3s;
}

.animation_delay_04s {
  animation-delay: 0.4s;
}

.animation_delay_05s {
  animation-delay: 0.5s;
}

.animation_delay_06s {
  animation-delay: 0.6s;
}

.animation_delay_07s {
  animation-delay: 0.7s;
}

@keyframes scaleGlow {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
  }

  50% {
    transform: scale(1.06);
    filter:
      drop-shadow(0 10px 22px rgba(53, 162, 252, 0.45)) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
  }

  100% {
    transform: scale(1);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

@media (min-width: 768px) {
  .gift::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -75px;
    background: url(../images/hoa2_v2.png);
    width: 320px;
    height: 195px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }

  .banner_des {
    height: 100vh;
  }

  .gift::before {
    content: '';
    position: absolute;
    top: 20%;
    right: -125px;
    background: url(../images/hoa1.png);
    width: 320px;
    height: 195px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .background-form-buy {
    border-radius: 20px;
    background: #fff4d2;

  }

  .title_ {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background: url('../images/bg_text.png');
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .des_banner>* {
    font-size: 14px;
    background: #126d06;
    color: #fff;
    padding: 8px 22px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 1.75rem 0 1.75rem 0;
    font-weight: 800;
    line-height: 1.5;
    font-family: "BeauSans";
    margin-top: 10px !important;
    text-align: center;
  }

  .ul_banner ul li {
    width: 100%;
  }

  .img_cs {
    border-radius: 10px;
    overflow: hidden;
  }

  .giaiphap_text_left_item::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/icon_text_bn.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -8px;
    flex-shrink: 0;
  }

  .giaiphap_text_item {
    margin-bottom: 10px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
}
@keyframes flicker {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.light-title {
  position: relative;
}

.light-title .light-icon-box {
  opacity: 0;
  transform: scale(0);
}

.light-title .light-icon-box.do-animation {
  opacity: 1;
  transform: scale(1);
  animation: flicker 1.5s infinite alternate;
}

.light-icon-box {
  width: 130px;
  height: 130px;
  display: inline-block;
  pointer-events: none;
  background-image: url('../images/light-icon-box.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.libox-title-1 {
  position: absolute;
  top: -30px;
  left: 0px;
}

.libox-title-2 {
  position: absolute;
  bottom: -17px;
  right: 31.4%;
}

.libox-title-3 {
  position: absolute;
  top: -15px;
  right: -56px;
}
.section_giaiphap .button_banner{
    position: absolute;
    bottom: -12%;
    left: 50%;
    margin-left: -140px !important;
}