main {
  overflow: clip;
}

.cover {
  position: relative;
  width: 100%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding: 30px 0 5px;
  min-height: var(--min-height);
}
.grade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgb(46 28 6 / 70%) 5%,
    rgba(255, 255, 255, 0) 40%,
    rgb(104, 59, 2) 100%
  );
  background: linear-gradient(0deg, rgb(46 28 6 / 70%) 5%, rgba(255, 255, 255, 0) 50%, rgb(66 39 5) 100%);
  mix-blend-mode: multiply;
}
.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: top;
}

.cover .toggle-slick {
  position: absolute;
  top: 125px;
  left: 50px;
  background: none;
  border: 0;
  z-index: 3;
  color: #fff;
}

.cover .greet {
  position: absolute;
  margin-top: 50px;
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  line-height: 0.87;
}
.cover .greet span {
  display: block;
  font-weight: 400;
  position: relative;
  font-size: 2.7rem;
}
.cover .greet::after {
  content: "";
  position: absolute;
  bottom: -29px;
  height: 5px;
  width: 105px;
  background-color: var(--prime2);
  right: 0;
  border-radius: 5px;
}
.cover .inner {
  position: relative;
  width: min(100%, 800px);
  height: 87%;
  margin: auto;
  inset: 0;
  top: 52px;
  margin-right: 400px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cover .inner {
    margin-right: 320px;
  }
}
video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
  display: none;
}

.footer {
  display: none;
}

/**/

/**/

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
  padding: 0rem 0 10px;
  background: transparent;
  position: relative;
  margin-right: auto;
  width: 87%;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1700px) {
  .news {
    width: calc(100% - 205px);
  }
}
.news:focus {
  outline: 1px solid black;
}
.news .content {
  margin-left: -15px;
}
.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news .content {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border-top: 1px solid #fff;
  padding-top: 0.5rem;
}
.news h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2rem 0.7rem;
  margin: 0;
  height: 100%;
  z-index: 5;
}

.news h2 a {
  position: relative;
  color: inherit;
  top: 30%;
}
.news h2 a::after {
  content: "";
  position: absolute;
  left: -1.2rem;
  width: 1px;
  height: 100px;
  top: 0;
  background-color: #fff;
  top: -50%;
}
.news .breaking-news-ticker {
  width: calc(100% - 90px);
  margin-right: auto;
  overflow: visible;
}
.bn-news ul li a {
  font-size: 1.12rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: #fff;
}

.bn-news ul li a:hover {
  color: var(--prime2);
  text-decoration: underline;
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date {
  font-weight: normal;
}
.news .date::after {
  content: " | ";
  margin: 0 10px;
}
.bn-effect-scroll .bn-news ul li::after {
  content: "\2022 ";
  margin: 0 10px;
  color: var(--prime5);
  top: 0;
  position: absolute;
  right: -11px;
}
.bn-news {
  width: 100%;
  max-width: 93%;
}
.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
  left: 0;
  right: auto;
  width: 75px;
}

.bn-controls::after {
  content: "";
  position: absolute;
  right: -1.2rem;
  width: 1px;
  height: 100px;
  top: 0;
  background-color: #fff;
  top: -50%;
}
.bn-direction-rtl .bn-controls button {
  border: 0;
  border-radius: 0;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  padding: 0;
  margin-left: 25px;
}

.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: #fff;
}
.bn-play::after {
  border-left-color: #fff;
}

.bn-controls button:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border: 2px solid #fff;
}

/**************************************************************/
.list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
  height: 140px;
  width: 140px;
  background-color: #fff;
  border-radius: 100vw;
  box-shadow: rgba(0, 0, 0, 0.5) 9px 12px 22px;
}
.list .icon img {
  width: 90%;
}
aside a figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .header {
    width: 100%;
    top: 20px;
    background-color: transparent;
    box-shadow: none;
  }
  .header > nav {
    padding-right: 300px;
  }
  .header .logo {
    display: none;
  }
  .header.offset {
    background-color: transparent;
    box-shadow: none;
  }
  .header nav > ul > li > span > a {
    color: #fff;
    font-weight:525;
    font-size:1.3rem;
  }

  .header nav > ul {
    margin-inline-start: 0;
  }
  .wrapper {
    display: flex;
  }
  aside {
    position: absolute;
    height: 100%;
    min-height: var(--min-height);
    width: var(--aside);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 2rem;
    z-index: 55;
  }

  aside .inner {
    width: 100%;
    background-color: #fff;
    height: calc(100% - 1rem);
    min-height: 670px;
    padding-block: 3.5rem;
    border-radius: 37px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
      rgba(0, 0, 0, 0.22) 0px 15px 12px;
  }

  aside .list {
    position: relative;
    width: 320px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1;
    margin-top: auto;
    gap: 35px 0;
    padding-right: 1.2rem;
  }
  aside a {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    width: 100%;
    color: var(--text);
  }
  aside a figcaption {
    position: relative;
    flex: 1;
    padding-left: 0.5rem;
  }
  aside a figcaption::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: url(./images/deco_green.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    z-index: -1;
    opacity: 0.175;
  }
  aside a:nth-child(2) figcaption::after {
    background-image: url(./images/deco_magenta.png);
  }
  aside a:nth-child(1):hover figcaption {
    color: var(--prime2);
  }
  aside a:nth-child(2):hover figcaption {
    color: var(--prime1);
  }
  aside a:nth-child(3):hover figcaption {
    color: var(--prime4);
  }
  aside a:last-child figcaption::after {
    background-image: url(./images/deco_orange.png);
  }

  aside figcaption {
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    height: 100%;
    color: var(--text2);
    width: min-content;
    text-align: left;
    line-height: 1;
    padding-right: 1.5rem;
  }
  .list a:hover .icon {
    transform: scale(1.1);
  }
  aside .logo {
    display: flex;
    margin-inline: auto;
    width: 82%;
    height: auto;
    margin-bottom: 1rem;
  }
  aside .logo img {
    object-fit: contain;
    width: 100%;
  }

  .cover {
    height: 100vh;
  }

  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 992px) and (max-width: 1700px) {
  :root {
    --aside: 240px;
  }
  aside .inner {
    height: calc(100% - 4rem);
  }
  aside a figcaption::after {
    width: 100px;
    height: 100px;
  }
  aside figcaption {
    font-size: 1.5rem;
  }
  aside .list {
    width: 270px;
  }
  .list .icon {
    height: 130px;
    width: 130px;
  }
  .header > nav {
    padding-right: 220px;
  }
  .cover .inner {
    margin-right: 320px;
  }
}

@media (min-width:1200px) and (max-height:900px){
    
      :root {
    --aside: 200px;
  }
        .header nav > ul > li > span > a{
            margin-inline-end: 0.25rem;
            font-size:1.12rem;
        }
        .header nav > ul > li > span > a:after{
            margin-inline:0.65rem;
            height:4px;
            width:4px;
        }
        .header a.icon-btn{
            width:30px;
            height:30px;
        }
      aside{
          margin-right:1rem;
      }
      .list .icon {
        height: 90px;
        width: 90px;
    }
          aside .list {
              width: 227px;
              gap:1rem;
}
          .header > nav {
        padding-right: 200px;
    }

}

@media (max-height: 870px) {

  aside .inner {
    min-height: 590px;
  }
  aside .logo {
    width: 65%;
  }
  .cover h2.h2 {
    font-size: 3.5rem;
  }


}

@media (min-width: 1200px) {
  .header-side {
    padding-left: 40px;
  }
}
/* Fast Nav */

.fast-nav {
  position: absolute;
  left: -450px;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.15);
  width: 300px;
  height: 315px;
  align-items: center;
  text-align: center;
  border-radius: 0 35px 35px 0;
  z-index: 2;
  border: 1px solid #fff;
  display: none;
}

.fast-nav.slide {
  left: 0;
  display: block;
}

.fast-nav .closer {
  position: absolute;
  right: -25px;
  width: 110%;
  top: 0;
  text-align: right;
}

.fast-nav .closer span {
  color: #fff;
}

.fast-nav .title {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.52rem;
  color: #fff;
}

.fast-navigation .form-group {
  margin-bottom: 1rem;
}

.fast-navigation {
  width: 100%;
  max-width: 251px;
  padding: 1rem 0 5px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.fast-navigation h2 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}

.fast-navigation img {
  position: relative;
  width: 50px;
  margin-inline: 0.25rem;
}

.fast-navigation select {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 2px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-left: 5px;
}

.fast-navigation button {
  text-align: center;
  border-radius: 10px;
  border: 0;
  padding: 4px 10px;
  color: #fff;
  margin-right: auto;
  margin-top: 1.25rem;

  font-size: 1.55rem;
  font-weight: 500;
  height: 50px;
  width: 150px;
  transition: all 0.2s ease-in;
  background: var(--prime2);
}

.fast-navigation button img {
  margin-left: 0;
  width: 30px;
}

.fast-navigation label[for="smart_nav_select"] {
  padding: 0 1rem;
  margin-top: 0;
  margin-right: 3px;
  font-size: 14px;
}

.fast-navigation > label,
.fast-navigation > select,
.fast-navigation > span {
  float: right;
  display: block;
}

.fast-navigation label {
  font-weight: 350;
  font-size: 15px;
  padding: 3px 5px;
  border: 0;
  margin-top: 0;
  margin-right: 10px;
  height: 32px;
  position: absolute;
  color: #222;
  z-index: 1;
}

.fast-navigation label[for="mobile_smart_nav_select"] {
  margin-top: -42px;
  margin-right: 87px;
}

.fast-navigation select {
  font-size: 1.5rem;
  font-weight: 800;
  height: 61px;
  width: 250px;
}

.fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
  display: block;
}

.side-banners {
  position: absolute;
  top: 175px;
  width: 180px;
  left: -2px;
  z-index: 98;
}
.side-banners > button {
  border-radius: 0 15px 15px 0;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 0 50px 50px 0;
  width: 100%;
  margin-bottom: -5px;
  transition: all 0.3 ease-in;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
}
.side-banners button:hover {
  background-color: var(--prime4);
}
.side-banners button .img-fluid {
  height: 45px;
  margin-left: 10px;
}
@media (max-width: 1600px) {
  .cover h2.h2 {
    font-size: 3.6rem;
  }
}




@media (max-width: 991px) {
  body {
    padding: 0;
  }
  .list.under {
    z-index: -1;
  }

  .cover {
    padding-top: 0px;
    /* header height + padding */
    width: 100%;
    min-height: 320px;
    mix-blend-mode: normal;
    position: relative;
    height: 100vh;
    top: 0;
    min-height: calc(100vh + 220px);
  }

  .grade {
    background: linear-gradient(
      0deg,
      rgb(46 28 6 / 70%) 0%,
      40%,
      rgb(104, 59, 2) 100%
    );
  }

  .news {
    width: 100%;
  }

  .news h2 {
    font-size: 1.1rem;
    padding-inline: 3px;
    right: 5px;
  }
  .bn-direction-rtl .bn-controls {
    display: none;
  }
  .news h2::before,
  .news h2::after {
    content: none;
  }
  .news .container-fluid {
    padding-inline: 3px;
  }

  .cover .toggle-slick {
    display: none;
  }
  video,
  #toggle-video {
    display: none;
  }
  .cover .greet {
    display: none;
  }
  .wrapper {
  }
  aside .list a {
    display: block;
    margin-bottom: 2.52rem;
  }
  aside a figure {
    flex-direction: column-reverse;
    margin: auto;
    color: #fff;
    font-weight: 700;
    font-size: 1.7rem;
    text-align: center;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
  }
  .header.offset .logo {
    height: 100px;
  }

  aside {
    inset: 0;
    margin: auto;
    width: fit-content;
    position: absolute;
    z-index: 22;
    padding-top: 260px;
  }
  aside .logo {
    display: none;
  }

  .cover .inner {
    top: auto;
    width: 100%;
    height: 100%;
    border: none;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
  }

  .fast-nav {
    background-color: #fff;
  }
  .fast-nav .title {
    color: var(--text);
  }
  .fast-navigation select {
    border: 1px solid var(--prime2);
    border-radius: 9px;
  }
}
