.company-logo {
  max-width: 200px;
  max-height: 90px;

  padding: 12px 18px;
  background: #ffffff;

  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);

  margin: 0 auto 30px;
  display: block;

  object-fit: contain;
}

.testimony blockquote {
  padding-top: 20px;
}

.testimony blockquote p {
  max-width: 820px;
  margin: 0 auto 16px;

  font-size: 18px;
  line-height: 1.7;
}

.testimony blockquote span {
  font-size: 15px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .company-logo {
    max-width: 150px;
    max-height: 70px;

    padding: 10px 14px;
    border-radius: 10px;

    margin-bottom: 20px;
  }
}

#colorlib-about .row {
	display: flex;
	align-items: center; /* CĂN GIỮA THEO CHIỀU DỌC */
}

#colorlib-about .col-md-5 {
	display: flex;
}

#colorlib-about .owl-carousel3 {
	flex: 1;
}

#colorlib-about .owl-carousel3 .item {
	height: 100%;
}

#colorlib-about .about-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	#colorlib-about .row {
		display: block;
	}

	.about-img {
		height: auto;
	}
}

/*Blog Section*/
#colorlib-blog .blog-img {
  display: block;
  height: 240px; /* chỉnh theo design */
  overflow: hidden;
}

#colorlib-blog .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#colorlib-blog .article {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#colorlib-blog .desc {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#colorlib-blog .owl-carousel1 .item {
  height: 100%;
}

#colorlib-blog .owl-carousel1 .col-md-12 {
  height: 100%;
}

#colorlib-blog .desc h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#colorlib-blog .desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#colorlib-blog .desc .read-more {
  margin-top: auto;
}

/* End Blog Section */

/* Blog detail */
.blog-figure {
  margin: 30px 0;
  text-align: center;
}

.blog-figure img {
  margin: 0 auto;
  border-radius: 4px; /* optional */
}

.blog-caption {
  margin-top: 8px;
  font-size: 13px;
  color: #777;
  font-style: italic;
  line-height: 1.4;
}

/* End Blog Section */

/*Project */
.work-img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 420px; /* kiểm soát chiều cao */
}

.work-img .display-t {
  display: table;
  width: 100%;
  height: 100%;
}

.work-img .work-name {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* End Project */

/* Certificate */
.certificate-flex {
	padding: 80px 0;
}

/* Khối text intro */
.certificate-flex .intro-heading h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 24px;
}

.certificate-flex .intro-heading p {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 60px;
}

/* Row ảnh */
.certificate-flex .row {
	margin-bottom: 40px;
}

/* Ảnh certificate */
.certificate-flex .certificate-img {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.certificate-img img {
	width: 100%;
	height: auto;
	max-height: 100vh;
	object-fit: contain;
}

/* Hover nhẹ cho cảm giác premium */
.certificate-flex .certificate-img:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* Responsive */
@media (max-width: 768px) {
	.certificate-flex {
		padding: 50px 0;
	}

	.certificate-flex .intro-heading h2 {
		font-size: 32px;
	}

	.certificate-flex .certificate-img {
		height: 260px;
	}
}
