body{
  background-color: #fafafa !important;
}
.wow {
    animation-duration: 2s; /* Thời gian của animation */
    animation-delay: 1s;    /* Độ trễ trước khi bắt đầu */
}
.inner-content{
  max-width: 420px;
  margin: 0 auto;
  background-color: #fff;
} 
.logo-wrap{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
.home-box1 .logo {
  z-index: 1;
  width: 115px;
  margin: 0 auto;
  padding: 33px 23px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.name {
  font-family: 'DFVNBohemeFloral';
  color: #901A1C;
  font-size: 62px;
  line-height: 1.5;
}
.name span {
  display: block;
  margin-bottom: 15px;
}
.name-chude {
  margin-right: 80px;
}
.name-codau {
  margin-left: 128px;
}
.le-thanh-hon label{
  display: block;
  margin: 20px 0;
}
.thongtin-tiec b {
  font-size: 37px;
  margin: 0 13px;
  font-family: 'AvocadoSans';
  line-height: 1;
  margin-bottom: 5px;
}
.thongtin-tiec span {
  display: inline-block;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.tu-gia {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}
.don-tiep {
  font-family: 'DFVNVivaldi';
  font-size: 20px;
}

.home-box2::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 400px;
  display: block;
  background-color: ;
  background-image: linear-gradient(to bottom, #fff0,#fffffff7,#fff, #fff, #fff);
}
/**/
.home-box3{
  background-size: cover;
  color: #fff;
}
.home-box3>label{
  letter-spacing: 5px;
}
.times {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.times > div {
  margin: 0 12px;
  position: relative;
}
.times label {
  font-family: 'MTDHijrnotes';
  font-size: 30px;
  line-height: 1;
}
.home-box3 h2,
.times span {
  font-family: "SVN-GalleryModern";
}
.times span {
  font-size: 40px;
}
.home-box3 h2{
  color: #fff;
  font-size: 50px;
  margin: 10px 0;
}
/**/
.home-box4 > img {
  width: 100px;
  margin: 20px auto;
  display: block;
}
.album-anh {
  column-count: 2;
  column-gap: 5px;
  padding: 0 5px;
}
.album-anh a {
  display: block;
  margin-bottom: 5px;
}
.love-story h3,
.form-dh h3,
.home-box4 h3 {
  font-family: "SVN-GalleryModern";
  text-align: center;
}
.home-box4 h3::after{
  content: "";
  background-color: #000;
  height: 90px;
  width: 1px;
  display: block;
  margin: 20px auto;
}
.form-dh {
  padding: 150px 20px 50px;
  background-size: cover;
  background-position: center;
}
/**/
.name2 {
  font-family: DFVNEDDrayton;
  color: #901A1C;
  margin: 20px 0;
  font-size: 40px;
}
.name3 {
  color: #901A1C;
  border-bottom: 1px dashed #000;
  margin: 14px 56px;
  padding-bottom: 1px;
  font-size: 20px;
}
/**/
.about-crcd img {
  max-width: 60%;
  border-radius: 10px;
  /* aspect-ratio: 1; */
  object-fit: cover;
  width: 100%;
  object-position: top;
}


.gui-qua {
  padding: 250px 50px 50px;
  text-align: center;
  background-size: cover;
  display: block;
  background-position: center;
}
.gui-qua {
  position: relative;
  z-index: 1;
}
.gui-qua::before {
  content: "";
  background-color: #00000047;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.fixed-qua a,
.gui-qua a{
  display: block;
  animation-name: tada;
  animation-delay: 1s;
  animation-duration: 2s;
  animation-iteration-count: infinite;

}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/**/
.control-qr{
  padding-top: 15px;
}
.control-qr a {
  background-color: rgb(222, 222, 222);
  border-radius: 20px;
  font-size: 10px;
  line-height: 1.4;
  color: rgb(37, 38, 40);
  letter-spacing: 0px;
  text-align: center;
  display: inline-block;
  margin: 5px;
  padding: 2px 8px;
  letter-spacing: 0.9px;
}
/**/
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

input[type="radio"]:checked {
  background-color: #fff; /* Nền màu đỏ khi được chọn */
}

input[type="radio"]::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type="radio"]:checked::before {
  background-color: #6c757d; /* Đốm trắng ở giữa khi được chọn */
}

.popup-xinchao input{
  background-color: transparent;
  color: #fff;
}
.popup-xinchao input::placeholder {
  color: #fff;
}
.popup-xinchao .form-select{
  background-color: transparent;
  color: #fff;
  background-image: none;
}
.popup-xinchao .quan-he-wrap i{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
}
/**/
.dia-chi-anco{
  display: none;
  margin-bottom: 15px;
}
/**/
.control-btn a {
  border: 1px solid #00000087;
  border-radius: 6px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  width: 40px;
  aspect-ratio: 1;
  color: #333;
  margin: 0 15px;
}
.control-btn a:hover{
  border-color: #d10000;
  background-color: #d10000;
  color: #fff;
}
.xem-ban-do a {
  padding: 0;
  font-size: 13px;
  border-radius: 15px;
  /* border-bottom: 1px solid #333; */
  /* color: #333; */
  text-decoration: underline;
  font-style: italic;
  margin-top: -6px;
  display: block;
}
/**/

.cam-on {
  margin-top: -5px;
  padding: 50px;
  text-align: center;
  background-size: cover;
}
.cam-on-title {
  font-family: 'DFVNBohemeFloral';
  font-size: 60px;
  display: block;
  margin-bottom: 20px;
}
.cam-on-name {
  font-weight: bold;
}
.cam-on-name img {
  margin: 0 10px;
}
/**/
.form-dh {
  padding: 150px 20px 25px;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 1;
}
.form-dh::before{
   content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  display: block;
  z-index: -1;
  opacity: .3; 
}
.form-dh h3 {
  font-size: 50px;
}
.main-form textarea{
  max-height: 100px;
}
.main-form {
  background-color: rgba(241, 243, 244, 0.6);
  padding: 20px 20px 10px;
  border-radius: 10px;
  font-size: 14px;
}
.main-form .wpcf7-form-control{
  font-size: 14px;
}
.wpcf7-form-control.wpcf7-submit {
  background-color: #901A1C;
  color: #fff;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
}
.main-form .wpcf7-spinner {
  position: absolute;
}
/**/

.love-story {
  position: relative;
  background-size: contain;
   background-repeat: repeat-y; 
  background-position: top;
  padding: 150px 20px 20px;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
}
.love-story h3 {
  font-size: 40px;
}
.love-story .bg {
  position: sticky;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100vh;
}
.main-love-story{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600vh;
}
.love-story::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  display: block;
  z-index: -1;
  opacity: .5;
}

.item-story img {
	max-width: 60%;
	border-radius: 10px;
	box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.37);
	margin: 10px;
}
.item-story h4 {
  color: #fff;
  font-size: 22px;
  margin: 10px 0 20px;
/*  font-family: DFVNEDDrayton;*/
  font-weight: bold;
}
.item-story::after {
  content: "";
  background-color: #fff;
  height: 90px;
  width: 1px;
  display: block;
  margin: 20px auto;
}
div.swiper-button-white {
  background-size: 15px;
}
/**/
#xac_nhan_tham_du h3 {
  font-size: 28PX;
  text-shadow: 0px 0px 10px rgb(130, 130, 130);
  font-weight: bold;
}
.fixed-qua {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  width: 70px;
}
#quan-he-wrap option{
  color: #000;
}
.wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 7px;
  display: block;
}