@charset "UTF-8";
@font-face {
  font-family: "Monsterrat";
  src: url(../fonts/MONSTERRAT.ttf);
}
@font-face {
  font-family: "AIAEverest";
  src: url(../fonts/AIAEverest-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "AIAEverest";
  src: url(../fonts/AIAEverest-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "AIAEverest";
  src: url(../fonts/AIAEverest-Regular.ttf);
  font-weight: 400;
}
body {
  box-sizing: border-box;
  font-family: "AIAEverest";
  font-weight: 400;
  margin: auto;
  overflow-x: hidden;
  font-size: 16px;
}

img {
  max-width: 100%;
}

.wp-pagenavi a, .wp-pagenavi span {
  margin: 3px !important;
  padding: 5px 11px !important;
  font-size: 14px;
}

.phantrang {
  display: flex;
  justify-content: center;
  padding: 30px 0 50px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #000;
}

.wp-pagenavi span.current {
  font-weight: normal !important;
}

.header {
  padding-top: 20px;
}
.header .container {
  position: relative;
}
.header .menu-bar {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 10px;
  display: none;
  z-index: 2;
}
@media (max-width: 992px) {
  .header .menu-bar {
    display: block;
  }
}
.header .menu-bar i {
  font-size: 20px;
}
.header-content {
  display: grid;
  grid-template-columns: 200px calc(100% - 400px) 150px;
  align-items: center;
}
@media (max-width: 575px) {
  .header-content {
    grid-template-columns: 200px calc(100% - 230px) 50px;
  }
}
.header-content-logo {
  margin-right: 100px;
}
@media (max-width: 992px) {
  .header-content-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    z-index: 1;
  }
}
.header-content-menu ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .header-content-menu ul {
    display: block;
    text-align: center;
    margin-top: 70px;
  }
}
.header-content-menu ul li {
  list-style: none;
}
@media (max-width: 992px) {
  .header-content-menu ul li {
    margin: 30px 0;
  }
}
.header-content-menu ul li a {
  text-transform: uppercase;
  color: #919396;
  font-weight: 500;
  font-size: 16px;
}
.header-content-menu ul li a:hover {
  color: #000;
}
.header-content-menu ul li.current-menu-item a, .header-content-menu ul li.current-menu-parent a {
  color: #000;
}
.header-line {
  display: block;
  content: "";
  width: 90%;
  margin: auto;
  height: 1px;
  background-color: #CCCCCC;
  margin-top: 20px;
}

.content-detail img {
  width: 100%;
}

.language-choice {
  margin-left: 20px;
  margin-left: auto;
}
.language-choice a {
  color: #919396;
  border: 1px solid #000;
  padding: 0 10px;
  font-weight: 700;
}
.language-choice a:hover {
  color: #000;
}
.language-choice a:first-child {
  border-right: none;
}

.section-home-1 {
  padding: 30px 0;
}
.section-home-1-content {
  padding-top: 20px;
}
.section-home-1-content-item .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.8;
}
.section-home-1-content-item h3 {
  padding-top: 10px;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.section-home-1-content h3.title-sub {
  text-transform: uppercase;
  text-align: end;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .section-home-1-content h3.title-sub {
    font-size: 20px;
    padding-top: 30px;
  }
}
.section-home-1-content .description {
  padding-top: 15px;
}
@media (max-width: 992px) {
  .section-home-1-content .description {
    padding-top: 0;
  }
}
.section-home-1-content .description p {
  font-size: 20px;
  text-align: end;
}
@media (max-width: 992px) {
  .section-home-1-content .description p {
    font-size: 16px;
  }
}
.section-home-1-content .xemthem {
  margin-top: 30px;
  display: flex;
  margin-left: auto;
}
.section-home-1-content .xemthem a {
  background: #999999;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 30px;
  border-radius: 5px;
  margin-left: auto;
}

.section-home-2 .content .phay2 {
  text-align: end;
  margin-top: -20px;
}
.section-home-2 .content .text {
  font-weight: 600;
  padding-top: 10px;
  font-weight: 400;
  font-size: 31px;
}
@media (max-width: 768px) {
  .section-home-2 .content .text {
    font-size: 14px;
  }
}

.section-home-3 {
  padding-top: 20px;
}
.section-home-3-content {
  padding-top: 20px;
}

.item-review {
  position: relative;
  margin-bottom: 20px;
}
.item-review::before {
  content: "";
  display: block;
  padding-top: 55%;
}
.item-review iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-section h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}

.breadcrumb {
  background: #fff;
  color: #CCCCCC;
  text-transform: uppercase;
}
.breadcrumb a {
  color: #CCCCCC;
}

.about-1-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.about-1 h1 {
  padding-top: 30px;
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about-1 h1 {
    font-size: 30px;
  }
}
.about-1 .content {
  margin-top: auto;
}
.about-1-description {
  padding-top: 40px;
}
.about-1-description p {
  font-size: 16px;
  text-align: justify;
}

.about-3 {
  padding-top: 30px;
}
.about-3 h2 {
  text-align: center;
  font-size: 35px;
  color: #53575A;
  font-weight: 600;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .about-3 h2 {
    font-size: 20px;
  }
}

/* Container chính */
.process-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  gap: 30px;
}

.process-item {
  flex: 1;
  position: relative;
}

/* Đường kẻ dọc và chấm tròn */
.process-line {
  border-left: 1px solid #ccc;
  padding-left: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 0;
}

/* Kiểu chữ tiêu đề */
.process-title {
  font-size: 23px;
  font-weight: 700;
  margin: -25px 0 80px 0;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .process-title {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}

/* Nội dung mô tả */
.process-desc {
  font-size: 20px;
  color: #666;
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 83%;
}
@media (max-width: 768px) {
  .process-desc {
    margin-bottom: 20px;
    font-size: 18px;
    max-width: 100%;
  }
}

/* Số thứ tự phía dưới */
.process-number {
  font-size: 60px;
  color: #666666;
  font-weight: 400;
  margin-top: auto;
}
@media (max-width: 768px) {
  .process-number {
    font-size: 30px;
  }
}

/* --- Responsive cho Mobile --- */
@media (max-width: 768px) {
  .process-container {
    flex-direction: column; /* Chuyển thành hàng dọc */
    gap: 40px;
  }
  .process-item {
    width: 100%;
  }
  .process-number {
    font-size: 2.5rem;
  }
}
.product-category {
  padding: 30px 0;
}
.product-category h2 {
  text-align: center;
  color: #000;
  font-size: 30px;
}
.product-category-list-item {
  text-align: center;
  cursor: pointer;
}
.product-category-list-item-img {
  position: relative;
  overflow: hidden;
}
.product-category-list-item-img img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
  aspect-ratio: 0.8;
  height: auto;
}
.product-category-list-item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}
.product-category-list-item-title {
  padding-top: 10px;
}
.product-category-list-item-title a {
  text-decoration: none;
}
.product-category-list-item-title a h3 {
  font-size: 16px;
  color: #000;
  transition: color 0.3s ease;
  margin: 0;
  font-weight: 500;
}
.product-category-list-item-price {
  color: #919396;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
}
.product-category-list-item:hover .product-category-list-item-img::before {
  left: 150%;
  transition: all 0.7s ease;
}
.product-category-list-item:hover .product-category-list-item-img img {
  transform: scale(1.05);
}
.product-category-list-item:hover .product-category-list-item-title a h3 {
  color: #e49834;
}

.section-sanpham {
  margin-top: 10px;
  background: #e3e6e9;
  padding-bottom: 50px;
}
.section-sanpham-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .section-sanpham-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.section-title {
  padding-top: 30px;
}
.section-title h2 {
  font-weight: 700;
  font-size: 30px;
  color: #53575A;
}
@media (max-width: 992px) {
  .section-title h2 {
    font-size: 20px;
  }
}

.product-item-content {
  color: #53575A;
  padding-top: 10px;
}
.product-item-content-title h3 {
  font-weight: 700;
  font-size: 16px;
  color: #53575A;
}
@media (max-width: 992px) {
  .product-item-content-title h3 {
    font-size: 12px;
  }
}
.product-item-content-description p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2;
}

.section-blog {
  background: #e3e6e9;
  padding-bottom: 50px;
}
.section-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 30px;
}
@media (max-width: 575px) {
  .section-blog-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-item-img img {
  width: 100%;
}
.blog-item-content {
  color: #53575A;
  padding-top: 10px;
}
.blog-item-content-title h3 {
  font-weight: 700;
  font-size: 16px;
  color: #53575A;
}
.blog-item-content-description p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2;
}
.blog-item-content-time {
  color: #808083;
  font-size: 14px;
}
.blog-item-content-button {
  margin-top: 20px;
}
.blog-item-content-button a {
  background: #53575A;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 30px;
  border-radius: 10px;
}
.blog-item-content-button-2 {
  margin-top: 20px;
}
.blog-item-content-button-2 a {
  background: #fff;
  color: #808083;
  border: 1px solid #808083;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 30px;
}

a:hover {
  text-decoration: none;
}

footer {
  margin-top: 30px;
  background: #DFDEE2;
}

.footer {
  padding: 50px 0;
}
.footer-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .footer-content {
    display: block;
  }
}
.footer-content-logo {
  max-width: 200px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .footer-content-logo {
    padding-bottom: 20px;
  }
}
.footer-content-infor {
  padding-right: 30px;
}
.footer-content-infor h1 {
  color: #53575A;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer-content-infor p {
  color: #53575A;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.footer-content-contact h3 {
  color: #53575A;
  font-weight: 700;
  font-size: 16px;
}
.footer-content-contact form label {
  font-size: 12px;
  font-weight: 500;
}
.footer-content-contact form .grid-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media (max-width: 575px) {
  .footer-content-contact form .grid-contact {
    display: block;
  }
}
.footer-content-contact form input {
  border: none;
  border-bottom: 1px solid #53575A;
  width: 100%;
  background-color: transparent;
}
.footer-content-contact form input[type=submit] {
  border: none;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: flex;
  padding: 2px 30px;
  border-radius: 10px;
  font-weight: 500;
  color: #53575A;
  background: #FFF;
}
.footer-content-contact-item {
  margin-bottom: 20px;
  display: flex;
  align-items: end;
}
.footer-content-contact-item label {
  margin: 0;
  padding: 0;
  margin-right: 2px;
  line-height: 1;
  flex: none;
}

.page {
  background-color: #E9E8E8;
}

.line {
  content: "";
  height: 1px;
  background: #808083;
}

.blog-detail-top {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 300px calc(100% - 200px);
  gap: 10px;
}
@media (max-width: 992px) {
  .blog-detail-top {
    display: block;
  }
}
.blog-detail-top-img img {
  width: 100%;
}
.blog-detail-top-content h1 {
  color: #414042;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .blog-detail-top-content h1 {
    padding-top: 10px;
    font-size: 20px;
  }
}
.blog-detail-top-content .time {
  padding-top: 20px;
  color: #808083;
}
.blog-detail-main p {
  text-align: justify;
  text-wrap: wrap;
}

.confix {
  position: relative;
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: transparent;
}

.confix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/aboutbg1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.15;
  z-index: -1;
}

.confix-2 {
  position: relative;
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: transparent;
}

.confix-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/aboutbg2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  opacity: 0.15;
  z-index: -1;
}

.confix-2 .content {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.confix-2 .content p {
  font-size: 14px;
  line-height: 1.4;
}

.about-line-right {
  content: "";
  display: block;
  height: 1px;
  background: #53575A;
  margin-right: 5vw;
}

.about-line-left {
  content: "";
  display: block;
  height: 1px;
  background: #53575A;
  margin-left: 5vw;
}

.about-page-2 {
  padding-bottom: 30px;
}
.about-page-2-content {
  position: relative;
}
.about-page-2-content-right {
  padding-top: 30px;
  background: linear-gradient(#dcdcdc 0%, #E9E8E8 90%, #eee9e9 100%);
}

.title-side {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  color: #53575A;
  font-size: 35px;
  line-height: 1;
  left: -80px;
  bottom: 50px;
  transform: rotate(-90deg);
}
@media (max-width: 992px) {
  .title-side {
    font-size: 20px;
    display: none;
  }
}

.about-page-3 {
  padding: 40px 0 30px 0;
}
.about-page-3-content {
  position: relative;
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.about-page-3-content h3 {
  padding-top: 30px;
  font-size: 21px;
  font-weight: 700;
}
.about-page-3 .title-side {
  left: -120px;
  bottom: 90px;
}

.about-page-4 {
  padding: 40px 0 30px 0;
}
.about-page-4-content-left {
  background: linear-gradient(#dcdcdc 0%, #E9E8E8 90%, #eee9e9 100%);
  height: 100%;
  display: flex;
}
.about-page-4-content-left .content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.about-page-4-content-left .content h3 {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.about-page-4 .title-side {
  bottom: 200px;
  left: -200px;
}

.about-page-6 {
  padding: 50px 0;
}
.about-page-6-content {
  background-image: url(../images/about6.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  padding-left: 120px;
  position: relative;
}
@media (max-width: 992px) {
  .about-page-6-content {
    background-position: center;
    padding-left: 30px;
  }
}
.about-page-6-content .title-side {
  left: unset;
  right: -140px;
  bottom: 120px;
}
.about-page-6-content .content {
  max-width: 500px;
}
.about-page-6-content .content h3 {
  font-weight: 700;
  font-size: 16px;
}
.about-page-6-content .content li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-page-6-content .content li::before {
  top: 3px;
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background: url(../images/check.svg) no-repeat;
  width: 30px;
  height: 30px;
}

:root {
  --line-color: #666; /* Màu xám của trục giống thiết kế */
  --text-color: #333;
}

.brand-values-container {
  position: relative;
  width: 100%;
  padding: 200px 0; /* Tạo không gian trên dưới cho chữ không bị cắt */
  overflow: hidden; /* Quan trọng: Cắt phần trục bị thừa ra ngoài mép trái màn hình */
  font-family: sans-serif;
}

/* Ảnh chữ dọc bên phải - GIỮ NGUYÊN */
.vertical-title {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 400px;
  background-image: url("duong-dan-anh-cua-ban.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  opacity: 0.3;
  z-index: 1;
}

/* Khung giới hạn nội dung bên phải */
.timeline-wrapper {
  position: relative;
  width: 85%; /* Chừa 15% bên phải cho mũi tên và chữ BRAND VALUES */
  max-width: 1100px; /* Giữ nội dung không bị dãn quá mức trên màn hình siêu to */
  margin: 0 auto;
  height: 2px; /* Lấy wrapper làm tâm cho trục ngang */
}

/* TRỤC NGANG KÉO DÀI SÁT MÉP TRÁI */
.main-line {
  position: absolute;
  top: 0;
  right: 0; /* Gắn cố định đầu mũi tên ở bên phải wrapper */
  width: 100vw; /* Kéo dài 100% độ rộng màn hình ngược về bên trái */
  height: 2px;
  background-color: var(--line-color);
}

.main-line::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -4px;
  border-left: 10px solid var(--line-color);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* Mỏ neo của các điểm chấm - Đặt nằm đúng tâm trục ngang */
.value-item {
  position: absolute;
  top: 0;
  z-index: 2;
}

/* DẤU CHẤM CỐ ĐỊNH TRÊN TRỤC */
.dot {
  position: absolute;
  top: -5px; /* (12px dot - 2px line) / 2 = kéo lên 5px để chấm nằm ngay giữa trục */
  left: 0;
  transform: translateX(-50%); /* Căn dot ngay chính giữa tọa độ % */
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
}

.text-content {
  position: absolute;
  width: 160px;
  left: 0;
  transform: translateX(-10px); /* Dịch text hơi lùi lại so với dot một xíu */
  color: var(--text-color);
}

.text-content strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #000;
}

.text-content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #555;
}

/* Đẩy khung chữ LÊN trên trục */
.text-content.top {
  bottom: 25px;
}

/* Đẩy khung chữ XUỐNG dưới trục */
.text-content.bottom {
  top: 30px;
}

.timeline-wrapper {
  position: relative;
}
.timeline-wrapper .title-side {
  left: unset;
  right: -170px;
  bottom: 0px;
}

/* --- MOBILE RESPONSIVE TỰ ĐỘNG --- */
@media (max-width: 768px) {
  .brand-values-container {
    padding: 50px 0;
  }
  /* Xoay wrapper thành một trục dọc */
  .timeline-wrapper {
    width: 2px;
    height: 800px;
    margin-left: 30px;
    background-color: var(--line-color);
  }
  .main-line {
    display: none;
  } /* Ẩn trục ngang mưu mẹo đi */
  .value-item {
    left: 0 !important; /* Hủy khoảng cách ngang */
    width: 100%;
  }
  /* Tự động chia khoảng cách dọc cho mobile */
  .value-item:nth-child(2) {
    top: 5%;
  }
  .value-item:nth-child(3) {
    top: 30%;
  }
  .value-item:nth-child(4) {
    top: 55%;
  }
  .value-item:nth-child(5) {
    top: 80%;
  }
  .dot {
    top: 0;
    left: -5px; /* Căn vào giữa trục dọc */
    transform: none;
  }
  .text-content {
    width: calc(100vw - 120px);
    left: 25px; /* Đẩy chữ sang phải trục */
  }
  /* Reset chữ đều nằm ngang hàng với dot */
  .text-content.top, .text-content.bottom {
    top: -5px;
    bottom: auto;
  }
  .vertical-title {
    right: 5px;
    opacity: 0.15;
  }
}/*# sourceMappingURL=style.css.map */