.blog-container .border-gray {
  border: 2px solid #ededed;
  margin-bottom: 30px;
}
.blog-container .post-item .content {
  padding: 25px;
}
.blog-container .post-item .infor-more {
  margin-bottom: 20px;
  display: flex;
  column-gap: 20px;
}
.blog-container .post-item .infor-more i {
  padding-right: 5px;
  color: var(--orange-red);
}
.blog-container .post-item h2.title {
  font-size: 28px;
  color: var(--orange-red);
}
.blog-container .post-item h2 > a,
.blog-container .post-item .btn-read-more {
  color: var(--orange-red);
  transition: all 0.3s ease-in-out;
}
.blog-container .post-item h2 > a:hover,
.blog-container .post-item .btn-read-more:hover {
  color: var(--black);
}
.blog-container .post-item .btn-read-more {
  font-weight: 600;
  text-align: right;
  display: block;
}
.blog-container .post-item .thumb img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.pagination {
  text-align: center;
}
.pagination .page-numbers {
  font-size: 18px !important;
  padding: 8px 15px;
  border-radius: 50px;
  border: 2px solid #ededed;
  color: #5c727d;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.pagination .current,
.pagination .page-numbers:hover {
  color: var(--white);
  background-color: var(--orange-red);
  border-color: var(--orange-red);
}
#secondary .border-gray > div {
  margin-bottom: 0 !important;
  padding: 25px !important;
}
#secondary .list-categories .widget-title,
#secondary .list-most-views h3 {
  border-left: 2px solid var(--orange-red);
  padding-left: 15px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  color: #071c1f;
}
#secondary .list-categories ul li.cat-item {
  display: flex;
  justify-content: space-between;
}
#secondary .list-categories ul li.cat-item,
#secondary .list-categories ul li.cat-item > a {
  color: #5c727d;
  font-weight: 600;
}
.list-most-views .post-most-view:not(.post-most-view:last-child) {
  margin-bottom: 30px;
}
.post-most-view .title {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}
.post-most-view img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.recruit-05 .img-icon img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(88%) saturate(1177%)
    hue-rotate(337deg) brightness(101%) contrast(100%);
}
.page-template-blog .shoptimizer-archive > .col-full,
.page-template-contact .shoptimizer-archive > .col-full,
.single-post .shoptimizer-archive > .col-full {
  max-width: unset;
  padding: 0;
}
.single-post .shoptimizer-archive > .archive-header {
  padding: 0 !important;
}
.banner-blog img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.banner-blog h4 {
  font-size: 30px;
  margin-bottom: 0 !important;
}
.banner-blog {
  position: relative;
}
.banner-blog .col-full {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.banner-blog .breadcrumb span {
  font-weight: 600 !important;
  padding-right: 10px;
}
.banner-blog .breadcrumb a {
  color: #5c727d;
}
.banner-blog .breadcrumb i {
  padding-right: 5px;
  color: var(--orange-red);
}
.banner-blog .breadcrumb a:hover {
  color: var(--orange-red);
}
.page-id-1132 form.filter-archive,
.page-id-1004 form.filter-archive {
  display: none;
}
/*Contact*/
.contact-01 {
  padding: 100px 0;
}
.contact-01 > .elementor-container {
  gap: 20px;
}
.contact-01 .item {
  border: 2px solid #ededed;
  padding: 30px 20px;
}
.contact-01 .box-infor img {
  width: 90px;
  height: 90px;
}
.contact-01 .box-infor .elementor-image-box-title {
  font-size: 25px;
}
.contact-03 .elementor-widget-google_maps iframe {
  height: 800px;
}
.contact-02 form {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 40px;
  background: var(--white);
}
.contact-02 p {
  margin-bottom: 0 !important;
}
.contact-02 {
  position: relative;
  z-index: 2;
}
.contact-03 {
  margin-top: -100px;
  padding-bottom: 50px;
}
.half-inline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.frm-contact-us form h5 {
  font-size: 22px;
  border-left: 2px solid var(--orange-red);
  padding-left: 15px;
  margin-bottom: 25px;
}
.frm-contact-us input,
.frm-contact-us textarea {
  border: 1px solid #e8e8e8;
  box-shadow: unset !important;
  padding: 15px !important;
}
.frm-contact-us textarea,
.frm-contact-us input[type="submit"] {
  margin-top: 25px;
}
.frm-contact-us input[type="submit"] {
  min-width: 100px;
}
#content:not(.home #content) {
  padding-bottom: 100px;
}
/*Single-post*/
.cnt-single-post {
  border: 2px solid #ededed;
  padding: 30px;
}
.cnt-single-post h1 {
  font-size: 35px;
}
.cnt-single-post .infor-more {
  margin: 25px 0;
  gap: 20px;
}
.cnt-single-post .infor-more,
.cnt-single-post .avt-author {
  display: flex;
  align-items: center;
}
.cnt-single-post .avt-author {
  gap: 5px;
}
.cnt-single-post .infor-more img {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.cnt-single-post i {
  color: var(--orange-red);
}
.cnt-single-post .navigation {
  display: flex;
  justify-content: space-between;
}
.cnt-single-post .navigation > a {
  font-weight: 600;
  font-size: 20px;
}
.cnt-single-post .related-posts .list-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.cnt-single-post .related-posts .item {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  overflow: hidden;
}
.cnt-single-post .related-posts .thumb {
  height: 350px;
  overflow: hidden;
}
.cnt-single-post .related-posts .item img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  height: 100%;
}
.cnt-single-post .related-posts .item img:hover {
  transform: scale(1.1);
}
.cnt-single-post .related-posts {
  margin-top: 50px;
}
.cnt-single-post .related-posts h3 {
  border-left: 2px solid var(--orange-red);
  padding-left: 15px;
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 20px;
}
.cnt-single-post .related-posts .cnt-item {
  padding: 20px;
}
.cnt-single-post .cnt-item h4 {
  font-size: 22px;
  line-height: 1.2;
}
.cnt-single-post .cnt-item .date-post {
  margin-bottom: 5px !important;
}
