/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.html .social-icons {
	font-size: 16px;
	color: #000;
}
p {
	margin-bottom: 10px;
}
b, strong {
	font-weight: bold !important;
}
.box-news .elementor-image-box-content {
	padding: 5% 5%;
}
.page-title-bar {
	padding: 180px 0;
	background-image: url(images/breadcrumb.jpg);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
}
.page-title-bar h1 {
	color: #fff;
	font-size: 35px;
}
.page-title-bar .breadcrumb a {
	color: #fff;
}


/* Chỉnh sửa container bao quanh tất cả bài viết */
.blog-wrapper.blog-archive .col {
  margin: 0 -15px;
  padding: 0;
}

/* Đảm bảo mỗi bài viết chiếm 1/3 chiều rộng màn hình */
.post-item {
  width: 33.3333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

/* Đảm bảo hình ảnh không bị phóng đại */
.post-thumbnail img {
  width: 100%;
  height: 222px;
  object-fit: cover;
}

.post-item-text {
  padding: 30px;
  border: 1px solid #eff0f2;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-top: none;
}
/* Các kiểu thêm vào cho tiêu đề, ngày đăng và mô tả */
.post-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-title a {
  color: #333;
}
.post-title a:hover {
  color: #0ebff3;
}

.post-meta {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.read-more a {
  color: #0073e6;
  text-decoration: none;
}

.read-more a:hover {
  text-decoration: underline;
}
.post-excerpt p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  margin-bottom: 25px;
}
.post-item-text .button {
  margin-bottom: 0;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.post-item-text .button a {
  color: #fff;
}
.post-item-text .button:hover {
  background-color: #0ebff3;
}
.post-item-text .button:hover a {
  color: #fff;
}
.header-top .nav-uppercase>li>a {
  text-transform: none;
}

.recent-blog-posts-li .post_comments {
  display: none;
}

ul.links {
  clear: both;
}
.tagcloud a {
  font-size: 16px !important;
  border: 1px solid #ccc;
  padding: 3px 10px;
  margin-right: 2px;
  margin-top: 5px;
  display: inline-block;
  border-radius: 4px;
}
.tagcloud a:hover {
  color: #fff !important;
}
.recent-blog-posts a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}