.img-home {
  width: 80%;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
  /* box-shadow: 1px 1px 10px 0px rgba(18,36,56,1); */
}

.hr-al {
  margin-top: -15px;
  border-bottom: 2px solid #fda40b;
  width: 400px;
}
.img-page {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  object-fit: cover;
  /* box-shadow: 1px 1px 10px 0px rgba(18,36,56,1); */
}

.img-history {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.img-news-lg {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.img-news-sm {
  width: 68px;
  height: 70px;
  object-fit: cover;
}

.img-career {
  height: 200px;
  object-fit: cover;
  border-radius: 8px !important;
}

.img-career:hover {
  border-radius: 8px !important;
}
