html, body {
  min-height: 100%;
}

body {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

*:focus {
  outline: none !important;
  box-shadow: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

article, header, footer, figure, aside, nav, section, summary, figcaption, details, hgroup {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  text-align: left;
  margin: 0 0 15px;
  font-weight: 600;
}

h3 {
  font-size: 34px;
  line-height: 33px;
  font-weight: 400;
}

.grey_bg {
  background: #f9f9f9;
}

.readmore_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  min-width: 175px;
  height: 56px;
  background: #fff;
  color: #fff;
  font-size: 21px;
  text-align: center !important;
  margin-inline: auto;
  padding-top: 6px;
  transition: all 0.3s ease-in-out;
}

section {
  display: block;
  width: 100%;
  height: auto;
}

.img_grid {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.img_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 50px;
}
section.banner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
section.banner img.banner_img, section.banner video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}
section.banner .nav-grid {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  justify-content: space-between;
  z-index: 1;
}
section.banner .nav-grid .logo {
  width: 228px;
  height: 38px;
  overflow: hidden;
}
section.banner .nav-grid .logo a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: left;
}
section.banner .nav-grid .logo img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
section.banner .nav-grid .lang_grid .form-group {
  position: relative;
  padding-left: 18px;
}
section.banner .nav-grid .lang_grid .form-group:before {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/globe.svg) left center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
section.banner .nav-grid .lang_grid .form-group button {
  background: none;
  border: none;
  color: #fff;
  border-radius: 2px;
  line-height: 20px;
  text-transform: uppercase;
}
section.banner .nav-grid .lang_grid .form-group button:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
section.banner .nav-grid .lang_grid .form-group button option {
  background: transparent;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  padding-block: 10px !important;
}
section.banner .nav-grid .lang_grid .form-group .dropdown-toggle::after {
  margin-left: 6px;
}
section.banner .nav-grid .lang_grid .form-group .dropdown-menu {
  min-width: auto !important;
}
section.banner .banner_content {
  position: relative;
  display: block;
  margin-top: 12%;
  z-index: 2;
  padding-bottom: 20px;
}
section.banner .banner_content .bnr_txt {
  padding-right: 30px;
}
section.banner .banner_content .bnr_txt h1, section.banner .banner_content .bnr_txt h2, section.banner .banner_content .bnr_txt h3 {
  color: #fff;
  text-align: left;
}
section.banner .banner_content .bnr_txt h1 {
  font-size: 45px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.banner .banner_content .bnr_txt h2 {
  font-size: 45px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.banner .banner_content .form-grid {
  display: block;
  width: 100%;
  height: auto;
  padding: 40px 58px 40px 40px;
  background: rgba(0, 0, 0, 0.6);
}
section.banner .banner_content .form-grid h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
}
section.banner .banner_content .form-grid .form-control {
  height: 42px;
  border-radius: 0;
  margin-bottom: 23px;
}
section.banner .banner_content .form-grid .form-check {
  padding: 0;
}
section.banner .banner_content .form-grid input[type=checkbox] {
  visibility: hidden;
}
section.banner .banner_content .form-grid input[type=checkbox]:checked + label,
section.banner .banner_content .form-grid input[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
}
section.banner .banner_content .form-grid input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 2px #fff;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
section.banner .banner_content .form-grid input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  top: 3px;
  left: 5px;
  opacity: 1;
  background: url(../img/check.svg) center no-repeat;
  background-size: contain;
}
section.banner .banner_content .form-grid .form-check-label {
  font-size: 16px;
  line-height: 23px;
  color: #f9f9f9;
  font-weight: 300;
}
section.banner .banner_content .form-grid .login_btn {
  display: block;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: rgb(217, 0, 0);
  transition: all 0.3s ease-in-out;
  margin-bottom: 26px;
}
section.banner .banner_content .form-grid .login_btn:hover {
  background: rgba(217, 0, 0, 0.8);
}
section.banner .banner_content .form-grid .pwd_change {
  display: block;
  font-size: 16px;
  text-decoration: underline;
  color: #f9f9f9;
  text-align: center;
  font-weight: 300;
}

section.content_main .content_grid {
  display: block;
  width: 100%;
  height: auto;
  padding-block: 104px;
}
section.content_main .content_grid h1 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 56px;
  font-size: 36px;
  font-family: "Roboto Condensed", sans-serif;
}
section.content_main .content_grid .img_grid {
  height: 318px;
}
section.content_main .content_grid .img_grid video {
  object-fit: cover;
  object-position: top;
}
section.content_main .content_grid .img_grid img {
  border: none;
  padding: 0;
  border-radius: 0;
}
section.content_main .content_grid .txt_grid {
  padding-left: 55px;
}
section.content_main .content_grid .txt_grid h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Roboto Condensed", sans-serif;
}
section.content_main .content_grid .txt_grid p {
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}
section.content_main .content_grid .txt_grid_left {
  padding-right: 20px;
}
section.content_main .content_grid .slider_grid {
  text-align: center;
}
section.content_main .content_grid .slider_grid .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}
section.content_main .content_grid .slider_grid .swiper-pagination .swiper-pagination-bullet {
  margin-inline: 4px;
  background: none;
  border: solid 2px rgb(77, 77, 77);
  width: 10px;
  height: 10px;
}
section.content_main .content_grid .slider_grid .swiper-pagination .swiper-pagination-bullet-active {
  background: #d90000;
  border: solid 2px #d90000;
}

section.tab-faq {
  padding-block: 104px 0;
  margin-bottom: 104px;
}
section.tab-faq h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px;
}
section.tab-faq .card {
  border: none;
  border-bottom: solid 1px rgba(205, 205, 205, 0.5);
  background: none;
  padding-block: 40px;
}
section.tab-faq .card .card-header {
  background-color: transparent !important;
  border: none !important;
  padding-bottom: 5px;
}
section.tab-faq .card .card-header .card-link {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 60px;
}
section.tab-faq .card .card-body {
  font-size: 20px;
  line-height: 29px;
  color: #333333;
  font-weight: 300;
}
section.tab-faq .accordion-title {
  position: relative;
  display: block;
  color: #d90000;
}
section.tab-faq .accordion-title:before {
  position: absolute;
  content: "";
  background: url(../img/close.svg) right center;
  background-size: contain;
  width: 25px;
  height: 25px;
  right: 0;
  top: 0;
  padding-right: 5px;
}
section.tab-faq .accordion-title.collapsed {
  position: relative;
  color: #333333 !important;
}
section.tab-faq .accordion-title.collapsed:before {
  position: absolute;
  content: "";
  background: url(../img/open.svg) right center;
  background-size: contain;
  width: 25px;
  height: 25px;
}

footer {
  display: block;
  padding-block: 30px;
  background: #000;
}
footer .ftr_grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .ftr_grid p {
  font-size: 16px;
  font-weight: 300;
  color: #eeecec;
}
footer .ftr_grid button.btn {
  padding: 11px 32px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #d90000;
  border-radius: 0;
}

@media (max-width: 767.98px) {
  section.banner {
    min-height: 100%;
  }
  section.banner .banner_content {
    margin-top: 8%;
  }
  section.banner .banner_content .bnr_txt {
    padding-inline: 0;
  }
  section.banner .banner_content .bnr_txt h1 {
    font-size: 3rem;
    line-height: 1.1;
  }
  section.banner .banner_content .bnr_txt h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  section.banner .banner_content .bnr_txt h3 {
    font-size: 22px;
    line-height: 30px;
  }
  section.banner .banner_content .form-grid {
    width: 100%;
    margin-inline: 0;
  }

  section.content_main .content_grid {
    padding-block: 35px 70px;
  }
  section.content_main .content_grid .img_grid_mob {
    margin-block: 0 20px;
    height: 200px !important;
  }
  section.content_main .content_grid h1, section.content_main .content_grid h2 {
    font-size: 30px !important;
    line-height: 40px;
    margin-bottom: 10px;
  }
  section.content_main .content_grid h2 {
    margin-bottom: 15px !important;
  }
  section.content_main .content_grid .txt_grid {
    padding: 0;
  }
  section.content_main .content_grid .txt_grid p {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0;
  }
  section.content_main .content_grid .img_grid {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.content_main .content_grid .bnr_txt {
    padding-inline: 0;
  }
  section.content_main .content_grid .bnr_txt h1 {
    font-size: 3rem;
    line-height: 1.1;
  }
  section.content_main .content_grid p {
    font-size: 19px;
    line-height: 26px;
  }
  section.content_main .content_grid .img_grid_mob {
    height: 260px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.banner .banner_content {
    margin-top: 12% !important;
  }
}
.alert-danger strong {
  font-size: 14px !important;
  font-weight: 500 !important;
}

/*# sourceMappingURL=main.css.map */
.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}









/* Base (Desktop) */
.anniversary {
    position: absolute;
    left: 260px;   /* keep for large screens */
    top: -10px;
    z-index: 999;
}

.anniversary img {
    height: 65px;
}


/* Tablet Fix (IMPORTANT) */
@media (max-width: 992px) {
    .anniversary {
        left: auto;
        right: 140px;   /* anchor from right instead */
        top: -5px;
    }

    .anniversary img {
        height: 55px;
    }
}


/* Small tablets / large phones */
@media (max-width: 768px) {
    .anniversary {
        right: 100px;
        top: 0;
    }

    .anniversary img {
        height: 50px;
    }
}


/* Mobile (no overlap at all) */
@media (max-width: 576px) {
    .anniversary {
        position: static;
        display: inline-block;
        margin-left: 10px;
    }

    .anniversary img {
        height: 40px;
    }
}

