/** Page - liên hệ **/
.intro-contact {
  padding: 4.25rem var(--section);
}

.intro-contact .contact-row {
  display: grid;
  grid-template-columns: 1fr 31.5625rem;
  column-gap: 3.75rem;
  align-items: stretch;
}
.intro-contact .contact-row .col-2 {
  background: linear-gradient(90deg, #0c5744 0.51%, #21a84a 100.05%);
  padding: 2.65rem 3rem;
}
.intro-contact .contact-row .col-2 h2 {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.intro-contact .contact-row .col-2 form {
  margin: 0;
}
.intro-contact .contact-row .col-2 ul {
  margin: 0;
}
.intro-contact .contact-row .col-2 form .title {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: normal;
  max-width: 22rem;
}
.intro-contact .contact-row .col-2 form input,
.intro-contact .contact-row .col-2 form textarea {
  box-shadow: none !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  font-size: 0.9375rem;
}
.intro-contact .contact-row .col-2 form input::placeholder,
.intro-contact .contact-row .col-2 form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.intro-contact .infor-item,
.intro-contact .infor-item__col {
  display: flex;
  align-items: center;
  column-gap: 1.37rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d5d5d5;
}

.intro-contact .infor-item__2 {
  column-gap: 4.62rem;
}

.intro-contact .infor-item__col {
  border-bottom: 0;
  padding: 0;
}

.intro-contact .infor-item .icon {
  flex-shrink: 0;
}

.intro-contact .infor-item .icon img {
  height: 2.25rem;
  width: 2.25rem;
  object-fit: contain;
}

.intro-contact .infor-item .desc {
  display: flex;
  flex-direction: column;
}

.intro-contact .infor-item .desc span {
  line-height: normal;
}

.intro-contact .infor-item .desc span:nth-child(2) {
  color: var(--black);
  font-weight: 500;
}

.intro-contact .infor-item.map {
  border: 0;
  padding-bottom: 0;
}

.intro-contact .infor-item.map iframe {
  height: 11.625rem;
  width: 100%;
}

.intro-contact .infor-item.infor-social .list-social {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}

.intro-contact .infor-item.infor-social .desc {
  font-size: 1.125rem;
  display: block;
}

.intro-contact .infor-item.infor-social .desc span:nth-child(2) {
  font-weight: 500;
  color: var(--black);
}

.intro-contact .infor-item.infor-social .list-social a {
  display: inline-block;
}

.intro-contact .infor-item.infor-social .list-social a .img {
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
}

.intro-contact .infor-item.infor-social .list-social a .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.intro-contact .infor-item.infor-social .list-social a .img img:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.contact-page .form-product {
  padding: 2.31rem var(--section) 2.25rem;
}
@media (min-width: 768px) and (max-width: 849px) {
  .intro-contact .contact-row .col-2 form textarea {
    min-height: 7rem;
  }
}
@media (max-width: 768px) {
  .intro-contact {
    padding: 3rem var(--section);
  }
  .intro-contact h2 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .intro-contact .contact-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }

  .intro-contact .contact-row .col-2 {
    padding: 2rem 1rem;
  }

  .intro-contact .contact-row .col-1 .img .image-cover {
    height: 25.375rem;
  }

  .intro-contact .infor-item.infor-social {
    flex-direction: column;
    row-gap: 0.56rem;
    align-items: flex-start;
  }

  .intro-contact .infor-item__2 {
    flex-direction: column;
    align-items: normal;
  }

  .intro-contact .infor-item__2 .infor-item__col:nth-child(2) {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #d5d5d5;
  }

  .intro-contact .infor-item .icon img {
    height: 1.5rem;
    width: 1.5rem;
  }

  .intro-contact .infor-item,
  .intro-contact .infor-item__col {
    column-gap: 0.56rem;
  }
  .intro-contact .contact-row .col-2 form .title {
    font-size: 1.25rem;
    line-height: 1.45;
    max-width: 16rem;
    margin-bottom: 1.5rem;
  }
  .intro-contact .infor-item .desc {
    display: block;
  }
  .intro-contact .infor-item .desc span {
    font-size: 0.9375rem;
  }
}

/** Danh mục tin tức **/
.blog-archive {
  padding: 0;
  background-color: #f7f7f7;
}
.news-title {
  padding: 4.25rem var(--section) 1.5rem;
}
.news-title .tabs-category ul {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 1.2rem;
  overflow: hidden;
  overflow-x: auto;
}
.news-title .tabs-category ul li {
  list-style: none;
  margin: 0;
  flex-shrink: 0;
}
.news-title .tabs-category ul li a {
  color: var(--black);
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  border: 1px solid #d9d9d9;
  transition: all 0.3s ease-in-out;
}
.news-title .tabs-category ul li.active a,
.news-title .tabs-category ul li a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.archive-list_news {
  padding: 0 var(--section) 2.5rem;
  display: grid;
  grid-template-columns: 1fr 23.4375rem;
  column-gap: 3.5rem;
}
.archive-list_news .row {
  max-width: 100% !important;
  margin: 0;
}
.archive-list_news .archive-list__content #post-list .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.88rem;
}
.archive-list_news
  .archive-list__content
  #post-list
  .row
  .post-item:first-child {
  grid-column: span 2;
}
.archive-list_news
  .archive-list__content
  #post-list
  .row
  .post-item:first-child
  .from_the_blog_excerpt {
  display: block;
  margin-top: 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.archive-list_news .row .col {
  padding: 0;
  max-width: 100%;
}
.archive-list_news .featured-news {
  padding: 2.25rem;
  background: linear-gradient(90deg, #0c5744 0.51%, #21a84a 100.05%);
}
.archive-list_news .blog-sidebar .title-sidebar {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.archive-list_news .blog-sidebar ul {
  margin: 0;
}
.archive-list_news .blog-sidebar ul li {
  margin-bottom: 0;
  list-style: none;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(214, 246, 204, 0.5);
}
.archive-list_news .blog-sidebar .post-title a {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.archive-list_news .blog-sidebar .post-title a:hover {
  text-decoration: underline;
}
.archive-list_news .blog-sidebar .post-cat {
  color: #cbeab0;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@media (max-width: 767.98px) {
  .archive-list_news
    .archive-list__content
    #post-list
    .row
    .post-item:first-child {
    grid-column: auto;
  }
  .news-title {
    padding-top: 3rem;
  }
  .archive-list_news {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }
  .archive-list_news .archive-list__content #post-list .row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .news-title .tabs-category ul {
    padding-bottom: 5px;
  }
  .news-title .tabs-category ul li a:hover {
    background: transparent;
    border: 1px solid #d9d9d9;
    color: var(--black);
  }
}

/** Single post **/
.blog-single {
  padding: 0;
}
.single-post .archive-list {
  padding: 1.25rem calc(var(--section) * 2) 3.25rem;
  background-color: #f7f7f7;
}
.single-post .archive-list__content {
  padding: 2rem;
  background-color: #fff;
}

.single-post .entry-header h1 {
  color: var(--black);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.19rem;
}

.single-post .bottom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.62rem;
  border-bottom: 1px solid #d9d9d9;
}

.single-post .bottom-header .box-postdate {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.single-post .bottom-header .box-postdate span {
  position: relative;
}

.single-post .bottom-header .box-postdate span a {
  color: var(--black);
  font-weight: 400;
}

.single-post .bottom-header .box-postdate span a:hover {
  color: var(--theme-color);
}

.single-post .bottom-header .box-postdate span:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(0% - 1rem);
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
  background: var(--black);
  border-radius: 6.25rem;
}

.single-post .social-icons a i {
  background: rgba(33, 168, 74, 1);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 6.25rem;
  color: #fff;
  text-align: center;
  line-height: 1.875rem;
  font-size: 0.875rem;
}

.single-post .social-icons a i:hover {
  background: var(--theme-color);
}

.single-post .archive-list__content article {
  margin: 0;
}

.single-post .entry-header-text-top {
  padding: 0;
}

.blog-related {
  padding: 1rem var(--section) 2rem;
}

.blog-related .title-main {
  padding-top: 1.62rem;
  border-top: 0;
}

.blog-related .title-main h2 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.breadcrumb {
  padding: 0 var(--section);
}

.breadcrumb p {
  margin: 0;
  padding: 1.75rem 0;
}

.breadcrumb p .separator {
  padding: 0 0.25rem;
}

.breadcrumb p .separator,
.breadcrumb p a {
  font-size: 0.875rem;
  color: #a9a9a9;
}

.breadcrumb p span {
  font-size: 0.875rem;
  color: var(--black);
}

@media (min-width: 768px) {
  .single-post .bottom-header .box-postdate img,
  .single-post .bottom-header .social-icons span {
    display: none;
  }
}

@media (max-width: 768px) {
  .single-post .entry-header h1 {
    font-size: 1.5rem;
    line-height: normal;
  }

  .single-post .bottom-header .box-postdate .post-date {
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
  }

  .single-post .bottom-header .box-postdate img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
  }

  .single-post .bottom-header .social-icons span {
    font-weight: 400;
    color: var(--black);
  }

  .single-post .bottom-header {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.56rem;
  }
  .single-post .archive-list {
    padding: 1.25rem var(--section) 0;
    background: linear-gradient(
      180deg,
      rgba(247, 247, 247, 1) 0%,
      rgba(255, 255, 255, 1) 15%
    );
  }
  .single-post .single-page {
    padding-bottom: 0;
  }
  .blog-related {
    background-color: #f7f7f7;
  }
  .single-post .archive-list__content {
    padding: 0;
    background-color: transparent;
  }
  .single-post .bottom-header .box-postdate {
    font-size: 0.875rem;
  }
}
.notification {
  padding: 3rem var(--section);
}
