.topBannerImgArea {
  width: 100%;
  object-fit: cover;
  max-height: 300px;
}

#gioiThieu1 {
  padding-top: 32px;
  margin-bottom: 44px;
}

.section-title-main {
  font-size: 31px;
  color: white;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-weight: 500;
}

.topBanner {
  position: relative;
}

.searchform {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
}

#gioiThieu1 .searchform input[type="search"] {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#gioiThieu1 .searchform button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: gray;
}

.dailyItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: 159px;
  min-width: 255px;
  flex-direction: column;
}

.dailyItem img {
  object-fit: cover;
  object-position: center;
}

.dailyItem {
  margin-bottom: 30px;
}

.searchform {
  margin-top: 30px;
  margin-bottom: 70px;
}

.topBannerImgArea {
  min-height: 200px;
  max-height: 200px;
}

.sanTitle {
    color: #9C0B00;
    font-size: 16px;
    margin-top: 10px;
}

.sanTitle + div {
	font-size: 14px;
}

div.dailyItem {
    margin-bottom: 30px!important;
}

@media only screen and (max-width: 768px) {
  .dailyItem {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-title-main {
    font-size: 12px;
    color: white;
  }

  .dailyItem {
    margin: 0 auto;
  }

  .topBannerImgArea {
    min-height: 150px;
    max-height: 150px;
  }
}
