@import url('body.css');

/* News Content */
strong {
  font-weight: 700;
}

.card-text {
  font-family: 'Arimo';
  text-align: justify;
  font-size: 20px;
  line-height: 40px;
}

.news-content {
  font-family: 'Poppins';
  color: #424242;
  font-size: 20px;
  font-weight: 300;
  line-height: 37px;
}

.news-content img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media (max-width: 540px) {
  .news-content h2 {
    font-size: 20px;
  }

  .card-text {
    font-size: 14px;
    line-height: 28px;
  }
}

@media (max-width: 540px) {
  /* Footer */
  .bg-footer {
    overflow-x: hidden; 
	text-align: center !important;
  }

  .title-footer {
    text-align: center !important;
  }

  .bg-footer .col-md-3 p {
    display: flex;
    justify-content: center  !important;
  }
}


@media (max-width: 912px) {
  /* Navbar */
  .navbar {
    background-color: #f8f8f8;
  }

  .navbar-brand img {
    width: 120px;
  }

  .navbar .container {
    padding-bottom: 3px;
  }

  .navbar .col-auto {
    width: 100%;
  }

  .navbar .nav-item {
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 10px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .search-bar {
    opacity: 1;
    border-bottom: outset;
  }

  .search-bar-container {
    width: auto;
  }

  .search {
    display: none;
  }

  .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 10px;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
  }
}

.zh {
font-size: 24px;
}
@media (max-width: 540px){
.zh {
    font-size: 16px;
}
}

