.title-main h1,
.title-main h2,
.title-main h3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
}

.banner-caycanh {
  min-height: 35rem;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-caycanh .section-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-caycanh .grid-2 {
  display: grid;
  grid-template-columns: 1fr 25rem;
  column-gap: 4.5rem;
  align-items: center;
}
.banner-caycanh .grid-2 .title-main {
  color: #fff;
}
.banner-caycanh .grid-2 .col-2 .box-item {
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5rem 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-caycanh .grid-2 .col-2 .box-item .icon-box {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 1.5rem;
}
.banner-caycanh .grid-2 .col-2 .box-item .icon-box img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}
.banner-caycanh .grid-2 .col-2 .box-item .text-content p {
  margin: 0;
  font-weight: 600;
  font-size: 1.25rem;
}
.banner-caycanh .grid-2 .col-2 .box-item .text-content p:last-child {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
}
.banner-caycanh .grid-2 .col-2 .btn-default {
  height: var(--46);
  min-width: 10.125rem;
}
@media screen and (max-width: 768px) {
  .banner-caycanh .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }
  .banner-caycanh .grid-2 .title-main {
    text-align: center;
  }
  .title-main h1,
  .title-main h2,
  .title-main h3 {
    font-size: 1.4rem;
  }
}
/** Hero **/
.hero-caycanh {
  padding: 4rem var(--section) 0;
}

.hero-caycanh .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4.5rem;
  align-items: center;
}
.hero-caycanh .grid-2 .col-1 .image-cover {
  padding-top: 68%;
}
.hero-caycanh .grid-2 .col-2 .title-main h2 {
  margin-bottom: 1rem;
}
.hero-caycanh .grid-2 .col-2 .title-main ul {
  margin-bottom: 0;
  margin-left: 1.3rem;
}
.hero-caycanh .grid-2 .col-2 .title-main ul li::marker {
  color: var(--theme-color);
}
@media screen and (max-width: 768px) {
  .hero-caycanh {
    padding: 3em var(--section) 0;
  }
  .hero-caycanh .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }
  .hero-caycanh .grid-2 .col-1 {
    order: 1;
  }
}
/** Product **/
.product-caycanh {
  padding: 4rem var(--section);
}
.product-caycanh .title-main {
  margin-bottom: 2.5rem;
  text-align: center;
}
.line {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3px;
}
.line .line-1,
.line .line-2 {
  width: 8rem;
  height: 1px;
  background-color: var(--theme-color);
}
.line .dot {
  width: 1.35rem;
  height: 1.35rem;
}
.product-caycanh .product-tree:nth-child(n + 2) {
  margin-top: 3rem;
}
.product-caycanh .product-tree .list-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
}
.product-caycanh .product-tree .list-product .box-product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-caycanh .product-tree .list-product .box-product .box-image {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
.product-caycanh .product-tree .list-product .box-product .box-image .reveal {
  height: 100%;
  width: 100%;
}
.product-caycanh .product-tree .list-product .box-product .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-caycanh .product-tree .list-product .box-product .box-text {
  padding: 1rem;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f8f8f8;
}
.product-caycanh
  .product-tree
  .list-product
  .box-product
  .box-text
  .post-title {
  margin-bottom: 0.35rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  height: 100%;
}
.product-caycanh .product-tree .list-product .box-product .box-text a {
  color: var(--theme-color);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .product-caycanh {
    padding: 3em var(--section);
  }
  .product-caycanh .product-tree .list-product {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }
}
/** Commit **/
.commit-caycanh {
  padding: 4rem var(--section);
  min-height: inherit;
}
.commit-caycanh h2 {
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
}
.commit-caycanh .title-main {
  margin-bottom: 2.5rem;
}
.commit-caycanh .list-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
}
.page-thietke .commit-caycanh .list-item {
  grid-template-columns: repeat(5, 1fr);
}
.commit-caycanh .list-item .box-item {
  padding: 1rem 1rem 1.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}
.commit-caycanh .list-item .box-item .img {
  overflow: hidden;
  padding: 1rem;
  border: 1.5px solid var(--theme-color);
}
.commit-caycanh .list-item .box-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commit-caycanh .list-item .box-item p {
  margin: 0;
  padding: 0 1rem;
  font-weight: 700;
  text-align: center;
}
.contact-caycanh {
  padding: 4rem var(--section);
  background-color: #dbdbdb;
}
.contact-caycanh .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.8);
}
.contact-caycanh .box-item:first-child {
  border-right: 1px solid #ccc;
}
.contact-caycanh .box-item {
  padding: 2.5rem 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-caycanh .box-item .icon-box {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-caycanh .box-item .icon-box img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}
.contact-caycanh .box-item .text-content p {
  margin: 0;
  font-weight: 600;
  font-size: 1.25rem;
}
.contact-caycanh .box-item .text-content p:last-child {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
}
.contact-caycanh .btn-default {
  height: var(--46);
  min-width: 10.125rem;
}
@media screen and (max-width: 768px) {
  .commit-caycanh,
  .contact-caycanh {
    padding: 3em var(--section);
  }
  .commit-caycanh .list-item {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
  }
  .commit-caycanh .list-item .box-item {
    padding: 0.68rem 0.68rem 1.5rem;
  }
  .commit-caycanh .list-item .box-item p {
    font-size: 0.9375rem;
    font-weight: 400;
    padding: 0;
  }
  .contact-caycanh .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
    background-color: transparent;
  }
  .contact-caycanh .box-item {
    padding: 1.5rem 1.5rem 2.5rem;
    background-color: #fff;
    border: 0 !important;
  }
  .contact-caycanh .box-item .icon-box img {
    width: 3rem;
    height: 3rem;
  }
}
