/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/* Các lớp tỷ lệ khung hình ảnh cho Bricks Builder */
.bc_img-16-9 {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: block;
}
.bc_img-16-9.css-filter {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bc_img-4-3 {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
}
.bc_img-4-3.css-filter {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bc_img-1-1 {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}
.bc_img-1-1.css-filter {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bc_img-1-1_16-9 {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}
.bc_img-1-1_16-9.css-filter {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .bc_img-1-1_16-9 {
    aspect-ratio: 16 / 9;
  }
}
/* Kết thúc các lớp tỷ lệ khung hình ảnh cho Bricks Builder */
/* CSS để cắt văn bản thành một dòng với dấu chấm lửng */
.bc_title-1line a {
  display: block;
  /* hoặc inline-block */
  white-space: nowrap;
  /* chỉ 1 dòng */
  overflow: hidden;
  /* ẩn phần tràn */
  text-overflow: ellipsis;
  /* hiển thị dấu ... */
}
/* Kết thúc CSS để cắt văn bản thành một dòng với dấu chấm lửng */
.bc_bo-loc li {
  margin-bottom: 5px;
}
