a {
  cursor: pointer;
  text-decoration: none;
}

.text-justify {
  text-align: justify !important;
}

.text-main-1 {
  color: #E9A522 !important;
}

.text-main-2 {
  color: #7D0021 !important;
}

.region--header {
  background-color: #7D0021;
}
.region--header .header-info {
  flex: 1;
}
.region--header .header-info .header-info-link {
  color: white;
  transition: all 0.2s ease;
}
.region--header .header-info .header-info-link:hover {
  color: #E9A522;
}
.region--header .header-info .header-info-button {
  color: white;
  background: #E9A522;
  transition: all 0.2s ease;
}
.region--header .header-info .header-info-button:hover {
  background: transparent;
  text-decoration: underline;
}
.region--header .box-language button {
  padding: 0.2rem 1rem;
}

.menu-header .region--nav-main {
  width: 100%;
}
.menu-header .navbar-nav {
  justify-content: space-between;
  width: 100%;
}
.menu-header .navbar-nav .nav-link {
  color: #7D0021;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-header .navbar-nav .nav-link.is-active, .menu-header .navbar-nav .nav-link:hover {
  color: #E9A522;
}

.footer {
  border-top: 10px solid #E9A522;
  background-color: #7D0021;
}
.footer .footer-menu-link a,
.footer .footer-info-link i {
  color: white;
  transition: all 0.2s ease;
}
.footer .footer-menu-link a:hover,
.footer .footer-info-link i:hover {
  color: #E9A522;
}
.footer .footer-copyright {
  background-color: #E9A522;
}
.footer .footer-copyright p {
  font-size: 0.8rem;
}

.box-info {
  background-color: #7D0021;
}
.box-info .container {
  background-color: #7D0021;
}
.box-info .container .box-info-title {
  font-size: 49px;
  font-weight: 900;
}
.box-info .container .box-info-img {
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}
.box-info .container .box-info-button {
  color: #7D0021;
  background-color: white;
  font-weight: 900;
}
.box-info .container .box-info-button:hover {
  background-color: #E9A522;
}
.box-info .box-info-circle {
  width: 100px;
  height: 100px;
}
.box-info .box-info-circle .circle {
  background: #7D0021;
}
.box-info .box-info-circle .circle::before {
  content: "";
  position: absolute;
  top: 8px;
  width: 110px;
  height: 110px;
  z-index: -1;
  border-radius: inherit;
  background: #E9A522;
}
.box-info::before {
  position: absolute;
  content: "";
  bottom: -15px;
  width: 100%;
  height: 15px;
  background: #E9A522;
}

.box-level .box-level-img {
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.box-level .box-level-content {
  color: transparent;
  background-image: linear-gradient(0, #E9A522, transparent);
}
.box-level .box-level-content:has(.box-level-link:hover) {
  background-image: linear-gradient(0, #7D0021, transparent);
}

.box-mission-vision {
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-color: #E9A522;
  background-color: #7D0021;
}
.box-mission-vision .box-mission-vision-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.4;
  background: url(https://snamarianapolis.edu.vn/wp-content/uploads/2023/12/FullColorKnightShield.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.box-help {
  background-color: #7D0021;
}
.box-help .box-help-carousel-link {
  border-radius: 10px;
}

.box-contact .box-contact-content {
  background-color: #adadad;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form {
  padding: 1rem;
  padding-top: 0;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form .field--name-field-contact-date-of-birth .fieldset-wrapper label {
  display: none;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form .field--name-field-contact-date-of-birth #edit-field-contact-date-of-birth-0-value {
  display: flex !important;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form .field--name-field-contact-date-of-birth #edit-field-contact-date-of-birth-0-value .js-form-item {
  flex: 1 0 0%;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form .field--name-field-contact-date-of-birth #edit-field-contact-date-of-birth-0-value .js-form-item:first-child {
  overflow: hidden;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form .field--name-field-contact-date-of-birth #edit-field-contact-date-of-birth-0-value .js-form-item:last-child {
  overflow: hidden;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form .field--name-field-contact-date-of-birth #edit-field-contact-date-of-birth-0-value .js-form-item select {
  width: 100% !important;
  padding-right: 0;
  border-radius: 0;
  background-image: none;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form .field--name-field-contact-grades-expectation select {
  width: 100% !important;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form .button-submit {
  display: flex;
  align-items: end;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form .button-submit input {
  width: 100%;
  border: none;
  font-weight: 700;
  background-color: #7D0021;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form .button-submit input:hover {
  background-color: #E9A522;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form label {
  color: #7D0021;
  font-weight: 600;
}
.box-contact .box-contact-content .contact-message-in-touch-form-form input:focus,
.box-contact .box-contact-content .contact-message-in-touch-form-form select:focus {
  box-shadow: unset;
  border-color: transparent;
}
.box-contact .box-contact-content img {
  object-fit: cover;
}

.box-service .box-service-img {
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.box-service .box-service-content {
  color: transparent;
  background-image: linear-gradient(0, rgb(44, 44, 44), transparent);
}
.box-service .box-service-content:has(.box-service-link:hover) {
  background-image: linear-gradient(0, #7D0021, transparent);
}

.box-event {
  background-color: #7D0021;
}
.box-event .box-event-title {
  font-size: 49px;
  font-weight: 900;
}
.box-event .box-event-link {
  background-color: white;
}
.box-event .box-event-link:hover {
  background-color: #E9A522;
}

.box-iframe {
  height: 90vh;
}

@media screen and (max-width: 991px) {
  .menu-header {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px black;
  }
  .box-info .container .box-info-title {
    font-size: 2.5rem;
  }
  .box-level .box-level-img {
    height: 250px;
  }
  .box-event .box-event-title {
    font-size: 2.5rem;
  }
  .box-iframe {
    height: 45vh;
  }
}
@media screen and (max-width: 575px) {
  .box-info .container .box-info-title {
    font-size: 1.5rem;
  }
  .box-service .box-service-img {
    max-height: 200px;
  }
  .box-event .box-event-title {
    margin-bottom: 1rem !important;
    font-size: 1.5rem;
  }
  .box-iframe {
    height: 250px;
  }
  .footer .footer-info p {
    font-size: 1.1rem !important;
  }
}

/*# sourceMappingURL=style.css.map */
