.img-responsive {
  max-width: 100%;
  height: auto;
}
.btn-reg {
  padding-top: 8px;
}
.btn_fixed {
  position: fixed;
  bottom: 35px;
  right: 30px;
  cursor: pointer;
  z-index: 99;
}
.btn_fixed img {
  margin: 0 auto;
}
/*Form Đăng Ký Pop-up*/
.form-dk {
  position: relative;
  /*background: url(../images/pc/Khung-DangKy-1.png) no-repeat top center;*/
  margin: 0 auto;
  flex: 0 0 auto;
  height: 100%;
  width: auto;
  z-index: 90;
}
.form-group {
  text-align: center;
}
.info-form-dk {
  flex: 0 0 auto;
  width: 100%;
}
.form-horizontal {
  padding: 0 0px;
  color: black;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.form-title_pop {
  padding-bottom: 10px;
  padding-top: 10px;
}
.form-title_pop span {
  color: red;
  font-size: 28px;
  font-weight: 700;
  font-family: ui-sans-serif;
}
.form-buttonpc {
  /* top: 91%; */
  position: relative;
  text-align: center;
  margin: 0 auto;
}
/*form-dk-frame-1*/
.signup-form {
  display: grid;
  grid-auto-rows: auto;
  grid-row-gap: 1rem;
  align-items: center;
  padding: 0 2rem;
}
.signup-form input,
.signup-form select {
  display: block;
}
.signup-form select {
  height: 100%;
  display: block;
}
.signup-form input:not([type='checkbox']),
.signup-form select {
  border: 1px solid #767676;
  border-radius: 8px;
  padding: 0.7rem 0.5rem;
  font: inherit;
}
.signup-form input[type='text'],
.signup-form input[type='tel'],
.signup-form select {
  width: 100%;
  height: 2.7rem;
  font-size: 1rem;
}
/* The Modal*/
.modal,
.modal_popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  max-width: 470px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close,
.close_popup {
  color: #ff0000;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 7px;
}
.close:hover,
.close:focus,
.close_popup:hover,
.close_popup:focus {
  color: #8dbf48;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  background: #005395;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header h2 {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
.modal-body {
  position: relative;
  /*background: url(../images/daihoi/bg-form-pc.png.webp) no-repeat top center;*/
  background-color: white;
  padding: 15px 25px;
  text-align: center;
  border-radius: 25px;
}

.modal-body .form-title {
  margin-bottom: 1rem;
}
span.title-form-popup {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ac020b;
}

span.title-form-popup-1 {
  font-size: 1.5rem;
  color: #ac020b;
  font-weight: 600;
  line-height: 1.8rem;
  letter-spacing: 0.3rem;
}

.frm-title {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(35, 129, 195);
}

form#frmContactPop {
  margin-top: 20px;
}
.container_1 {
  max-width: 100%;
}
.frame-flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.frame-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 600px) {
  .frame-flex-row {
    flex-direction: column;
  }
}
.frameOne {
  padding: 0 12vw 1vw 12vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto -3rem auto;
}
/* .frameOne-Col1 {
  margin: 0 auto;
  z-index: 99;
  min-width: 45rem;
  user-select: none;
} */

ul.frameOne-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  z-index: 99;
  min-width: 58rem;
}

li.frameOne-item {
  padding: 0;
  display: block;
}

li.frameOne-item.frameOne-item-col1 {
  text-align: right;
  transform: translateX(100px);
}

li.frameOne-item.frameOne-item-col2 {
  text-align: left;
  transform: translateX(-100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}

a#btn_dv {
  transform: translateX(-100px);
}

img.image-title-km-1 {
  margin: 0 auto;
  transform: translateY(0px);
  user-select: none;
}

.frameOne-Col2 {
  position: relative;
  margin: 0 auto;
  z-index: 11;
  min-width: 45rem;
}

.hieuung-1,
.hieuung-2,
.hieuung-3,
.hieuung-4,
.hieuung-5,
.hieuung-6 {
  position: absolute;
  z-index: 2;
  mix-blend-mode: screen;
}

img.hieuung-1 {
  z-index: 1;
  bottom: 8%;
}

img.hieuung-2 {
  bottom: 2%;
  left: 12%;
}

img.hieuung-3 {
  top: -10%;
  z-index: 1;
}

img.hieuung-4 {
  bottom: 15%;
  left: 12%;
}

img.hieuung-5 {
  bottom: 6%;
  left: 24%;
}

div#errPositon {
  color: white;
  transform: translateY(-10px);
}

img.img-model {
  z-index: 10;
}

.frameTwo,
.frameFour,
.frameFive,
.frameSix {
  padding: 0 12vw;
}

.frameFive{
  margin: 2rem auto 0 auto;
}

img.image-light{
  mix-blend-mode: screen;
}

img.image-background-2 {
  position: absolute;
  mix-blend-mode: screen;
  z-index: 1;
}

img.image-background-1 {
  mix-blend-mode: plus-lighter;
}

img.image-background-3,
img.image-background-4 {
  mix-blend-mode: plus-lighter;
  position: absolute;
}

img.image-background-3 {
  top: 3%;
  z-index: 1;
}

img.image-background-4 {
  top: 1%;
  z-index: 5;
}

.image-km-1,
.image-km-2,
.image-km-3,
.image-km-4,
.image-km-5{
  position: absolute;
  z-index: 10;
}

img.image-km-1 {
  top: 6%;
  right: 23%;
}

img.image-km-2 {
  top: 15%;
  left: 18%;
}

img.image-km-3 {
  bottom: 38%;
  left: 39%;
}

img.image-km-4 {
  bottom: 23%;
  right: 22%;
}

img.image-km-5 {
  bottom: 11%;
  left: 27%;
}

.frameTwo {
  margin: 0 auto 2rem auto;
}

.frameFour {
  margin: 0 auto 2rem auto;
}

img.image-title-km-2 {
  position: absolute;
  mix-blend-mode: screen;
  bottom: -35px;
}

.frameThree {
  padding: 0 12vw 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 1rem auto -7rem auto;
}

ul.frameThree-items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  transform: translateY(-100px);
  position: relative;
  z-index: 99;
}

li.frameThree-item {
  padding: 0 0.5rem;
}

/* Hien thi backgroup form dang ky */
.form-background {
  background-image: linear-gradient(
    to right,
    rgba(117, 0, 21, 1),
    rgba(254, 29, 43, 1)
  );
  /* background: #f5f5f5; */
  /* border: 2px solid #fe1d2b; */
  margin: 0 auto;
  width: 26rem;
  height: 19rem;
  min-height: 19rem;
  min-width: 26rem;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 20px;
  z-index: 999;
  padding: 1rem 0 0;
  transform: translateY(0px);
}

img.image-title-km-3 {
  padding: 1rem;
}

.parallax {
  /* The image used */
  /* background: url(../images/pc-fix/ldp-sacdepmynu-desktop-07.webp); */
  background-image: linear-gradient(to bottom right, #00e6c4, #007a8a);
  /* Full height */
  height: auto;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.parallax-mb {
  /* The image used */
  /* background: url(../images/mb-fix/cutcode-hoithaoniengrang-mobi-05.webp); */
  background-image: linear-gradient(to bottom right, #00e6c4, #007a8a);
  /* Full height */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 200vh;
  z-index: -1;
}

.hieuung1 {
  background: url(../images/pc-fix/cutcode-ldp-hoithaodalieu-mb-02.webp);
  height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.frameOne,
.frameTwo,
.frameThree,
.frameFour,
.frameFive,
.frameSix,
.frameSeven {
  min-width: 64rem;
  position: relative;
}

.hidden {
  display: none;
}

/* Youtube */
.grid-container-video {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  position: relative;
  z-index: 1;
  width: 70%;
  margin: 2rem;
}

img.img-thumbnail-youtube {
  position: relative;
}

img.img-play-youtube {
  position: absolute;
  top: 40%;
  left: 45%;
}

.item-video {
  text-align: center;
  position: relative;
}

/* Pop up youtube */
.video-link:before {
  content: '\f04b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 32px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}