@font-face {
  font-family: 'Lato';
  /* src: url('/assets/fonts/lato/Lato-Regular.ttf') format('truetype'); */
  src: url('../fonts/lato/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Lato';
}

.sidu-top-header .left-container {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;
  padding-top: 15vh;
  bottom: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-top-header .navbar {
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.nav-top-header .navbar-brand.logo-1 img {
  /* height: 8vh; */
  height: 50px;
}

.nav-top-header .navbar-brand.logo-2 img {
  /* height: 10vh; */
  height: 50px;
}

.nav-top-header .navbar .navbar-nav {
  background-color: rgba(255, 255, 255, 0.9);
}

.nav-top-header .navbar .navbar-nav a {
  font-weight: bold;
}

.sidu-top-header .right-container img {
  height: auto;
  width: 100vw;
  object-fit: cover;
  object-position: center;
}

.sidu-top-header .left-container p {
  color: #747373;
}

.sidu-top-header .left-container h2 {
  font-weight: bold;
}

.sidu-top-header .left-container h1 {
  font-weight: bold;
}

.sidu-top-header .sidu-top-header-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.nav-top-header .navbar .navbar-nav a {
  /* font-size: 24px; */
  border-width: 2px;
  /* border-style: solid; */
  border-bottom: solid #BD0000;
}

/* #BD0000 */
@media (min-width: 576px) {}

/* sm */
@media (min-width: 768px) {
  .nav-top-header .navbar {
    background-color: unset;
    box-shadow: none;
    text-align: center;
  }

  .sidu-top-header .right-container img {
    height: auto;
  }

  
}

/* md */
@media (min-width: 992px) {
  .sidu-top-header .left-container h1 {
    font-size: 32px;
  }

  .sidu-top-header .left-container h2 {
    font-size: 20px;
  }

  .sidu-top-header .left-container p {
    font-size: 18px;
  }

  .sidu-top-header .right-container img {
    width: auto;
    height: auto;
  }

  .sidu-top-header .sidu-top-header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .nav-top-header .navbar .navbar-nav a {
    border: 0;
  }
   .sidu-top-header .left-container {
    /* height: 100vh; */
    width: 50vw;
  }

  .nav-top-header .navbar-brand.logo-1 img {
    height: 8vh;
  }

  .nav-top-header .navbar-brand.logo-2 img {
    height: 10vh;
  }
}

/* lg */
@media (min-width: 1200px) {
  .sidu-top-header .left-container {
    padding-left: 80px;
    padding-right: 80px;
    bottom: 0;
    /* height: 100vh; */
    width: 40vw;
  }

  

  .nav-top-header .navbar {
    margin-right: 60px;
    margin-left: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: absolute;
  }
}

/* xl */
@media (min-width: 1400px) {
  .sidu-top-header .left-container {
    padding-left: 80px;
    padding-right: 80px;
    bottom: 0;
    /* height: 100vh; */
  }

  .sidu-top-header .right-container img {
    height: auto;
  }

  .sidu-top-header .left-container {
    padding-left: 120px;
    padding-right: 100px;
  }
}

@media (min-width: 1680px) {
  .sidu-top-header .left-container {
    padding-left: 160px;
    padding-right: 120px;
  }

  .sidu-top-header .right-container img {
    height: auto;
  }

  .nav-top-header .navbar .navbar-nav a {
    font-size: 24px;
  }

  .sidu-top-header .left-container h1 {
    font-size: 36px;
  }

  .sidu-top-header .left-container h2 {
    font-size: 24px;
  }

  .sidu-top-header .left-container p {
    font-size: 20px;
  }
}

/* xxl */