.navbar-shadow .navbar_header {
  background: #fff; }

.navbar_header {
  padding: 5px 0;
  position: relative;
  z-index: 9;
  width: 100%; }
  .navbar_header .sm-simple a,
  .navbar_header .sm-simple a:active,
  .navbar_header .sm-simple a:focus,
  .navbar_header .sm-simple a:hover {
    font-size: 15px;
    color: #555;
    color: #000;
    font-weight: 500; }
  .navbar_header .col-lg-9.ms-auto {
    padding-right: 0; }
  .navbar_header .sm-simple {
    border: 0;
    box-shadow: none;
    background: none; }
    .navbar_header .sm-simple ul {
      border: 0; }
  .navbar_header .contact-menu {
    position: absolute;
    right: 15px;
    z-index: 2; }
    .navbar_header .contact-menu a {
      display: inline-block;
      color: #fff;
      font-weight: 500;
      padding: 10px 25px;
      background-color: #000;
      font-weight: 500 !important;
      color: #fff; }
      .navbar_header .contact-menu a img {
        filter: invert(1); }
  .navbar_header .sm-simple > li {
    border: 0; }
  .navbar_header .btn {
    padding-bottom: 5px;
    padding-top: 5px;
    padding: 5px 12px !important;
    text-align: center;
    color: #fff !important; }
    .navbar_header .btn a {
      color: #fff !important; }

.main-nav {
  background: rgba(0, 0, 0, 0);
  padding: 5px 0; }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 15px; }

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  left: -300px;
  display: none; }

#main-menu-state:checked ~ #main-menu {
  left: 0; }

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: relative;
    top: 100px;
    right: 15px;
    display: none; }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    left: 0; }
  .sm-simple a .sub-arrow {
    display: none; } }

@media (min-width: 992px) {
  #main-menu {
    float: right;
    align-items: center;
    clear: none; }
    #main-menu .menu {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      min-width: 250px !important; }
      #main-menu .menu li {
        border: 0; }
        #main-menu .menu li:hover a {
          display: block; } }

@media (max-width: 991px) {
  #main-menu {
    width: 300px;
    overflow-y: auto;
    box-shadow: 0 0 15px -5px #555;
    position: fixed;
    background: #fff;
    padding: 20px;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: block !important;
    left: -350px; } }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* clear any floats inside the mega menus */
a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

body {
  font-family: "Inter", sans-serif;
  color: #363638; }

.navbar_header {
  background: none;
  position: fixed;
  padding: 35px 0; }
  .navbar_header ul li a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
    padding-left: 3rem !important; }
    .navbar_header ul li a:hover {
      color: #EA1C19 !important; }
  .navbar_header .btn {
    position: absolute;
    right: 0;
    height: 50px;
    min-width: 250px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    border: 0; }
  .navbar_header .menu {
    background-color: #fff;
    padding: 20px; }

.navbar_header .sm-simple a,
.navbar_header .sm-simple a:active,
.navbar_header .sm-simple a:focus,
.navbar_header .sm-simple a:hover {
  line-height: 22px; }

@media (min-width: 992px) {
  #main-menu .menu.mega-menu {
    min-width: 63rem !important;
    left: -15px !important; }
    #main-menu .menu.mega-menu .col-lg-4 {
      padding: 0;
      margin-bottom: 15px; }
      #main-menu .menu.mega-menu .col-lg-4 li a {
        padding: 4px 17px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
        margin-bottom: 5px;
        font-family: "Caveat", cursive; }
      #main-menu .menu.mega-menu .col-lg-4 li h3 {
        line-height: 22px !important; }
        #main-menu .menu.mega-menu .col-lg-4 li h3 a {
          line-height: 18px !important;
          display: inline-block; }
          #main-menu .menu.mega-menu .col-lg-4 li h3 a strong {
            color: #000;
            font-family: "Inter", sans-serif;
            font-size: 16px;
            display: inline-block;
            line-height: 22px !important; } }

.nav-fixed {
  position: fixed;
  top: 0;
  padding: 0;
  background: #000;
  transition: 1s all; }
  .nav-fixed .nav-brand img {
    width: 120px; }
  .nav-fixed .btn {
    height: 38px; }

.home-banners {
  position: relative;
  overflow: hidden; }
  .home-banners:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(8px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)); }
  .home-banners .img-fluid {
    min-height: 600px;
    height: 100vh;
    object-fit: cover;
    width: 100vw;
    object-position: 50% 50%; }
  .home-banners .carousel-caption {
    top: 5%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding-bottom: 0; }
  .home-banners .title {
    font-size: 5rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff;
    line-height: 64px;
    text-transform: uppercase; }
  .home-banners .sub-title {
    font-size: 3.5rem;
    font-family: "Caveat", cursive;
    margin-bottom: 3rem; }
  .home-banners .date-title {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 20px; }
  .home-banners .time-title {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 4rem; }
  .home-banners .buy-ticket {
    background: #fff;
    color: #EA1C19; }
  .home-banners .learn-more {
    background: #EA1C19;
    color: #fff; }
  .home-banners .btn {
    height: 50px;
    min-width: 250px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    border: 0;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 36px;
    height: 50px;
    margin-bottom: 0; }

.home-about {
  padding: 6rem 0;
  position: relative; }
  .home-about .mb-5 {
    margin-bottom: 8rem !important; }
  .home-about .tiltle {
    font-size: 54px;
    font-weight: 700; }
    .home-about .tiltle span {
      color: #EA1C19; }
  .home-about .short-description {
    font-size: 22px; }
  .home-about .about-picutre {
    display: grid;
    grid-template-areas: "one two" "one three";
    grid-template-columns: repeat(2, 50%);
    column-gap: 20px; }
  .home-about .picture {
    border-radius: 15px;
    overflow: hidden; }
    .home-about .picture:first-child {
      grid-area: one; }
      .home-about .picture:first-child img {
        height: 680px;
        object-fit: cover;
        border-radius: 15px; }
    .home-about .picture:nth-of-type(2) {
      margin-bottom: 20px;
      height: 380px; }
      .home-about .picture:nth-of-type(2) img {
        object-fit: cover;
        border-radius: 15px; }
    .home-about .picture:nth-of-type(3) {
      height: 280px; }
      .home-about .picture:nth-of-type(3) img {
        object-fit: cover;
        width: 390px;
        border-radius: 15px; }
  .home-about .sub-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    position: relative; }
    .home-about .sub-title::after {
      content: '';
      position: absolute;
      left: 30px;
      right: 70%;
      height: 1px;
      background: #000;
      top: 50%; }
    .home-about .sub-title::before {
      content: '';
      position: absolute;
      right: 30px;
      left: 70%;
      height: 1px;
      background: #000;
      top: 50%; }
  .home-about .programs {
    position: relative;
    margin-right: 40px; }
    .home-about .programs .box {
      padding: 20px 30px;
      background: #fff;
      margin-bottom: 20px;
      min-height: 180px;
      box-shadow: 0 0 80px rgba(0, 0, 0, 0.08); }
      .home-about .programs .box .channel-title {
        font-size: 22px;
        font-weight: 600;
        color: #EA1C19; }
      .home-about .programs .box .channel-description {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 18px; }

.meet-excellence {
  padding: 6rem 0;
  position: relative;
  background: #000;
  overflow: hidden; }
  .meet-excellence .meet-excellence-background {
    position: absolute;
    background-position: 50% 50% !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
    filter: blur(5px); }
  .meet-excellence .container-fluid {
    position: relative;
    z-index: 1; }
  .meet-excellence .title {
    font-size: 54px;
    font-weight: 700;
    color: #fff; }
    .meet-excellence .title span {
      color: #EA1C19; }
  .meet-excellence .sub-title {
    font-size: 54px;
    font-weight: 700;
    font-family: "Caveat", cursive;
    margin-bottom: 30px;
    color: #fff; }
    .meet-excellence .sub-title span {
      color: #EA1C19; }
  .meet-excellence .short-description {
    font-size: 22px;
    color: #fff;
    font-weight: 500; }

.including-various-category {
  padding: 5rem 0 0 0;
  position: relative; }
  .including-various-category .title {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000; }
    .including-various-category .title span {
      color: #EA1C19; }
  .including-various-category .short-description {
    font-size: 22px;
    font-weight: 500; }
  .including-various-category .mx-0 {
    margin-top: 5rem; }
    @media (min-width: 992px) {
      .including-various-category .mx-0 .col-lg-2 {
        width: 20%;
        padding: 0; }
        .including-various-category .mx-0 .col-lg-2 .box {
          overflow: hidden; }
          .including-various-category .mx-0 .col-lg-2 .box img {
            width: 100%;
            height: 410px;
            object-fit: cover;
            mix-blend-mode: luminosity; }
          .including-various-category .mx-0 .col-lg-2 .box:hover img {
            mix-blend-mode: normal;
            transform: scale(1.1);
            transition: all 1s; } }

.top-list {
  position: relative;
  background: #000;
  text-align: center;
  overflow: hidden; }
  .top-list .top-list-background {
    position: absolute;
    background-position: 50% 50% !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .7;
    filter: blur(15px) saturate(2);
    transform: scale(1.1); }
  .top-list .row {
    height: 620px;
    position: relative;
    z-index: 1; }
  .top-list .title {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    font-family: "Caveat", cursive;
    margin-bottom: 50px; }
    .top-list .title span {
      color: #EA1C19; }
  .top-list .sub-title {
    font-size: 54px;
    font-weight: 700;
    font-size: 80px;
    color: #fff; }
    .top-list .sub-title span {
      color: #EA1C19; }

.meet-who-define-excellence {
  padding: 6rem 0;
  position: relative; }
  .meet-who-define-excellence .mb-5 {
    text-align: center; }
  .meet-who-define-excellence .title {
    font-size: 54px;
    font-weight: 700;
    color: #EA1C19;
    margin-bottom: 30px; }
    .meet-who-define-excellence .title span {
      color: #EA1C19; }
  .meet-who-define-excellence .short-description {
    font-size: 18px;
    font-weight: 500;
    color: #555; }
  .meet-who-define-excellence .box {
    margin: 30px 15px; }
    .meet-who-define-excellence .box .img-fluid {
      height: 400px;
      object-fit: cover;
      border-radius: 20px; }

.advertising {
  padding: 6rem 0;
  position: relative; }
  .advertising:after {
    background: #EA1C19;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 650px; }
  .advertising::before {
    background: url(../images/advertisement.webp) no-repeat;
    content: '';
    position: absolute;
    background-position: 50% 50% !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    top: 0;
    left: 0;
    right: 0;
    opacity: .1;
    mix-blend-mode: luminosity;
    height: 650px;
    z-index: 1; }
  .advertising .container-fluid {
    position: relative;
    z-index: 2; }
  .advertising .title {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    font-size: 80px; }
    .advertising .title span {
      color: #EA1C19; }
  .advertising .short-description {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px; }
  .advertising .mb-5 {
    margin-bottom: 4rem !important; }
  .advertising .sub-title {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
    .advertising .sub-title span {
      color: #EA1C19; }
  .advertising .box {
    background: #fff;
    margin: 30px 5px;
    min-height: 300px;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08); }
    .advertising .box .box-sub-title {
      font-size: 24px;
      font-weight: 700;
      color: #000;
      margin-bottom: 18px; }
      .advertising .box .box-sub-title span {
        display: block;
        color: #EA1C19;
        font-size: 18px; }
    .advertising .box ul {
      padding-left: 0; }
      .advertising .box ul li {
        list-style: none;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
        display: flex; }
        .advertising .box ul li .bi {
          margin-right: 8px;
          color: #EA1C19; }

.ticket-package {
  padding: 6rem 0;
  position: relative; }
  .ticket-package .title {
    font-size: 54px;
    font-weight: 700;
    color: #EA1C19; }
    .ticket-package .title span {
      color: #EA1C19; }
  .ticket-package .short-description {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px; }
  .ticket-package .box {
    padding: 30px;
    padding-top: 50px;
    text-align: center;
    min-height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    margin-bottom: 70px;
    border: 1px solid #eee;
    position: relative; }
  .ticket-package .box-title {
    background: #000;
    color: #fff;
    position: absolute;
    top: -25px;
    left: 40px;
    right: 40px;
    padding: 5px 0;
    line-height: 35px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500; }
  .ticket-package .price-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0; }
  .ticket-package .per-ticket {
    padding: 10px 0;
    width: 60%;
    margin: auto;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .ticket-package .total-ticket {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }
  .ticket-package .red-title {
    background: #EA1C19; }

.footer {
  padding: 6rem 0;
  position: relative;
  background: #000; }
  .footer .footer-background {
    background: url(../images/advertisement.webp) no-repeat;
    position: absolute;
    background-position: 50% 50% !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .1;
    mix-blend-mode: luminosity; }
  .footer .container-fluid {
    position: relative;
    z-index: 1; }
  .footer .title {
    margin-bottom: 35px;
    color: #fff;
    font-size: 24px;
    font-weight: 600; }
  .footer ul {
    padding-left: 0; }
    .footer ul li {
      list-style: none; }
      .footer ul li a {
        color: #fff;
        display: inline-block;
        margin-bottom: 15px;
        color: #999;
        font-weight: 500; }
  .footer p {
    color: #fff;
    margin-bottom: 15px;
    color: #999;
    font-weight: 500; }
  .footer .icon a {
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    color: #999;
    width: 30px;
    font-weight: 500; }

    .footer label{ color: #fff;
      display: inline-block;
     margin-bottom: 8px; font-weight: 500;
      color: #999;}
      .footer button{  height: 50px;
        min-width: 200px;
        border-radius: 30px;
        display: flex;
        align-items: center; background: #EA1C19; color: #fff;
        justify-content: center;
        font-weight: 500;
        font-size: 18px;
        border: 0;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 36px;
        height: 50px;
        margin: 20px 0; }
      
        .footer .form-control,  .footer .form-select{border: 0; border-radius: 10px; height: 45px;}
        .footer .form-control::file-selector-button{height: 45px; border: 0;}

.copyright {
  padding: 20px 0;
  position: relative;
  background: #EA1C19; }
  .copyright p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500; }

#back-to-top {
  position: fixed;
  z-index: 9;
  right: 30px;
  bottom: 50px;
  border-radius: 100px;
  background: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  color: #EA1C19;
  font-size: 22px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }

.fixed-bottom {
  position: fixed;
  z-index: 9;
  right: 30px;
  left: auto;
  bottom: 110px;
  border-radius: 100px;
  background: #29af3e;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  color: #EA1C19;
  font-size: 22px; }
  .fixed-bottom a {
    color: #fff; }

@media (min-width: 1281px) and (max-width: 1480px) {
  .home-banners h1,
  .common-banners h1 {
    font-size: 54px; }
  .ticket-package .title {
    font-size: 40px; }
  .ticket-package .price-title {
    font-size: 36px; }
  .ticket-package .box-title {
    font-size: 18px; }
  .ticket-package .per-ticket {
    margin-bottom: 35px; }
  .ticket-package .box {
    min-height: 260px; }
  .ticket-package {
    padding: 5rem 0 4rem 0; }
  .col-xl-10 {
    width: 95%; }
  .home-banners h1,
  .common-banners h1 {
    font-size: 52px;
    margin-bottom: 20px; }
  .col-xl-10 {
    width: 95%; }
  .home-banners .title {
    font-size: 4rem; }
  .home-banners .sub-title {
    font-size: 2rem; }
  .home-banners .date-title,
  .home-banners .time-title {
    font-size: 2rem; }
  .home-banners .btn {
    font-size: 18px; }
  .home-banners .btn {
    min-width: 220px; }
  .navbar_header .nav-brand img {
    width: 160px; }
  .home-banners .time-title {
    margin-bottom: 3rem; }
  .home-banners .sub-title {
    margin-bottom: 2rem; }
  .home-banners .date-title {
    margin-bottom: 8px; }
  .home-about .tiltle,
  .including-various-category .title,
  .top-list .title,
  .meet-who-define-excellence .title,
  .advertising .sub-title,
  .ticket-package .title {
    font-size: 48px; }
  .home-about .short-description,
  .including-various-category .short-description {
    font-size: 18px; }
  .home-about .programs .box .channel-title {
    line-height: 22px; }
  .home-about .picture:first-child img {
    height: 595px; }
  .home-about .programs .box .channel-description {
    font-size: 14px; }
  .home-about .programs .box {
    min-height: 150px; }
  .home-about .picture:nth-of-type(2) {
    height: 334px; }
  .top-list .sub-title,
  .advertising .title {
    font-size: 60px; }
  .ticket-package .box {
    min-height: 250px;
    margin-bottom: 50px; }
  .ticket-package .per-ticket {
    margin-bottom: 35px; }
  .ticket-package {
    padding: 4rem 0; } }

@media (min-width: 1200px) and (max-width: 1280px) {
  .home-banners h1,
  .common-banners h1 {
    font-size: 52px;
    margin-bottom: 20px; }
  .col-xl-10 {
    width: 95%; }
  .home-banners .title {
    font-size: 4rem; }
  .home-banners .sub-title {
    font-size: 2rem; }
  .home-banners .date-title,
  .home-banners .time-title {
    font-size: 2rem; }
  .home-banners .btn {
    font-size: 18px; }
  .home-banners .btn {
    min-width: 220px; }
  .navbar_header .nav-brand img {
    width: 160px; }
  .home-banners .time-title {
    margin-bottom: 3rem; }
  .home-banners .sub-title {
    margin-bottom: 2rem; }
  .home-banners .date-title {
    margin-bottom: 8px; }
  .home-about .tiltle,
  .including-various-category .title,
  .top-list .title,
  .meet-who-define-excellence .title,
  .advertising .sub-title,
  .ticket-package .title {
    font-size: 48px; }
  .home-about .short-description,
  .including-various-category .short-description {
    font-size: 18px; }
  .home-about .programs .box .channel-title {
    line-height: 22px; }
  .home-about .picture:first-child img {
    height: 595px; }
  .home-about .programs .box .channel-description {
    font-size: 14px; }
  .home-about .programs .box {
    min-height: 150px; }
  .home-about .picture:nth-of-type(2) {
    height: 334px; }
  .top-list .sub-title,
  .advertising .title {
    font-size: 60px; }
  .ticket-package .box {
    min-height: 250px;
    margin-bottom: 50px; }
  .ticket-package .per-ticket {
    margin-bottom: 35px; }
  .ticket-package {
    padding: 4rem 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-xl-10 {
    width: 95%; }
  .home-banners .title {
    font-size: 4rem; }
  .home-banners .sub-title {
    font-size: 2rem; }
  .home-banners .date-title,
  .home-banners .time-title {
    font-size: 2rem; }
  .home-banners .btn {
    font-size: 18px; }
  .home-banners .btn {
    min-width: 220px; }
  .navbar_header .nav-brand img {
    width: 160px; }
  .home-banners .time-title {
    margin-bottom: 3rem; }
  .home-banners .sub-title {
    margin-bottom: 2rem; }
  .home-banners .date-title {
    margin-bottom: 8px; }
  .home-about .tiltle,
  .including-various-category .title,
  .top-list .title,
  .meet-who-define-excellence .title,
  .advertising .sub-title,
  .ticket-package .title {
    font-size: 48px; }
  .home-about .short-description,
  .including-various-category .short-description {
    font-size: 18px; }
  .home-about .programs .box .channel-title {
    line-height: 22px; }
  .home-about .picture:first-child img {
    height: 595px; }
  .home-about .programs .box .channel-description {
    font-size: 14px; }
  .home-about .programs .box {
    min-height: 150px; }
  .home-about .picture:nth-of-type(2) {
    height: 295px; }
  .top-list .sub-title,
  .advertising .title {
    font-size: 60px; }
  .ticket-package .box {
    min-height: 250px;
    margin-bottom: 50px; }
  .ticket-package .per-ticket {
    margin-bottom: 35px; }
  .ticket-package {
    padding: 4rem 0; }
  .home-about .programs {
    margin-right: 0; }
  .home-about .picture:nth-of-type(3) img,
  .home-about .picture:nth-of-type(2) img {
    width: 100%; }
  .advertising .box {
    margin: 20px 0; }
  .advertising {
    padding-bottom: 4rem; } }

@media (max-width: 991px) {
  .navbar_header .nav-brand img {
    width: 150px; }
  #main-menu {
    background: #EA1C19; }
  .navbar_header .btn {
    position: relative;
    min-width: auto;
    font-size: 16px;
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 5px; }
    .navbar_header .btn img {
      display: none; }
  .home-banners .title {
    font-size: 3rem; }
  .home-banners .carousel-caption {
    left: 30px;
    right: 30px; }
  .home-banners .sub-title,
  .home-banners .time-title {
    margin-bottom: 2rem; }
  .home-banners .date-title,
  .home-banners .time-title {
    font-size: 2rem; }
  .home-banners .btn {
    font-size: 18px; }
  .navbar_header {
    padding: 20px 0; }
  .main-menu-btn {
    background: #EA1C19; }
  body,
  html {
    overflow-x: hidden; }
  .home-about .programs {
    margin-right: 0; }
  .home-about .sub-title::before,
  .home-about .sub-title::after {
    display: none; }
  .including-various-category .title {
    font-size: 36px;
    margin-top: 25px; }
  .including-various-category .short-description,
  .meet-excellence .short-description {
    font-size: 16px; }
  .meet-excellence {
    text-align: center; }
  .nav-fixed {
    padding: 0; }
  .including-various-category .col-lg-2 {
    width: 50%;
    padding: 0; }
    .including-various-category .col-lg-2:last-child {
      width: 100%; }
  .including-various-category .box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    filter: grayscale(1); }
    .including-various-category .box img:hover {
      filter: grayscale(0); }
  .top-list .title,
  .meet-who-define-excellence .title,
  .advertising .sub-title {
    font-size: 36px; }
  .top-list .sub-title {
    font-size: 50px; }
  .meet-who-define-excellence .box .img-fluid {
    width: 100%; }
  .meet-who-define-excellence,
  .advertising,
  .ticket-package,
  .footer {
    padding: 3rem 0; }
  .advertising .box {
    margin: 0;
    margin-bottom: 15px; }
  .advertising .sub-title {
    margin-bottom: 35px; }
  .ticket-package .title {
    text-align: center; }
  .ticket-package .short-description {
    text-align: center;
    margin-bottom: 55px; }
  .footer .img-fluid {
    display: none; }
  .navbar_header ul li a:hover {
    color: #000 !important; } }

@media (max-width: 767px) {
  .home-about .about-picutre {
    display: block;
    text-align: center; }
  .home-about .picture:nth-of-type(3),
  .home-about .picture:nth-of-type(2) {
    height: 100%; }
  .home-about .picture img {
    width: 100% !important;
    margin-bottom: 15px; }
  .home-banners .btn {
    margin-bottom: 10px;
    min-width: 191px; }
  .home-about .tiltle {
    font-size: 36px; }
  .home-about .short-description {
    font-size: 18px; }
  .home-about .mb-5 {
    margin-bottom: 4rem !important; }
  .top-list .sub-title {
    font-size: 36px; }
  .top-list .title {
    margin-bottom: 25px; }
  .top-list .row {
    height: 450px; }
  .advertising .title {
    font-size: 54px; }
  .ticket-package .title {
    font-size: 36px; }
  .ticket-package .short-description {
    font-size: 24px; }
  .ticket-package .box {
    min-height: auto; }
  .home-about .tiltle span {
    display: inline-block; } }

@media (max-width: 550px) {
  .home-banners .carousel-caption {
    left: 15px;
    right: 15px; }
  .home-banners .title {
    font-size: 36px;
    line-height: 36px; }
  .home-banners .sub-title,
  .home-banners .time-title {
    font-size: 24px; }
  .home-banners .date-title,
  .home-banners .time-title {
    font-size: 24px;
    line-height: 26px; }
  .home-banners .btn {
    min-width: 145px;
    font-size: 16px; }
  .meet-excellence .sub-title {
    font-size: 40px; }
  .including-various-category .col-lg-2 {
    width: 100%; }
  .home-banners .date-title {
    margin-bottom: 8px;
    font-weight: 500; }
  .home-banners .time-title {
    font-weight: 500; }
  .home-banners .btn {
    height: 45px;
    padding: 5px; }
  .navbar_header.nav-fixed .nav-brand img {
    width: 120px; }
  .navbar_header.nav-fixed .main-menu-btn {
    margin: 0;
    top: 12px; }
  .advertising .box {
    min-height: auto; }
  .meet-who-define-excellence .box {
    margin: 0;
    margin-bottom: 15px; }
  .ticket-package .box-title {
    line-height: 26px;
    border-radius: 10px; }
  .advertising .mb-5 {
    margin-bottom: 3rem !important; }
  .home-about {
    padding: 3rem 0; }
  .home-about .picture:first-child img {
    height: 100%; }
  .top-list .title, .meet-who-define-excellence .title, .advertising .sub-title {
    font-size: 30px; }
  .fixed-bottom, #back-to-top {
    right: 5px; }
  .including-various-category .box img {
    height: 100%; }
  .meet-who-define-excellence .box .img-fluid {
    height: 100%; }
  .meet-who-define-excellence .short-description {
    font-size: 16px; }
  .home-about .programs .box .channel-title {
    line-height: 24px; }
  .including-various-category {
    padding: 3rem 0 0 0; }
  .home-about .programs .box {
    min-height: auto; } }

@media (max-width: 360px) {
  .home-banners .date-title,
  .home-banners .time-title {
    font-size: 20px; }
  .home-banners .title {
    font-size: 32px; }
  .home-banners .btn {
    min-width: 135px; }
  .meet-excellence .sub-title {
    font-size: 34px; }
  .meet-excellence {
    padding: 4rem 0; }
  .meet-excellence .title {
    font-size: 40px; }
  #main-menu {
    width: 265px; } }

  .inner-banners {
  position: relative;
  overflow: hidden; }
  .inner-banners:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(8px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)); }  

  .inner-banners .img-fluid {
    height: 20vh;
    object-fit: cover;
    width: 100vw;
    object-position: 50% 50%; }

.gall-row {
  padding: 15px;

}
.example-image{
    max-width: 100%;
  height: auto;
  display: block; /* removes bottom whitespace */
}