h1 {
  position: absolute;
  top: -999px;
  left: -999px;
}

main {
  padding-top: 80px;
  background: #f9f9f9;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.nav-brand {
  width: 270px;
}
.nav-brand img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.offcanvas-wrap {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .offcanvas-wrap {
    justify-content: flex-start !important;
  }
}

.header-wrap {
  padding-top: 7px;
  padding-bottom: 7px;
}

.offcanvas-header {
  justify-content: flex-end;
}

.btn-close {
  padding: 0.75rem !important;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon_close.svg") !important;
  opacity: 0.75;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

.nav-item .active {
  border-bottom: 2px solid #adb5bd;
}

.banner-slide,
.banner-m-slide,
.banner-s-slide,
.memebrship,
.brand-wrap,
.brand-slide {
  margin-bottom: 100px !important;
}
@media (max-width: 767.98px) {
  .banner-slide,
  .banner-m-slide,
  .banner-s-slide,
  .memebrship,
  .brand-wrap,
  .brand-slide {
    margin-bottom: 50px !important;
  }
}
.banner-slide img,
.banner-m-slide img,
.banner-s-slide img,
.memebrship img,
.brand-wrap img,
.brand-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.banner-slide {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .banner-slide {
    margin-top: 15px;
  }
}

.banner-s-slide,
.banner-m-slide {
  margin-right: -15px;
  margin-left: -15px;
}
.banner-s-slide .s-item,
.banner-s-slide .m-item,
.banner-m-slide .s-item,
.banner-m-slide .m-item {
  padding: 0 15px;
}
.banner-s-slide .s-item a,
.banner-s-slide .m-item a,
.banner-m-slide .s-item a,
.banner-m-slide .m-item a {
  text-decoration: none;
  color: white !important;
}
.banner-s-slide .s-item a:hover, .banner-s-slide .s-item a:focus,
.banner-s-slide .m-item a:hover,
.banner-s-slide .m-item a:focus,
.banner-m-slide .s-item a:hover,
.banner-m-slide .s-item a:focus,
.banner-m-slide .m-item a:hover,
.banner-m-slide .m-item a:focus {
  text-decoration: none;
  color: #e6e6e6;
}
.banner-s-slide .slick-next,
.banner-m-slide .slick-next {
  right: 15px;
}
.banner-s-slide .slick-prev,
.banner-m-slide .slick-prev {
  left: 15px;
}

.banner-s-slide {
  padding: 0 15px;
}
.banner-s-slide .s-item {
  padding: 0px;
  width: 20%;
}
.banner-s-slide .s-item .s-item-desc {
  display: none;
}
.banner-s-slide .s-item .s-item-date {
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .banner-s-slide .s-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .banner-s-slide .s-item:last-of-type {
    margin-bottom: 0;
  }
  .banner-s-slide .s-item a {
    display: flex;
    flex-direction: row;
  }
  .banner-s-slide .s-item img {
    width: 50%;
  }
  .banner-s-slide .s-item .s-item-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    width: 50%;
    color: #000;
    padding: 15px;
  }
  .banner-s-slide .s-item .s-item-desc h2 {
    font-size: 0.85rem;
  }
}

.m-item-desc {
  background-color: #4d4d4d;
  padding: 15px 30px;
}
.m-item-desc h2 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .m-item-desc {
    padding: 7px 15px;
  }
  .m-item-desc h2 {
    font-size: 0.65rem;
  }
}

.brand-slide {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px !important;
}
.brand-slide .brand-item {
  padding: 0 15px;
}
.brand-slide .brand-item .img-thumbnail {
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.brand-slide .slick-next,
.brand-slide .slick-prev {
  border-radius: 2rem;
}
.brand-slide .slick-next {
  right: 16px;
}
.brand-slide .slick-prev {
  left: 16px;
}

.brand-wrap {
  padding-top: 40px;
  background-position: 0 0;
  background-size: 28%;
  background-repeat: no-repeat;
  background-image: url(../img/img_brand_title.svg);
}

footer {
  background-color: #4d4d4d;
}
footer p {
  color: #f3cb2f !important;
}
footer .footer-wrap {
  padding: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  footer .footer-wrap {
    margin-bottom: 2rem;
  }
}

.footer-brand {
  width: 200px;
}

.footer-social li {
  width: 33.33%;
}
.footer-social a {
  display: block;
  width: 50px;
}
.footer-social img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.footer-list {
  margin-bottom: 1rem;
}
.footer-list li {
  width: 20%;
}
.footer-list li a.nav-link {
  font-size: 1.15rem;
  color: #fcd12c !important;
}
.footer-list li a.nav-link:hover, .footer-list li a.nav-link:focus {
  color: #fddc5e !important;
}
@media (max-width: 991.98px) {
  .footer-list li a.nav-link {
    font-size: 0.95rem;
  }
}
@media (max-width: 767.98px) {
  .footer-list li a.nav-link {
    font-size: 0.75rem;
  }
}

.footer-desc h3 {
  color: #fcd12c !important;
  font-size: 1.25rem;
  margin-bottom: 16px;
  margin-top: 40px;
  position: relative;
}
.footer-desc h3::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #fcd12c !important;
}
.footer-desc p {
  color: #a8a8a8 !important;
  margin-bottom: 0.75rem;
}
.footer-desc span {
  color: white !important;
}

.img-title {
  display: block;
  width: auto;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .img-title {
    margin-bottom: 15px;
  }
}
.img-title img {
  max-width: auto;
  width: auto;
  height: 100%;
}

.img-title-1 {
  height: 75px;
}
@media (max-width: 767.98px) {
  .img-title-1 {
    height: 40px;
  }
}

.img-title-2 {
  height: 43px;
}
@media (max-width: 767.98px) {
  .img-title-2 {
    height: 23px;
  }
}/*# sourceMappingURL=screen.css.map */