/* Áp dụng riêng cho thẻ <a> */
a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

body {
  color: #000;
  font-size: 14px;
}
.wrap {
  width: 1210px;
  margin: 0 auto;
}
.entry-tags-with-border,
.entry-categories-with-border {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; /* khoảng cách giữa các phần tử */
  margin-bottom: 10px;
}

.entry-tags-with-border .entry-btn,
.entry-categories-with-border .entry-btn {
  font-weight: bold;
  margin-right: 6px;
}

.entry-tags-with-border a,
.entry-categories-with-border a {
  background: #f0f0f0;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background 0.2s;
}

.entry-tags-with-border a:hover,
.entry-categories-with-border a:hover {
  background: #e0e0e0;
}

.clear {
  display: none; /* không cần nếu dùng flex */
}   

#comment {
  height: 40px;
  transition: height 0.3s ease;
  resize: none;
  overflow: hidden;
  border: 1px solid #ddd;
  outline: none;
}

#comment:hover,
#comment:focus {
  height: 150px;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px rgba(65, 105, 225, 0.4);
}
/* -- Pagination -- */
.wp-pagenavi {
  width: auto;
  font-size: 14px;
  margin-top: 50px;
  margin-left: 22px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 5px 13px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  list-style: none;
  margin: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-right: 1px;
}
.wp-pagenavi a:hover {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.wp-pagenavi span.current {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.wp-pagenavi .pages {
  display: none;
}

 

.entry li {
  padding: 7px 0;
}

footer {
  width: 100%;
  height: auto;
  bottom: 0;
}
.social-section {
  width: 100%;
  height: 75px;
  text-align: center;
}
.wrap-footer {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
}

/* -- Copyright -- */
.copyright {
  height: auto;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
}
/* -- footer banner -- */
.footer-banner-970 {
  width: 970px;
  height: 90px;
  margin: 0 auto;
}
.footer-banner-728 {
  width: 728px;
  height: 90px;
  margin: 0 auto;
  display: none;
}
.footer-banner-468 {
  width: 468px;
  height: 60px;
  margin: 0 auto;
  display: none;
}

/* -- Footer Social Icons -- */
ul.footer-social {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
ul.footer-social li {
  height: 40px;
  font-size: 24px;
  display: inline-block;
  margin: 27px 5px 0 5px;
}
ul.footer-social li a {
  text-align: center;
  padding: 5px 5px;
}

/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/

.nocomments,
.nopassword,
.must-log-in {
  text-align: center;
  padding: 15px 0 0 0;
}

ul.comment {
  width: 780px;
  margin: 0 0 50px 0;
}
ul.comment li {
  display: block;
  margin: 0 0 20px 0;
  padding: 20px 20px 0 20px;
  border-radius: 3px;
  overflow: hidden;
}
ul.comment li span.comm-avatar {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
ul.comment li span.comment-author {
  margin-right: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  float: left;
}
ul.comment li span.comment-date {
  float: left;
  opacity: 0.5;
}
.comment-body {
  padding-bottom: 5px;
}
ul.comment li ul.children {
  margin: 20px 0 0 0;
}

/* -- Comments -- */
.comments {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 0 0 0;
}
.comments h3.comment-reply-title {
  width: auto;
  height: 26px;
  font-weight: normal;
  border-radius: 2px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 10px 1px 10px;
  margin: 5px 0 0 0;
}
.comments h3.comment-reply-title i {
  float: right;
  border-style: solid;
  border-width: 14px 5px 15px 10px;
  margin: -2px -15px -5px 0px;
  height: 0px;
  width: 0px;
}
.comments h3.comment-reply-title a {
  font-weight: bold;
  text-decoration: underline;
}
.comments h3.comment-reply-title a#cancel-comment-reply-link {
  text-decoration: none;
}
.comment-respond {
  margin-top: 30px;
}

/* -- Comment Form -- */
.comment-notes {
  display: none;
}
#commentform {
  padding: 0 6px 20px 0;
  font-size: 11px;
}
#commentform #author,
#comment,
#email {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
}
#commentform #sendemail {
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: bold;
  padding: 9px 21px;
  text-align: center;
  margin: 15px 5px -10px 0;
}
#commentform #sendemail:hover {
  opacity: 0.85;
  cursor: pointer;
}
#commentform input,
#comment {
  padding-left: 5px;
}
#commentform textarea {
  -moz-resize: vertical;
  resize: vertical;
}
#commentform #comment:hover {
  height: 100px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#commentform label {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
}
#commentform label span {
  font-size: 15px;
}

/* -- Comment Cols -- */
.one_half_c,
.one_half_last_c {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.one_half_last_c {
  margin-right: 0;
}
.one_full_c {
  float: left;
  width: 100%;
}
