/*
Theme Name: Điều hành tác nghiệp
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.site-content {
	margin-top: 30px;
}

.dhtn-vb-single {
	background: white;
	padding: 30px;
	border: 1px solid #ddd;
}

.dhtn-vb-single > header {
  border-bottom: 1px dashed #dddddd;
  /* padding-bottom: 30px; */
}

.document-info-fields table{
	margin-top: 30px;
	margin-bottom: 15px;
}

.button.alt, .button.checkout, .checkout-button, .secondary {
	background-color: #ce1126;
}

#progress-bar-container {
	display: none;
	width: 100%;
	background-color: #f3f3f3;
	border-radius: 30px;
	margin-top: 10px;
}
#progress-bar {
	width: 0%;
	height: 16px;
	background-color: #5cb52e;
	text-align: center;
	line-height: 16px;
	border-radius: 30px;
	color: white;
	transition: 0.5s;
}

.duc_post-widget-list {
  list-style: none;
  padding: 0;
}

.duc_post-widget-list a {
	font-size: 18px;
}

.duc_post-widget-list .post-inner {
	background: white;
    padding: 15px 15px 10px 20px;
    border: 1px solid #ececec;
}

.duc_post-widget-list h4 {
	margin-top: 5px;
}


.post-inner {
  display: flex;
  align-items: center; /* Căn giữa ảnh và tiêu đề theo chiều dọc */
  justify-content: center;
  margin-bottom: 10px; /* Khoảng cách giữa các mục */
}

.thumbnail-wrapper {
  margin-right: 15px; /* Khoảng cách giữa ảnh và tiêu đề */
}

.thumbnail-wrapper img {
  /* width: 60px; */
  /* height: 60px; */
  object-fit: cover;
  border-radius: 50%; /* Bo tròn ảnh */
}

/* .post-thumbnail { */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
/* } */

/* .entry-title {
  margin: 0;
} */

.post-inner .entry-title {
	font-size: 16px;
}

.post-inner .entry-title:hover {
	text-decoration: underline;
}

/* Archive style */

/* Cài đặt chung cho các bài viết */
.archive article {
  margin-bottom: 30px; /* Khoảng cách giữa các bài viết */
  border: 1px solid #ddd; /* Viền bao quanh mỗi bài viết */
  padding: 30px; /* Khoảng trống bên trong mỗi bài viết */
  background: white;
}

/* Nội dung tóm tắt bài viết */
.archive .entry-summary {
  font-size: 14px; /* Cỡ chữ nội dung tóm tắt */
  line-height: 1.5; /* Chiều cao dòng nội dung tóm tắt */
}

/* Thông tin người ký */
.archive .entry-summary .field.trich-yeu {
  /* font-weight: bold; /* Tạo phông chữ in đậm cho thông tin người ký */
  font-size: 18px;
}

/* Nút xem thêm */
.archive .entry-summary a.more-link {
  display: block; /* Hiển thị nút xem thêm trên một dòng riêng */
  margin-top: 15px; /* Khoảng cách giữa nội dung tóm tắt và nút xem thêm */
  padding: 10px 20px; /* Khoảng trống bên trong nút xem thêm */
  background-color: #007bff; /* Màu nền nút xem thêm */
  color: #fff; /* Màu chữ nút xem thêm */
  text-decoration: none; /* Bỏ gạch chân cho nút xem thêm */
  border: none; /* Bỏ đường viền cho nút xem thêm */
  border-radius: 5px; /* Bán kính bo tròn cho nút xem thêm */
}

/* Nút xem thêm khi di chuột qua */
.archive .entry-summary a.more-link:hover {
  background-color: #0056b3; /* Màu nền nút xem thêm khi di chuột qua */
}

/* Phân trang */
.archive .pagination {
  text-align: center; /* Canh giữa phân trang */
  margin-top: 30px; /* Khoảng cách giữa nội dung bài viết và phân trang */
}

.archive .pagination ul {
  list-style: none; /* Bỏ dấu chấm bullets */
  padding: 0; /* Bỏ khoảng trống bên trong */
}

.archive .pagination li {
  display: inline-block; /* Hiển thị các mục phân trang trên cùng một dòng */
  margin-right: 10px; /* Khoảng cách giữa các mục phân trang */
}

.archive .pagination a {
  padding: 10px 20px; /* Khoảng trống bên trong các mục phân trang */
  background-color: #fff; /* Màu nền các mục phân trang */
  border: 1px solid #ddd; /* Đường viền cho các mục phân trang */
  text-decoration: none; /* Bỏ gạch chân cho các mục phân trang */
  color: #333; /* Màu chữ cho các mục phân trang */
}

.archive .pagination .current {
  background-color: #007bff; /* Màu nền mục phân trang hiện tại */
  color: #fff; /* Màu chữ mục phân trang hiện tại */
}

/* Mục phân trang khi di chuột qua */
.archive .pagination a:hover {
  background-color: #0056b3; /* Màu nền mục phân trang khi di chuột qua */
  color: #fff; /* Màu chữ mục phân trang khi di chuột qua */
}

/* ++++++++++++++++++ Custom UX Style ++++++++++++++++++ */

.ht_style1 .post-thumbnail img {
  width: 100%;
}

.ht_style1 .post-thumbnail {
  overflow: hidden;
  max-height: 400px;
}

/*Effect for fist content*/

.ht_style1 .post-thumbnail img {
transition: transform 0.3s ease-in-out;
}

.ht_style1 .post-thumbnail img:hover {
transform: scale(1.1);
}

/* Đặt chung cho thẻ ht_style1 */

.ht_style1 {
  position: relative;
}

.ht_style1 .post-content h3:hover {
  text-decoration: underline;
}

.ht_style1 .post-content h3:hover .post-thumbnail img  {
transform: scale(1.1);
}

/* Zoom in effect */
.ht_style1:hover .post-thumbnail img {
  transform: scale(1.1);
}

.ht_style1:hover h3 {
  text-decoration: underline;
}

.ht_style1 a:hover {
  text-decoration: underline;
}

/*End Effect for fist content*/

.ht_post_block ul {
  display: block;
}

.ht_post_block .post-content {
  margin-top: 0.5rem;
}

.ht_post_block ul li {
  display: block;
  margin-left: 0px !important;
}
.ht_style1 .post-number {
  border: 1px solid #ddd;
  border-radius: 50%;
  background: white;
  padding: 7px 12px 7px 12px;
  font-size: 14px;
  margin-right: 5px;
}

/* Document single page css */
.dh-edit a {
  float: right;
}

.signature-by {
	margin-top: 10px;
	font-size: 18px;
	/* color: #ce1126; */
}

.signature-by .dhtn-dotbar {
	font-size: 38px;
	color: #b0b7b6;
	line-height: 5px;
}

.signer-block {
margin: 15px 0px 0px 0px;
text-align: right;
}

.signer_human {
  margin-bottom: 5px;
  font-size: 1em;
}

.signer_name {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0px;
  color: #334862;
  font-family: "Noto Serif", sans-serif;
}

.content-single-document {
  padding-bottom: 0px;
}

.content-single-document h2 {
  font-size: 26px !important;
}

.document-files {
  /* margin-bottom: 0px; */
  display: inline-grid;
  box-sizing: content-box;
}

.margin-top-30 {
  margin-top: 30px;
}

.document-files li {
  margin-left: 0px !important;
  margin-bottom: 0px;
}

.document-files li:hover a {
  text-decoration: underline;
}

.download-btn button {
  margin-bottom: 0em;
}

.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #555555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  /* left: 50%;
  margin-left: -60px; */
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* End document single page css */


/* ++++++++++++++++++ End Custom UX Style ++++++++++++++++++ */

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


}