@font-face {
  font-family: "Lora";
  src: url(../fonts/Lora/Lora-Regular.ttf) format("TrueType");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url(../fonts/Lora/Lora-Medium.ttf) format("TrueType");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url(../fonts/Lora/Lora-SemiBold.ttf) format("TrueType");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url(../fonts/Lora/Lora-Bold.ttf) format("TrueType");
  font-weight: 700;
  font-display: swap;
}

.swing {
  -webkit-animation-name: swing;
  animation-name: swing;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
body {
  font-family: "Lora", sans-serif !important;
}
.main-header {
  width: 100%;
  background: #0e2340 url(../images/bgweb.webp) repeat center;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.gb-element-f1d9cfc6 {
  background-blend-mode: normal;
  background-color: #0e2340;
  background-image: url(https://imperiaroyalisland.vn/wp-content/uploads/2026/05/bgweb1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  border-radius: 25px;
  padding: 20px;
}
.wp-element-caption {
  background: linear-gradient(
    0,
    #0e2340 40%,
    rgba(0, 0, 0, 0.35) 100%
  ) !important;
  border-radius: 0.5rem;
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 10%),
    0 4px 6px -2px rgb(0 0 0 / 5%);
  font-size: 17px !important;
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px !important;
  line-height: 1.3em;
}
.content_table table tr,
.content_table table th {
  border: 1px solid #0e2340 !important;
}
.content_table table td {
  padding: 10px !important;
  border-collapse: collapse;
  border: 1px solid #0e2340 !important;
}
.gb-element-7bdcde74 {
  background-blend-mode: normal;
  background-color: #0e2340;
  background-image: url(https://imperiaroyalisland.vn/wp-content/uploads/2026/05/bgweb1.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 40px 10px;
}
.bg_item_new {
  background: linear-gradient(
    90deg,
    rgb(14, 35, 64) 0%,
    rgb(40, 82, 140) 50%,
    rgb(14, 35, 64) 100%
  );
}

html {
  scroll-behavior: smooth;
}
.form_footer .form-group .form-input {
  width: 100%;
  background: transparent !important;
  display: block;
  border: 1px solid white;
  padding: 0.75rem;
  color: white;
  margin-bottom: 10px;
  border-radius: 5px;
}
.form_footer .form-group .form-input::placeholder {
  color: white;
}
.form_footer .group_check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px !important;
  min-height: 16px !important;
  cursor: pointer;
}
.title_form {
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  background: #0e2340;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  background-image: linear-gradient(180deg, #0e2340 0%, #112852 100%);
}
.form_cat_new .form-group .form-input {
  width: 100%;
  background: #fff !important;
  display: block;
  border-radius: 5px;
  color: #333;
  padding: 0.75rem;
  margin-bottom: 10px;
}
.form_cat_new .form-group .form-input::placeholder {
  color: #333;
}
.form_cat_new .group_check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px !important;
  min-height: 16px !important;
  cursor: pointer;
}
.form_popup .form-group .form-input {
  width: 100%;
  background: #fff !important;
  display: block;
  border-radius: 5px;
  color: #333;
  padding: 0.75rem;
  margin-bottom: 10px;
  border: 1px solid gray;
}
.form_popup .form-group .form-input {
  width: 100%;
  background: #fff !important;
  display: block;
  border-radius: 5px;
  color: #333;
  padding: 0.75rem;
  margin-bottom: 10px;
}
.form_popup .form-group .form-input::placeholder {
  color: #333;
}
.form_popup .group_check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px !important;
  min-height: 16px !important;
  cursor: pointer;
}
