img {
  max-width: 100%;
}
:root {
  --logo-w: 40px;
  --our-img-w: 70px;
  --fd-btn-h: 52px;
  --font-s12: 12px;
  --font-s14: 14px;
  --font-s16: 16px;
  --font-s17: 17px;
  --font-s18: 18px;
  --font-s26: 26px;
  --base-main-color: #111111;
  --gx-18: 90px;
}
ul {
  list-style: none;
}
.full-bg1 {
  background: #f4f4f4;
}
.full-bg2 {
  background: linear-gradient(180deg, #0a163b 0%, #1d1850 10000%);
}
.full-bg3 {
  background: linear-gradient(180deg, #0b173c 0%, #1d1850 10000%);
}
.ft-26 {
  font-size: 26px;
}
.color-4e {
  color: var(--base-main-color);
}
.color-be {
  color: #bebebe;
}
.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line19 {
  line-height: 19px;
}

.category-title {
  font-size: 26px;
  font-weight: 400;
  color: var(--base-main-color);
  line-height: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}
.category-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  background: #777;
}
.category-title.no::after {
  display: none;
}
.full-width-header {
  position: sticky;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  transition: all 0.3s ease;
  background: #fff;
}

.full-width-header .nav-link {
  color: #777;
  font-weight: 400;
}
.full-width-header .nav-link.active,
.full-width-header .nav-link:hover {
  color: #6771e6;
}
.sticky-logo {
  width: var(--logo-w);
}
.rs-slider.slider-style2 .slider {
  position: relative;
  overflow: hidden;
}
.rs-slider.slider-style2 .slider .slider-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.rs-slider.slider-style2 .slider .slider-item .slider-inner {
  display: flex;
  flex-wrap: wrap;
  height: 37vw;
  position: relative;
}
.rs-slider.slider-style2 .slider .slider-item .download-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.rs-slider.slider-style2 .slider .slick-dots {
  bottom: 5px;
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.rs-slider.slider-style2 .slider .slick-dots li {
  display: block;
}
.rs-slider.slider-style2 .slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: transparent;
  border-radius: 15px;
  margin-bottom: 10px;
}
.rs-slider.slider-style2 .slider .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.rs-slider.slider-style2 .slider .slick-dots li.slick-active button,
.rs-slider.slider-style2 .slider .slick-dots li:hover button {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: #fff;
  opacity: 0.89;
}

.our-container .gx-5 {
  --bs-gutter-x: 5rem;
}
.slick-dots {
  position: absolute;
  line-height: 10px;
  bottom: -45px;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: unset;
  height: unset;
  font-size: 0;
  margin: 0 5px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: unset;
  line-height: unset;
  padding: unset;
  border: 0;
  background: #0092f2;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-radius: 15px;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
  width: 24px;
  background: #0092f2;
  opacity: 40%;
}
.concept-row {
  min-height: 400px;
}
.concept-picture {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.concept-w {
  min-width: 428px;
}
.concept-picture img {
  opacity: 0;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*common footer*/
.footer {
  box-sizing: content-box;
  background-color: #111;
}

.footer .footer-text {
  line-height: 24px;
  font-size: 20px;
  color: #bebebe;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.footer .category-title {
  color: #999;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --our-img-w: 50px;
    --fd-btn-h: 28px;
  }
  .our-container .gx-5 {
    --bs-gutter-x: 1.5rem;
  }
  .concept-w {
    min-width: auto;
  }
  .hidden-md {
    display: none !important;
  }
  html {
    font-size: 13px;
  }
  .full-width-header .nav-link {
    padding: 5px 8px;
  }
  .full-width-header .download {
    max-height: var(--fd-btn-h);
  }
  .rs-slider.slider-style2 .slider .slider-item {
    background-size: cover;
  }
  .rs-slider.slider-style2 .slider .slider-item .slider-inner {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    min-height: 215px;
  }
  .rs-slider.slider-style2 .slider .slider-item .slider-inner img {
    display: block;
  }

  .category-title {
    font-size: var(--font-s17);
    line-height: 22px;
  }
}
