/**
Theme Name: Rocket - Blog
Theme URI: https://themeuri.com
Author: Mr. Quoc Anh
Author URI: http://authoruri.com
Description: Theme Description.
Version: 1.0.0
Text Domain: Rocket - Blog
License: GNU v3 or Later
**/
/* pagination */
.pagination {
  margin-top: 20px;
  list-style: none;
  border-radius: 0.25rem;
}
.page-numbers:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-numbers:last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.pagination .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none !important;
  color: black;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  font-family: cursive;
  font-weight: bold;
}

.pagination .page-link {
  padding: 5px 10px;
}

.pagination .current {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

.pagination .page-link:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}
/* pagination end */
:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --red: #de1313;
  --black: #000000;
  --text_color: #213655;
  --background-color: #f6f5f5;
  --icon-menu-open: '\f0c9';
  --icon-menu-close: '\f00d';
  --orange: #000012;
}

body {
  background-color: var(--background-color);
  margin: 0px;
}

.customize-partial-edit-shortcut-button {
  margin-left: 30px;
}

.header-wrap {
  /* background-color: white; */
  /* box-shadow: rgb(149 157 165 / 20%) 1px 1px 8px; */
  /* transition: 1s; */
}

#main-body-content {
  margin-top: 50px;
}
.banner-area img {
  width: 100%;
  height: 450px;
}
.main-body-content-fixed {
  margin-top: 100px!important;
}

.header-wrap-fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 2;
  transition: 1s;
}
.img-custom-2 {
  width: 100% !important;
  height: 380px !important;
  object-fit: fill;
}
.img-custom-highhest-view {
  width: 60px !important;
  height: 60px !important;
  object-fit: fill;
}
.img-custom {
  width: 30px !important;
  height: 30px !important;
}
.navbar-primary-time {
  color: white;
  font-size: 14px;
  margin-right: 10px;
}
.navbar-menu {
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
/* 
.navbar-list {
  margin-left: auto;
} */
.menu-item img {
  border-radius: 50%;
  /* position: absolute;
  top: -100px;
  left: 10px; */
}
#navbar-primary ul{
  display: flex;
  text-decoration: none;
  list-style: none;
  background-color: black;
}
#navbar-primary .menu-item {
  padding: 10px 20px 10px 20px;
}
#navbar-primary .menu-item a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
#menu-header_action {
  list-style: none;
  text-decoration: none;
  color: black;
  display: flex;
  padding-left: 0px;
  align-items: center;
  /* margin-top: 100px; */
}

.nav-item {
  position: relative;
  text-align: center;
  padding: 15px 20px 15px 20px;
  /* flex-basis: calc(25% - 20px); */
  border-top: 1px solid #78646487;
  border-bottom: 1px solid #78646487;
  flex: auto;
}

#icon-menu {
  transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear; /* opera */
  -ms-transition: transform 0.2s linear; /* IE 10 */
  -moz-transition: transform 0.2s linear; /* Firefox */
  -webkit-transition: transform 0.2s linear; /*safari and chrome */
}
.nav-item:hover {
  /* background-color: white; */
  cursor: pointer;
  /* box-shadow: rgb(100 100 111 / 20%) 0px 6px 18px; */
}

.nav-item:hover #icon-menu {
  transform: rotate(90deg);
  transition: 0.4s;
}

.nav-item:hover > ul.sub-items {
  opacity: 1;
  transition: 0.5s;
}

li.nav-item > a {
  color: var(--text_color);
  text-decoration: none!important;
  font-weight: bold;
}

/* This is sub-menu */
ul .sub-items {
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  /* top: 60px; */
  left: 70px;

  background-color: #ffffff;
  z-index: 1;

  padding-left: 0px;
  width: 170px;
  margin-left: auto;
  margin-top: 15px;
}

.sub-items li {
  padding: 5px 20px 5px 20px;
  list-style: none;
  border-right: 1px solid #78646487;
  border-left: 1px solid #78646487;
}

.sub-items li:hover {
  background-color: white;
  cursor: pointer;
  box-shadow: rgb(100 100 111 / 20%) 0px 6px 18px;
}

.sub-items li a {
  display: inline;
  text-decoration: none;
  color: var(--text_color);
  font-size: 14px;
}
.navbar-footer {
  display: flex;
  justify-content: center;
  font-weight: bold;
  /* font-family: sans-serif; */
}
.navbar-footer ul {
  list-style: none;
}
.navbar-footer ul li {
  /* background-color: #4a595f; */
  padding: 5px;
  /* border-radius: 4px; */
  margin-bottom: 4px;
  font-size: 13px;
}
.navbar-footer ul li a {
  text-decoration: none;
  color: black;
}
/* End sub-menu */
.wrap-post {
  display: flex;
}
.footer-brand-name {
  text-align: center;
  /* font-family: cursive; */
}
.footer-some-word {
  text-align: center;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 15px;
}
.footer-some-word-2 {
  font-size: 15px;
}
.wrap-post:hover .box-post {
  cursor: pointer;
  background-color: white;
  box-shadow: rgb(100 100 111 / 20%) 0px 0px 20px 0px!important;
}
.footer-description {
  background-color: #4a595f17;
  /* height: 300px; */
  padding-top: 40px;
  padding-bottom: 40px;
}
.navbar-brand {
  font-weight: bold;
  color: var(--text_color);
}

.navbar-logo a {
  margin-right: 5px;
}

.navbar-logo small {
  font-weight: bold;
  font-size: 11px;
  color: var(--text_color);
}

.dropdown-toggle::after {
  margin-top: .255em!important;
}

.fa-solid {
  font-size: 11px;
}
.footer-legal {
  background-color: #4a595f;
}
.copyright {
  color: white;
  font-size: 14px;
  font-family: serif;
}
.card {
  margin-bottom: 15px!important;
}
.banner-area {
  margin-top: 50px;
}
#primary {
  margin-top: 50px;
}
.title-category {
  display: flex;
  align-items: center;
  justify-content: start;
}
.slash-category {
  background-color: black;
  /* display: block; */
  width: 75%;
  height: 1px;
  margin-left: 20px;

}
.box-post {
  box-shadow: rgb(100 100 111 / 20%) 0px 0px 5px 0px;
  transition: 0.5s;
  margin-left: 3px;
  margin-right: 3px;
}

.card-author i {
  font-size: 10px;
  color: #155580;
}
.card-body .card-info .card-author {
  font-size: 10px;
  font-weight: 600;
  color: #155580;

  margin-right: 5px;
  float: right;
}

.card-body .card-info .card-tag {
  font-size: 11px;
  font-weight: 400;
  color: #8d9092;

  float: left;
}

.card-body .card-title {
  font-weight: 700;
  color: var(--text_color);

  margin-top: 10px;
}

.card-body .card-title a {
  color: var(--text_color)!important;
  text-decoration: none;
}

.card-body .card-summary {
  font-size: 14px;
  font-weight: 300;
  color: #8d9092;
}

.card-body .card-readmore a{
  font-size: 11px;
  font-weight: 300;
  color: #8d9092;
}

.form-search {
  position: relative;
}

.text-box {
  width: 100%;
  height: 45px;

  border: 0.5em aliceblue;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.8);

  padding: 10px 30px 10px 30px;
  box-shadow: rgb(149 157 165 / 20%) 1px 1px 8px;

  margin-bottom: 40px;
}

.text-box:focus {
  outline: 0;
  background-color: #FFF;
  box-shadow: rgb(66 89 112 / 37%) 1px 1px 8px;
  transition-duration: 0.5s;
}

.form-search:after {
  position: absolute;
  top: 14px;
  right: 19px;
  font-family: 'FontAwesome';
  font-size: 13px;
  content: '\f002';
  cursor: pointer;
}

.text-box::placeholder {
  font-size: 11px;
  font-weight: 300;
}

.main-side-menu {
  width: 100%;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 20px;
}

.main-side-menu .side-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text_color);
}

.main-side-menu .side-list {
  list-style: none;
  padding-left: 0px;
  color: var(--text_color);
}

.main-side-menu .side-list li {
  margin-right: 0px!important;
}

.main-side-menu .side-list .side-item {
  padding: 10px 0px 13px 0px;
  border-bottom: 0.05em solid #0000001c;
  color: var(--text_color);
}

.main-side-menu .side-list .side-item:last-child {
  padding: 10px 0px 13px 0px;
  border-bottom: 0.05em solid white;
  color: var(--text_color);
}

.main-side-menu .side-list .wrap-item {
  margin-bottom: 23px;
}

.main-side-menu .side-list .wrap-item .wrap-number {
  width: 15%;
  float: left;
  display:inline-block;
}

.main-side-menu .side-list .wrap-item .wrap-number h5 {
  font-weight: 700;
  font-size: 38px;
}

.main-side-menu .side-list .wrap-item .wrap-info {
  width: 85%;
  float: left;
  display:inline-block;
}

.main-side-menu .side-list .wrap-item .wrap-info .title{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1px;
}

.main-side-menu .side-list .wrap-item .wrap-info .tags{
  font-size: 11px;
  font-weight: 400;
  color: #8d9092;
}

.li-properties {
  width: 100%;display: flex;
}

.li-properties span {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-item:hover ul.dropdown-menu {
  display: block;
}

footer {
  background-color: white;
  /* padding-top: 10px; */
  /* padding-bottom: 30px; */
}

footer .name-footer {
  font-size: 13px;
  font-weight: 700;
  color: var(--text_color);
  display: block;
  margin-bottom: 10px;
}

footer .title-footer {
  font-weight: 500;
  font-size: 19px;
  color: var(--text_color);
  display: block;
  margin-bottom: 10px;
}

footer .description-footer {
  font-size: 12px;
  font-weight: 200;
  display: block;
}

footer .icons-contact i{
  cursor: pointer;
  margin-right: 13px;
  margin-top: 10px;
}

.wrap-facebook .side-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text_color);
}

.slide-images img{
  width: 32%;
  height: 153px;
  object-fit: cover;
  margin-bottom: 5px;
  border-radius: 5px;
}

.label-category {
  background-color: #8f88888f;
  color: white;
  padding: 5px 5px 5px 5px;
  display: inline-block;
  margin-bottom: 1px;
  border-radius: 4px;
  cursor: pointer;
}
.label-detail-post {
  display: flex
}
.label-detail-post-center {
  flex: 1; text-align: center;
}
.label-detail-post-command {
  margin-left: auto;
}

.card-img-top {
  object-fit: fill;
}

.page-link {
  color: var(--text_color);
}

.icon-bar-mobile {
  display: none;
}

.breadcrumb-item a {
  color: var(--text_color);
  text-decoration: none;
}
#comments #comment {
  width: 100%;
}
.menu-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  #wrapper {
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-top: 50px!important;
  }
  
}
@media screen and (max-width: 768px) {
  .post_meta_container a {
    display: inherit;
  }
  #navbar-primary .menu {
    margin-bottom: 0px;
  }
  .menu-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 10px;
    background-color: #96aca024;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }
  .menu-mobile span i {
    font-size: 20px;
  }
  .logo-item img {
    width: 30px;
    height: 30px;
  }
  #menu-header_action .logo-item {
    display: none;
  }
  #menu-header_action {
    display: none;
    /* display: flex!important; */
    width: none!important;
    /* flex-direction: inherit!important; */
    padding-left: none!important;
    align-items: none!important;
    /* justify-content: space-between!important; */
    /* align-items: center; */
  }
  .social_share_item_wrapper {
    margin-right: 6px!important;
  }
  .post_meta_info {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    display: inline-block!important;
    justify-content: none;
    align-items: none;
  }
  #wrapper {
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-top: 50px!important;
  }
  .show {
    display: block!important;
    animation: 0.1s linear 0s slide backwards;
  }

  .navbar-menu {
    flex-wrap: wrap;
    padding: 5px 0px 5px 0px;
  }
  .header-default {
    position: relative;
  }
  .navbar-list {
    /* width: 100%; */
    display: none;
    /* position: absolute;
    left: 0px;
    top: 42px; */
    flex-grow: 1;
    flex-basis: 100%;
  }

  main {
    margin-top: 30px;
  }

  .header-wrap {
    width: 100%;

    position: relative;
    top: 0px;
    z-index: 4!important;

    margin-bottom: 0px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .fixed-menu {
    position: fixed!important;
    top: 0px;

    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main-add-margin-top {
    margin-top: 140px;
  }
  /* For mobile phones: */
  header .header-default {
    position: relative;
    padding: 0px 0px 0px 0px;
  }
  .row .px-lg-5 .px-xs-0 {
    padding: 0px 0px 0px 0px;
  }

  #menu-header_action {
    /* width: 100%; */
    /* display: flex; */
    flex-direction: column;
    padding-left: 0px;
    align-items: flex-start;
    /* display: block; */
    z-index: -999;
  }

  @keyframes slide {
    from { top: -100px; }
    to {
      top: 1px;
    }
  }
  .navbar-logo a small {
    font-size: 18px;
  }
  .navbar-logo small {
    font-size: 7px;
  }

  .navbar-brand {
    margin-right: 0px;
  }

  .navbar-logo {
    text-align: center!important;
  }
  
  .nav-item {
    width: 100%;
    background-color: white;
    padding: 6px 10px 6px 0px;
    font-size: 12px;
  }

  .icon-bar-mobile {
    /* margin-left: auto; */
    background-color: white;
    padding: 5px 12px 5px 12px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #0000005e;
    border-radius: 3px;
    display: block;
  }

  .icon-bar-mobile span{
    font-size: 22px;
    color: var(--text_color);
  }

  #main-body-content {
    margin-top: 15px;
  }

  /* 
  page view
   */
  
  .label-detail-post-command {
    flex-grow: 1;
    flex-basis: 100%;
  }

  .label-detail-post-author {
    font-size: 10px;
  }

  .label-detail-post-author a {
    color: var(--text_color);
    text-decoration: none;
    font-weight: bold;
  }
  .post-content img {
    width: 100%!important;
    height: auto!important;
  }
}

/* THEME */
.post_title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 23px;
  line-height: 1.45em;
  letter-spacing: 0.4px;
}
.title {
  color: #000;
  line-height: 1.1em;
  font-weight: bold;
}
.post_meta_container {
  display: flex;
  margin-top: 35px;
}
.post_meta_info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post_meta_item.meta_item_author_avatar {
  margin-right: 13px;
  margin-bottom: 4px;
}
.post_meta_item.meta_item_author .author.vcard a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.post_meta_item {
  color: #999;
  font-size: 11.5px;
  display: inline-block;
  line-height: 14px;
  margin-right: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.post_meta_container a {
  color: #999;
  padding-bottom: 1px;
}
.post_meta_item.meta_item_author_avatar img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.post_title a {
  color: #000;
  font-size: 18px;
  margin-bottom: 16px;
  padding-bottom: 22px;
  position: relative;
  text-decoration: none;
}
/* .post_title a:after:hover {

} */
.post_header .post_title a:hover:before {
  background-color: #ff374a;
}
.post_header .post_title a:hover:after {
  background: linear-gradient(to right,#ff374a 0,#ff374a 35%,#ff374a 65%,#FFF 100%);
  background: -ms-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
  background: -o-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
  background: -webkit-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#FFF 100%);
  background: -moz-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ff374a),color-stop(35%,#ff374a),color-stop(65%,#ff374a),color-stop(100%,#FFF));
}

.post_header .post_title a:after {
  content: "";
  width: 150px;
  height: 1px;
  bottom: 2.5px;
  left: 0;
  position: absolute;
  background: linear-gradient(to right,#eeeeee 0,#eeeeee 35%,#eeeeee 65%,#FFF 100%);
  background: -ms-linear-gradient(left,#eeeeee 0,#eeeeee 35%,#eeeeee 65%,#fff 100%);
  background: -o-linear-gradient(left,#eeeeee 0,#eeeeee 35%,#eeeeee 65%,#fff 100%);
  background: -webkit-linear-gradient(left,#eeeeee 0,#eeeeee 35%,#eeeeee 65%,#FFF 100%);
  background: -moz-linear-gradient(left,#eeeeee 0,#eeeeee 35%,#eeeeee 65%,#fff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#c9c5c5),color-stop(35%,#c9c5c5),color-stop(65%,#c9c5c5),color-stop(100%,#FFF));
}
.post_header .post_title a:before {
  content: "";
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.entry-summary {
  font-size: 15px;
  line-height: 1.65em;
  color: #737373;
  letter-spacing: 0.1px;
}
.blog_post_readmore {
  margin-top: 12px;
}
.blog_post_readmore a {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  display: inline-block;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-decoration: none;
}
.blog_post_readmore .continue_reading_dots {
  float: right;
  margin-left: 8px;
}
.post .img-banner img {
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: 400px;
  border-radius: 4px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#wrapper {
  /* padding-left: 250px; */
  /* padding-right: 250px; */
  margin-top: 100px;
}
.continue_reading_squares > span {
  width: 2px;
  height: 2px;
  display: block;
  float: left;
  margin-top: 13px;
  margin-right: 3px;
  background-color: #e0e0e0;
  border-radius: 50%;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.continue_reading_dots .readmore_icon {
  float: left;
  margin-top: 9px;
  font-size: 10px;
  margin-left: -1px;
  color: #e0e0e0;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.post_meta_item {
  color: #999;
  font-size: 11.5px;
  display: inline-block;
  line-height: 14px;
  margin-right: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.post_meta_item.meta_item_date:before {
  content: "";
  width: 15px;
  height: 1px;
  border-top: 1px solid #cecbd2;
  display: inline-block;
  margin-right: 8px;
  margin-top: -8px;
}
.blog_post_control_item {
  /* display: flex; */
}

.blog_post_control_item .blog_list_meta {
  float: right;
  width: fit-content;
  margin-top: 5px;
  display: inline-block;
}
.blog_list_comment_link {
  float: right;
  margin-left: 20px;
  margin-top: 2px;
}
.blog_list_share_container {
  float: right;
  margin-top: 2px;
}
.post_share_icons_wrapper {
  float: right;
  /* background-color: #fff; */
  position: relative;
}
.blog_list_comment_link a .comment_num {
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}
.social_share_item_wrapper {
  margin-right: 17px;
}
.blog_list_comment_link a {
  font-size: 16.5px;
  color: #585858;
  font-weight: normal;
  vertical-align: top;
  line-height: 22px;
  display: inline-block;
}
.post {
  margin-bottom: 70px;
}
.post_body {
  margin-top: 15px;
}
/* SIDEBAR */
.widget_area {
  padding-left: 15px;
  padding-right: 15px;
}
.widget_content {
  font-size: 14px;
  color: #777;
  line-height: 1.6em;
  margin-bottom: 24px;
}
.widget_container .widget_title:before {
  content: "";
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.widget_container .widget_title:after {
  content: "";
  width: 80px;
  height: 1px;
  bottom: 2px;
  left: 0;
  position: absolute;
  background: linear-gradient(to right,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
  background: -ms-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
  background: -o-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
  background: -webkit-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
  background: -moz-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e0e0e0),color-stop(35%,#e0e0e0),color-stop(65%,#e0e0e0),color-stop(100%,#FFF));
}
.default_widgets_container .widget_container .widget_title {
  font-size: 14px;
}
.widget_container .widget_title {
  font-size: 16px;
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 18px;
}

.story_hotlink img {
  /* margin-right: 2px; */
  border-radius: 5px;
  padding: 1px;
  width: 50%;
}
.alia-postlist-widget.widget_container ul.post_list {
  text-align: left;
  max-width: 300px;
}
.wrapper-search article img{
  height: 180px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.widget_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.alia-postlist-widget.widget_container ul li {
  margin-bottom: 11px;
  padding-bottom: 11px;
}

.widget_content ul li {
  margin-bottom: 11px;
  line-height: 21px;
}
.alia_post_list_widget .post_thumbnail_wrapper {
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin-right: 14px;
}
.widget_content ul li a {
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
.alia_post_list_widget .post_info_wrapper {
  padding-left: 64px;
}
.alia_post_list_widget .post_info_wrapper .title {
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
}
.alia_post_list_widget .post_info_wrapper .title a {
  font-size: 13px;
  line-height: 1.4em;
  color: #222;
}
.widget_container .textwidget {
  max-width: 300px;
}
.entry-title .entry-link {
  font-size: 16px;
  text-decoration: none;  
  color: black;
}
.entry-block .entry-header h2 {
  line-height: 0.8;
}
.entry-block {
  padding: 5px 10px 5px 10px;
}
.archive-title {
  margin-bottom: 15px;
}
.search-sidebar_widget {
  width: 100%;
  margin-bottom: 30px;
}
#btn-dropdown-mobile {
  padding: 10px 0px 10px 10px;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:weight@100;200;300;400;500;600;700;800&display=swap");


body{
background-color:#eee;
font-family: "Poppins", sans-serif;
font-weight: 300;
}

.height{
height: 100vh;
}


.search{
width: 100%;
position: relative;
box-shadow: 0 0 40px rgba(51, 51, 51, .1);
display: inline-block;
  
}

.search input{

height: 50px;
text-indent: 25px;
border: 1px solid #0e0d0d26

}


.search input:focus{

box-shadow: none;
border: 2px solid blue;


}

.search .fa-search{

position: absolute;
top: 50%;
right: 30px; /* Điều chỉnh khoảng cách từ biểu tượng đến phía bên phải */
transform: translateY(-50%); /* Để căn giữa theo chiều dọc */
z-index: 1;

}

.search button{
position: absolute;
top: 10%;
right: 5px;
height: 80%; /* Để nút và biểu tượng căn giữa theo chiều dọc */
z-index: 2;
/* transform: translateY(-50%); */

/* position: absolute;
top: 5px;
right: 5px;
height: 40px;
width: 110px; */
background: blue;

}

.custom-comments-list {
  list-style: none;
  padding-left: 0px;
}
.custom-comments-list .children {
  list-style: none;
}

.children .comment .comment-author {
  display: flex;
}

.children .comment .comment-author img {
  margin-right: 15px;
  border-radius: 50%;
}
.comment .comment-author {
  display: flex;
}
.comment .comment-author span img {
  margin-right: 15px;
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #020101;
}
.comment-wrap {
  width: 100%;
}

.comment-author-name a{
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
  text-decoration: none;
}

.comment-author-name {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
  text-decoration: none;
}
.custom-comments-list .children {
  padding-left: 60px;
}

.btn-group {
  position: relative;
  /* display: inline-block; */
  vertical-align: middle;
}
.breadcrumb a {
  margin-right: 5px;
  margin-left: 5px;
}
.pad-ver .btn-group a {
  border: 1px solid #ccc;
}
.comment-reply-link .btn {
  border: 1px solid #ccc;
}
.breadcrumb {
  font-size: 14px;
  margin: 10px 0;
  color: #333;
}

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

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