* {
  font-family: alifont-regular,PingFangSC-Regular,SourceHanSansCN-Light !important;
}

.container-fluid {
  padding: 0 !important;
}
.container-fluid .col {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: auto;
}

/* .navbar {
  padding: 0 !important;
}
.navbar-brand img {
  width: auto;
  height: 65px;
} */

.bg-top-default {
  background-color: rgba(0, 0, 0, 0);
}

.bg-top-scroll {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.head-bg {
  background-image: url("../img/back1.jpg");
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-color: black;
  background-size: 100%;
}

/* .topnav {
  transition: all 0.5s ease;
}
.topnav .navbar-collapse {
  flex-grow: unset !important;
}
.navbar-nav .nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white !important;
  font-weight: bold !important;
}
.navbar-nav .nav-item a:hover {
  color: white !important;
}
.navbar-nav .nav-item a::after {
  content: "";
  color: unset;
  width: calc(0px);
  height: 2px;
  background-color: #7a9757;
  transition: all 0.5s ease;
}
.active a::after {
  width: calc(100% + 10px) !important;
}
.navbar-nav .nav-item a:hover::after {
  width: calc(100% + 10px);
}
.topnav .navbar-toggler {
  border: unset !important;
} */

.flex-col,
.flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}

.df-title h1,
.container-fluid h1 {
  font-weight: 800;
  font-size: 67px;
}
.df-title h3,
.container-fluid h3 {
  font-size: 36px;
  font-weight: 800;
}
.df-title h5,
.container-fluid h5 {
  font-weight: 400;
  font-size: 16px;
}

.df-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 1;
}

.disabled{
  display: none !important;
}
.BMap_cpyCtrl {
display: none;
}
.anchorBL{
display: none;
}

.text-shadow{
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 1);
}

.bg-shading {
  padding: 20px;
  margin-top: 20px;
  margin-right: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  box-sizing: border-box;
}

.text-color-1 {
  color: #7a9757;
}
.text-color-2 {
  color: white;
}
.text-color-3{
    color: #2d3e50;
}
.text-color-4{
    color: #888;
}
.text-color-5{
  color: #666;
}
.text-color-6{
  color: tomato;
}
.text-color-7{
  color: #5bb0ff;
}
.text-color-8{
  color: black;
}
.text-color-9{
  color: #212529;
}

@media (max-width: 767px) {
  .container-fluid {
    width: 90vw;
  }

  /* .navbar-brand img {
    height: 46px;
  }
  .topnav .navbar-toggler:focus {
    outline: unset;
  }
  .navbar-nav .nav-item a::after {
    content: unset;
  } */
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    width: 740px;
  }

  /* .navbar-brand img {
    height: 50px;
  }

  .topnav .navbar-toggler:focus {
    outline: unset;
  }
  .navbar-nav .nav-item a::after {
    content: unset;
  } */
}

@media (min-width: 992px) and (max-width: 1400px) {
  .container-fluid {
    width: 1000px;
  }

  /* .navbar-brand img {
    height: 50px;
  } */
}

@media (min-width: 1400px) {
  .container-fluid {
    width: 1400px;
  }
}
