:root {
  --main-color: inherit;
}

.container-fluid {
  opacity: 0;
}

.container-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.component-header .header-top {
  background: var(--main-color);
  color: #fff;
  font-size: .875rem;
  line-height: 1.25rem;
  padding: .5rem 0;
}

.component-header .header-nav {
  background: #fff;
  padding: .75rem 0;
}

.component-header .header-nav .nav-logo {
  text-align: center;
  text-decoration: none;
  margin-right: 1rem;
}

.component-header .header-nav .nav-logo img {
  width: auto;
  height: 3rem;
  margin-right: .75rem;
}

.component-header .header-nav .nav-logo .title {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.component-header .header-nav .nav-box {
  margin-bottom: 0;
}

.component-header .header-nav .nav-box .nav-item a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #333;
  transition: color .3s;
  text-decoration: none;
}

.component-header .header-nav .nav-box .nav-item.active a {
  color: var(--main-color);
}

.component-header .header-nav .nav-box .nav-item:hover a {
  color: var(--main-color);
}

.component-header .header-nav .nav-mobile {
  display: none;
}

.component-header .header-nav .nav-mobile button {
  background: transparent;
  border: none;
  transition: all .3s;
}

.component-header .header-nav .nav-mobile button .icon-bar {
  margin: auto;
  display: block;
  width: 1.625rem;
  height: .1875rem;
  border-radius: .125rem;
  background: var(--main-color);
  margin-top: .375rem;
}

.component-header .header-nav .nav-mobile button .icon-bar:first-child {
  margin-top: 0;
}

.component-header .header-nav .nav-mobile .nav-list {
  position: relative;
  display: none;
}

.component-header .header-nav .nav-mobile .nav-list ul {
  position: absolute;
  top: .5rem;
  right: 0;
  background: #fff;
  width: 10rem;
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.18);
  border-radius: .3125rem .3125rem 0 0;
  margin: 0;
}

.component-header .header-nav .nav-mobile .nav-list ul li {
  text-align: center;
}

.component-header .header-nav .nav-mobile .nav-list ul li a {
  text-decoration: none;
  background: #fff;
  font-size: .875rem;
  color: #000;
  transition: color 0.3s;
  display: block;
  padding: .625rem .9375rem;
}

.component-header .header-nav .nav-mobile .nav-list ul li.active a {
  color: var(--main-color);
}

.component-footer {
  background: #333;
  text-align: center;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.component-footer .footer-logo {
  margin-bottom: 2.2rem;
}

.component-footer .footer-logo img {
  width: auto;
  height: 3rem;
  margin-right: .75rem;
  background: #fff;
  border-radius: 50%;
}

.component-footer .footer-logo .title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.component-footer .footer-info span {
  color: #fff;
  font-size: .875rem;
  line-height: 2rem;
  margin: 0 .5rem;
}

.component-footer .footer-info span b {
  font-weight: normal;
}

.container-carousel {
  height: 20vw;
  margin: 0 -15px;
}

.container-carousel .carousel-inner,
.container-carousel .carousel-item {
  height: 100%;
}

.container-carousel .carousel-indicators li {
  width: .75rem;
  height: .75rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 .375rem;
  box-sizing: border-box;
  opacity: 1;
  border: none;
}

.container-carousel .carousel-indicators li.active {
  background: var(--main-color);
}

.versionName {
  font-style: normal;
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0 1rem;
  display: none;
}

.empty img {
  width: 50vw;
  max-width: 18.75rem;
  height: auto;
}

.empty span {
  color: #999;
  font-size: 1rem;
  line-height: 1.25rem;
}

#carouselExampleIndicators .carousel-inner .carousel-item .normal {
  display: block !important;
}

#carouselExampleIndicators .carousel-inner .carousel-item .mobile {
  display: none !important;
}

#page {
  margin: 0 auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page .xl-totalPage {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: .75rem;
}

#page ul {
  margin: 0;
}

#page ul li {
  text-align: center;
  display: inline-block;
  color: var(--main-color);
  font-size: .875rem;
  line-height: 1.25rem;
  padding: .25rem .375rem;
  min-width: 1.875rem;
  border: 1px solid var(--main-color);
  border-radius: .25rem;
  margin: 0 .1875rem;
  cursor: pointer;
  transition: all .3s;
}

#page ul li.xl-active, #page ul li:hover {
  color: #fff;
  background: var(--main-color);
}

#page ul li.xl-disabled {
  color: #DDDDDD;
  border: 1px solid #DDDDDD;
  background: #fff;
  cursor: no-drop;
}

@media screen and (max-width: 767px) {
  .col-2 {
    max-width: 0;
    flex: 0;
  }
  .col-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .component-header .header-nav {
    padding: 0.5rem 0;
  }
  .component-header .header-nav .nav-logo img {
    width: auto;
    height: 2.25rem;
    margin-right: .5rem;
  }
  .component-header .header-nav .nav-logo .title {
    color: #333;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
  }
  .component-header .header-nav .nav-normal {
    display: none;
  }
  .component-header .header-nav .nav-mobile {
    display: block;
  }
  .component-footer {
    padding: 2rem 0;
  }
  .component-footer .footer-logo {
    margin-bottom: 1rem;
  }
  .component-footer .footer-logo img {
    width: auto;
    height: 2.5rem;
    margin-right: .5rem;
  }
  .component-footer .footer-logo .title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
  .container-carousel {
    height: 50vw !important;
  }
  #carouselExampleIndicators .carousel-inner .carousel-item .normal {
    display: none !important;
  }
  #carouselExampleIndicators .carousel-inner .carousel-item .mobile {
    display: block !important;
  }
  #page .xl-totalPage {
    font-size: .75rem;
  }
  #page ul li {
    padding: 0.25rem .375rem;
    font-size: .75rem;
  }
}
