 /*
	Theme Name: Quốc Phương
	Description: Themes há»— trá»£ Genesis Theme v2.7.3 and Wordpress v5.0 trá»Ÿ lÃªn
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */
@font-face {
  font-family: 'UTM Americana';
  src: url('/wp-content/themes/Quốc\ Phương/fonts/UTM Americana.ttf') format('truetype');
}

@font-face {
  font-family: 'UTM Americana Bold';
  src: url('/wp-content/themes/Quốc\ Phương/fonts/UTM_AmericanaBEx.ttf') format('truetype');
}



body {
  overflow-x: hidden !important;
  background-color: #f5f9ff !important;
}

html {
  scroll-behavior: smooth;
}

/* Reset cÆ¡ báº£n */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: #262D32;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

input,
label,
select,
textarea {
  color: #262D32;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-type: decimal;
}

strong,
b {
  font-weight: 700;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
  /* color: #0066ff; */
  color: #262D32;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/* Body
------------------------------------------------------------ */

body {
  background-color: #fff;
}

::-moz-selection {
  background-color: #0066ff;
  color: #fff;
}

::selection {
  background-color: #0066ff;
  color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  overflow-x: hidden !important;
}

body.qp-about-template .site-container {
  position: relative;
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

.wrap {
  margin: 0 auto;
  max-width: 90%;
  padding: 0;
}

.header-menusub-widget-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 40px;
  background: #dd0000;
  color: #fff;
  box-shadow: none;
}

.header-menusub-widget-area .wrap {
  width: 94%;
  max-width: 1280px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.header-menusub-widget-area .widget,
.header-menusub-widget-area .widget-wrap,
.header-menusub-widget-area .textwidget {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.header-menusub-widget-area .widget {
  min-width: 0;
}

.header-menusub-widget-area .widgettitle,
.header-menusub-widget-area br {
  display: none;
}

.header-menusub-widget-area .textwidget {
  gap: 10px;
}

.header-menusub-widget-area p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.header-menusub-widget-area a,
.header-menusub-widget-area a:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header-menusub-widget-area img {
  display: block;
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  object-fit: contain;
}

.header-menusub-widget-area .widget:first-child .textwidget {
  gap: 11px;
}

.header-menusub-widget-area .widget:first-child img {
  width: 22px !important;
  height: 22px !important;
}

body.has-header-menusub .site-header {
  top: 40px;
}

body.admin-bar.has-header-menusub .header-menusub-widget-area {
  top: 32px;
}

body.admin-bar.has-header-menusub .site-header {
  top: 72px;
}

@media screen and (max-width: 1024px) {
  .header-menusub-widget-area .wrap {
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .header-menusub-widget-area .wrap::-webkit-scrollbar {
    display: none;
  }

  .header-menusub-widget-area .widget {
    flex: 0 0 auto;
  }

  .header-menusub-widget-area p,
  .header-menusub-widget-area a,
  .header-menusub-widget-area a:visited {
    font-size: 13px;
  }
}


/* Header
------------------------------------------------------------ */

.site-header {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    height: 80px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 4px 4px 16.1px rgba(53, 46, 35, 0.15);
    z-index: 999;
}

.site-title .wrap {
  max-width: 1280px !important;
  margin: auto;
}

.site-header .textwidget p {
  position: absolute;
  top: 2px;
  right: -270px;
  cursor: pointer;
  background: #dd0000;
  color: #fff;
  height: 45px;
  display: table;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.title-area {
  float: left;
  overflow: hidden;
  padding: 0;
  width: 230px;
  margin-left: -100px;
  height: 80px;
  margin-top: 11px;
}

.site-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 36px;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
  float: left;
  width: 100%;
  height: 100%;
}

.site-title a,
.site-title a:hover {
  color: #333;
  padding: 0;
  text-decoration: none;
  float: left;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(images/logo_quocphuong.png) no-repeat top center;
  background-size: 100px;
}

.site-description {
  font-size: 13px;
  padding: 0;
  display: none;
}

.site-header .widget-area {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 71%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  margin: auto;
}

.site-header .image-upload{
  position: absolute;
  top: -5%;
  right: 23%;
}

.header-widget-area .box{
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.72);
    color: #DB4035;
    border: 1px solid #DB4035;
    min-height: 48px;
    padding: 0 12px;
    border-radius: 4px;
}

.header-widget-area .box > a{
    order: 1; /* ảnh trước */
}

.header-widget-area .box > .title{
    order: 2; /* text sau */
    margin: 0;
}

.header-widget-area .box img{
    width: 32px;
    height: 32px;
    display: block;
}

.header-widget-area .title a{
    color: #DB4035;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.header-widget-area .title a:hover{
    color: #DB4035;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary {
  float: left;
  width: 100%;
  height: 50px;
  background: #333;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
  clear: both;
  color: #333;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
  float: left;
  width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
  float: left;
  list-style-type: none;
}

.menu-secondary a,
.site-header .menu a {
  color: #262D32;
  display: block;
  padding: 8px 22px;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s ease;
  /* border-radius: 8px; */
}

.site-header .widget_text p {
  position: absolute;
  top: 2px;
  right: 100px;
  cursor: pointer;
  color: #071f5f;
  height: 40px;
  display: table;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  background: #ffa405;
  padding: 0px 24px;
  border-radius: 8px;
  transition: background 0.3s;
  text-transform: uppercase;
}

.site-header .widget_text p a {
  color: #071f5f;
  text-decoration: none;
}

.site-header .widget_text p:hover {
  background: #ffbf00;
}

.site-header .menu a span {
  text-transform: uppercase;
}

.site-header .menu li li a span {
  text-transform: none;
}


.site-header .menu .current_page_item > a,
.site-header .menu .current-menu-item > a{
    position: relative !important;
    color: #DB4035;
}

.site-header .menu .current_page_item > a::after,
.site-header .menu .current-menu-item > a::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 70%;
    height: 2px;
    background: #DB4035;
    border-radius: 2px;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
  background: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  padding: 10px;
  position: relative;
  text-transform: none;
  width: 245px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
  background-color: #dd0000;
  color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
  height: auto;
  left: -9999px;
  margin: 0 0 0 -1px;
  position: absolute;
  width: 160px;
  z-index: 9999;
  padding-top: 13px;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
  width: 140px;
}

/* .menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
    margin: -36px 0 0 159px;
} */

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
  margin: -64px 0 0 232px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
  left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
  position: static;
}

ul.menu li:hover > ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover > ul,
.site-header .menu li.sfHover ul {
  left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
  padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
  background: url(images/icon-plus.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
  top: 10px;
  width: 16px;
}

#wpadminbar li:hover ul ul {
  left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
  margin: 0 auto;
  overflow: visible;
  padding: 120px 0 60px;
  width: 1280px;
  box-sizing: border-box;
  display: none;
}

body.has-header-menusub .site-inner {
  padding-top: 160px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
  float: left;
  width: 100%;
  /* background-color: rgb(229, 238, 246); */
  padding: 12px 0;
  font-size: 18px;
  margin: 90px auto auto;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.breadcrumb .wrap {
  width: 1140px;
  color: #fff;
  font-weight: 500;
}

.breadcrumb a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb .label {
  margin: 0 5px;
  font-weight: 400;
  color: #fff;
}

.breadcrumb span {
  font-weight: 400;
  color: #fff;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

/* .content-sidebar-wrap {
	display: flex;
	justify-content: space-between;
	
} */
.content-sidebar-wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  /* width: 800px !important; */
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
  width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content
------------------------------------------------------------ */

.content-sidebar .content,
.sidebar-content .content {
  width: 875px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
  float: right;
  margin-left: 0;
  margin-right: 15px;
}

.full-width-content .content {
  width: 100%;
}

.page_blog .post {
  padding: 1rem 1rem 1.5rem;
  /* min-height: 100%;
    overflow: hidden;
    position: relative; */
  border-radius: 1.6rem;
  border: 0.1rem solid #f0f0f0;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.entry-content {
  overflow: hidden;
  text-align: justify;
}

.entry-content p {
  margin: 0 0 12px;
  text-align: justify;
}

blockquote {
  background: url(images/blockquote.png) no-repeat;
  border: none;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px;
}

blockquote p {
  color: #999;
  font-style: italic;
}

p.subscribe-to-comments {
  padding: 20px 0 10px;
}

.clear {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.35;
  margin: 0 0 10px;
}

h1 {
  font-size: 18px;
}

.taxonomy-description h1 {
  margin: 0;
}

h2,
h2 a,
h2 a:visited {
  font-size: 16px;
}

h2 a,
h2 a:visited {
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
}

h2 a:hover {
  color: #0066ff;
  text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
  font-size: 16px;
  margin: 0 0 5px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
  font-size: 16px;
  color: #333;
}

.widget-area .widgettitle a {
  color: #333;
  text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
  margin: 0;
  padding: 0 0 15px;
  text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
  list-style-type: disc;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: justify;
}

.entry-content ol li {
  margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
  padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
  font-size: 13px;
  margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 13px;
  padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
  height: auto;
  max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px;
}

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}

.post-image {
  margin: 0 10px 10px 0;
}

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.alignnone {
  display: inline;
  margin: 0 0 10px;
}

img.alignleft {
  display: inline;
  margin: 0 15px 10px 0;
}

img.alignright {
  display: inline;
  margin: 0 0 10px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.wp-caption {
  padding: 0;
  text-align: center;
  width: auto !important;
}

p.wp-caption-text {
  font-size: 13px;
  margin: 5px 0;
  text-align: center;
}

.wp-smiley,
.wp-wink {
  border: none;
  float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
  font-size: 16px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.pagination li {
  display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
  background: #f2f2f2;
  color: #333;
  padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
  background: #ce2127;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #0066ff;
  color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
  display: inline;
  /* float: right; */
  width: 360px;
}

.sidebar-secondary {
  float: left;
  width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
  margin-left: 15px;
  margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

.sidebar p {
  font-size: inherit;
}

.sidebar .widgettitle {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.sidebar .widget {
  /* background-color: #fff; */
  margin: 0 0 15px;
  padding: 0 0 15px;
  float: left;
  width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
  padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
  /* border-bottom: 1px solid #ddd; */
  list-style-type: none;
  margin: 0 0 7px;
  padding: 0 0 5px;
  word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
  border: none;
  margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
  background: #f2f2f2;
  cursor: pointer;
  padding: 10px 20px;
  color: #333;
  -webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
  text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
  position: absolute;
  top: 3px;
  right: 230px;
  width: 160px;
  border: 1px solid #b5abab;
  border-radius: 10px;
  height: 40px;
}

.search-form input[type="search"] {
  margin: 0;
  padding: 6px 5px 5px 10px;
  width: calc(100% - 40px);
  border: none;
  background: #fff;
  height: 37px;
  border-radius: 10px 0px 0px 10px;
}

.search-form input[type="submit"] {
  background: url(images/search.svg) no-repeat center center;
  text-indent: -9999px;
  border: none;
  float: right;
  height: 40px;
  width: 40px;
  border-radius: 10px 10px 0px 0px;
  background-size: 20px;
}

.search-form-input::placeholder {
  color: #999;
}

.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus {
  border: none;
  outline: none;
  list-style: none;
  box-shadow: none;
}
/* Footer
------------------------------------------------------------ */

.site-footer {
  float: left;
  clear: both;
  font-size: 15px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background: #ffa405;
  color: #fff;
  padding: 10px 0 10px;
}

.site-footer .wrap {
  display: block;
  text-align: center;
}

.site-footer img {
  width: 50px;
  margin: 0;
}

.site-footer .widget_text:nth-of-type(2) p {
  /* font-weight: bold;  */
  /* text-transform: uppercase; */
}

.site-footer p {
  color: #fff;
}

.site-footer a,
.site-footer a:visited {
  color: #fff;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.site-title a,
.site-title a:hover {
  color: rgb(51, 51, 51);
  float: left;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  padding: 0px;
  text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden;
  float: left;
  width: 100%;
}

#author,
#comment,
#email,
#url {
  margin: 10px 5px 0 0;
  padding: 10px;
  width: 348px;
  float: left;
  background: #fff;
}

#comment {
  height: 90px;
  margin: 10px 0;
  width: 98%;
  background: #fff;
}

input#submit {
  float: left;
}

.ping-list {
  margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
  padding: 10px;
}

.comment-list li,
.ping-list li {
  font-weight: bold;
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px;
}

.comment-list li ul li {
  list-style-type: none;
  margin-right: 0;
  background: #fff;
}

.comment-content {
  padding-left: 70px;
}

.comment-content p {
  font-size: 15px;
  margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
  font-style: normal;
}

.comment-meta {
  font-size: 12px;
  margin: 0 0 5px;
}

.comment-meta a {
  color: #666;
}

.comment-reply {
  font-size: 13px;
  font-weight: 300;
}

.comment-reply a {
  background: #f2f2f2;
  color: #333;
  padding: 5px 10px;
}

.nocomments {
  text-align: center;
}

.entry-comments .pagination {
  display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
  background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
  border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
  margin: 0 35px;
  display: none !important;
}

.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  border-radius: 100px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
  background: #000;
}

.section {
  /* float: left; */
  width: 100%;
}

/* footer */
.content-cta {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  padding: 70px 0;
  overflow: hidden;
  background: #000000e3
}



.content-cta .wrap {
  position: relative;
  z-index: 1;
  width: 82%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 72px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.content-cta .widget,
.content-cta .widget-wrap {
  margin: 0;
  padding: 0;
}

.content-cta .widgettitle {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 30px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
}

.content-cta p,
.content-cta label {
  color: #fff;
}

.content-cta ul {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-cta li {
  position: relative;
  margin: 0;
  padding-left: 38px;
  color: #fff;
}

.content-cta li::before {
  content: "\2713";
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d30b0b;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.content-cta li h3 {
  color: #d30b0b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.content-cta li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}

.content-cta .widget_fluentform_widget .widget-wrap {
  position: relative;
  padding: 52px 58px 36px;
  border-radius: 18px;
  background: #b70404;
  clip-path: polygon(0 0, 84% 0, 100% 21%, 100% 100%, 0 100%);
}

.content-cta .widget_fluentform_widget .widget-wrap::before {
  content: "Đăng ký Ngay";
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 26px;
  text-align: center;
  text-transform: uppercase;
}

.content-cta .fluentform,
.content-cta .frm-fluent-form,
.content-cta fieldset {
  margin: 0 !important;
  padding: 0 !important;
}

.content-cta .ff-el-group {
  margin: 0 0 24px;
}

.content-cta .ff-t-container {
  display: block;
}

.content-cta .ff-t-cell {
  display: block;
  width: 100%;
  padding: 0;
}

.content-cta .ff-el-input--label {
  display: none !important;
}

.content-cta input:not([type="hidden"]),
.content-cta select,
.content-cta textarea,
.content-cta .ff-el-form-control {
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 8px 16px;
  border: 0 !important;
  border-radius: 6px;
  background: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: none !important;
  font-family: "Be Vietnam Pro", sans-serif;
}

.content-cta input::placeholder,
.content-cta textarea::placeholder {
  color: #666 !important;
  font-size: 16px !important;
  font-family: "Be Vietnam Pro", sans-serif;
}

.fluentform .ff-el-is-error .text-danger {
    font-size: 16px !important;
    margin-top: 14px !important;
}

.content-cta textarea {
  min-height: 104px !important;
  height: 104px !important;
  resize: vertical;
}

.content-cta .ff_submit_btn_wrapper {
  margin: 4px 0 0;
  text-align: center;
}

.content-cta input[type="submit"],
.content-cta button[type="submit"],
.content-cta .ff-btn-submit {
  width: auto;
  min-width: 178px;
  height: 48px;
  min-height: 48px;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 5px;
  background: #fff !important;
  color: #b70404 !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
}

.content-cta .ff-btn-submit:hover,
.content-cta input[type="submit"]:hover,
.content-cta button[type="submit"]:hover {
  background: #f5f5f5 !important;
  color: #b70404 !important;
}

.before_footer {
  position: relative;
  background: #050505;
  background-image: url(images/bg_footer.webp);
  background-size: cover;
  background-position: center top;
  color: #fff;
  padding: 68px 0 54px;
  margin-top: 0;
  overflow: hidden;
}

.before_footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
  pointer-events: none;
}

.before_footer .wrap {
  position: relative;
  z-index: 1;
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(330px, 1.45fr) minmax(190px, 0.9fr) minmax(165px, 0.9fr);
  gap: 60px;
  align-items: start;
}

.before_footer .widget {
  margin: 0;
  min-width: 0;
}

.before_footer .widget + .widget {
  min-height: 178px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  padding-left: 60px;
}

.before_footer .widget-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 36px;
  position: relative;
  line-height: 1.35;
  letter-spacing: 0;
}

.before_footer .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 64px;
  height: 2px;
  background: #d30b0b;
}

.before_footer p,
.before_footer li,
.before_footer a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
}

.before_footer a:hover {
  color: #ffffff;
}

.before_footer p {
  margin: 0 0 18px;
  line-height: 1.55;
}

.before_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.before_footer li {
  line-height: 1.55;
  margin-bottom: 10px;
}

.before_footer .footer-contact li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  position: relative;
  min-height: 16px;
  padding: 0;
  margin: 0 0 10px;
}

.before_footer .footer-contact li br {
  display: none;
}

.before_footer .footer-contact li img {
  grid-column: 1;
  width: 19px !important;
  height: 19px !important;
  margin: 2px 0 0 !important;
  object-fit: contain;
}

.before_footer .footer-contact li span {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.55;
}

.before_footer .footer-contact li:nth-child(2) {
  margin-top: -4px;
}

.before_footer .footer-contact li:nth-child(2) img {
  visibility: hidden;
}

.before_footer .footer-contact li:nth-child(3),
.before_footer .footer-contact li:nth-child(4),
.before_footer .footer-contact li:nth-child(5) {
  margin-top: 3px;
}

.before_footer .widget_text:not(:first-child) li {
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 18px;
}

.before_footer .widget_text:not(:first-child) li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='24' viewBox='0 0 17 24' fill='none'%3E%3Cpath d='M0.00683594 23.9873L3.2627 12.0771L16.2627 12.0762L0.00683594 23.9873ZM16.2617 12.0752H3.26074L0 0L16.2617 12.0752Z' fill='%23DB4035'/%3E%3C/svg%3E");
}

.before_footer img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.before_footer .textwidget > p:first-child img {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 0 10px;
}

.before_footer .footer-social {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
}

.before_footer .footer-social span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-right: 4px;
}

.before_footer .footer-social p {
  display: contents;
  margin: 0;
}

.before_footer .footer-social p:empty {
  display: none;
}

.before_footer .footer-social img,
.before_footer .textwidget img[src*="frame-2071860"] {
  display: block;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  border-radius: 50%;
  object-fit: contain;
}

.before_footer .widget:nth-child(3) ul {
  display: flex;
  flex-direction: column-reverse;
}

.before_footer img[src*="image-147"] {
  display: block;
  width: 140px;
  margin-top: 5px;
}

.site-footer,
.footer-widgets {
  background: #050505 url(images/bg_footer.webp) center bottom / cover no-repeat;
}

.site-footer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: -1px 0 0;
  padding: 0 0 0px;
  overflow: visible;
  color: #fff;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
  pointer-events: none;
}

/* copyright dưới cùng nếu theme có sẵn footer */
.site-footer .wrap,
.footer-widgets + .site-footer .wrap {
  position: relative;
  z-index: 1;
  width: min(800px, calc(100% - 48px));
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid rgba(255, 59, 50, 0.85);
  border-radius: 10px 10px 0 0;
  padding: 13px 28px 11px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.44);
  border-bottom:none
}

.site-footer .widget,
.site-footer .widget-wrap,
.site-footer .textwidget {
  margin: 0;
  padding: 0;
}

.site-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.site-footer li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
}

.site-footer li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background: #d30b0b;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

/* BLOG */

.content h1 {
  /* color: #0066ff; */
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px;
}

.page_blog .main-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
  margin: 30px 0 60px;
  /* width: 800px !important; */
}

.page_blog img {
  border-radius: 1.6rem;
}

.page_blog .widget-item-title a {
  color: #0066ff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page_blog .post-info {
  font-size: 14px;
  color: #dd0000;
  margin-bottom: 0.4rem;
}

/* .page_blog .name-category a{
    display: inline-block;
    color: #DD0000;
    border-radius: 1.8rem;
    padding: 0.2rem 1rem;
    background-color: #e6f2ef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 6px;
} */

.page_blog p {
  /* color: #999; */
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.category-posts-page {
  position: relative;
  background: #f6f7f8;
  color: #262d32;
}

.category-posts-page::before {
  content: none;
}

.category-posts-page > * {
  position: relative;
  z-index: 1;
}

.category-posts-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.category-posts-hero {
  padding: 150px 0 0px;
}

.category-posts-heading {
  max-width: 760px;
}

.category-posts-heading p {
  color: #DB4035;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.category-posts-heading h1 {
  color: #DB4035;
  font-family: "UTM Americana Bold", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.category-posts-description {
  color: #59636d;
  font-size: 15px;
  line-height: 1.75;
  margin-top: 16px;
}

.category-posts-section {
  padding: 28px 0 80px;
}

.category-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.category-post-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  min-height: 180px;
  padding: 14px;
  border: 1px solid rgba(38, 45, 50, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(38, 45, 50, 0.06);
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.category-post-card:hover {
  transform: translateY(-2px);
  border-color: rgba(227, 66, 56, 0.78);
  background: #fff;
}

.category-post-thumb {
  display: block;
  height: 148px;
  overflow: hidden;
  border-radius: 6px;
  background: #edf0f2;
}

.category-post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.category-post-card:hover .category-post-thumb img {
  transform: scale(1.04);
}

.category-post-thumb span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 14px;
  color: #6f7780;
  font-size: 13px;
  text-align: center;
}

.category-post-body {
  min-width: 0;
}

.category-post-label {
  display: inline-block;
  color: #e34238;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.category-post-body h2 {
 
  margin: 0 0 7px;
}

.category-post-body h2 a {
   font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #20262b;
}

.category-post-body h2 a:hover {
  color: #e34238;
}

.category-post-meta {
  color: #78828c;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.category-post-body p {
  color: #59636d;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.category-post-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e34238;
  font-size: 13px;
  font-weight: 700;
}

.category-post-link:hover {
  color: #20262b;
}

.category-posts-pagination {
  margin-top: 34px;
}

.category-posts-pagination .pagination .current {
  display: inline-block;
  padding: 8px 13px;
  background: #ce2127;
  color: #fff;
}

.category-posts-empty {
  padding: 30px;
  border: 1px solid rgba(38, 45, 50, 0.08);
  border-radius: 8px;
  background: #fff;
}

.category-posts-empty p {
  margin: 0;
  color: #59636d;
}

.single-blog-page {
  background: #f6f7f8;
  padding: 150px 0 80px;
}

.single-related-box{
  margin-top: 6px;
}

.single-blog-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.single-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 60px;
  align-items: start;
}


.single-blog-header {
  margin-bottom: 24px;
}

.single-blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.single-blog-categories a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 4px;
  background: rgba(227, 66, 56, 0.1);
  color: #e34238;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-blog-header h1 {
  color: #20262b;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.22;
  margin: 0 0 14px;
      font-family: "UTM Americana Bold", serif;
}

.single-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #6f7780;
  font-size: 14px;
}

.single-blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.single-blog-meta i {
  color: #e34238;
}

.single-blog-featured {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 8px;
}

.single-blog-featured img {
  display: block;
  width: 100%;
  height: auto;
}

.single-blog-content {
  color: #2d343a;
  font-size: 16px;
  line-height: 1.82;
  text-align: left;
}

.single-blog-content > *:first-child {
  margin-top: 0;
}

.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
  color: #20262b;
  font-weight: 800;
  line-height: 1.32;
  margin: 28px 0 12px;
      font-family: "UTM Americana Bold", serif;
}

.single-blog-content h2 {
  font-size: 28px;
}

.single-blog-content h3 {
  font-size: 23px;
}

.single-blog-content h4 {
  font-size: 19px;
}

.single-blog-content p {
  margin: 0 0 16px;
  text-align: left;
}

.single-blog-content a {
  color: #d9362d;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-blog-content ul,
.single-blog-content ol {
  margin: 0 0 18px 24px;
  padding: 0;
}

.single-blog-content li {
  margin: 0 0 8px;
  padding-left: 4px;
}

.single-blog-content blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid #e34238;
  border-radius: 0 8px 8px 0;
  background: #f7f8fa;
}

.single-blog-content blockquote p {
  margin-bottom: 0;
  color: #3d454d;
}

.single-blog-content figure {
  margin: 24px 0;
}

.single-blog-content figcaption {
  margin-top: 8px;
  color: #6f7780;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.single-blog-content img {
  height: auto;
  border-radius: 6px;
}

.single-table-scroll,
.single-blog-content .wp-block-table {
  width: 100%;
  margin: 24px 0;
  overflow-x: auto;
}

.single-blog-content table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  border: 1px solid #dfe4ea;
  background: #fff;
  text-align: left;
}

.single-blog-content caption {
  caption-side: top;
  padding: 0 0 10px;
  color: #20262b;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.single-blog-content th,
.single-blog-content td {
  padding: 12px 14px;
  border: 1px solid #dfe4ea;
  vertical-align: top;
}

.single-blog-content th {
  background: #f1f3f5;
  color: #20262b;
  font-weight: 800;
}

.single-blog-content tr:nth-child(even) td {
  background: #fafbfc;
}

.single-blog-content .wp-block-table figcaption {
  margin-top: 8px;
}

.single-blog-sidebar {
  position: sticky;
  top: 112px;
}

/* .single-related-box {
  padding: 22px;
} */

.single-related-box h2 {
  color: #20262b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e34238;
  font-family: "UTM Americana Bold", serif;
}

.single-related-list {
  display: grid;
  gap: 16px;
}

.single-related-item {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf0f2;
}

.single-related-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.single-related-thumb {
  display: block;
  height: 75px;
  overflow: hidden;
  border-radius: 6px;
  background: #f1f3f5;
}

.single-related-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-related-thumb span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px;
  color: #6f7780;
  font-size: 11px;
  text-align: center;
}

.single-related-body h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42;
  margin: 0 0 7px;
}

.single-related-body h3 a {
  color: #20262b;
}

.single-related-body h3 a:hover {
  color: #e34238;
}

.single-related-body time,
.single-related-empty {
  color: #7a838c;
  font-size: 12px;
  line-height: 1.5;
}

.qp-contact-page {
  background: #f6f7f8;
  color: #20262b;
}

body.category-posts-template,
body.single-blog-post,
body.qp-contact-template {
  background: #f6f7f8 !important;
}

.qp-contact-main {
  padding: 150px 0 80px;
}

.qp-contact-wrap {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.01fr);
  gap: 56px;
  align-items: center;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.qp-contact-wrap.is-single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.qp-contact-info h1 {
  font-family: "UTM Americana Bold", serif;
  color: #DB4035;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.qp-contact-list {
  display: grid;
  gap: 24px;
}

.qp-contact-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.qp-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 28px;
  color: #DB4035;
  font-size: 22px;
  line-height: 1;
}

.qp-contact-item strong {
  display: block;
  color: #20262b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 2px;
}

.qp-contact-item p,
.qp-contact-item a {
  display: inline-block;
  color: #20262b;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.qp-contact-item a:hover {
  color: #db4035;
}

.qp-contact-social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.qp-contact-social span {
  color: #20262b;
  font-size: 16px;
  font-weight: 400;
}

.qp-contact-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #DB4035;
  border-radius: 5px;
  color: #DB4035;
  font-size: 16px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.qp-contact-social a:hover {
  transform: translateY(-1px);
  background: #006fc9;
  color: #fff;
}

.qp-contact-map {
  min-height: var(--qp-contact-map-height, 420px);
  overflow: hidden;
  border-radius: 0;
  background: #e8edf2;
  box-shadow: 0 18px 42px rgba(38, 45, 50, 0.08);
}

.qp-contact-map iframe {
  display: block;
  width: 100% !important;
  height: var(--qp-contact-map-height, 420px) !important;
  border: 0;
}

.qp-contact-consult {
  background-color: #101010;
  padding-top: 110px;
  padding-bottom: 130px;
}

.caldera-grid .row {
  margin-bottom: 4px;
}

.form_lienhe .caldera-grid .form-control {
  outline: 0 !important;
  width: 100%;
  color: #333 !important;
  display: block;
  line-height: 1 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  padding: 20px 18px !important;
  font-family: var(--font-pri) !important;
  background-color: transparent !important;
  border: 0.1rem solid #aaaaaa !important;
  transition: 0.4s ease;
}

.form_lienhe .caldera-grid .form-control::placeholder {
  color: #888888 !important;
  opacity: 1;
}

.caldera-grid .form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}

.caldera-grid .form-control {
  outline: 0 !important;
  width: 100%;
  color: #333 !important;
  display: block;
  line-height: 1 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  padding: 20px 18px !important;
  font-family: var(--font-pri) !important;
  background-color: transparent !important;
  border: 0.1rem solid #fff !important;
  transition: 0.4s ease;
}

.caldera-grid input[type="submit"] {
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px !important;
  background-color: #0066ff;
  border-radius: 2rem !important;
  padding: 12px 24px !important;
  border-color: #fff;
  outline: none;
  display: flex !important;
}

.caldera-grid .btn-default:hover,
.caldera-grid .btn-default:focus,
.caldera-grid .btn-default.focus,
.caldera-grid .btn-default:active,
.caldera-grid .btn-default.active,
.open > .dropdown-toggle.caldera-grid .btn-default {
  color: white !important;
  background-color: #0066ff !important;
}

.widget_nav_menu .menu > .menu-item.menu-item-has-children > a::after
 {
    content: "▾";
    margin-left: auto;
    flex: 0 0 auto;
    font-size: 16px;
    opacity: 0.85;
}

/* Trang chá»§ */
.home-acf-main {
  background: #fff;
}

body.has-header-menusub .home-acf-main {
  padding-top: 107px;
}


.home-btn--primary,
.home-btn--primary:visited {
  color: #fff;
  background: #DB4035;
  border: 1px solid #DB4035;
}

.home-btn--outline,
.home-btn--outline:visited {
  color: #DB4035;
  background: #fff;
  border: 1px solid #DB4035;
}

.home-btn--light,
.home-btn--light:visited {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.home-btn:hover {
  transform: translateY(-1px);
}



.home-banner-section {
    position: relative;
    min-height: 100vh;
    background-color: #f6f2ec;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* .home-banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.88) 36%,
        rgba(255, 255, 255, 0.42) 62%,
        rgba(255, 255, 255, 0.08) 100%
    );
    z-index: 1;
} */

.home-banner-overlay {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    padding: 200px 0px 100px;
    display: flex;
    align-items: stretch;
}

.home-banner-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-banner-content {
    max-width: 710px;
}

.home-banner-eyebrow {
    margin-bottom: 16px;
    color: #DB4035;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-banner-content h1 {
    margin: 0;
    color: #262D32;
    font-family: "UTM Americana Bold", serif;
    font-size: 64px;
    line-height: 1.02;
    font-weight: 700;
}

.home-banner-content h3 {
    margin: 0;
    color: #262D32;
    font-family: "UTM Americana", serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 16px;
    letter-spacing: -0.02em;
}

.home-banner-content h1 span {
    display: block;
}

.home-banner-description {
    position: relative;
    margin-top: 26px;
    padding-top: 24px;
    color: #262D32;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.4px;
}

.home-banner-description::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 82px;
    height: 2px;
    background: #DB4035;
}

.home-banner-description p {
    margin: 0;
}

.home-banner-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
     font-family: "Be Vietnam Pro";
}

.home-btn--primary {
    background: #DB4035;
    color: #fff;
    border: 1px solid #DB4035;
}

.home-btn--outline {
    background: rgba(255, 255, 255, 0.72);
    color: #DB4035;
    border: 1px solid #DB4035;
}

.home-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.home-btn--primary:hover {
    color: #fff;
    background: #cf3028;
    border-color: #cf3028;
}

.home-btn--outline:hover {
    color: #fff;
    background: #DB4035;
}

.home-banner-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
    margin-top: 58px;
}

.home-banner-stat {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 24px;
    align-items: center;
    min-height: 112px;
    padding: 24px 28px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 7px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}

.home-banner-stat-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #EFEFEF;
    color: #DB4035;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}

.home-banner-stat-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: block;
}

.home-banner-stat strong {
    display: block;
    color: #DB4035;
    font-family: "UTM Americana", serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 7px;
}

.home-banner-stat span {
    display: block;
    color: #262D32;
    font-size: 18px;
    font-weight: 500;
}

.home-banner-stat small {
    display: block;
    color: #747474;
    font-size: 15.5px;
}


.home-intro-section {
    position: relative;
    min-height: 90vh;
    background-color: #f3f1ee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* .home-intro-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.08) 0%,
            rgba(255,255,255,0.86) 19%,
            rgba(255,255,255,0.96) 49%,
            rgba(255,255,255,0.15) 72%,
            rgba(255,255,255,0.03) 100%
        );
    z-index: 1;
}

.home-intro-section::after {
    content: "";
    position: absolute;
    left: 12%;
    top: -80px;
    width: 330px;
    height: 860px;
    background: rgba(255,255,255,0.82);
    transform: skewX(-14deg);
    z-index: 1;
} */

.home-intro-overlay {
    position: relative;
    z-index: 2;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-intro-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 82px 0px 0;
}

.home-intro-content {
    max-width: 650px;
    margin-left: 50px;
    position: relative;
    z-index: 3;
}

.home-intro-eyebrow {
    color: #DB4035;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home-intro-content h2 {
    margin: 0;
    color: #26313a;
    font-family: "UTM Americana Bold", serif;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}


.home-intro-content h2 em {
    display: block;
    font-style: normal;
    font-family: "UTM Americana", serif;
    font-size: 36px;
    margin-top: 20px;
}

.home-intro-content h2 em {
    color: #DB4035;
    font-weight: 400;
}

.home-intro-description {
    position: relative;
    margin-top: 24px;
    padding-top: 26px;
    color: #2f3438;
    font-size: 16px;
    line-height: 1.55;
    max-width: 580px;
}

.home-intro-description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 2px;
    background: #DB4035;
}

.home-intro-description p {
    margin: 0 0 16px;
}

.home-intro-description p:last-child {
    margin-bottom: 0;
}

.home-intro-features-wrap {
    position: relative;
    z-index: 4;
    background: rgba(245, 245, 243, 0.80);
    backdrop-filter: blur(8px);
}

.home-intro-features {
    max-width: 1280px;
    margin: 0 auto;
    padding: 34px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 54px;
}

.home-intro-feature {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 18px;
    align-items: center;
}

.home-intro-feature-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #DB4035;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.home-intro-feature-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.home-intro-feature strong {
    display: block;
    color: #DB4035;
    font-size: 19px;
    font-weight: 600;
    font-family: "UTM Americana", serif;
    margin-bottom: 6px;
}

.home-intro-feature-desc p {
    display: block;
    color: #262D32;
    font-size: 16px;
    line-height: 1.6;
}

.home-intro-bottom-image {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}

.home-intro-bottom-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home-featured-products-section {
    position: relative;
    padding: 84px 0px 90px;
    background-color: #f7f4ef;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.home-featured-products-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.64);
    z-index: 1;
}

.home-featured-products-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
}

.home-section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.home-section-eyebrow {
    color: #DB4035;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.home-section-heading h2 {
    margin: 0;
    color: #26313a;
    font-family: "UTM Americana Bold", serif;
    font-size: 50px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
}

.home-section-heading h2 span {
    color: #DB4035;
}

.home-section-heading::after {
    content: "";
    display: block;
    width: 82px;
    height: 2px;
    background: #DB4035;
    margin: 22px auto 0;
}

.home-featured-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px 18px;
}

.home-featured-product-card {
    text-align: center;
}

.home-featured-product-image {
    display: block;
    aspect-ratio: 1.55 / 1;
    border-radius: 6px;
    overflow: hidden;
    background: #eee;
    box-shadow: 0 10px 22px rgba(0,0,0,0.16);
}

.home-featured-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.home-featured-product-card:hover img {
    transform: scale(1.06);
}

.home-featured-product-card h3 {
    margin: 18px 0 16px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}

.home-featured-product-card h3::after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    background: #DB4035;
    margin: 12px auto 0;
}

.home-featured-product-card h3 a {
    color: #26313a;
    text-decoration: none;
}

.home-featured-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    height: 42px;
    line-height: 1;
    padding: 0 18px;
    border-radius: 5px;
    background: #DB4035;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-family: "Be Vietnam Pro";
}

.home-featured-product-btn:hover {
    background: #cf3028;
    color: #fff;
    text-decoration: none;
}

.home-featured-products-more {
    text-align: center;
    margin-top: 46px;
}

.home-featured-products-more a {
  background: rgba(255, 255, 255, 0.72);
    color: #DB4035;
    border: 1px solid #DB4035;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: "Be Vietnam Pro";
}

.home-featured-products-more a:hover {
    background: #DB4035;
    border-color: #DB4035;
    color: #fff;
}

.qp-shop-page {
    background: #fff;
    padding: 150px 0 76px;
}

.qp-shop-wrap {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.qp-shop-categories {
    margin: 0 0 40px;
}

.qp-shop-category-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.qp-shop-category-card {
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 54px;
    max-width: 100%;
    padding: 6px 16px 6px 7px;
    border: 1px solid rgba(219,64,53,0.54);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(38,49,58,0.08);
    min-width: 0;
    color: #26313a;
    text-align: left;
    text-decoration: none;
    transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.qp-shop-category-card,
.qp-shop-category-card * {
    font-family: "Be Vietnam Pro", sans-serif !important;
}

.qp-shop-category-card:hover,
.qp-shop-category-card.is-active {
    border-color: #DB4035;
    background: #DB4035;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.qp-shop-category-image {
    display: block;
    flex: 0 0 66px;
    width: 66px;
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
    background: #eee;
    box-shadow: none;
}

.qp-shop-category-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.qp-shop-category-card:hover .qp-shop-category-image img,
.qp-shop-category-card.is-active .qp-shop-category-image img {
    transform: scale(1.04);
}

.qp-shop-category-name {
    display: block;
    max-width: 180px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    font-style: normal;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Be Vietnam Pro", sans-serif !important;
}

.qp-shop-category-card:hover .qp-shop-category-name,
.qp-shop-category-card.is-active .qp-shop-category-name {
    color: #fff;
}

.qp-shop-heading {
    margin: 0 0 34px;
    text-align: center;
}

.qp-shop-heading h1 {
    margin: 0;
    color: #26313a;
    font-family: "UTM Americana Bold", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.qp-shop-heading::after {
    content: "";
    display: block;
    width: 82px;
    height: 2px;
    margin: 18px auto 0;
    background: #DB4035;
}

.qp-shop-products-grid {
    margin-top: 0;
}

.qp-shop-product-card .home-featured-product-btn {
    min-width: 116px;
}

.qp-shop-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.qp-shop-pagination .page-numbers,
.qp-shop-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #26313a;
    border-radius: 5px;
    background: #fff;
    color: #26313a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.qp-shop-pagination .page-numbers.current,
.qp-shop-pagination .page-numbers:hover,
.qp-shop-page-link:hover {
    border-color: #DB4035;
    background: #DB4035;
    color: #fff;
}

.qp-shop-page-link--edge {
    min-width: 78px;
}

.qp-shop-page-link.is-disabled {
    cursor: default;
    opacity: 0.45;
}

.qp-shop-page-link.is-disabled:hover {
    border-color: #26313a;
    background: #fff;
    color: #26313a;
}

.qp-shop-empty {
    padding: 36px 24px;
    border: 1px solid rgba(38,49,58,0.12);
    border-radius: 6px;
    background: #fff;
    color: #26313a;
    font-size: 16px;
    text-align: center;
}

.qp-product-detail-page {
    background: #f6f7f8;
    color: #26313a;
}

.qp-product-wrap {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.qp-product-hero {
    padding: 150px 0 70px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.92), rgba(246,247,248,1)),
        url("images/bg-marble-black.jpg");
    background-size: cover;
    background-position: center;
}

body.has-header-menusub .qp-product-hero {
    padding-top: 190px;
}

.qp-product-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    gap: 60px;
    align-items: start;
}



.qp-product-gallery {
    overflow: hidden;
}

.qp-product-gallery-main {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #eef0f2;
}

.qp-product-gallery-slide {
    aspect-ratio: 1.24 / 1;
}

.qp-product-gallery-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qp-product-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.82);
    border-radius: 50%;
    background: rgba(38,49,58,0.72);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background .25s ease, border-color .25s ease;
}

.qp-product-gallery-arrow:hover {
    border-color: #DB4035;
    background: #DB4035;
}

.qp-product-gallery-arrow--prev {
    left: 14px;
}

.qp-product-gallery-arrow--next {
    right: 14px;
}

.qp-product-gallery-nav {
    margin: 14px -6px 0;
}

.qp-product-gallery-thumb {
    height: 86px;
    margin: 0 6px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #eef0f2;
    overflow: hidden;
    cursor: pointer;
    transition: border-color .25s ease, opacity .25s ease;
}

.qp-product-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qp-product-gallery-nav .slick-current.qp-product-gallery-thumb,
.qp-product-gallery-nav .slick-current .qp-product-gallery-thumb,
.qp-product-gallery-thumb:hover {
    border-color: #DB4035;
}

.qp-product-eyebrow {
    color: #DB4035;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.qp-product-summary h1 {
    color: #26313a;
    font-family: "UTM Americana Bold", serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.08;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.qp-product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.qp-product-categories a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid rgba(219,64,53,0.32);
    border-radius: 4px;
    background: rgba(219,64,53,0.08);
    color: #DB4035;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.qp-product-short-desc {
    color: #4a535c;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 24px;
    text-transform: none;
}

.qp-product-short-desc p {
    margin: 0 0 8px;
    text-align: left;
}

.qp-product-short-desc p:last-child {
    margin-bottom: 0;
}

.qp-product-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 24px;
}

.qp-product-meta-grid div {
    min-height: 82px;
    padding: 14px 14px 13px;
    border: 1px solid rgba(38,49,58,0.1);
    border-radius: 6px;
    background: #fafbfc;
}

.qp-product-meta-grid dt {
    color: #7a838c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.qp-product-meta-grid dd {
    color: #26313a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.qp-product-meta-grid dd a,
.qp-product-meta-grid dd a:visited {
    color: #DB4035;
}

.qp-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.qp-product-btn {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: "Be Vietnam Pro";
}

.qp-product-btn:hover {
    transform: translateY(-1px);
}

.qp-product-btn--primary,
.qp-product-btn--primary:visited {
    border: 1px solid #DB4035;
    background: #DB4035;
    color: #fff;
    gap:6px
}

.qp-product-btn--primary:hover {
    background: #cf3028;
    color: #fff;
}

.qp-product-btn--outline,
.qp-product-btn--outline:visited {
    border: 1px solid #DB4035;
    background: #fff;
    color: #DB4035;
    gap:6px
}

.qp-product-btn--outline:hover {
    background: #DB4035;
    color: #fff;
}

.qp-product-highlights {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.qp-product-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #3d464f;
    font-size: 16px;
    line-height: 1.55;
    list-style: none;
}

.qp-product-highlights i {
    color: #DB4035;
    line-height: 1.55;
}

.qp-product-content-section {
    padding: 0 0 76px;
}

.qp-product-article {
    padding: 34px;
}

.qp-product-section-heading {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(38,49,58,0.1);
}

.qp-product-section-heading span {
    display: block;
    color: #DB4035;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.qp-product-section-heading h2 {
    color: #26313a;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.qp-product-content {
    max-width: 100%;
}

.qp-product-related-section {
    padding: 50px 0 90px;
}

.qp-product-related-heading {
    margin-bottom: 38px;
}

.qp-product-related-grid {
    gap: 38px 18px;
}

.qp-product-related-card h3 {
    min-height: 40px;
}


.home-consult-form-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 180px;
    position: relative;
}

.home-consult-form-overlay {
    display: flex;
    justify-content: center;
}

.home-consult-form-box {
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.75);
    max-width: 1200px;
    padding: 44px 36px 36px;
    width: 100%;
}

.home-consult-form-eyebrow {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.home-consult-form-box h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 4px 0 18px;
    text-align: center;
    text-transform: uppercase;
    font-family: "UTM Americana Bold", serif;
}

.home-consult-form-line {
    background: #db4035;
    height: 2px;
    margin: 0 auto 34px;
    width: 70px;
}

/* Fluent Form giống ảnh */
.fluentform_wrapper_1 {
    width: 100%;
}

.fluentform_wrapper_1 form fieldset {
    display: grid;
    grid-template-columns: 1fr 1fr 0.9fr;
    gap: 22px 28px;
    align-items: start;
}

.fluentform_wrapper_1 .ff-column-container {
    display: contents !important;
}

.fluentform_wrapper_1 .ff-t-cell {
    width: 100% !important;
    flex-basis: auto !important;
}

.fluentform_wrapper_1 .ff-el-group {
    margin-bottom: 0 !important;
}

.fluentform_wrapper_1 .ff-el-input--content {
    position: relative;
}

.fluentform_wrapper_1 input,
.fluentform_wrapper_1 textarea {
    width: 100%;
    border: 0 !important;
    border-radius: 4px !important;
    background: #f4f4f4 !important;
    color: #35313C;
    font-size: 17px !important;
    font-weight: 400 !important;
    min-height: 48px;
    padding: 12px 14px 12px 42px !important;
    box-shadow: none !important;
    font-family: "Be Vietnam Pro", sans-serif;
}

.fluentform_wrapper_1 textarea {
    min-height: 118px !important;
    resize: none;
}

.fluentform_wrapper_1 input::placeholder,
.fluentform_wrapper_1 textarea::placeholder {
    color: #35313C;
}

/* Ô ghi chú bên phải */
.fluentform_wrapper_1 > form > fieldset > .ff-el-group:has(textarea) {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.ff-message-success p{
    color:#0ab577 !important;
}

/* Button */
.fluentform_wrapper_1 .ff_submit_btn_wrapper {
    grid-column: 3;
}


.fluentform_wrapper_1 .ff-btn-submit {
    width: 100%;
    height: 48px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #e43d32 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
        font-family: "Be Vietnam Pro", sans-serif;
}

.fluentform_wrapper_1 .ff-btn-submit::after {
    content: " \f1d8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 6px;
}

/* Text bảo mật */
.fluentform_wrapper_1 form fieldset{
    position: relative;
}

.fluentform_wrapper_1 form fieldset::before{
    content: "\f023";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    bottom: 22px;
    color: #d8d8d8;
    font-size: 18px;
}
.fluentform_wrapper_1 form fieldset::after {
    content: " Thông tin của bạn được bảo mật tuyệt đối";
    grid-column: 1 / span 2;
    color: #d8d8d8;
    font-size: 16px;
    line-height: 40px;
     padding-left: 30px;
      margin-top: -60px;
    
}

/* Icon trong input */
.fluentform_wrapper_1 .ff-el-input--content::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #8d8d8d;
    font-size: 16px;
    padding-top:3px
}

.fluentform_wrapper_1 input[name="names[last_name]"] + *::before {
    content: "";
}

.fluentform_wrapper_1 .ff-name-field-wrapper .ff-el-input--content::before {
    content: "\f007";
}

.fluentform_wrapper_1 input[name="numeric_field"] {
    appearance: textfield;
}

.fluentform_wrapper_1 input[name="numeric_field"]::-webkit-outer-spin-button,
.fluentform_wrapper_1 input[name="numeric_field"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fluentform_wrapper_1 input[name="numeric_field"] {
    -moz-appearance: textfield;
}

.fluentform_wrapper_1 #ff_1_numeric_field.closest {
    content: "";
}

.fluentform_wrapper_1 input[name="email"] ~ * {
    content: "";
}

.fluentform_wrapper_1 .ff-el-input--content:has(input[name="numeric_field"])::before {
    content: "\f095";
}

.fluentform_wrapper_1 .ff-el-input--content:has(input[name="email"])::before {
    content: "\f0e0";
}

.fluentform_wrapper_1 .ff-el-input--content:has(input[name="input_text"])::before {
    content: "\f3c5";
}

.fluentform_wrapper_1 .ff-el-input--content:has(textarea[name="message"])::before {
    content: "\f044";
    top: 18px;
}

body.nhantuvan-open {
    overflow: hidden;
}

.nhantuvan {
    align-items: center;
    background: rgba(0, 0, 0, 0.62);
    display: none;
    inset: 0;
    justify-content: center;
    margin: 0 !important;
    padding: 24px;
    position: fixed;
    z-index: 99999;
}

.nhantuvan.is-open {
    display: flex;
}

.nhantuvan .wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    box-sizing: border-box;
    margin: 0;
    max-height: calc(100vh - 48px);
    max-width: 720px;
    overflow-y: auto;
    padding: 60px 34px 30px;
    position: relative;
    width: min(720px, calc(100vw - 32px));
}

.nhantuvan-close {
    align-items: center;
    background: #f3f3f3;
    border: 0;
    border-radius: 50%;
    color: #262D32;
    cursor: pointer;
    display: flex;
    font-size: 26px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 3px;
    position: absolute;
    right: 14px;
    top: 14px;
    transition: all 0.2s ease;
    width: 36px;
}

.nhantuvan-close:hover {
    background: #DB4035;
    color: #fff;
}

.nhantuvan .widget,
.nhantuvan .widget-wrap,
.nhantuvan .fluentform,
.nhantuvan .frm-fluent-form {
    margin: 0 !important;
    padding: 0 !important;
}

.nhantuvan .widgettitle {
    color: #DB4035;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 44px 20px 0;
    text-transform: uppercase;
}

.nhantuvan [class*="fluentform_wrapper_"] {
    width: 100%;
}

.nhantuvan [class*="fluentform_wrapper_"] form fieldset {
    border: 0;
    display: grid;
    gap: 14px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    min-width: 0;
    padding: 0;
}

.nhantuvan [class*="fluentform_wrapper_"] form fieldset::before,
.nhantuvan [class*="fluentform_wrapper_"] form fieldset::after {
    content: none !important;
    display: none !important;
}

.nhantuvan [class*="fluentform_wrapper_"] .ff-column-container {
    display: contents !important;
}

.nhantuvan [class*="fluentform_wrapper_"] .ff-t-cell {
    flex-basis: auto !important;
    padding: 0 !important;
    width: 100% !important;
}

.nhantuvan [class*="fluentform_wrapper_"] .ff-el-group {
    margin-bottom: 0 !important;
}

.nhantuvan [class*="fluentform_wrapper_"] .ff-el-input--label label {
    color: #262D32;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.nhantuvan [class*="fluentform_wrapper_"] .ff-el-input--content {
    position: relative;
}

.nhantuvan [class*="fluentform_wrapper_"] input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.nhantuvan [class*="fluentform_wrapper_"] select,
.nhantuvan [class*="fluentform_wrapper_"] textarea {
    background: #f5f5f5 !important;
    border: 1px solid #eeeeee !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #262D32;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    min-height: 46px;
    padding: 11px 14px 11px 42px !important;
    width: 100%;
}

.nhantuvan [class*="fluentform_wrapper_"] textarea {
    min-height: 118px !important;
    resize: vertical;
}

.nhantuvan [class*="fluentform_wrapper_"] .ff-el-group:has(textarea),
.nhantuvan [class*="fluentform_wrapper_"] .ff_submit_btn_wrapper {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
}

.nhantuvan [class*="fluentform_wrapper_"] .ff-btn-submit {
    background: #DB4035 !important;
    border: 1px solid #DB4035 !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-flex;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    height: 48px !important;
    justify-content: center;
    min-width: 180px;
    padding: 0 26px !important;
    text-transform: uppercase;
    width: auto;
}

.nhantuvan [class*="fluentform_wrapper_"] .ff-btn-submit:hover {
    background: #cf3028 !important;
    border-color: #cf3028 !important;
}

@media (max-width: 767px) {
    .nhantuvan {
        align-items: center;
        justify-content: center;
        overflow-y: auto;
        padding: 14px;
    }

    .nhantuvan .wrap {
        margin: auto 0;
        max-height: calc(100vh - 28px);
        max-height: calc(100svh - 28px);
        overflow-y: auto;
        padding: 60px 16px 22px;
        width: 100%;
    }

    .nhantuvan-close {
        height: 34px;
        right: 10px;
        top: 10px;
        width: 34px;
    }

    .nhantuvan .widgettitle {
        font-size: 20px;
        margin: 0 38px 16px 0;
    }

    .nhantuvan [class*="fluentform_wrapper_"] form fieldset {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .nhantuvan [class*="fluentform_wrapper_"] input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    .nhantuvan [class*="fluentform_wrapper_"] select,
    .nhantuvan [class*="fluentform_wrapper_"] textarea {
        font-size: 15px !important;
        min-height: 44px;
    }

    .nhantuvan [class*="fluentform_wrapper_"] .ff-btn-submit {
        width: 100%;
    }
}







.home-news-video-section {
    background-color: #080808;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0px 95px;
}

.home-news-video-inner {
    display: grid;
    align-items: stretch;
    gap: 64px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 0 auto;
    max-width: 1280px;
    width: min(1280px, calc(100% - 40px));
}

.home-news-column,
.home-video-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-news-video-heading {
    min-height: 86px;
    margin-bottom: 32px;
}

.home-news-video-heading h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.home-news-video-heading h2 span {
    color: #e34238;
}

.home-news-video-heading p {
    color: #EFEFEF;
    font-size: 16px;
    line-height: 1.2 ;
    margin: 0;
    padding-left: 70px;

    position: relative;
}

.home-news-video-heading p::before {
    background: #e34238;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 55px;
}

.home-news-list {
    display: grid;
    flex: 1;
    gap: 36px;
}

.home-news-item {
    border-bottom: 1px solid rgba(255,255,255,0.18);
    display: grid;
    gap: 18px;
    grid-template-columns: 200px 42px 1fr;
    padding-bottom: 36px;
}

.home-news-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.home-news-img {
    border-radius: 6px;
    display: block;
    height: 120px;
    overflow: hidden;
}

.home-news-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-news-index {
    align-items: center;
    background: #e34238;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 34px;
    justify-content: center;
    margin-top: 3px;
    width: 34px;
}

.home-news-content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.home-news-content h3 a {
    color: #EFEFEF;
    text-decoration: none;
}

.home-news-content p {
    color: #EFEFEF;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-main-video {
    align-items: center;
    /* background: #111; */
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    height: 280px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.home-main-video img,
.home-main-video iframe,
.home-main-video video {
    border: 0;
    display: block;
    height: 100%;
    /* object-fit: cover; */
    width: 100%;
}

/* .home-main-video::before,
.home-video-thumb::before {
    background: rgba(0,0,0,0.18);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
} */

.home-main-video span,
.home-video-thumb span {
    align-items: center;
    background: rgba(0,0,0,0.45);
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 34px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    z-index: 2;
}

.home-main-video.is-playing {
    cursor: default;
}

.home-main-video.is-playing::before,
.home-main-video.is-playing span {
    display: none;
}

.home-video-thumbs {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 18px;
}

.home-video-thumb {
    background: transparent;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 100px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    width: 100%;
}

/* .home-video-thumb:hover,
.home-video-thumb:focus-visible,
.home-video-thumb.is-active {
    box-shadow: 0 0 0 2px #e34238;
    outline: 0;
} */

.home-video-thumb:hover,
.home-video-thumb:focus-visible {
    transform: translateY(-1px);
}

.home-video-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-youtube-box {
    align-items: center;
    border: 1px solid #e34238;
    border-radius: 8px;
    display: grid;
    gap: 15px;
    grid-template-columns: 55px 1fr auto;
    margin-top: 30px;
    padding: 17px;
}

.home-youtube-icon {
    align-items: center;
    background: #e34238;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 26px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.home-youtube-box strong {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.home-youtube-box p {
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

.home-youtube-box a {
    background: #e34238;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.home-map-section {
    background: #111;
    overflow: hidden;
}

.home-map-wrap {
    height: var(--home-map-height, 360px);
    position: relative;
    width: 100%;
}

.home-map-wrap iframe {
    border: 0;
    display: block;
    filter: grayscale(100%) invert(92%) contrast(90%);
    height: 100% !important;
    width: 100% !important;
}

/* Trang giới thiệu */

.qp-about-page {
    background: #f2f2f2;
    color: #222;
    margin-top: 0;
}

.qp-about-container {
    width: 1280px;
    margin: 0 auto;
}

.qp-about-hero {
    position: relative;
    min-height: 85vh;
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.qp-about-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, .86) 0%,
        rgba(0, 0, 0, .68) 35%,
        rgba(0, 0, 0, .2) 70%,
        rgba(0, 0, 0, .05) 100%
    );
    z-index: 1;
}

.qp-about-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 650px;
    display: flex;
    align-items: center;
}

.qp-about-hero__content {
    max-width: 780px;
    padding: 100px 0 70px;
}

.qp-about-hero__label {
    margin-bottom: 16px;
    color: #DB4035;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.qp-about-hero h1 {
        margin: 0;
    color: #FFF;
    font-family: "UTM Americana Bold", serif;
    font-size: 64px;
    line-height: 1.02;
    font-weight: 700;
}

.qp-about-hero h2 {
    margin: 0;
    color: #DB4035;
    font-family: "UTM Americana", serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 16px;
    letter-spacing: -0.02em;
}


.qp-about-hero__desc {
      position: relative;
    margin-top: 26px;
    padding-top: 24px;
    color: #EFEFEF;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.4px;
    max-width: 760px;
}

.qp-about-hero__desc p{
   color: #EFEFEF;
}

.qp-about-hero__desc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 82px;
    height: 2px;
    background: #DB4035;
}

.qp-about-hero__buttons {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.qp-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: "Be Vietnam Pro";
}

.qp-about-btn--red {
    background: #DB4035;
    color: #fff;
    border: 1px solid #DB4035;
}

.qp-about-btn--outline {
    color: #DB4035;
    border: 1px solid #DB4035;
    background: rgba(0,0,0,.25);
}

.qp-about-btn:hover {
    transform: translateY(-2px);
}

.qp-about-stats {
    position: absolute;
    left: 50%;
    bottom: -250px;
    transform: translateX(-50%);
    width: 1280px;

    background: url("images/bg-about.png") center center / cover no-repeat;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border-radius: 16px;
    overflow: hidden;
    clip-path: inset(0 round 16px);
}


.qp-about-stat {
    position: relative;
    min-height: 180px;
    text-align: center;
    padding: 40px 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qp-about-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 50%;
    background: rgba(239, 59, 50, .35);
}

.qp-about-stat:last-child {
    border-right: 0;
}

.qp-about-stat img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 12px;
}

.qp-about-stat strong {
    color: #DB4035;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 8px;
}

.qp-about-stat span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.qp-about-intro {
    padding: 200px 0 70px;
    background: #ECEBEA;
}

.qp-about-intro__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
}

.qp-about-intro__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.qp-about-intro__content h2 {
        font-family: "UTM Americana Bold", serif;
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 12px;
    color: #2a2d33;
}

.qp-about-intro__subtitle {
    color: #DB4035;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
}

.qp-about-intro__subtitle::after {
    content: "";
    width: 85px;
    height: 2px;
    background: #DB4035;
    position: absolute;
    left: 0;
    bottom: 0;
}

.qp-about-intro__desc {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
}

.qp-about-intro__desc p {
    margin: 0 0 16px;
}




.qp-granite-section {
    background: #ECEBEA;
    padding: 60px 0 90px;
    overflow: hidden;
}

.qp-granite-inner {
    max-width: 1280px;
}

.qp-granite-top {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 70px;
    align-items: center;
}

.qp-granite-label {
    color: #DB4035;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.qp-granite-content h2 {
    font-family: "UTM Americana Bold", serif;
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 22px;
    color: #2a2d33;
    position: relative;
    padding-bottom: 18px;
}

.qp-granite-content h2::after,
.qp-granite-colors-head h3::after {
    content: "";
    width: 78px;
    height: 2px;
    background: #DB4035;
    position: absolute;
    left: 0;
    bottom: 0;
}

.qp-granite-content h2::first-letter {
    color: #2a2d33;
}

.qp-granite-content h2 span {
    color: #DB4035;
}

.qp-granite-desc {
    color: #262D32;
    font-size: 16px;
    line-height: 1.75;
    max-width: 760px;
}

.qp-granite-desc p {
    margin: 0 0 16px;
}

.qp-granite-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin-top: 35px;
    text-align: center;
}

.qp-granite-feature {
    min-height: 115px;
    padding: 18px 24px 18px 0;
    border-right: 1px solid rgba(239, 59, 50, .35);
    border-bottom: 1px solid rgba(239, 59, 50, .18);
}

.qp-granite-feature:nth-child(2n) {
    border-right: 0;
    padding-left: 34px;
}

.qp-granite-feature:nth-last-child(-n+2) {
    border-bottom: 0;
}

.qp-granite-feature img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 12px;
}

.qp-granite-feature strong {
    display: block;
    color: #DB4035;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.qp-granite-feature span {
    display: block;
    color: #262D32;
    font-size: 16px;
}

.qp-granite-image {
    position: absolute;
    right: 0;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.qp-granite-image span {
    display: none;
}

.qp-granite-image img {
    display: block;
    width: min(520px, 100%);
    height: auto;
    object-fit: contain;
}

.qp-granite-colors-head {
    margin-top: 55px;
}

.qp-granite-colors-head h3 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #262D32;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
}

.qp-granite-colors-head p {
    color: #262D32;
    font-size: 16px;
    margin: 0 0 28px;
}

.qp-granite-colors {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.qp-granite-color-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.qp-granite-color-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.qp-granite-color-card div {
    padding: 13px 16px 12px;
}

.qp-granite-color-card strong {
    display: block;
    color: #262D32;
    font-size: 16px;
}

.qp-granite-color-card span {
    display: block;
    color: rgba(38, 45, 50, 0.50);
    font-size: 15px;
    font-weight: 400;
}

.qp-granite-specs {
    margin-top: 24px;
    width: 1280px;
    min-height: 142px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    display: grid;
    grid-template-columns: minmax(360px, 1.2fr) minmax(0, 1.8fr);
    align-items: center;
    gap: 22px;
    padding: 24px 24px;
    overflow: hidden;
}

.qp-granite-commit {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.qp-granite-badge {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb8bd 0%, #DB4035 72%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
}

.qp-granite-commit-body strong {
    display: block;
    color: #DB4035;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.qp-granite-commit-body span {
    display: block;
    color: #262D32;
    font-size: 15px;
    line-height: 1.65;
}

.qp-granite-spec-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
}

.qp-granite-spec {
    text-align: center;
    min-height: 85px;
    padding: 0 18px;
    border-left: 1px solid rgba(219, 64, 53, .32);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qp-granite-spec span {
    display: block;
    color: #262D32;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.qp-granite-spec strong {
    display: block;
    color: #DB4035;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 5px;
}

.qp-granite-spec em {
    display: block;
    color: #262D32;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
}

.qp-granite-badge img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

@media (max-width: 1180px) {
    .qp-about-container {
        width: calc(100% - 36px);
    }

    .qp-about-stats {
        width: calc(100% - 36px);
    }

    .qp-granite-inner {
        max-width: calc(100% - 36px);
    }
}

@media (max-width: 860px) {
    .qp-about-hero__inner {
        min-height: 620px;
        align-items: flex-start;
        padding-top: 120px;
    }

    .qp-about-hero__content {
        padding: 0 0 54px;
    }

    .qp-about-hero h1 {
        font-size: 44px;
    }

    .qp-about-hero h2 {
        font-size: 28px;
    }

    .qp-about-stats {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 0 0 12px 12px;
    }

    .qp-about-stat {
        min-height: 142px;
        padding: 26px 14px;
    }

    .qp-about-intro {
        padding: 64px 0 58px;
    }

    .qp-about-intro__inner,
    .qp-granite-top {
        grid-template-columns: 1fr;
    }

    .qp-granite-top {
        gap: 36px;
    }

    .qp-granite-colors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qp-granite-specs {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .qp-granite-spec-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qp-granite-spec {
        border-top: 1px solid rgba(219, 64, 53, .22);
    }

    .qp-granite-spec:nth-child(odd) {
        border-left: 0;
    }
}

@media (max-width: 520px) {
    .qp-about-hero h1 {
        font-size: 36px;
    }

    .qp-about-hero h2 {
        font-size: 24px;
    }

    .qp-about-hero__buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .qp-about-stats,
    .qp-granite-colors,
    .qp-granite-spec-list {
        grid-template-columns: 1fr;
    }

    .qp-about-stat {
        border-right: 0;
        border-bottom: 1px solid rgba(239,59,50,.35);
    }

    .qp-about-stat:last-child {
        border-bottom: 0;
    }

    .qp-granite-spec {
        border-left: 0;
    }

    .qp-granite-commit {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .qp-granite-badge {
        width: 52px;
        height: 52px;
    }
}


.qp-marble-section {
    background: radial-gradient(circle at 68% 50%, #fff 0%, #f3f0ec 42%, #e9e5df 100%);
    padding: 80px 0 95px;
    overflow: hidden;
}

.qp-marble-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(229, 224, 220, 0) 81.71%,
            #E5E0DC 100%
        ),
        linear-gradient(
            180deg,
            #ECEBEA 0%,
            rgba(236, 235, 234, 0) 11.82%
        );
}

.qp-marble-section .qp-about-container {
    position: relative;
    z-index: 2;
}

.qp-marble-inner {
    max-width: 1280px;
}

.qp-marble-grid {
   display: grid;
    grid-template-columns: 560px;
    align-items: center;
}

.qp-marble-label {
    color: #DB4035;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.qp-marble-content h2 {
    font-family: "UTM Americana Bold", serif;
    color: #2b3138;
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 22px;
    padding-bottom: 18px;
    position: relative;
}

.qp-marble-content h2::after {
    content: "";
    width: 78px;
    height: 2px;
    background: #DB4035;
    position: absolute;
    left: 0;
    bottom: 0;
}

.qp-marble-content h2 span {
    color: #DB4035;
}

.qp-marble-desc {
    color: #222;
    font-size: 13px;
    line-height: 1.65;
}

.qp-marble-desc p {
    margin: 0 0 14px;
}

.qp-marble-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin-top: 35px;
    text-align: center;
}

.qp-marble-feature {
    min-height: 115px;
    padding: 18px 24px 18px 0;
    border-right: 1px solid rgba(239, 59, 50, .35);
    border-bottom: 1px solid rgba(239, 59, 50, .18);
}

.qp-marble-feature:nth-child(2n) {
    border-right: 0;
    padding-left: 34px;
}

.qp-marble-feature:nth-last-child(-n+2) {
    border-bottom: 0;
}

.qp-marble-feature img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 12px;
}

.qp-marble-feature strong {
    display: block;
    color: #DB4035;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.qp-marble-feature span {
    display: block;
    color: #262D32;
    font-size: 16px;
}

.qp-marble-section {
    background-color: #f3f0ec;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 80px 0 95px;
    overflow: hidden;
    position: relative;
}


.qp-marble-samples {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1280px;
    margin-top: 50px;
}

.qp-marble-sample {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.qp-marble-sample img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}



.qp-picture-section{

position:relative;

background-size:cover;

background-position:center;

background-repeat:no-repeat;

min-height:860px;

display:flex;

align-items:center;

}

.qp-picture-section::before{

content:"";

position:absolute;

inset:0;
background: linear-gradient(
        180deg,
        #E5E0DC 0%,
        rgba(229, 224, 220, 0) 15.7%
    );


}

.qp-picture-section>.qp-about-container{
position:relative;
z-index:2;
}

.qp-picture-content{
max-width:560px;
padding:40px 0;
}

.qp-picture-small{
font-size:17px;
font-weight:500;
letter-spacing:1px;
color:#d83c34;
margin-bottom:12px;
text-transform:uppercase;
}

.qp-picture-content h2{
font-family: "UTM Americana Bold", serif;
font-size:56px;
line-height:1;
margin:0 0 30px;
color:#e03d34;
position:relative;
padding-bottom:22px;
}

.qp-picture-content h2::after{
content:"";
width:78px;
height:2px;
background:#e03d34;
position:absolute;
left:0;
bottom:0;
}

.qp-picture-content h2 span{
display:block;
margin-top:8px;
color:#2c3137;
}

.qp-picture-desc{
font-size:16px;
line-height:1.8;
color:#444;
max-width:560px;
}

.qp-picture-desc p{
margin:0 0 15px;
}


/* CSS
------------------------------------------------------------ */


@media (max-width: 1180px) {
  .content-cta .wrap {
    width: 88%;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 38px;
  }

  .home-news-video-inner {
    gap: 32px;
    width: calc(100% - 32px);
  }

  .home-news-video-heading h2 {
    font-size: 28px;
  }

  .home-news-video-heading p {
    font-size: 14px;
    padding-left: 56px;
  }

  .home-news-video-heading p::before {
    width: 42px;
  }

  .home-news-item {
    gap: 12px;
    grid-template-columns: minmax(112px, 0.9fr) 38px minmax(0, 1fr);
  }

  .home-news-img {
    height: 84px;
  }

  .home-news-index {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .home-main-video {
    height: 238px;
  }

  .home-youtube-box {
    gap: 12px;
    grid-template-columns: 48px 1fr auto;
    padding: 14px;
  }

  .category-posts-grid {
    gap: 18px;
  }

  .category-post-card {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 14px;
  }

  .category-post-thumb {
    height: 122px;
  }

  .single-blog-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
  }

  .single-blog-article {
    padding: 28px;
  }

  .single-blog-header h1 {
    font-size: 32px;
  }

  .qp-contact-wrap {
    gap: 36px;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  }

  .qp-contact-info h1 {
    font-size: 28px;
  }

  .before_footer .wrap {
    width: calc(100% - 36px);
  }

  .qp-shop-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qp-product-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
    gap: 26px;
  }

  .qp-product-summary {
    padding: 28px;
  }

  .qp-product-summary h1 {
    font-size: 36px;
  }

  .qp-product-meta-grid {
    grid-template-columns: 1fr;
  }
  
}

@media (max-width: 768px) {
  .header-menusub-widget-area {
    height: 38px;
  }

  .header-menusub-widget-area .wrap {
    width: 100%;
    height: 38px;
    padding: 0 54px 0 12px;
    gap: 12px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .home-news-video-section {
    padding: 52px 0;
  }

  .home-news-video-inner {
    gap: 40px;
  }

  .home-news-video-heading {
    min-height: 72px;
    margin-bottom: 24px;
  }

  .home-news-content h3 {
    font-size: 13px;
  }

  .home-news-content p {
    font-size: 12px;
  }

  .home-main-video {
    height: 210px;
  }

  .home-video-thumbs {
    gap: 12px;
  }

  .home-video-thumb {
    height: 68px;
  }

  .home-youtube-box {
    grid-template-columns: 44px 1fr;
  }

  .home-youtube-box a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .category-posts-hero {
    padding: 52px 0 18px;
  }

  .category-posts-heading h1 {
    font-size: 30px;
  }

  .category-posts-section {
    padding: 20px 0 56px;
  }

  .category-posts-grid,
  .single-blog-layout {
    grid-template-columns: 1fr;
  }

  .category-post-card {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .single-blog-page {
    padding: 36px 0 56px;
  }

  .single-blog-sidebar {
    position: static;
  }

  .qp-contact-main {
    padding: 52px 0;
  }

  .qp-contact-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .qp-contact-map {
    min-height: 340px;
  }

  .qp-contact-map iframe {
    height: 340px !important;
  }

  .qp-contact-consult {
    padding-top: 72px;
    padding-bottom: 86px;
  }

  .before_footer {
    padding: 32px 0 30px;
  }

  .before_footer .wrap,
  .site-footer .wrap,
  .footer-widgets + .site-footer .wrap {
    width: calc(100% - 32px);
  }

  .before_footer .wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .before_footer .widget + .widget {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 24px 0 0;
  }

  .before_footer .textwidget > p:first-child img {
    width: 240px;
  }

  .site-footer {
    padding-bottom: 18px;
  }

  .site-footer .wrap,
  .footer-widgets + .site-footer .wrap {
    padding: 12px 16px 11px;
  }

  .site-footer ul {
    gap: 8px 10px;
  }

  .site-footer li {
    font-size: 10.5px;
  }

  .qp-shop-page {
    padding: 32px 0 54px;
  }

  .qp-shop-wrap {
    width: calc(100% - 30px);
  }

  .qp-shop-categories {
    margin-bottom: 34px;
  }

  .qp-shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 14px;
  }

  .qp-shop-category-grid {
    justify-content: flex-start;
    gap: 10px;
  }

  .qp-shop-category-card {
    flex: 1 1 calc(50% - 10px);
    min-height: 50px;
    padding-right: 12px;
  }

  .qp-shop-category-image {
    flex-basis: 58px;
    width: 58px;
    height: 36px;
  }

  .qp-shop-category-name {
    max-width: none;
    font-size: 12px;
  }

  .qp-shop-heading {
    margin-bottom: 28px;
  }

  .qp-shop-heading h1 {
    font-size: 32px;
  }

  .qp-product-hero {
    padding: 128px 0 46px;
  }

  body.has-header-menusub .qp-product-hero {
    padding-top: 164px;
  }

  .qp-product-wrap {
    width: calc(100% - 30px);
  }

  .qp-product-hero-grid {
    grid-template-columns: 1fr;
  }

  .qp-product-gallery,
  .qp-product-summary,
  .qp-product-article {
    border-radius: 7px;
  }

  .qp-product-gallery {
    padding: 12px;
  }

  .qp-product-gallery-slide {
    aspect-ratio: 1.12 / 1;
  }

  .qp-product-summary,
  .qp-product-article {
    padding: 24px 20px;
  }

  .qp-product-summary h1 {
    font-size: 32px;
  }

  .qp-product-content-section {
    padding-bottom: 56px;
  }

  .qp-product-related-section {
    padding: 54px 0 62px;
  }

  .qp-product-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 14px;
  }

}

@media (max-width: 620px) {
  .home-news-video-inner {
    grid-template-columns: 1fr;
  }

  .home-news-video-heading {
    min-height: 0;
  }

  .category-posts-wrap,
  .single-blog-wrap {
    width: calc(100% - 30px);
  }

  .category-post-card {
    grid-template-columns: 1fr;
  }

  .category-post-thumb {
    height: 210px;
  }

  .single-blog-article {
    padding: 22px 18px;
  }

  .single-blog-header h1 {
    font-size: 27px;
  }

  .single-blog-content h2 {
    font-size: 23px;
  }

  .single-blog-content h3 {
    font-size: 20px;
  }

  .single-related-box {
    padding: 18px;
  }

  .qp-contact-wrap {
    width: calc(100% - 30px);
  }

  .qp-contact-info h1 {
    font-size: 24px;
  }

  .qp-contact-item {
    gap: 12px;
  }

  .qp-contact-item strong {
    font-size: 16px;
  }

  .qp-contact-item p,
  .qp-contact-item a {
    font-size: 15px;
  }

  .qp-contact-social {
    gap: 12px;
  }

  .qp-contact-map,
  .qp-contact-map iframe {
    min-height: 300px;
    height: 300px !important;
  }

  .qp-shop-products-grid {
    gap: 28px 12px;
  }

  .qp-shop-category-card {
    flex-basis: 100%;
  }

  .qp-shop-product-card h3 {
    font-size: 12px;
    margin: 14px 0 12px;
  }

  .qp-shop-product-card .home-featured-product-btn {
    min-width: 104px;
    height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .qp-shop-pagination {
    gap: 8px;
    margin-top: 38px;
  }

  .qp-shop-pagination .page-numbers,
  .qp-shop-page-link {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
  }

  .qp-product-gallery-thumb {
    height: 68px;
  }

  .qp-product-gallery-arrow {
    width: 36px;
    height: 36px;
  }

  .qp-product-summary h1 {
    font-size: 27px;
  }

  .qp-product-categories a {
    max-width: 100%;
    white-space: normal;
  }

  .qp-product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .qp-product-btn {
    width: 100%;
  }

  .qp-product-section-heading h2 {
    font-size: 24px;
  }

  .qp-product-related-card h3 {
    min-height: 0;
  }
}

/* Mobile header menu
------------------------------------------------------------ */
@media (max-width: 960px) {
  .site-header {
    position: fixed;
    top: 10px;
    left: 12px;
    right: 12px;
    transform: none;
    width: auto;
    max-width: none;
    height: 58px;
    border: 1px solid rgba(219, 64, 53, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 28px rgba(53, 46, 35, 0.14);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  body.has-header-menusub .site-header {
    top: 46px;
  }

  body.admin-bar .site-header {
    top: 56px;
  }

  body.admin-bar.has-header-menusub .site-header {
    top: 92px;
  }

  .site-header > .wrap {
    width: 100%;
    max-width: none;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 64px 0 16px;
  }

  .title-area {
    float: none;
    flex: 0 0 150px;
    width: 150px;
    height: 58px;
    margin: 0;
    overflow: visible;
  }

  .site-title {
    width: 100%;
    height: 100%;
  }

  .site-title a,
  .site-title a:hover {
    height: 58px;
    background-position: left center;
    background-size: 92px auto;
  }

  .site-header .widget-area,
  .site-header .image-upload,
  .site-header .menu {
    display: none !important;
  }

  .header-menusub-widget-area {
    z-index: 998;
    height: 38px;
  }

  body.admin-bar.has-header-menusub .header-menusub-widget-area {
    top: 46px;
  }

  .header-menusub-widget-area .wrap {
    width: 100%;
    max-width: none;
    height: 38px;
    padding: 0 12px;
    gap: 14px;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .header-menusub-widget-area .wrap::-webkit-scrollbar {
    display: none;
  }

  .header-menusub-widget-area p,
  .header-menusub-widget-area a,
  .header-menusub-widget-area a:visited {
    font-size: 12px;
  }

  #click-menu.click-menu {
    position: fixed !important;
    top: 17px !important;
    right: 22px !important;
    left: auto !important;
    z-index: 1000000 !important;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 !important;
    border: 1px solid rgba(219, 64, 53, 0.22);
    border-radius: 8px;
    background: #DB4035;
    box-shadow: 0 8px 18px rgba(219, 64, 53, 0.26);
    cursor: pointer;
  }

  body.has-header-menusub #click-menu.click-menu {
    top: 53px !important;
  }

  body.admin-bar #click-menu.click-menu {
    top: 63px !important;
  }

  body.admin-bar.has-header-menusub #click-menu.click-menu {
    top: 99px !important;
  }

  #click-menu.click-menu .line {
    width: 22px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 2px;
    background: #fff !important;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }

  #click-menu.click-menu.change .line1 {
    transform: translateY(7px) rotate(45deg) !important;
  }

  #click-menu.click-menu.change .line2 {
    opacity: 0;
  }

  #click-menu.click-menu.change .line3 {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  #responsive-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(92vw, 372px) !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding: 82px 0 28px !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px 0 0 12px;
    background: #fff !important;
    box-shadow: -18px 0 44px rgba(38, 45, 50, 0.22) !important;
  }

  body.admin-bar #responsive-menu {
    top: 46px !important;
    height: calc(100vh - 46px) !important;
    height: calc(100dvh - 46px) !important;
  }

  #responsive-menu .logomobile {
    position: absolute;
    top: 14px;
    left: 18px;
    width: 112px;
    height: 48px;
    background: url(images/logo_quocphuong.png) no-repeat left center / contain;
  }

  #responsive-menu .mobile-menu {
    width: 100%;
    padding: 0 16px 24px;
  }

  #responsive-menu .mobile-menu ul,
  #responsive-menu .mobile-menu li {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    list-style: none;
    box-sizing: border-box;
  }

  #responsive-menu .mobile-menu li {
    position: relative;
    border-bottom: 1px solid rgba(38, 45, 50, 0.08);
  }

  #responsive-menu .mobile-menu li::before,
  #responsive-menu .mobile-menu li::after,
  #responsive-menu .mobile-menu a::before,
  #responsive-menu .mobile-menu a::after {
    display: none !important;
    content: none !important;
  }

  #responsive-menu .mobile-menu a,
  #responsive-menu .mobile-menu a:visited {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 49px;
    padding: 12px 52px 12px 14px !important;
    border-radius: 8px;
    color: #262D32 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
  }

  #responsive-menu .mobile-menu a:hover,
  #responsive-menu .mobile-menu .current-menu-item > a,
  #responsive-menu .mobile-menu .current_page_item > a {
    background: rgba(219, 64, 53, 0.08);
    color: #DB4035 !important;
  }

  #responsive-menu .mobile-menu ul.sub-menu {
    position: static !important;
    width: auto !important;
    margin: 0 0 10px !important;
    padding: 6px !important;
    border: 0 !important;
    border-radius: 8px;
    background: #F6F8FA !important;
    box-shadow: none !important;
  }

  #responsive-menu .mobile-menu ul.sub-menu > li,
  #responsive-menu .mobile-menu ul.sub-menu > li:last-child,
  #responsive-menu .mobile-menu ul.sub-menu > li:last-of-type {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0;
  }

  #responsive-menu .mobile-menu ul.sub-menu a,
  #responsive-menu .mobile-menu ul.sub-menu a:visited {
    justify-content: flex-start;
    min-height: 43px;
    padding-top: 10px !important;
    padding-right: 42px !important;
    padding-bottom: 10px !important;
    padding-left: 18px !important;
    font-size: 14px;
    font-weight: 500;
  }

  #responsive-menu .mobile-menu ul.sub-menu ul.sub-menu a,
  #responsive-menu .mobile-menu ul.sub-menu ul.sub-menu a:visited {
    padding-left: 30px !important;
    font-size: 13px;
  }

  #responsive-menu .mobile-menu .active-menu.toggle {
    top: 6px !important;
    right: 8px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background: #F0F2F5;
    color: #DB4035 !important;
    font-size: 0 !important;
  }

  #responsive-menu .mobile-menu .active-menu.toggle::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease, margin 0.2s ease;
  }

  #responsive-menu .mobile-menu li.open > .active-menu.toggle::before {
    margin-top: 4px;
    transform: rotate(225deg);
  }
}

@media (max-width: 420px) {
  .site-header {
    left: 10px;
    right: 10px;
    height: 54px;
  }

  .site-header > .wrap {
    padding-left: 14px;
    padding-right: 60px;
  }

  .title-area {
    flex-basis: 132px;
    width: 132px;
    height: 54px;
  }

  .site-title a,
  .site-title a:hover {
    height: 54px;
    background-size: 84px auto;
  }

  #click-menu.click-menu {
    right: 18px !important;
    width: 40px;
    height: 40px;
  }

  #responsive-menu {
    width: calc(100vw - 18px) !important;
  }
}

@media (min-width: 421px) and (max-width: 520px) {
  #responsive-menu {
    width: calc(100vw - 18px) !important;
  }
}

/* Mobile page polish
------------------------------------------------------------ */
@media (max-width: 768px) {
  .wrap,
  .home-banner-inner,
  .home-intro-inner,
  .home-intro-features,
  .home-featured-products-inner,
  .home-news-video-inner,
  .home-map-wrap,
  .qp-about-container,
  .qp-marble-inner,
  .qp-shop-wrap,
  .qp-product-wrap,
  .qp-contact-wrap,
  .category-posts-wrap,
  .single-blog-wrap,
  .before_footer .wrap,
  .site-footer .wrap,
  .footer-widgets + .site-footer .wrap {
    width: calc(100% - 32px);
    max-width: none;
  }

  .home-banner-overlay {
    min-height: auto;
    padding: 148px 0 64px;
  }

  body.has-header-menusub .home-acf-main {
    padding-top: 0;
  }

  .home-banner-content h1 {
    font-size: 32px;
    line-height: 1.08;
  }

  .home-banner-content h3 {
    font-size: 24px;
    letter-spacing: 0;
  }

  .home-banner-eyebrow,
  .home-intro-eyebrow,
  .qp-marble-label {
    font-size: 15px;
    letter-spacing: 0;
  }

  .home-banner-description,
  .home-intro-description,
  .qp-picture-desc {
    font-size: 15px;
    line-height: 1.65;
  }

  .home-intro-overlay {
    min-height: auto;
  }

  .home-intro-inner {
    padding-top: 58px;
    padding-bottom: 32px;
  }

  .home-intro-content {
    margin-left: 0;
    max-width: none;
  }

  .home-intro-content h2,
  .qp-picture-content h2,
  .qp-marble-content h2 {
    font-size: 32px;
    letter-spacing: 0;
  }

  .home-intro-content h2 em {
    font-size: 24px;
    margin-top: 10px;
  }

  .home-intro-features {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0;
  }

  .home-intro-feature {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
  }

  .home-intro-feature-icon {
    width: 56px;
    height: 56px;
  }

  .home-intro-feature-icon img {
    width: 30px;
    height: 30px;
  }

  .home-news-video-section,
  .qp-marble-section,
  .qp-picture-section {
    padding: 54px 0;
  }

  .qp-picture-section {
    min-height: auto;
    align-items: flex-start;
  }
}

/* Home and about mobile refinements
------------------------------------------------------------ */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .home-banner-section,
  .home-intro-section,
  .home-featured-products-section,
  .home-news-video-section,
  .home-consult-form-section,
  .content-cta,
  .qp-about-page,
  .qp-about-hero,
  .qp-about-intro,
  .qp-granite-section,
  .qp-marble-section,
  .qp-picture-section {
    overflow-x: hidden;
  }

  .home-banner-section {
    background-position: 58% center;
  }

  .home-banner-overlay {
    display: block;
    padding-top: 110px;
    padding-bottom: 44px;
  }

  .home-banner-inner {
    display: block;
  }

  .home-banner-content {
    max-width: none;
  }

  .home-banner-description {
    margin-top: 20px;
    padding-top: 18px;
  }

  .home-banner-description p,
  .qp-about-hero__desc p,
  .qp-granite-desc p,
  .qp-marble-desc p,
  .qp-picture-desc p {
    font-size: 15px;
    line-height: inherit;
  }

  .home-banner-actions,
  .qp-about-hero__buttons {
    gap: 12px;
    margin-top: 24px;
  }

  .home-btn,
  .qp-about-btn {
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
    white-space: nowrap;
  }

  .home-banner-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px;
    width: 100%;
  }

  .home-banner-stat {
    width: 100%;
    min-height: 0;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    border-radius: 7px;
  }

  .home-banner-stat-icon {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }

  .home-banner-stat-icon img {
    width: 30px;
    height: 30px;
  }

  .home-banner-stat strong {
    font-size: 28px;
  }

  .home-banner-stat span {
    font-size: 16px;
    line-height: 1.45;
  }

  .home-banner-stat small {
    font-size: 14px;
    line-height: 1.45;
  }

  .home-featured-products-section {
    padding: 56px 0 62px;
  }

  .home-section-heading {
    margin-bottom: 28px;
  }

  .home-section-heading h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .home-featured-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }

  .home-consult-form-section {
    padding: 58px 0;
    background-position: center;
  }

  .home-consult-form-overlay {
    display: block;
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .home-consult-form-box {
    width: 100%;
    padding: 34px 18px 24px;
    border-radius: 14px;
  }

  .home-consult-form-eyebrow {
    font-size: 14px;
  }

  .home-consult-form-box h2 {
    font-size: 28px;
    line-height: 1.12;
    margin-top: 6px;
  }

  .home-consult-form-line {
    margin-bottom: 24px;
  }

  .content-cta {
    min-height: 0;
    padding: 54px 0;
  }

  .content-cta .wrap {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .content-cta .widgettitle {
    font-size: 25px;
    margin-bottom: 18px;
  }

  .content-cta ul {
    gap: 16px;
  }

  .content-cta li {
    padding-left: 32px;
  }

  .content-cta .widget_fluentform_widget .widget-wrap {
    padding: 28px 16px 22px;
    border-radius: 12px;
    clip-path: none;
  }

  .content-cta .widget_fluentform_widget .widget-wrap::before {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .fluentform_wrapper_1 form fieldset {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .fluentform_wrapper_1 .ff-column-container,
  .fluentform_wrapper_1 .ff-t-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .fluentform_wrapper_1 .ff-column-container > .ff-t-cell,
  .fluentform_wrapper_1 .ff-t-container > .ff-t-cell {
    flex-basis: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .fluentform_wrapper_1 .ff-t-cell,
  .fluentform_wrapper_1 .ff-el-group,
  .fluentform_wrapper_1 > form > fieldset > .ff-el-group:has(textarea),
  .fluentform_wrapper_1 .ff_submit_btn_wrapper {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
  }

  .fluentform_wrapper_1 input,
  .fluentform_wrapper_1 textarea {
    min-height: 48px;
    font-size: 15px !important;
    padding-left: 42px !important;
  }

  .fluentform_wrapper_1 textarea {
    min-height: 108px !important;
  }

  .fluentform_wrapper_1 .ff-btn-submit {
    width: 100%;
    max-width: none;
  }

  .fluentform_wrapper_1 form fieldset::before,
  .fluentform_wrapper_1 form fieldset::after {
    position: static;
    grid-column: auto;
    margin: 4px 0 0;
    padding-left: 0;
    line-height: 1.55;
  }

  .fluentform_wrapper_1 form fieldset::before {
    display: none;
  }

  .fluentform_wrapper_1 form fieldset::after {
    content: "Thông tin của bạn được bảo mật tuyệt đối";
    color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .qp-about-hero {
    min-height: auto;
    overflow: hidden;
    background-position: 58% center;
  }

  .qp-about-hero__shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .72) 62%, rgba(0, 0, 0, .3) 100%);
  }

  .qp-about-hero__inner {
    display: block;
    min-height: 0;
    padding-top: 124px;
    padding-bottom: 34px;
  }

  .qp-about-hero__content {
    max-width: none;
    padding: 0;
  }

  .qp-about-hero__label {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }

  .qp-about-hero h1 {
    font-size: 32px;
    line-height: 1.05;
  }

  .qp-about-hero h2 {
    font-size: 25px;
    letter-spacing: 0;
  }

  .qp-about-hero__desc {
    max-width: none;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 22px;
  }

  .qp-about-stats {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
    border-radius: 9px;
    clip-path: none;
  }

  .qp-about-stat {
    min-height: 132px;
    padding: 20px 10px;
  }

  .qp-about-stat::after {
    display: none;
  }

  .qp-about-stat img {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
  }

  .qp-about-stat strong {
    font-size: 28px;
    line-height: 1.05;
  }

  .qp-about-stat span {
    font-size: 13px;
    line-height: 1.4;
  }

  .qp-about-intro {
    padding: 54px 0;
  }

  .qp-about-intro__inner {
    gap: 24px;
  }

  .qp-about-intro__content h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .qp-about-intro__subtitle {
    font-size: 20px;
    line-height: 1.35;
  }

  .qp-about-intro__desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .qp-granite-section {
    padding: 0px 0 62px;
  }

  .qp-granite-label {
    font-size: 15px;
  }

  .qp-granite-inner {
    max-width: none !important;
  }

  .qp-granite-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .qp-granite-content h2 {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .qp-granite-desc {
    max-width: none;
    font-size: 15px;
    line-height: 1.7;
  }

  .qp-granite-image {
    position: relative !important;
    right: auto;
    min-height: 0;
    justify-content: center;
    width: 100%;
    margin: 4px auto 0;
    padding: 0 10px;
  }

  .qp-granite-image img {
    width: min(100%, 340px);
    max-width: 100%;
  }

  .qp-granite-features {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .qp-granite-feature {
    min-height: 0;
    padding: 18px 12px;
  }

  .qp-granite-feature:nth-child(2n) {
    padding-left: 12px;
  }

  .qp-granite-colors-head {
    margin-top: 38px;
  }

  .qp-granite-colors-head h3 {
    font-size: 27px;
  }

  .qp-granite-colors-head p {
    font-size: 15px;
    line-height: 1.65;
  }

  .qp-granite-specs {
    width: 100% !important;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
    border-radius: 8px;
  }

  .qp-granite-commit {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
  }

  .qp-granite-badge {
    width: 56px;
    height: 56px;
  }

  .qp-granite-badge img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 520px) {
  .home-banner-actions,
  .qp-about-hero__buttons {
    align-items: stretch;
    /* flex-direction: column; */
  }

  .home-btn,
  .qp-about-btn {
    width: fit-content;
    max-width: 100%;
  }

  .home-featured-products-grid {
    grid-template-columns: 1fr;
  }

  .qp-about-stats,
  .qp-granite-colors,
  .qp-granite-spec-list {
    grid-template-columns: 1fr;
  }

  .qp-about-stat {
    min-height: 112px;
  }

  .qp-granite-content h2 {
    font-size: 34px;
  }

  .qp-granite-features {
    grid-template-columns: 1fr;
  }

  .qp-granite-feature,
  .qp-granite-feature:nth-child(2n) {
    padding: 18px 0;
    border-right: 0;
  }

  .qp-granite-feature:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(239, 59, 50, .18);
  }

  .qp-granite-feature:last-child {
    border-bottom: 0;
  }
}

/* Product, news and contact mobile refinements
------------------------------------------------------------ */
@media (max-width: 768px) {
  .qp-shop-page,
  .qp-product-detail-page,
  .category-posts-page,
  .single-blog-page,
  .qp-contact-page {
    overflow-x: hidden;
  }

  .qp-shop-wrap,
  .qp-product-wrap,
  .category-posts-wrap,
  .single-blog-wrap,
  .qp-contact-wrap {
    width: calc(100% - 32px) !important;
    max-width: none;
  }

  .qp-shop-page {
    padding: 108px 0 54px;
  }

  body.has-header-menusub .qp-shop-page {
    padding-top: 154px;
  }

  .qp-shop-categories {
    margin-bottom: 30px;
  }

  .qp-shop-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .qp-shop-category-card {
    width: 100%;
    flex: none;
    min-height: 58px;
    padding: 6px 8px;
    gap: 8px;
  }

  .qp-shop-category-image {
    flex: 0 0 52px;
    width: 52px;
    height: 38px;
  }

  .qp-shop-category-name {
    max-width: none;
    font-size: 11px;
    line-height: 1.25;
    white-space: normal;
  }

  .qp-shop-heading {
    margin-bottom: 24px;
  }

  .qp-shop-heading h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .qp-shop-products-grid,
  .qp-product-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 12px;
  }

  .qp-shop-product-card,
  .qp-product-related-card {
    min-width: 0;
  }

  .qp-shop-product-card .home-featured-product-image,
  .qp-product-related-card .home-featured-product-image {
    aspect-ratio: 1 / 0.82;
    border-radius: 6px;
  }

  .qp-shop-product-card h3,
  .qp-product-related-card h3 {
    min-height: 0;
    margin: 13px 0 11px;
    font-size: 12px;
    line-height: 1.35;
  }

  .qp-shop-product-card h3::after,
  .qp-product-related-card h3::after {
    width: 48px;
    margin-top: 10px;
  }

  .qp-shop-product-card .home-featured-product-btn,
  .qp-product-related-card .home-featured-product-btn {
    min-width: 0;
    min-height: 36px;
    height: 36px;
    padding: 0 11px;
    font-size: 11px;
    line-height: 1;
  }

  .qp-shop-pagination {
    gap: 8px;
    margin-top: 36px;
  }

  .qp-shop-pagination .page-numbers,
  .qp-shop-page-link {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .qp-shop-page-link--edge {
    min-width: 68px;
  }

  .qp-product-hero {
    padding: 100px 0 42px;
  }

  body.has-header-menusub .qp-product-hero {
    padding-top: 154px;
  }

  .qp-product-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .qp-product-gallery {
    padding: 0;
  }

  .qp-product-gallery-main {
    border-radius: 7px;
  }

  .qp-product-gallery-slide {
    aspect-ratio: 1.08 / 1;
  }

  .qp-product-gallery-nav {
    margin-top: 10px;
  }

  .qp-product-gallery-thumb {
    height: 62px;
  }

  .qp-product-summary,
  .qp-product-article {
    padding: 22px 18px;
    border-radius: 7px;
  }

  .qp-product-eyebrow {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .qp-product-summary h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .qp-product-categories {
    gap: 6px;
    margin-bottom: 16px;
  }

  .qp-product-categories a {
    min-height: 30px;
    max-width: 100%;
    white-space: normal;
  }

  .qp-product-short-desc,
  .qp-product-highlights li {
    font-size: 15px;
    line-height: 1.65;
  }

  .qp-product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .qp-product-btn {
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }

  .qp-product-content-section {
    padding-bottom: 50px;
  }

  .qp-product-section-heading h2 {
    font-size: 24px;
    line-height: 1.18;
  }

  .qp-product-related-section {
    padding: 50px 0 58px;
  }

  .category-posts-hero {
    padding: 100px 0 10px;
  }

  body.has-header-menusub .category-posts-hero {
    padding-top: 154px;
  }

  .category-posts-heading h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .category-posts-section {
    padding: 20px 0 54px;
  }

  .category-posts-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .category-post-card {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 13px;
    padding: 12px;
    border-radius: 7px;
    background: #fff;
  }

  .category-post-thumb {
    height: 104px;
    border-radius: 6px;
  }

  .category-post-body h2 {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 7px;
  }

  .category-post-body p {
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    color: #59636d;
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .single-blog-page {
    padding: 85px 0 54px;
  }

  body.has-header-menusub .single-blog-page {
    padding-top: 154px;
  }

  .single-blog-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* .single-blog-article,
  .single-related-box {
    padding: 20px 16px;
    border-radius: 7px;
    background: #fff;
  } */

  .single-blog-header h1 {
    font-size: 29px;
    line-height: 1.18;
  }

  .single-blog-featured {
    margin-bottom: 22px;
    border-radius: 7px;
  }

  .single-blog-content {
    font-size: 15px;
    line-height: 1.75;
  }

  .single-blog-content h2 {
    font-size: 23px;
  }

  .single-blog-content h3 {
    font-size: 20px;
  }

  .single-blog-content ul,
  .single-blog-content ol {
    margin-left: 20px;
  }

  .single-related-item {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .single-related-thumb {
    height: 68px;
  }

  .qp-contact-main {
    padding: 100px 0 52px;
  }

  body.has-header-menusub .qp-contact-main {
    padding-top: 154px;
  }

  .qp-contact-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .qp-contact-info h1 {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 24px;
  }

  .qp-contact-list {
    gap: 18px;
  }

  .qp-contact-item {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
  }

  .qp-contact-icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }

  .qp-contact-item strong {
    font-size: 16px;
  }

  .qp-contact-item p,
  .qp-contact-item a {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 15px;
  }

  .qp-contact-social {
    gap: 10px;
    margin-top: 24px;
  }

  .qp-contact-social span {
    flex: 1 0 100%;
    font-size: 15px;
  }

  .qp-contact-map,
  .qp-contact-map iframe {
    min-height: 300px;
    height: 300px !important;
    border-radius: 7px;
  }

  .qp-contact-consult {
    padding-top: 54px;
    padding-bottom: 58px;
  }
}

@media (max-width: 420px) {
  .qp-shop-products-grid,
  .qp-product-related-grid {
    gap: 26px 10px;
  }

  .qp-shop-wrap,
  .qp-product-wrap,
  .category-posts-wrap,
  .single-blog-wrap,
  .qp-contact-wrap {
    width: calc(100% - 24px) !important;
  }

  .qp-shop-category-grid {
    grid-template-columns: 1fr;
  }

  .qp-shop-category-card {
    min-height: 52px;
  }

  .qp-shop-product-card .home-featured-product-btn,
  .qp-product-related-card .home-featured-product-btn {
    padding: 0 9px;
    font-size: 10.5px;
  }

  .category-post-card {
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 10px;
    min-height: 115px;
  }

  .category-post-thumb {
    height: 94px;
  }

  .category-post-body h2 {
    font-size: 15px;
  }
}

/* Final mobile tightening
------------------------------------------------------------ */
@media (max-width: 768px) {
  .home-featured-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 12px;
  }

  .home-featured-product-card {
    min-width: 0;
  }

  .home-featured-product-image {
    aspect-ratio: 1 / 0.82;
    border-radius: 6px;
  }

  .home-featured-product-card h3 {
    min-height: 0;
    margin: 13px 0 11px;
    font-size: 12px;
    line-height: 1.35;
  }

  .home-featured-product-card h3::after {
    width: 48px;
    margin-top: 10px;
  }

  .single-blog-wrap,
  .qp-product-wrap {
    width: calc(100% - 18px) !important;
  }

  .single-blog-article,
  .single-related-box,
  .qp-product-summary,
  .qp-product-article {
    padding: 16px 12px;
  }

  .single-blog-header h1 {
    font-size: 25px;
    line-height: 1.2;
  }

  .single-blog-content,
  .qp-product-short-desc,
  .qp-product-highlights li {
    font-size: 14px;
    line-height: 1.68;
  }

  .single-blog-content h2,
  .qp-product-section-heading h2 {
    font-size: 21px;
  }

  .single-blog-content h3 {
    font-size: 18px;
  }

  .qp-product-summary h1 {
    font-size: 26px;
  }

  .home-btn,
  .qp-about-btn,
  .home-featured-products-more a,
  .home-featured-product-btn,
  .qp-product-btn,
  .qp-shop-page-link,
  .qp-shop-pagination .page-numbers,
  .content-cta input[type="submit"],
  .content-cta button[type="submit"],
  .content-cta .ff-btn-submit,
  .fluentform_wrapper_1 .ff-btn-submit,
  .nhantuvan [class*="fluentform_wrapper_"] .ff-btn-submit {
    min-height: 40px !important;
    line-height: 40px !important;
    height: 40px !important;
    padding: 0 14px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
  }

  .home-featured-product-btn {
    min-width: 0;
  }

  .home-featured-products-more a {
    min-width: 132px;
  }

  .qp-product-btn {
    width: 100%;
  }

  .home-section-heading h2,
  .qp-shop-heading h1,
  .category-posts-heading h1 {
    font-size: 30px;
  }

  body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
    color: #262D32;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
}

@media (max-width: 420px) {
  .home-featured-products-grid,
  .qp-shop-products-grid,
  .qp-product-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 10px;
  }

  .single-blog-wrap,
  .qp-product-wrap {
    width: calc(100% - 14px) !important;
  }

  .single-blog-article,
  .single-related-box,
  .qp-product-summary,
  .qp-product-article {
    padding: 14px 10px;
  }

  .home-featured-product-card h3,
  .qp-shop-product-card h3,
  .qp-product-related-card h3 {
    font-size: 13px;
  }

  .home-featured-product-btn,
  .qp-shop-product-card .home-featured-product-btn,
  .qp-product-related-card .home-featured-product-btn {
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 9px !important;
    font-size: 12px !important;
  }
}

/* Final visual polish for footer, imagery and about hero
------------------------------------------------------------ */
body.qp-about-template {
  background: #050505 !important;
}

body.qp-about-template .site-container,
body.qp-about-template .qp-about-page {
  background: #050505;
}

body.qp-about-template .qp-about-page {
  margin-top: -6px;
}

body.qp-about-template .qp-about-hero {
  min-height: calc(85vh + 6px);
}

@media (max-width: 768px) {
  body.qp-about-template .qp-about-page {
    margin-top: -4px;
  }

  .before_footer {
    padding: 40px 0 24px;
  }

  .before_footer .wrap,
  .site-footer .wrap,
  .footer-widgets + .site-footer .wrap {
    width: calc(100% - 28px);
  }

  .before_footer .wrap {
    gap: 18px;
  }

  .before_footer .widget + .widget {
    padding-top: 18px;
  }

  .before_footer .widget-title {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.3;
  }

  .before_footer .widget-title::after {
    bottom: -10px;
    width: 46px;
  }

  .before_footer p,
  .before_footer li,
  .before_footer a,
  .before_footer .footer-contact li span,
  .before_footer .widget_text:not(:first-child) li {
    font-size: 14px;
    line-height: 1.45;
  }

  .before_footer p {
    margin-bottom: 12px;
  }

  .before_footer li,
  .before_footer .footer-contact li,
  .before_footer .widget_text:not(:first-child) li {
    margin-bottom: 8px;
  }

  .before_footer .footer-contact li {
    grid-template-columns: 16px minmax(0, 1fr);
    column-gap: 9px;
  }

  .before_footer .footer-contact li img {
    width: 15px !important;
    height: 15px !important;
    margin-top: 3px !important;
  }

  .before_footer .textwidget > p:first-child img {
    width: 210px;
  }

  .before_footer .footer-social {
    gap: 7px;
    margin-top: 14px;
  }

  .before_footer .footer-social span {
    font-size: 13px;
  }

  .before_footer .footer-social img,
  .before_footer .textwidget img[src*="frame-2071860"] {
    width: 32px !important;
    height: 32px !important;
  }

  .site-footer .wrap,
  .footer-widgets + .site-footer .wrap {
    padding: 9px 12px 8px;
    border-radius: 8px 8px 0 0;
  }

  .site-footer ul {
    gap: 5px 8px;
  }

  .site-footer li,
  .site-footer p,
  .site-footer a {
    font-size: 10px;
    line-height: 1.35;
  }

  .site-footer li {
    gap: 8px;
  }

  .site-footer li + li::before {
    height: 12px;
  }

  .home-featured-product-image,
  .category-post-thumb,
  .single-blog-featured,
  .qp-product-gallery-main,
  .qp-product-gallery-thumb,
  .qp-about-intro__image img,
  .qp-granite-color-card,
  .qp-marble-sample,
  .qp-contact-map {
    border-radius: 6px;
  }

  .home-featured-product-image,
  .qp-shop-product-card .home-featured-product-image,
  .qp-product-related-card .home-featured-product-image,
  .category-post-thumb,
  .qp-product-gallery-main {
    box-shadow: 0 8px 18px rgba(38, 45, 50, 0.12);
  }

  .qp-picture-section {
    background-position: center right;
  }

  .qp-picture-section::before {
    background:
      linear-gradient(90deg, rgba(236, 235, 234, 0.96) 0%, rgba(236, 235, 234, 0.9) 58%, rgba(236, 235, 234, 0.4) 100%),
      linear-gradient(180deg, #E5E0DC 0%, rgba(229, 224, 220, 0) 20%);
  }

  .qp-picture-section > .qp-about-container {
    position: relative;
    z-index: 2;
  }

  .qp-picture-content {
    max-width: 76%;
    padding: 0;
  }

  .qp-picture-small {
    font-size: 13px;
    line-height: 1.35;
  }

  .qp-picture-content h2 {
    font-size: 32px;
    line-height: 1.08;
    margin-bottom: 18px;
    padding-bottom: 16px;
  }

  .qp-picture-content h2::after {
    width: 58px;
  }

  .qp-picture-desc {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.62;
  }

  .qp-granite-specs {
    box-shadow: 0 8px 18px rgba(38, 45, 50, 0.08);
  }
}

@media (max-width: 420px) {
  .before_footer .wrap,
  .site-footer .wrap,
  .footer-widgets + .site-footer .wrap {
    width: calc(100% - 22px);
  }

  .before_footer p,
  .before_footer li,
  .before_footer a,
  .before_footer .footer-contact li span,
  .before_footer .widget_text:not(:first-child) li {
    font-size: 14px;
  }

  .site-footer li,
  .site-footer p,
  .site-footer a {
    font-size: 13px;
  }

  .qp-picture-content {
    max-width: 82%;
  }

  .qp-picture-content h2 {
    font-size: 29px;
  }
}

/* Product article content
------------------------------------------------------------ */
.single-blog-content strong,
.single-blog-content b {
  color: #20262b;
  font-weight: 600;
}

.single-blog-content hr {
  width: 100%;
  height: 1px;
  margin: 28px 0;
  border: 0;
  background: #dfe4ea;
}

.single-blog-content .aligncenter,
.single-blog-content .wp-block-image.aligncenter img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.single-blog-content .wp-caption {
  max-width: 100%;
}

.qp-product-content-section {
  padding: 0 0 20px;
}

.qp-product-article {
  max-width: 980px;
  margin: 0 auto;
  /* padding: 38px 42px 42px;
  border: 1px solid rgba(38, 49, 58, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(38, 45, 50, 0.07); */
}

.qp-product-section-heading {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(219, 64, 53, 0.18);
}

.qp-product-section-heading span {
  display: block;
  color: #DB4035;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.qp-product-section-heading h2 {
  color: #26313a;
  font-family: "UTM Americana Bold", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.24;
  margin: 0;
}

.qp-product-content {
  max-width: 100%;
  color: #2d343a;
}

.qp-product-content > h2:first-child,
.qp-product-content > h3:first-child,
.qp-product-content > h4:first-child,
.qp-product-content > p:first-child {
  margin-top: 0;
}

.qp-product-content p:empty {
  display: none;
}

.qp-product-content img {
  display: inline-block;
  max-width: 100%;
}

.qp-product-content .wp-block-image img,
.qp-product-content figure img {
  display: block;
}

.qp-product-content .wp-block-separator {
  width: 100%;
  height: 1px;
  margin: 28px 0;
  border: 0;
  background: #dfe4ea;
}

@media (max-width: 768px) {
  .qp-product-content-section {
    padding-bottom: 5px;
  }


  .qp-product-section-heading {
    margin-bottom: 20px;
    padding-bottom: 14px;
  }

  .qp-product-section-heading span {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .qp-product-section-heading h2 {
    font-size: 24px;
    line-height: 1.22;
  }

  .qp-product-content {
    font-size: 15px;
    line-height: 1.74;
  }

  .qp-product-content h2 {
    font-size: 23px;
  }

  .qp-product-content h3 {
    font-size: 20px;
  }

  .qp-product-content h4 {
    font-size: 18px;
  }

  .qp-product-content ul,
  .qp-product-content ol {
    margin-left: 20px;
  }

  .qp-product-content table {
    min-width: 560px;
  }
}

@media (max-width: 420px) {


  .qp-product-section-heading h2 {
    font-size: 21px;
  }

  .qp-product-content {
    font-size: 15px;
    line-height: 1.7;
  }

  .qp-product-content h2 {
    font-size: 20px;
  }

  .qp-product-content h3 {
    font-size: 18px;
  }

  .single-blog-content hr,
  .qp-product-content .wp-block-separator {
    margin: 22px 0;
  }
}

/* Mobile readability and menu refinements
------------------------------------------------------------ */
.home-banner-section,
.home-intro-section,
.home-featured-products-section,
.home-news-video-section,
.home-consult-form-section,
.qp-about-hero,
.qp-marble-section,
.qp-picture-section {
  position: relative;
  isolation: isolate;
}

.home-banner-section::before,
.home-intro-section::before,
.home-featured-products-section::before,
.home-news-video-section::before,
.home-consult-form-section::before,
.qp-about-hero::before,
.qp-marble-section::before,
.qp-picture-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.home-banner-section::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .72) 48%, rgba(255, 255, 255, .24) 100%);
}

.home-intro-section::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .90) 0%, rgba(255, 255, 255, .78) 46%, rgba(255, 255, 255, .28) 100%);
}

.home-featured-products-section::before {
  background: rgba(255, 255, 255, .70);
}

.home-news-video-section::before {
  background: rgba(0, 0, 0, .48);
}

.home-consult-form-section::before {
  background: rgba(0, 0, 0, .30);
}

/* .qp-about-hero::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, .56) 0%, rgba(0, 0, 0, .38) 54%, rgba(0, 0, 0, .18) 100%);
} */

.qp-marble-section::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .84) 0%, rgba(255, 255, 255, .62) 50%, rgba(255, 255, 255, .22) 100%),
    linear-gradient(180deg, rgba(229, 224, 220, 0) 81.71%, #E5E0DC 100%),
    linear-gradient(180deg, #ECEBEA 0%, rgba(236, 235, 234, 0) 11.82%);
}

.qp-picture-section::before {
  background:
    linear-gradient(90deg, rgba(236, 235, 234, .94) 0%, rgba(236, 235, 234, .72) 48%, rgba(236, 235, 234, .28) 100%),
    linear-gradient(180deg, #E5E0DC 0%, rgba(229, 224, 220, 0) 15.7%);
}

.home-banner-overlay,
.home-intro-overlay,
.home-featured-products-inner,
.home-news-video-inner,
.home-consult-form-overlay,
.qp-about-hero__inner,
.qp-marble-section .qp-about-container,
.qp-picture-section > .qp-about-container {
  position: relative;
  z-index: 2;
}

.home-news-content h3 {
  line-height: 1.45;
}

.home-news-content h3 a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

#responsive-menu .mobile-menu li.menu-item-has-children > a {
  pointer-events: auto;
}

@media (max-width: 768px) {
  .home-banner-section::before,
  .home-intro-section::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .82) 58%, rgba(255, 255, 255, .48) 100%);
  }

  .home-news-video-section::before {
    background: rgba(0, 0, 0, .58);
  }

  .home-consult-form-section::before {
    background: rgba(0, 0, 0, .42);
  }



  .qp-marble-section::before,
  .qp-picture-section::before {
    background: rgba(236, 235, 234, .78);
  }

  .home-news-content h3 {
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .qp-contact-map,
  .home-map-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 320px;
    min-height: 0;
    overflow: hidden;
    border-radius: 6px;
  }

  .qp-contact-map iframe,
  .home-map-wrap iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    border: 0;
    transform: none !important;
  }
}

@media (max-width: 420px) {
  .qp-contact-map,
  .home-map-wrap {
    height: 300px;
  }
}

/* About hero mobile refinements */
@media (max-width: 768px) {
  body.qp-about-template .qp-about-hero {
    overflow: hidden;
    background-position: center top;
  }



  body.qp-about-template .qp-about-hero__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .58) 48%, rgba(0, 0, 0, .72) 100%);
  }

  body.qp-about-template .qp-about-hero__inner {
    min-height: auto;
    align-items: flex-start;
    padding-top: 96px;
    padding-bottom: 34px;
  }

  body.qp-about-template .qp-about-hero__content {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body.qp-about-template .qp-about-hero__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
    margin-top: 24px;
  }

  body.qp-about-template .qp-about-btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  body.qp-about-template .qp-about-stats {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 0;
    margin-top: 36px;
    border: 1px solid rgba(219, 64, 53, .38);
    border-radius: 10px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .7)),
      url("images/bg-about.png") center center / cover no-repeat;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
    clip-path: none;
    overflow: hidden;
  }

  body.qp-about-template .qp-about-stat {
    min-height: 118px;
    padding: 18px 8px;
    background: rgba(0, 0, 0, .18);
    border-right: 1px solid rgba(219, 64, 53, .26);
    border-bottom: 1px solid rgba(219, 64, 53, .26);
  }

  body.qp-about-template .qp-about-stat::after {
    display: none;
  }

  body.qp-about-template .qp-about-stat:nth-child(2n) {
    border-right: 0;
  }

  body.qp-about-template .qp-about-stat:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  body.qp-about-template .qp-about-stat img {
    width: 32px;
    height: 32px;
    margin-bottom: 9px;
  }

  body.qp-about-template .qp-about-stat strong {
    font-size: 28px;
    line-height: 1.05;
  }

  body.qp-about-template .qp-about-stat span {
    font-size: 12px;
    line-height: 1.35;
  }
}

@media (max-width: 380px) {
  body.qp-about-template .qp-about-btn {
    padding: 0 8px;
    font-size: 11px;
  }

  body.qp-about-template .qp-about-stat {
    min-height: 110px;
  }
}

/* About stone sections mobile fixes */
@media (max-width: 768px) {
  body.qp-about-template .qp-marble-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.qp-about-template .qp-marble-content {
    min-width: 0;
    max-width: none;
  }

  body.qp-about-template .qp-granite-features,
  body.qp-about-template .qp-marble-features,
  body.qp-about-template .qp-granite-colors,
  body.qp-about-template .qp-marble-samples,
  body.qp-about-template .qp-granite-spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.qp-about-template .qp-granite-colors,
  body.qp-about-template .qp-marble-samples {
    gap: 12px;
  }

  body.qp-about-template .qp-granite-color-card,
  body.qp-about-template .qp-marble-sample {
    min-width: 0;
  }

  body.qp-about-template .qp-granite-color-card img,
  body.qp-about-template .qp-marble-sample img {
    width: 100%;
    height: clamp(118px, 34vw, 178px);
    object-fit: cover;
  }

  body.qp-about-template .qp-granite-spec {
    border-top: 1px solid rgba(219, 64, 53, .22);
    border-left: 0;
  }

  body.qp-about-template .qp-granite-spec:nth-child(even) {
    border-left: 1px solid rgba(219, 64, 53, .22);
  }

  body.qp-about-template .qp-granite-spec:nth-child(-n+2) {
    border-top: 0;
  }
}

@media (max-width: 520px) {
  body.qp-about-template .qp-granite-feature,
  body.qp-about-template .qp-marble-feature,
  body.qp-about-template .qp-granite-feature:nth-child(2n),
  body.qp-about-template .qp-marble-feature:nth-child(2n) {
    min-width: 0;
    padding: 16px 8px;
  }

  body.qp-about-template .qp-granite-feature,
  body.qp-about-template .qp-marble-feature {
    border-right: 1px solid rgba(239, 59, 50, .35);
    border-bottom: 1px solid rgba(239, 59, 50, .18);
  }

  body.qp-about-template .qp-granite-feature:nth-child(2n),
  body.qp-about-template .qp-marble-feature:nth-child(2n) {
    border-right: 0;
  }

  body.qp-about-template .qp-granite-feature:nth-last-child(-n+2),
  body.qp-about-template .qp-marble-feature:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  body.qp-about-template .qp-granite-feature img,
  body.qp-about-template .qp-marble-feature img {
    width: 42px;
    height: 42px;
  }

  body.qp-about-template .qp-granite-feature strong,
  body.qp-about-template .qp-marble-feature strong {
    font-size: 15px;
    line-height: 1.25;
  }

  body.qp-about-template .qp-granite-feature span,
  body.qp-about-template .qp-marble-feature span {
    font-size: 14px;
    line-height: 1.45;
  }

  body.qp-about-template .qp-granite-color-card div {
    padding: 11px 10px 12px;
  }

  body.qp-about-template .qp-granite-color-card strong,
  body.qp-about-template .qp-granite-color-card span {
    font-size: 13px;
    line-height: 1.6;
  }

  body.qp-about-template .qp-granite-spec {
    min-height: 92px;
    padding: 10px 8px;
  }
}

/* Final requested mobile layout fixes */
@media (max-width: 768px) {
  .qp-shop-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .qp-shop-category-card {
    min-width: 0;
  }

  .category-post-body h2 {
    margin-bottom: 6px;
  }

  .category-post-body h2 a,
  .blog-card-body h2 a,
  .home-news-content h3 a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .category-post-body h2 a {
    font-size: 16px;
    line-height: 1.34;
  }

  .category-post-body p,
  .blog-card-body p,
  .home-news-content p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  body.qp-about-template .qp-granite-image {
    justify-content: flex-end;
    width: calc(100% + 16px);
    margin: 4px -16px 0 0;
    padding: 0;
  }

  body.qp-about-template .qp-granite-image img {
    width: min(430px, 112vw);
  }
}

@media (max-width: 420px) {
  .qp-shop-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .qp-shop-category-card {
    min-height: 56px;
    padding: 6px;
    gap: 7px;
  }

  .qp-shop-category-image {
    flex: 0 0 46px;
    width: 46px;
    height: 36px;
  }

  .qp-shop-category-name {
    font-size: 10.5px;
    line-height: 1.22;
  }

  .category-post-body h2 a {
    font-size: 15px;
  }
}

/* Responsive safety pass */
@media (min-width: 961px) {
  #click-menu.click-menu,
  #responsive-menu {
    display: none !important;
  }
}

@media (min-width: 961px) and (max-width: 1320px) {
  .site-header {
    width: calc(100% - 40px);
    max-width: 1280px;
  }

  .site-header > .wrap {
    position: relative;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .title-area {
    width: 170px;
    margin-left: 18px;
  }

  .site-header .widget-area {
    left: calc(50% + 120px);
    width: calc(100% - 220px);
    max-width: 980px;
  }

  .site-header .menu a {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
  }

  .site-header .image-upload {
    right: 18px;
  }
}

@media (max-width: 960px) {
  html,
  body,
  .site-container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .site-header {
    top: 10px !important;
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-width: calc(100% - 24px) !important;
    height: 58px;
    overflow: hidden;
    border-radius: 10px;
  }

  body.has-header-menusub .site-header {
    top: 46px !important;
  }

  body.admin-bar .site-header {
    top: 56px !important;
  }

  body.admin-bar.has-header-menusub .site-header {
    top: 92px !important;
  }

  .site-header > .wrap {
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 64px 0 14px;
  }

  .title-area {
    flex: 0 1 150px;
    width: 150px;
    max-width: calc(100% - 58px);
    height: 100%;
    margin: 0;
    overflow: hidden;
  }

  .site-title,
  .site-title a,
  .site-title a:hover {
    display: block;
    width: 100%;
    height: 100%;
  }

  .site-title a,
  .site-title a:hover {
    background-position: left center;
    background-size: 92px auto;
  }

  .site-header .widget-area,
  .site-header .image-upload,
  .site-header .menu,
  .nav-primary {
    display: none !important;
  }

  #click-menu.click-menu {
    display: flex !important;
  }

  #responsive-menu {
    display: none;
  }

  .home-banner-section,
  .home-intro-section,
  .home-featured-products-section,
  .home-news-video-section,
  .home-consult-form-section,
  .content-cta,
  .qp-about-page,
  .qp-shop-page,
  .qp-product-detail-page,
  .category-posts-page,
  .single-blog-page,
  .qp-contact-page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .home-banner-inner,
  .home-intro-inner,
  .home-featured-products-inner,
  .home-news-video-inner,
  .content-cta .wrap,
  .qp-about-container,
  .qp-shop-wrap,
  .qp-product-wrap,
  .category-posts-wrap,
  .single-blog-wrap,
  .qp-contact-wrap {
    min-width: 0;
  }

  .single-blog-content img,
  .qp-product-content img,
  .home-featured-product-image img,
  .qp-product-gallery-main img,
  .qp-product-gallery-thumb img {
    max-width: 100%;
    height: 100%;
  }

  .home-consult-form-content [class*="fluentform_wrapper_"] .ff-el-is-error .text-danger {
    font-size: 14px !important;
  }
}

@media (max-width: 420px) {
  .site-header {
    right: 10px !important;
    left: 10px !important;
    max-width: calc(100% - 20px) !important;
    height: 54px;
  }

  .site-header > .wrap {
    padding-right: 58px;
    padding-left: 12px;
  }

  .title-area {
    flex-basis: 128px;
    width: 128px;
  }

  .site-title a,
  .site-title a:hover {
    background-size: 82px auto;
  }
}

/* Consult form validation layout */
.home-consult-form-content [class*="fluentform_wrapper_"] .ff-el-group,
.home-consult-form-content [class*="fluentform_wrapper_"] .ff-el-input--content {
  min-width: 0;
  position: relative;
}

.home-consult-form-content [class*="fluentform_wrapper_"] .ff-el-is-error input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.home-consult-form-content [class*="fluentform_wrapper_"] .ff-el-is-error select,
.home-consult-form-content [class*="fluentform_wrapper_"] .ff-el-is-error textarea {
  border: 1px solid rgba(228, 61, 50, 0.65) !important;
}

.home-consult-form-content [class*="fluentform_wrapper_"] .ff-el-is-error input::placeholder,
.home-consult-form-content [class*="fluentform_wrapper_"] .ff-el-is-error textarea::placeholder {
  color: transparent !important;
}

.home-consult-form-content [class*="fluentform_wrapper_"] .ff-el-is-error .text-danger {
  color: #ff5b57 !important;
  display: block;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.2;
  left: 42px;
  margin: 0 !important;
  max-width: calc(100% - 56px);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 14px;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 4;
}

