.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  width: 1140px;
}
h5,
span {
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
}

.container h1 {
  font-size: 24px;
}

.download-banner-plugin-wrapper {
  font-family: "Roboto", sans-serif !important;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.preview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 540px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#pv1,
#pv2 {
  all: unset; /* reset mọi style từ theme */
  font-family: "Roboto", Arial, sans-serif !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
}

#pv1 {
  display: block;
  font-size: 0;
  line-height: 0;
  flex-wrap: nowrap;
  width: 540px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.img-pv1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pv2 {
  display: none;
  font-size: 0;
  line-height: 0;
  width: 360px;
  height: 360px;
  text-align: center;
  overflow: hidden;
}

.img-pv2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv2-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
}

.working-area {
  width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.preview h5,
.preview span {
  color: #fff;
  font-size: 16pt;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  line-height: 24px;
}

.banner-form-wrap {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.stand-pv,
.hall-pv {
  font-weight: 600;
  /*color: #6adc77;*/
}

#co-pv {
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.ex-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 283px;
  padding: 10px 5px;
}
.pv1-title-wrap {
  position: absolute;
  top: 170.5px;
  right: 0px;
  width: 63.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.pv1-title_1 {
  bottom: 18%;
  right: 0;
  line-height: 24px;
}

.pv1-title_2 {
  text-align: center;
  bottom: 8%;
  right: 0;
  line-height: 24px;
}

.ex-content2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 360px;
  position: relative;
}

.pv2-title_1 {
  width: 100%;
  position: absolute;
  top: 221px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
}

.pv2-title_2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 253px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
}

.exlogo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -1px;
}

.exlogo-wrap {
  width: 170px;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#exlogo-img {
  border-radius: 8px;
  max-width: 100%;
  max-height: 100%;
}

.img-thumb {
  height: 85px;
  width: 140px;
  border: 1px solid #999;
  margin-left: 10px;
}

.img-thumb-2 {
  width: 100px;
}

.img-list {
  display: flex;
  justify-content: center;
  text-align: center;
}

.img2x-1 {
  width: 220px;
}

.img2x-2 {
  width: 200px;
}

.loading-delay {
  display: none;
}

/* Toast notifications */
.alert {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 8px;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}

.btn {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
}
.btn:not(:last-child) {
  margin-right: 5px;
}
.btn,
.btn:link,
.btn:visited {
  text-decoration: none;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 0;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn--primary {
  color: #fff !important;
  border: 1px solid #15a3b3 !important;
  background-color: #15a3b3 !important;
  font-weight: 700 !important;
}
.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus {
  background-color: rgb(25.284, 196.252, 215.516) !important;
  border: 1px solid rgb(25.284, 196.252, 215.516) !important;
  color: #fff !important;
}
.btn.btn--secondary {
  background-color: #43c6bb !important;
  border: 1px solid #43c6bb !important;
  color: white !important;
  font-weight: 700 !important;
}
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
  background-color: rgb(98.307755102, 207.492244898, 198.3240816327) !important;
  border: 1px solid rgb(98.307755102, 207.492244898, 198.3240816327) !important;
  color: #fff !important;
}

.btn-wrap {
  display: flex;
  justify-content: center;
}
