/* body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
} */
html {
  scroll-behavior: smooth;
  height: 100% !important;
}

body {
  line-height: 1.2 !important;
  /* background-color: #F8FDFF; */
}

.link__nav--hover::after {
  visibility: hidden;
  content: "";
  width: 0%;
  height: 3px;
  bottom: -5px;
  left: 10%;
  background-color: #FF922F;
  position: absolute;
  transition: all .5s;
  border-radius: 5px;
}

.a-disable {
  color: gray !important;
}

.nav-link1.active {
  background-color: #EE64A2 !important;
}

.nav-link2.active {
  background-color: #FFB214 !important;
}

.nav-link3.active {
  background-color: #FF1C45 !important;
}

.nav-link4.active {
  background-color: #49D240 !important;
}

.nav-link5.active {
  background-color: #30D7EE !important;
}

.link__nav--hover:hover::after {
  visibility: visible;
  width: 80%;
  transition: all .5s;
}

.link__nav--hover:hover::after {
  visibility: visible;
  width: 80%;
  transition: all .5s;
}

.link__nav--hover:hover {
  transition: all .5s;
  /* background-color: #000000 !important; */
  color: #FF5C00 !important;
}

.link__nav--hover:hover .product__child--hover {
  display: block !important;
}

a.text-decoration {
  text-decoration: none;
}


.nav__row--content {
  background: #FFFFFF;
  box-shadow: 0px 1px 5px #E8E8E8;
  border-radius: 10px;
}

.link__collapse-nav {
  box-shadow: 0px 1px 3px rgba(211, 211, 211, 0.29);
  border-radius: 10px;
}

.cursor-move {
  cursor: move;
}

.disabled-link {
  pointer-events: none;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale {
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.hover-scale:hover {
  transform: scale(1.05);
}

.f-s-11 {
  font-size: 11px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-13 {
  font-size: 13px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-22 {
  font-size: 22px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-28 {
  font-size: 28px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-33 {
  font-size: 33px;
}

.f-s-34 {
  font-size: 34px;
}

.f-s-35 {
  font-size: 35px;
}

.f-s-36 {
  font-size: 36px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-42 {
  font-size: 42px;
}

.f-s-48 {
  font-size: 48px;
}

.f-s-64 {
  font-size: 64px;
}

.f-s-120 {
  font-size: 120px;
}

.f-s-80 {
  font-size: 80px;
}

.z-i-0 {
  z-index: 0;
}

.z-i-1 {
  z-index: 1;
}

.m-0-auto {
  margin: 0 auto;
}

.line-height-31 {
  line-height: 31px;
}

.c-white {
  color: white;
}

.c-black {
  color: #000000 !important;
}

.c-red {
  color: red;
}

.c-blue {
  color: #0573ad;
}

.c-blue-search {
  color: #0775ad;
}

.c-grey {
  color: #5D6A79;
}

.c-orange {
  color: #ea9500;
}

.mw-100 {
  max-width: 100%;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

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

@media screen and (min-width: 1400px) {}




@media screen and (max-width: 1399px) {
  .f-s-120 {
    font-size: 90px;
  }

  .f-s-42 {
    font-size: 35px;
  }

  .f-s-32 {
    font-size: 28px;
  }

  .f-s-24 {
    font-size: 20px;
  }

  .f-s-20 {
    font-size: 18px;
  }

  .f-s-18 {
    font-size: 16px;
  }

  .f-s-16 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .f-s-120 {
    font-size: 75px;
  }

  .f-s-64 {
    font-size: 55px;
  }

  .f-s-80 {
    font-size: 70px;
  }

  .f-s-42 {
    font-size: 35px;
  }

  .f-s-40 {
    font-size: 33px;
  }

  .f-s-32 {
    font-size: 22px;
  }

  .f-s-24 {
    font-size: 16px;
  }

  .f-s-22 {
    font-size: 16px;
  }

  .f-s-20 {
    font-size: 14px;
  }

  .f-s-18 {
    font-size: 12px;
  }

  .f-s-16 {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .f-s-120 {
    font-size: 65px;
  }

  .f-s-36 {
    font-size: 30px;
  }

  .f-s-32 {
    font-size: 18px;
  }

  .f-s-40 {
    font-size: 25px;
  }

  .f-s-30 {
    font-size: 24px;
  }

}

@media screen and (max-width: 900px) {
  .f-s-120 {
    font-size: 60px;
  }

  .f-s-36 {
    font-size: 24px;
  }

}

@media screen and (max-width: 767px) {
  .f-s-40 {
    font-size: 20px;
  }

  .f-s-36 {
    font-size: 20px;
  }

  #TOC .f-s-20 {
    font-size: 6px;
  }

  .f-s-64 {
    font-size: 40px;
  }

  .f-s-30 {
    font-size: 20px;
  }

  .f-s-22 {
    font-size: 20px;
  }

  .f-s-80 {
    font-size: 55px;
  }

  .btn__class-document {
    padding-left: 0px;
    padding-right: 0px;
  }


}

@media screen and (max-width:578px) {
  #footer .infor-footer {
    position: relative;
  }

  #footer .logo-footer {
    position: absolute;
    max-width: 200px;
    right: 0px;
    top: 65px;
  }

  .f-s-30 {
    font-size: 18px;
  }

  .f-s-22 {
    font-size: 18px;
  }

}

@media screen and (max-width: 500px) {
  #TOC .seek-icon {
    width: 50px;
    height: 12px;
  }

  .f-s-64 {
    font-size: 25px;
  }

  .f-s-80 {
    font-size: 31px;
  }

  .f-s-24 {
    font-size: 16px;
  }

  .f-s-22 {
    font-size: 16px;
  }

  .f-s-16 {
    font-size: 14px;
  }

  .f-s-14 {
    font-size: 10px !important;
  }

  .text-stems {
    text-align: justify;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 500px) {}

@media screen and (min-width: 1080px) {}

@media screen and (min-width: 900px) {}