@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%;
}

.header {
  padding: 10px 0 30px 0;
}
.header .container {
  position: relative;
}
.header .menu-bar {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 10px;
  display: none;
  z-index: 3;
}
@media (max-width: 992px) {
  .header .menu-bar {
    display: block;
  }
}
.header .menu-bar i {
  font-size: 20px;
}
.header-content {
  display: grid;
  grid-template-columns: 300px calc(100% - 300px);
  align-items: center;
}
.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: 2;
  }
}
.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 {
  color: #53575A;
  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;
}

.banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #FFF;
}
@media (max-width: 992px) {
  .banner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.banner-content-button {
  margin-top: 10px;
}
.banner-content-button a {
  background: #53575A;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 40px;
  border-radius: 10px;
}

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

.section-title {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.section-title h2 {
  font-weight: 700;
  font-size: 30px;
  color: #53575A;
}
@media (max-width: 992px) {
  .section-title h2 {
    font-size: 20px;
  }
}
.section-title .xemthem-cate a {
  color: #53575A;
  border-bottom: 1px solid #53575A;
}

.product-item-image {
  border-radius: 10px;
  overflow: hidden;
}
.product-item-image img {
  border-radius: 10px;
  overflow: hidden;
}
.product-item-content {
  color: #53575A;
  padding-top: 20px;
}
.product-item-content-title {
  text-align: center;
  min-height: 35px;
}
.product-item-content-title h3 {
  font-weight: 700;
  font-size: 14px;
  color: #53575A;
}
@media (max-width: 992px) {
  .product-item-content-title h3 {
    font-size: 12px;
  }
}
.product-item-content-description p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.2;
}
.product-item-content-price {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #919396;
}

/* Đảm bảo khung chứa ảnh có overflow hidden để vệt sáng không tràn ra ngoài */
.product-item-img {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 10px; /* Màu nền nhẹ nếu ảnh chưa load */
}

/* Tạo lớp gương giả */
.product-item-img a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* Đẩy lớp gương ra ngoài phía bên trái */
  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); /* Nghiêng vệt sáng để giống thật hơn */
  transition: none;
  z-index: 1;
}

/* Hiệu ứng khi hover vào item */
.product-item:hover .product-item-img a::before {
  left: 150%; /* Chạy từ trái sang phải */
  transition: all 0.6s ease-in-out;
}

/* Thêm một chút hiệu ứng phóng to nhẹ cho ảnh để trông chuyên nghiệp hơn */
.product-item-img img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 0.8;
}

.product-item:hover .product-item-img img {
  transform: scale(1.05); /* Phóng to ảnh 5% */
}

.home .section-blog {
  background: #fff;
}

.banner-content-button a {
  display: inline-block;
  padding: 5px 35px;
  background-color: #53575A; /* Màu gốc: Đen */
  color: #fff; /* Chữ: Trắng */
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.4s ease; /* Chuyển màu chữ mượt mà */
  border: 2px solid #53575A; /* Giữ khung cố định */
}

/* Tạo lớp nền giả phía dưới */
.banner-content-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0; /* Bắt đầu với chiều rộng bằng 0 */
  height: 100%;
  background-color: #fff; /* Màu khi hover (Trắng) */
  transition: width 0.4s ease;
  z-index: -1; /* Nằm dưới chữ */
}

/* Hiệu ứng khi Hover */
.banner-content-button a:hover {
  color: #53575A; /* Chữ chuyển sang Đen trên nền Trắng */
}

.banner-content-button a:hover::before {
  width: 100%; /* Nền trắng tràn ra đầy nút */
}

/* Thêm hiệu ứng nổi bật (đổ bóng nhẹ) */
.banner-content-button a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px); /* Nhích nhẹ lên trên */
}

.blog-item-img {
  overflow: hidden;
  position: relative;
  background-color: #000; /* Màu nền đen để khi ảnh mờ đi sẽ thấy nền tối */
}

/* Thiết lập trạng thái ban đầu của ảnh */
.blog-item-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out; /* Thời gian chuyển đổi mượt mà */
  opacity: 1; /* Độ mờ ban đầu */
}

/* Hiệu ứng khi hover vào toàn bộ Item */
.blog-item:hover .blog-item-img img {
  transform: scale(1.1); /* Phóng to ảnh lên 10% */
  opacity: 0.7; /* Làm mờ ảnh đi một chút để thấy nền tối phía sau */
}

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

.blog-item-img img {
  width: 100%;
}
.blog-item-content {
  color: #53575A;
  padding-top: 20px;
}
.blog-item-content-title h3 {
  font-weight: 700;
  font-size: 16px;
  color: #53575A;
}
.blog-item-content-description p {
  padding-top: 10px;
  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: 2px 30px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.blog-item-content-button a:hover {
  background: #3a3d3f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
  color: #fff;
}
.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;
  display: inline-block;
  transition: all 0.3s ease;
  border-top: none;
}
.blog-item-content-button-2 a:hover {
  background: #808083;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(128, 128, 131, 0.3);
}

a:hover {
  text-decoration: none;
}

.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: 50px;
}
@media (max-width: 992px) {
  .footer-content-logo {
    margin-right: 0;
  }
}
.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;
}
@media (max-width: 992px) {
  .footer-content-infor {
    padding-right: 0;
  }
}
.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: #fff;
  background-color: #808083;
}
.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;
}

.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%;
  z-index: -1;
}

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

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

.confix-2 .content {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.confix-2 .content p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.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-left: 30px;
  padding-top: 30px;
  background: linear-gradient(#f9f7f8 0%, #f9f7f8 90%, #fff 100%);
}
.about-page-2-content-right-content {
  font-size: 24px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .about-page-2-content-right-content {
    font-size: 16px;
    padding-right: 0;
    text-align: justify;
    color: #75797c;
  }
}

.title-side {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  color: #75797c;
  font-size: 35px;
  line-height: 1;
  left: -90px;
  bottom: 90px;
  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(#f9f7f8 0%, #f9f7f8 90%, #fff 100%);
  height: 100%;
  display: flex;
}
.about-page-4-content-left .content {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.about-page-4-content-left .content h3 {
  padding-top: 30px;
  font-size: 18px;
  font-weight: 700;
}
.about-page-4-content-left .content p {
  font-size: 18px;
}
@media (max-width: 992px) {
  .about-page-4-content-left .content p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .about-page-4-content-right img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-page-4 .title-side {
  bottom: 200px;
  left: -209px;
}

.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 ul {
  padding: 0;
}
.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: var(--line-color);
  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;
  }
}
.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;
}

.list-category-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list-category-menu-item {
  width: 15%;
}
@media (max-width: 992px) {
  .list-category-menu-item {
    width: 50%;
  }
}
.list-category-menu-item a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 50px;
  margin: 10px;
}
.list-category-menu-item a .name {
  color: #808083;
  font-size: 16px;
  font-weight: 700;
}
.list-category-menu-item:hover .circle {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #414042;
  border-radius: 50%;
  margin: auto;
}
.list-category-menu-item:hover .name {
  color: #414042;
}
.list-category-menu-item.active .circle {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #414042;
  border-radius: 50%;
  margin: auto;
}
.list-category-menu-item.active .name {
  color: #414042;
}

h2.title-cate {
  text-align: center;
  padding: 30px 0;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
}

.product-list-cate {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .product-list-cate {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}

.side-social {
  position: fixed;
  left: 10px;
  top: 50%;
}
.side-social-content-item {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .side-social-content-item img {
    max-width: 30px;
  }
}
.side-social-content-item:first-child {
  margin-bottom: 0;
  margin-left: -2px;
}
@media (max-width: 575px) {
  .side-social-content-item:first-child img {
    max-width: 35px;
  }
}

.breadcrumb {
  background: #fff;
  color: #53575A;
  text-transform: uppercase;
}
.breadcrumb a {
  color: #000;
}

.product-detail-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-detail-content {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .product-detail-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.product-detail-content-text h1 {
  font-size: 32px;
  font-weight: 700;
}
.product-detail-content-text-description {
  padding: 20px 0;
}

.product-detail-image img {
  width: 100%;
}

.load-more-wrapper {
  margin: 30px 0;
}
.load-more-wrapper a {
  color: #53575A;
  border: 1px solid #53575A;
  padding: 5px 20px;
}/*# sourceMappingURL=style.css.map */