/*
	Theme Name: X-home
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */
body {
  overflow-x: hidden !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: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  margin: 0;
  padding: 0;
  text-decoration: none;
  letter-spacing: 0.4px;
}


blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

input,
label,
select,
textarea {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-type: decimal;
}

strong,
b {
  font-weight: 700;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
  /* color: #5d5d5b; */
  color: #1e1e1e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/* Body
------------------------------------------------------------ */

body {
  background-color: #272727;
}

::-moz-selection {
  background-color: #5d5d5b;
  color: #fff;
}

::selection {
  background-color: #5d5d5b;
  color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  overflow-x: hidden !important;
}

.wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}

/* Header
------------------------------------------------------------ */

.site-header {
  margin: 0px auto 0;
  height: 75px;
  width: 100%;
  background-color: #272727;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 9;
  float: left;
  border-bottom: 0.5px solid #c5a47e;
}

.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: -70px;
  height: 80px;
  margin-top: 13px;
}

.site-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 1.7;
  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_XHOME.png) no-repeat top center;
  background-size: 105px;
}

.site-description {
  font-size: 13px;
  padding: 0;
  display: none;
}

.site-header .widget-area {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 67%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  margin: auto;
}

.site-header .widget-area .code-shortcode_widget {
  position: absolute;
  right: 310px;
}

.gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 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;
}

.site-header .menu li a:hover {
  color: #c5a47e;
}

.menu-secondary a,
.site-header .menu a {
  color: #fff;
  display: block;
  padding: 8px 28px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s ease;
}

.site-header .widget_text p {
  position: absolute;
  top: -2px;
  right: 350px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  height: 45px;
  display: table;
  line-height: 45px;
  font-size: 15px;
  font-weight: 500;
  background: #57b847;
  padding: 0px 18px;
  border-radius: 8px;
  transition: background 0.3s;
  text-transform: uppercase;
}

.site-header .menu a span {
  text-transform: uppercase;
}

.site-header .sub-menu a span {
  text-transform: none;
  font-weight: 500;
}

.gt_float_switcher .gt-selected .gt-current-lang,
.gt_float_switcher .gt_options a {
  padding: 0px;
  color: #fff !important;
  background-color: #272727 !important;
  font-weight: 500;
  /* border: 1px solid rgba(255, 255, 255, 0.25) !important; */
  border-radius: 0px !important;
  
}

.gt_float_switcher {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-top: 6px;
  box-shadow: none !important;
}

.gt_float_switcher img {
  width: 25px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 6px 10px !important;
}
.gt_float_switcher,
.gt_float_switcher .gt-selected {
  background: #272727 !important;
}

.menu-primary li a:active,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
  color: #c5a47e;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.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: #272727;
  border-bottom: 1px solid #ddd;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  position: relative;
  text-transform: none;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  font-family: "Montserrat", sans-serif;
}

.site-header .menu li li:last-child a {
  border-bottom: none;
}

.site-header .sub-menu li li a,
.site-header .sub-menu li li a:link {
  display: block;
  width: 320px;
}

.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: #515151;
  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: 17px;
}

.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: -65px 0 0 221px;
}

.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;
}

.widget_nav_menu .menu > .menu-item.menu-item-has-children > a::after {
  content: "▾";
  margin-left: auto;
  flex: 0 0 auto;
  font-size: 14px;
  opacity: 0.85;
}

.widget_nav_menu .menu > .menu-item > a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

/* NHẬN TƯ VẤN */
.nhantuvan .widget_caldera_forms_widget {
  display: none;
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  padding: 20px;
  z-index: 3000;
  border-radius: 20px;
  max-width: 650px;
}

.content-contact .widget p,
.nhantuvan .widget_caldera_forms_widget p {
  font-size: 18px;
}

.nhantuvan .label {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px !important;
}

/* 
.nhantuvan .label::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transform: translateX(-50%);
} */
.nhantuvan .widget_caldera_forms_widget input {
  height: 44px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  box-shadow: none;
}

.nhantuvan .widget_caldera_forms_widget textarea {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #fff !important;
  box-shadow: none;
}

.nhantuvan .widget_caldera_forms_widget input[type="submit"] {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 40px;
  border: 1px solid #272727 !important;
  background-color: #272727 !important;
  color: #fff;
  display: table !important;
  margin: 0;
  transition: background 0.3s ease;
}

.nhantuvan .widget_caldera_forms_widget input::placeholder {
  color: #272727 !important;
  opacity: 1;
}

.nhantuvan .widget_caldera_forms_widget textarea::placeholder {
  color: #272727 !important;
  opacity: 1;
}

.nhantuvan .widget_caldera_forms_widget {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
  display: none;
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87%;
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(3px) !important;
  padding: 32px 24px 20px;
  z-index: 99999;
  border-radius: 20px;
}

.nhantuvan .widget_caldera_forms_widget .widgettitle {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -21px;
  top: -21px;
  border: 1px solid #c5a47e;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  margin: 0 !important;
}

.nhantuvan .widget_caldera_forms_widget p {
  margin-bottom: 20px;
}

.nhantuvan .widget_caldera_forms_widget.open {
  display: block;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
  margin: 0 auto;
  overflow: visible;
  padding: 80px 0 60px;
  width: 1280px;
  box-sizing: border-box;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
  float: left;
  width: 100%;
  /* background-color: rgb(229, 238, 246); */
  padding: 12px 0;
  font-size: 18px;
  margin: 0px auto auto;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", sans-serif;
}

.breadcrumb .wrap {
  width: 1140px;
  color: var(--main, #c5a47e);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.9;
  text-transform: uppercase;
}

.breadcrumb a {
  color: #333;
  font-size: 16px;
  font-weight: 300;
}

.breadcrumb .label {
  margin: 0 5px;
  font-weight: 300;
  color: #fff;
}

.breadcrumb span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.9;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.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,
.single-post .content img {
  width: 100%;
  margin: 12px auto;
}

.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: "Montserrat", sans-serif;
  line-height: 1.7;
  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: "Montserrat", sans-serif;
}

h2 a:hover {
  color: #5d5d5b;
  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: #5d5d5b;
  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: #5d5d5b;
  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;
  font-family: "Montserrat", sans-serif;
}

.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: 6px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background: #171616;
  color: #fff;
  padding: 10px 0 10px;
  border-top: 1px solid #c5a47e;
  text-align: center;
}

.site-footer p {
  color: #c5a47e;
}

/* 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 {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}

.slick-dots li button {
  font-size: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;

  width: 7px !important;
  height: 7px !important;
  background: #111 !important;
  border-radius: 999px !important;
  /* transform: rotate(45deg) !important; */
  opacity: 0.95 !important;
}

.slick-dots li button::before {
  content: none !important;
}

.slick-dots li.slick-active button {
  width: 60px !important;
  height: 6px !important;
  border-radius: 50px !important;
  background: #d9d9d9 !important;
  transform: none !important;
}

.section {
  /* float: left; */
  width: 100%;
}

/* footer */
.before_footer {
  position: relative;
  background: #171616;
  padding: 40px 0;
}

.before_footer p, .before_footer ol li{
  font-size: 15px;
}

.before_footer .wrap-section {
  display: flex;
}

.before_footer .wrap-section > section:nth-child(1) {
  flex: 0 0 37%;
}

.before_footer .wrap-section > section:nth-child(2),
.before_footer .wrap-section > section:nth-child(3) {
  flex: 0 0 33%;
}

.before_footer .wrap-section > section:nth-child(3) {
  flex: 0 0 27%;
  margin-left: auto;
}

.before_footer .wrap-section > section:nth-child(1) img {
  width: 135px;
}

.before_footer section:nth-child(1) ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  color: #fff;
}

.before_footer .wrap-section > section:nth-child(1) ul li img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  margin: 0;
}

.before_footer ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
  color: #c5a47e !important;
}

.before_footer ol {
  margin-left: 64px;
}

.before_footer ol li {
  color: #fff;
  list-style: disc;
  margin-top: 15px;
}

.before_footer ol li a {
  color: #fff;
}

.before_footer section:nth-child(2),
.before_footer section:nth-child(3) {
  margin-top: 120px;
}

/* .before_footer section:nth-child(2) {
    background-image: url(images/image3.png) ;
    background-repeat: no-repeat;
    background-size: cover;      
    background-position: center; 
} */

.before_footer section:nth-child(3) p strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
  color: #c5a47e;
}

.before_footer section:nth-child(3) ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 60px;
}

.before_footer section:nth-child(3) ul li {
  display: flex;
  gap: 10px;
}

.before_footer section:nth-child(3) ul img {
  margin-top: 0px;
}

.before_footer section:nth-child(3) iframe {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}

.before_footer section:nth-child(3) img {
  margin-top: 30px;
}

/* Header Menu Sub */
.caia_code_widget .widget-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.header-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
}
.header-cart-link .cart-icon {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-bottom: 3px;
}
.header-cart-link .cart-count {
  position: absolute;
  top: -7px;
  right: -22px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 999px;
  background: #5d5d5b;
  color: #fff;
  padding: 0 5px;
}

.header-cart {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.header-cart-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.header-cart .cart-count {
  font-weight: 500;
  line-height: 1;
}

.mini-cart-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 360px;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s;
  z-index: 9999;
}

/* Hiện khi hover/focus */
.header-cart:hover .mini-cart-dropdown,
.header-cart:focus-within .mini-cart-dropdown,
.header-cart.is-open .mini-cart-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Một ít tinh chỉnh nút trong mini cart */
.mini-cart-dropdown .woocommerce-mini-cart__buttons a.button {
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

.mini-cart-dropdown {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 420px;
  padding: 10px 20px 20px;
  box-sizing: border-box;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.3s,
    transform 0.3s;
}
.woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 15px;
}

.woocommerce-mini-cart-item {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
}

.woocommerce-mini-cart-item:first-child {
  border-top: none;
}

.woocommerce-mini-cart-item a:not(.remove) {
  display: flex;
  align-items: center;
  flex-grow: 1;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

/* Product Image */
.woocommerce-mini-cart-item img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 6px;
  margin-right: 15px;
  object-fit: cover;
  border: 1px solid #f0f0f0;
}

/* Quantity and Price */
.woocommerce-mini-cart-item .quantity {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  margin-top: 8px;
  display: block;
}

.mini-cart-dropdown .woocommerce-Price-amount bdi {
  font-weight: 600;
  color: #c5a47e;
  font-size: 16px;
}

.woocommerce-mini-cart__buttons .button {
  display: block !important;
  width: 100% !important;
  padding: 12px 12px !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  transition:
    background-color 0.2s,
    box-shadow 0.2s !important;
  border: none !important;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px !important;
  background-color: transparent !important;
  border: 1px solid #c5a47e !important;
  color: #c5a47e !important;
}

.woocommerce-mini-cart__buttons .button.checkout {
  background-color: #c5a47e !important;
  color: #414141 !important;
}

.woocommerce-Price-currencySymbol {
  font-weight: 300;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 48px 0px 10px;
}

.woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-mini-cart__buttons {
  display: flex;
  gap: 10px;
}

.woocommerce-mini-cart-item a:not(.remove) {
  display: flex;
  align-items: center;
  flex-grow: 1;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}

.remove {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  background: #e9e9e9;
  color: #333333;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  transition:
    background 0.2s,
    color 0.2s;
}

/* BLOG */
.single main.content .entry-content h2 {
  font-size: 24px;
  font-weight: bold;
  color: #c5a47e;
}

.single main.content .entry-content h3 {
  font-size: 20px;
  font-weight: 600;
}

.single main.content p {
  text-align: justify;
  margin: 0 0 12px;
}

.aside-box {
  display: block;
  position: relative;
  width: 340px;
  margin: 30px 0 60px;
  padding: 1rem 1rem 1.5rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #f0f0f0;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  align-self: flex-start;
}

.aside-box h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* Căn giữa theo chiều ngang */
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #5d5d5b;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem 1.5rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
  width: 180px;
}

.aside-box .nd {
  margin-top: 40px;
  row-gap: 1.2rem;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}

.aside-box .nd ul {
  list-style-type: none;
  font-size: 16px;
}

.aside-box .box-info {
  column-gap: 1.2rem;
  border-radius: 4rem;
  border: 0.1rem solid #f0f0f0;
  padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  display: flex;
  align-items: center;
}

.aside-box .box-info p {
  width: 45px;
  height: 45px;
  border-radius: 10rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.53);
  background: linear-gradient(
    139deg,
    #121214 12.3%,
    #505256 36.76%,
    #94999f 64.85%,
    #212124 80.68%,
    #5d6064 92.45%,
    #9599a0 102.86%
  );
  box-shadow: 0 0.4rem 0.6rem 0 rgba(255, 255, 255, 0.6) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.aside-box .box-info img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  animation: swing ease-in-out 0.1s infinite alternate;
  margin: 0;
}

@keyframes swing {
  0% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

.aside-box .box-info .text-m,
.aside-box .box-info a {
  color: #5d5d5b;
  font-weight: 600;
  transition: 0.4s ease;
}

/* liên hệ */
.content-lienhe {
  display: block;
  max-width: 900px;
  margin: auto;
  align-items: center;
  text-align: center;
  /* gap: 54px; */
}

/* .content-lienhe>div:first-child {
  flex: 0 0 100%;
}

.content-lienhe>div:last-child {
  flex: 0 0 0%;
} */

.contact-section h2,
.caldera-grid h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c5a47e;
  padding-bottom: 16px;
  margin-bottom: 24px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.contact-section h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.content-dangky .caldera-grid h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.contact-section ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-section li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: auto;
}

.contact-section li img {
  margin: 0;
}

.page-template-page-lienhe .site-inner {
  padding: 80px 0 20px;
}

.caldera-grid .form-control {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 10px 12px !important;
  font-size: 16px !important;
  line-height: 1.42857143;
  color: #555;
  background-color: #414141 !important;
  background-image: none;
  border: none !important;
  border-radius: 6px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.caldera-grid .btn {
  margin: auto !important;
  display: block !important;
  align-items: center !important;
  gap: 10px !important;
  color: #fff !important;
  border: 2px solid #c5a47e !important;
  padding: 10px 26px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  background: transparent !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease !important;
  text-transform: uppercase;
  font-size: 16px;
}

.caldera-grid input::placeholder,
.caldera-grid textarea::placeholder {
  color: #fff !important;
  font-weight: 300 !important;
}

.caldera-grid .form-group {
  margin-bottom: 20px !important;
}

.caldera-grid .form-control:focus {
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgb(255 186 0 / 12%);
}

.content-map {
  margin-top: 80px;
}

/* Trang Blog */
.page-template-page-blog .site-inner {
  padding: 0px 0 60px;
}

.content-blog {
  margin: 80px auto 120px;
}

.content-blog h2,
.blog-category h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c5a47e;
  margin-bottom: 24px;
  letter-spacing: 0px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.content-blog h2::after,
.blog-category h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.xhome-dual-posts__row {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}

.xhome-dual-posts__left {
  flex: 0 0 50%;
}

.xhome-dual-posts__right {
  flex: 0 0 49%;
}

/* 1) Chặn tràn + chống vỡ layout */
.xhome-dual-posts__left,
.xhome-dual-posts__left-list,
.xhome-dual-posts__left-list .slick-list {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.xhome-dual-posts__left-list .slick-track {
  display: flex !important;
}

.xhome-dual-posts__left-list .slick-slide {
  height: auto;
  float: none !important;
}

.xhome-dual-posts__left-list .slick-slide > div {
  height: 100%;
}

.xhome-dual-posts__left-item {
  width: 100%;
  box-sizing: border-box;
}

.xhome-dual-posts__left-link {
  display: block;
  width: 100%;
}

.xhome-dual-posts__left-img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.xhome-dual-posts__left-list .slick-list {
  overflow: hidden;
}

.xhome-dual-posts__left-list .slick-slide,
.xhome-dual-posts__left-list .slick-track {
  transform: translate3d(0, 0, 0);
}

.xhome-dual-posts__left-title {
  font-size: 18px;
  margin-top: 16px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 1.6;
  color: #fff;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.xhome-dual-posts__right-item {
  display: flex;
  gap: 22px;
  margin-bottom: 28px;
}

.xhome-dual-posts__right-thumb {
  display: block;
  flex: 0 0 175px;
}

.xhome-dual-posts__right-img {
  width: 175px;
  height: 105px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.xhome-dual-posts__right-link {
  text-decoration: none;
}

.xhome-dual-posts__right-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9;
  text-transform: capitalize;
}

.xhome-dual-posts__right-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-top: 8px;
}

.xhome-dual-posts__empty {
  padding: 10px 0;
}

.blog-category {
  margin-bottom: 80px;
}

.blog-category:last-child {
  margin-bottom: 10px;
}

.category-more{
  margin: auto;
  text-align: center;
}

.category-more .btn-view-all{
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c5a47e;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: transparent;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.category-more .btn-view-all::after {
  content: "→";
  font-size: 15px;
}

.category-more .btn-view-all:hover{
  text-decoration: underline;
}

  .page-template-page-blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px;
  row-gap: 40px;
margin-top: 40px !important;
  }


.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  row-gap: 40px;
}

.blog-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.blog-item .title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 6px;
  line-height: 1.6;
  color: #fff;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-item .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.category .site-inner {
  padding: 110px 0 60px;
}

.archive-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #c5a47e;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.archive-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.blog-title a {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 6px;
  line-height: 1.6;
  color: #FFF;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pagination {
  grid-column: 1 / -1;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  background: #f4f4f4;
  border-radius: 50%;

  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
  
.pagination .current {
  background: #5d5d5b;
  color: #fff;
}

.post-hero-outside-inner {
  margin-bottom: 32px;
}

.single-post .entry-title {
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c5a47e;
  margin-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
}

.single-post .post-thumbnail {
  width: 100%;
  height: 500px;
  max-width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.yarpp-related .widgettitle p {
  font-size: 18px;
  font-weight: 700;
  color: #c5a47e;
}

.yarpp-related a {
  width: 100%;
  margin: 0;
}

.yarpp-related .post {
  margin-bottom: 24px;
}

.yarpp-related img {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  object-fit: cover;
}

.yarpp-related .widget-item-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  color: var(--main, #c5a47e);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.9;
  text-transform: capitalize;
}

.project-hero-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.project-hero-title {
  flex: 0 0 46%;
}

.project-hero-content {
  flex: 1 1 54%;
}

.project-hero-content li {
  margin-left: 60px !important;
}

.project-gallery__view-all {
  display: table;
  text-align: center;
  margin: auto;
  justify-content: center;
}

.project-gallery__view-all a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c5a47e;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: transparent;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.project-gallery__view-all a:after {
  content: "→";
  font-size: 15px;
}

.project-gallery__view-all a:hover{
  text-decoration: underline;
}

.project-title-text {
  color: #c5a47e;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.project-address {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c5a47e;
  font-size: 24px;
  letter-spacing: 0.3px;
}

.project-address i {
  font-size: 24px;
}

/* .project-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
} */

/* .project-gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
} */

/* Masonry kiểu “không đều tự nhiên” */
.project-gallery {
  column-count: 3;
  column-gap: 16px;
  margin-top: 24px;
}

.project-gallery a {
  display: inline-block;
  width: 100%;
  margin: 0 0 16px;
  break-inside: avoid;
}

.project-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Công trình thực tế */
.page_congtrinh {
  margin: 80px auto;
}

.page_congtrinh .pagination {
  margin-top: 24px;
}

.page_congtrinh .main-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  row-gap: 36px;
  margin-top: 40px;
}

.page_congtrinh .project .thumb {
  width: 100%;
  height: 260px !important;
  overflow: hidden;
}

.page_congtrinh .project img {
  width: 100%;
  height: 260px !important;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
  transform: scale(1) translateZ(0);
  display: block;
}

.page_congtrinh .project .thumb:hover img {
  transform: scale(1.08) rotateX(2deg) rotateY(-2deg);
  filter: brightness(1.05);
}

.page_congtrinh .list-info {
  /* background: rgba(0, 0, 0, 0.4); */
  border-radius: 0 0 6px 6px;
  padding: 16px 24px;
}

.page_congtrinh .list-info .title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

.page_congtrinh .list-info .title a {
  color: inherit;
  text-decoration: none;
}

/* .page_congtrinh .list-info .title::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 2px;
  background: #FFF;
  margin-right: 8px;
  vertical-align: middle;
  transform: translateY(-2px);
} */

.page_congtrinh .project-diachi {
  margin: 0 0 0 53px;
  font-size: 16px;
  color: #fff;
}

.page_congtrinh .project-diachi i {
  margin-right: 4px;
}

.page-template-page-congtrinh .site-inner {
  display: none;
}

/* Trang chủ */
/* ====== ROOT BANNER ====== */
.content-bia.section {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.content-bia {
  position: relative;
  width: 100%;
  height: calc(100vh - 75px);
  overflow: hidden;
  background: #111;
  margin-top: 75px;
}

/* ====== MAIN SLIDER ====== */
.xhome-main-slider,
.xhome-main-slider .slick-list,
.xhome-main-slider .slick-track {
  height: 100%;
}

.xhome-slide {
  position: relative;
  height: 100%;
}

.xhome-slide .widget-wrap,
.xhome-slide .mainposts,
.xhome-slide .box {
  height: 100%;
}

.content-bia.section .box img {
  width: 100%;
  height: 100vh;
}

/* Ảnh phủ full */
.xhome-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* lớp tối phủ toàn banner (giống ảnh) */
.content-bia.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}

/* Ẩn title/noidung trong slide gốc (vì dùng overlay chung) */
.xhome-hide-in-slide {
  display: none !important;
}

/* ====== OVERLAY TEXT CENTER ====== */
.xhome-text-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
  padding: 24px;
}

.xhome-overlay-inner {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  will-change: opacity, transform;
  text-align: center;
  margin-bottom: 200px;
  pointer-events: auto;
  z-index: 999 !important;
}

/* ẩn hoàn toàn */
.xhome-text-overlay.is-hide .xhome-overlay-inner {
  opacity: 0;
  transform: translateY(40px); /* fade UP rõ */
}

/* hiện lại */
.xhome-text-overlay.is-show .xhome-overlay-inner {
  opacity: 1;
  transform: translateY(0);
}

.xhome-title {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
  line-height: 1.05;
  font-family: "Montserrat", sans-serif;
}

.xhome-desc {
  margin: 8px 0 18px;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

/* CTA giống nút viền vàng */
.xhome-cta {
  margin: auto !important;
    display: inline-block !important;
    align-items: center !important;
    gap: 10px !important;
    color: #FFF ;
    border: 1px solid #FFF ;
    padding: 10px 26px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    background: transparent ;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease !important;
    margin-top: 12px !important;
}
.xhome-cta:hover {
  background: #111 !important;
  border: 1px solid #111 !important;
  color: #FFF !important;
  cursor: pointer;
}

/* ====== THUMBS ====== */
.content-bia.section .xhome-thumbs-wrap {
  position: absolute;
  left: 78%;
  transform: translateX(-50%);
  bottom: 10%;
  z-index: 6;
  width: min(520px, 92vw);
}

/* ✅ FIX: slick list/track để không mất thumb */
.content-bia.section .xhome-thumbs,
.content-bia.section .xhome-thumbs .slick-list {
  width: 100%;
  overflow: hidden;
}

.content-bia.section .xhome-thumbs .slick-track {
  display: flex !important;
  align-items: center;
}

/* ✅ FIX: tránh theme làm mỗi slide full width / float */
.content-bia.section .xhome-thumbs .slick-slide {
  height: auto !important;
  float: none !important;
  cursor: pointer;
}

/* item spacing */
.content-bia.section .xhome-thumbs .xhome-thumb {
  padding: 0 8px;
  box-sizing: border-box;
}

/* ảnh thumb */
.content-bia.section .xhome-thumbs .xhome-thumb img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  opacity: 0.92;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease,
    outline 0.25s ease;
  margin: 2px auto;
}

/* active */
.content-bia.section .xhome-thumbs .xhome-thumb.is-active img {
  outline: 2px solid #c5a47e;
  opacity: 1;
  border-radius: 6px;
}

.content-bia.section .xhome-overlay-inner {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.content-bia.section .xhome-text-overlay.is-hide .xhome-overlay-inner {
  opacity: 0;
  transform: translateY(50px);
}

.content-bia.section .xhome-text-overlay.is-show .xhome-overlay-inner {
  opacity: 1;
  transform: translateY(0);
}

.content-vechungtoi {
  margin: 80px auto 40px;
}
.content-vechungtoigt, .content-tongquandv {
  margin: 80px auto 60px;
}

.content-vechungtoi .wrap,
.content-vechungtoigt .wrap,
.content-tongquandv .wrap {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.content-vechungtoi .wrap > *:first-child,
.content-vechungtoigt .wrap > *:first-child,
.content-tongquandv .wrap > *:first-child {
  flex: 0 0 41%;
}

.content-vechungtoi .wrap > *:last-child,
.content-vechungtoigt .wrap > *:last-child,
.content-tongquandv .wrap > *:last-child {
  flex: 0 0 57%;
  display: flex;
  justify-content: end;
}

.content-vechungtoi .wrap > *:last-child img,
.content-vechungtoigt .wrap > *:last-child img,
.content-tongquandv .wrap > *:last-child img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
  border-radius: 8px;
}

.content-vechungtoi .widgettitle,
.content-vechungtoigt .widgettitle,
.content-tongquandv .widgettitle {  
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c5a47e;
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
}

.content-vechungtoi .widgettitle::before,
.content-vechungtoigt .widgettitle::before,   
.content-tongquandv .widgettitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.content-vechungtoi p,
.content-vechungtoigt p,
.content-tongquandv p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
  /* text-align: justify; */
  margin-bottom: 12px;
}

.content-vechungtoi p a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c5a47e;
  /* border: 2px solid #c5a47e; */
  /* padding: 10px 26px; */
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: transparent;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
  margin-top: 24px;
}

.content-vechungtoi p a:after {
  content: "→";
  font-size: 18px;
}

.content-vechungtoi p a:hover{
  text-decoration: underline;
}

.content-vechungtoi p a::after {
  content: "→";
  font-size: 18px;
  text-decoration: none;
}

.content-dichvu {
  padding: 60px 0 60px;
  color: #fff;
}

.content-dichvu .widget_text,
.content-congtrinhthucte .widget_text {
  text-align: center;
  margin-bottom: 50px;
}

.content-dichvu .widgettitle,
.content-congtrinhthucte .widgettitle,
.content-taisao .widget-title,
.content-news h2,
.adsdigi-catbar .widgettitle {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #c5a47e;
  position: relative;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
}

.adsdigi-catbar .widgettitle {
  text-align: center;
}

.content-dichvu .widgettitle::after,
.content-congtrinhthucte .widgettitle::after,
.content-news h2::after,
.adsdigi-catbar .widgettitle::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.content-taisao .widget-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px 0 0;
}

.content-dichvu .textwidget p,
.content-congtrinhthucte .textwidget p,
.adsdigi-catbar p,
.content-tieudefeedback .textwidget p,
.page-template-page-congtrinh .sub-title, .page-template-page-blog .sub-title {
  max-width: 900px;
  margin: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
  text-align: center;
}

.content-dichvu .widget.image-upload {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}

.content-dichvu .mainposts {
  position: relative;
}

.content-dichvu .box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.content-dichvu .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
  cursor: pointer;
}

.content-dichvu .box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(
    0deg,
    #222 0%,
    rgba(34, 34, 34, 0.7) 72.6%,
    rgba(34, 34, 34, 0) 100%
  );
  z-index: 1;
  transition: opacity 0.45s ease;
}

/* ===== OVERLAY ===== */
.content-dichvu .box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 66%;
  background: linear-gradient(
    0deg,
    rgba(35, 35, 35, 0.9) 0%,
    rgba(35, 35, 35, 0.6) 72.6%,
    rgba(35, 35, 35, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 2;
}

/* ===== TITLE ===== */
.content-dichvu .box .title {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 0);
  z-index: 2;
  margin: 0;
  transition: all 0.45s ease;
}

.content-dichvu .box .title a {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-decoration: none;
  white-space: nowrap;
}

/* ===== HOVER EFFECT ===== */
.content-dichvu .box:hover::before {
  opacity: 1;
  cursor: pointer;
}

.content-dichvu .box:hover img {
  transform: scale(1.08);
}

.content-dichvu .box:hover .title {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.content-dichvu::after {
  content: "";
  display: block;
  clear: both;
}

.content-dichvu .box:hover::after {
  opacity: 0;
}

.content-congtrinhthucte {
  padding: 60px 0 60px;
  width: 98%;
  margin: auto;
}

/* NỀN + KHUNG SLIDER */
/* ====== SLIDER CONGTRINH THUCTE ====== */
/* ====== SLIDER CONGTRINH THUCTE (FULL CSS) ====== */
.content-congtrinhthucte .main-posts {
  position: relative;
  --gap: 0px; /* khoảng cách giữa slide */
}

/* slick list */
.content-congtrinhthucte .main-posts .slick-list {
  overflow: visible;
  margin: 0 calc(var(--gap) / -2); /* bù padding của item */
}

/* track */
.content-congtrinhthucte .main-posts .slick-track {
  display: flex !important;
  align-items: center;
  margin-bottom: 16px;
  will-change: transform;
}

.content-congtrinhthucte .main-posts .slick-slide > div {
  padding: 0 calc(var(--gap) / 2);
  box-sizing: border-box;
}

.content-congtrinhthucte .main-posts .slick-slide.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.content-congtrinhthucte .main-posts .slick-slide {
  /* height: 500px !important; */
  width: calc(45vw - var(--gap));
  opacity: 0.9;
  filter: brightness(0.88) saturate(0.9);
  pointer-events: none;
  transform: scale(0.8) translateZ(0);
  transform-origin: center;
  will-change: transform;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease,
    filter 0.45s ease;
}

/* SLIDE GIỮA */
.content-congtrinhthucte .main-posts .slick-center {
  width: calc(48vw - var(--gap));
  
  opacity: 1;
  filter: none;
  pointer-events: auto;
  transform: scale(1) translateZ(0);
}

/* BOX ẢNH */
.content-congtrinhthucte .main-posts .box-img {
  overflow: hidden;
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.content-congtrinhthucte .main-posts .box-img img {
  width: 100%;
  display: block;
  object-position: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
  overflow: hidden;
}

/* hover */
.content-congtrinhthucte .main-posts .box-img:hover img {
  transform: scale(1.08) translateZ(0);
  filter: brightness(1.05);
}

.content-congtrinhthucte .main-posts .list-info {
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.content-congtrinhthucte .main-posts .slick-center .list-info {
  opacity: 1;
  visibility: visible;
  max-height: 80px;
  transform: translateY(0);
  pointer-events: auto;
}

.content-congtrinhthucte .main-posts .widget-item-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.content-congtrinhthucte .main-posts .widget-item-title a {
  color: #fff;
  text-decoration: none;
}

/* Nút */
.content-congtrinhthucte .main-posts .slick-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}

.content-congtrinhthucte .main-posts .slick-arrow:hover {
  background: #222;
}

.content-congtrinhthucte .main-posts .slick-arrow:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.content-congtrinhthucte .main-posts .slick-prev {
  left: 30px;
}

.content-congtrinhthucte .main-posts .slick-next {
  right: 30px;
}

/* icon mũi tên (căn chuẩn giữa nút) */
.content-congtrinhthucte .main-posts .slick-prev:before,
.content-congtrinhthucte .main-posts .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  position: static;
  margin: 0;
}

.content-congtrinhthucte .main-posts .slick-prev:before {
  transform: rotate(-135deg);
}

.content-congtrinhthucte .main-posts .slick-next:before {
  transform: rotate(45deg);
}

.content-taisao {
  padding: 80px 0;
  margin: 0 auto;
}

.content-taisao .wrap {
  display: flex;
  gap: 48px;
  align-items: center;
}

.content-taisao .wrap > :nth-child(1) {
  flex: 0 0 47%;
}

.content-taisao .wrap > :nth-child(2) {
  flex: 0 0 49.5%;
}

.content-taisao img {
  width: 100%;
  height: auto;
  display: block;
}

.content-taisao .textwidget > p {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
}

.content-taisao .textwidget ul {
  list-style: none;
  margin: 10px 0 40px;
  padding: 0;
  gap: 24px 40px;
  align-items: flex-start;
}

.content-taisao .textwidget ul li {
  margin: 0;
  padding: 0;
}

.content-taisao .textwidget ul li:nth-child(1) {
  width: 100%;
  text-align: center;
  margin-top: 14px;
}

.content-taisao ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 80px;
  justify-items: center;
  text-align: center;
}

.content-taisao li:nth-child(2) strong,
.content-taisao li:nth-child(3) strong {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.content-taisao li:first-child {
  grid-column: 1 / -1;
  margin-bottom: 6px;
}

.content-taisao li:first-child em {
  display: block;
  color: var(--main, #c5a47e);
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: 'Montserrat', sans-serif;
}

.content-taisao li:nth-child(2) em,
.content-taisao li:nth-child(3) em {
  display: block;
  color: var(--main, #c5a47e);
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.content-taisao .textwidget p:last-child {
  margin: 0;
  display: flex;
  justify-content: center;
}

.content-taisao .textwidget p:last-child a {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #FFF;
    border: 1px solid #FFF !important;
  padding: 8px 24px !important;
  border-radius: 999px !important;
  /* border: 2px solid #c5a47e;
  padding: 10px 26px; */
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: transparent;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.content-taisao .textwidget p:last-child a:after {
  content: "→";
  font-size: 18px;
}

/* .content-taisao .textwidget p:last-child a:hover {
  text-decoration: underline;
} */

.content-news {
  padding: 60px 0px;
  margin: auto;
}

.content-news .widgettitle {
  text-align: center;
}

.content-news .widget-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  column-gap: 56px;
}

.content-news .widget-wrap > *:first-child {
  grid-column: 1 / -1;
  justify-self: center;
}

.content-news .post {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* --- Ảnh đại diện --- */
.content-news .post .box-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content-news .post .box-img img {
  width: 100%;
  height: 380px;
  display: block;
  border-radius: 10px;
  margin-bottom: 24px;
}

.content-news .post .widget-item-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--main, #c5a47e);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  height: 48px;
}

.content-news .post p{
  display: none;
}

.content-news .post .entry-text {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
}

.content-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-news li {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 36px 0;
}

.content-news li:first-child {
  padding-top: 0;
}

.content-news li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.content-news ul li {
  list-style-type: none;
  display: flex;
  gap: 16px;
}

.content-news .extra-wrap {
  display: flex;
  gap: 22px;
  justify-content: center;
  flex: 1;
}

.content-news ul li .img-box {
  flex: 0 0 210px;
}

.content-news ul li .img-box a {
  display: block;
}

.content-news ul li .img-box img {
  width: 210px;
  height: 120px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.content-news .extra-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--main, #c5a47e);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
  text-transform: capitalize;
}

.content-news .extra-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.content-news .widget_text {
  display: flex;
  justify-content: center;
}

.content-news .widget_text a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c5a47e;
  /* border: 2px solid #c5a47e;
  padding: 10px 26px; */
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: transparent;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
  margin-top: 32px;
  margin-left: auto;
}

.content-news .widget_text a:after {
  content: "→";
  font-size: 18px;
}

.content-news .widget_text a:hover{
  text-decoration: underline;
}

.content-dangky {
  margin: 40px auto 0px;
  padding: 45px 0px;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%),
    url("./images/Rectangle-48.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-dangky .widget_caldera_forms_widget {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3.299999952316284px);
  padding: 40px 52px 30px;
  max-width: 720px;
  margin: auto;
}

.content-dangky .caldera-grid h2 {
  text-align: center !important;
  margin-bottom: 32px !important;
}

.content-dangky .caldera-grid h2::before {
  content: "";
  position: absolute;
  left: 50% !important;
  bottom: 0;
  transform: translateX(-50%);
}

.content-dangky .caldera-grid .form-control {
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(3px) !important;
  border: none !important;
}

.content-dangky .caldera-grid .form-control::placeholder {
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.content-dangky .caldera-grid .btn {
  margin: auto !important;
  display: block !important;
  align-items: center !important;
  gap: 10px !important;
  color: #FFF !important;
  border: 1px solid #FFF !important;
  padding: 10px 26px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  background: transparent !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease !important;
  margin-top: 12px !important;
}

.content-dangky .caldera-grid .btn:hover {
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
}

.content-dangky label {
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.content-dangky .check_box div,
.content-dangky .radioo > div {
  border-radius: 5px !important;
  /* background: rgba(255, 255, 255, 0.6) !important; */
  /* backdrop-filter: blur(3px) !important; */
  border: none !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  /* padding: 10px 12px !important; */
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin-top: 10px !important;
}

.content-dangky .check_box div {
  display: flex !important;
  /* flex-wrap: wrap !important; */
  font-size: 0px !important;
}

.content-dangky .check_box div > label {
  width: 50% !important;
  display: flex;
  align-items: center !important;
  font-size: 15px;
}

.content-dangky .radioo div > label {
  font-size: 15px;
}

.caldera-grid .radio input[type="radio"],
.caldera-grid .radio-inline input[type="radio"],
.caldera-grid .checkbox input[type="checkbox"],
.caldera-grid .checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
  margin-right: 10px !important;
}

.caldera-grid .radio-inline + .radio-inline,
.caldera-grid .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 0px !important;
}

.home .site-inner {
  display: none;
}

.content-tieudefeedback {
  margin: 60px auto 0px;
}

.content-tieudefeedback .widgettitle {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c5a47e;
  padding-bottom: 12px;
  margin-bottom: 24px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.content-tieudefeedback .widgettitle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
}

.content-feedback {
  margin: 24px auto 40px;
}

.content-feedback .mainposts {
  position: relative;
  width: 100%;
}

.content-feedback .mainposts img {
  width: 100%;
  height: 750px;
  border-radius: 10px;
}

.content-feedback .noidung {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(3px); */
  padding: 36px;
  color: #fff;
  width: 900px;
  border-radius: 12px;
}

.content-feedback .box-feedback {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.box-feedback p:empty {
  display: none;
}

.box-feedback .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: none;

}

.box-feedback .avatar img {
  width: 100%;
  height: 100% !important;          
  object-fit: cover;   
  display: block;        
  border: none;
}

.content-feedback .noidung .title {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
  text-align: left;
}

.content-feedback .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 58px;
  background: #fff;
  transform: translateY(-50%);
}

.content-feedback .title em {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.content-feedback .title strong {
  color: var(--main, #c5a47e);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  line-height: 45px;
  margin-top: 4px;
  font-family: "Montserrat", sans-serif;
}

.content-feedback .title strong code {
  color: #fff !important;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.content-feedback p {
  color: #fff;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  margin-top: 12px;
  line-height: 22px;
}

.slick-prev,
.slick-next {
  font-size: 0;
}

.content-feedback .wrap {
  position: relative;
}

.content-feedback .slick-prev:before,
.content-feedback .slick-next:before {
  content: none !important;
}

/* nút tròn 2 bên */
.content-feedback .slick-prev,
.content-feedback .slick-next {
      width: 44px;
    height: 44px;
  border-radius: 999px;
  border: 0;
  background: #FFF;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.content-feedback .slick-prev {
  left: -100px;
}

.content-feedback .slick-next {
  right: -100px;
}

.content-feedback .slick-prev::after,
.content-feedback .slick-next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
    height: 10px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
      border-top: 2px solid #222;
    border-right: 2px solid #222;
}


.content-feedback .slick-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.content-feedback .slick-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.content-feedback .slick-prev:hover,
.content-feedback .slick-next:hover {
  background: #000;
}

.content-feedback .slick-prev:hover::after,
.content-feedback .slick-next:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}


.content-feedback .slick-prev:focus,
.content-feedback .slick-next:focus {
  outline: none;
}

.content-feedback .slick-prev.slick-disabled,
.content-feedback .slick-next.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* Trang giới thiệu */

.content-hero {
  margin-top: 75px;
  position: relative;
}

.content-hero .hero-image {
  position: relative;
  width: 100%;
  height: 450px !important;
  overflow: hidden;
}

.content-hero .hero-image img {
  width: 100%;
  height: 450px !important;
  object-fit: cover;
  display: block;
}

.content-hero .hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}

.content-breadcrumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}

.content-hero h2 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.page-template-page-gioithieu .site-inner,
.page-template-page-gioithieu .content-vechungtoi p a {
  display: none;
}

.yt-thumb {
    position: relative;
}

.yt-thumb img {
    width: 100%;
    height: 208px;
    object-fit: cover;
    cursor: pointer;
}

.yt-play-btn {
    position: absolute;
    inset: 0;
    background: url('https://www.youtube.com/s/desktop/7c8b9d2/img/favicon_144.png') center no-repeat;
    background-size: 80px;
    cursor: pointer;
    cursor: pointer;
}

.yt-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    z-index: 9999;
}

.yt-popup-content {
    max-width: 900px;
    margin: 5% auto;
    position: relative;
}

.yt-iframe-wrap iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.content-vechungtoigt .widget_media_image:before,
.content-vechungtoigt .yt-thumb:before{
	background: rgb(255 255 255 / 10%);
	width: 110px;
	height: 110px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;	
	border-radius: 100%;
	animation: dot 1.5s linear infinite;
	cursor: pointer;
}

@keyframes dot {
	0% { width: 90px; height: 90px; background: rgb(255 255 255 / 5%);}
	50% { width: 110px; height: 110px; background: rgb(255 255 255 /  10%);}
	100% { width: 90px; height: 90px; background: rgb(255 255 255 / 5%);}
}

.content-vechungtoigt .widget_media_image:after,
.content-vechungtoigt .yt-thumb:after{
	background: url(images/video.svg) no-repeat center center;
	width: 90px;
	height: 90px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	background-size: 90px;
	cursor: pointer;
}

.yt-close{
  cursor: pointer;
}


.content-thanhtuu {
  border-top: 1px solid rgba(197, 164, 126, 0.6);
  border-bottom: 1px solid rgba(197, 164, 126, 0.6);
  padding: 18px 0px;
}

.content-thanhtuu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.content-thanhtuu ul li {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.content-thanhtuu ul em {
  display: block;
  color: var(--main, #c5a47e);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.content-tamnhin {
  padding: 80px 0 40px;
}

.content-tamnhin .noidung_tamnhin,
.content-giatri .noidung_giatri {
  position: relative;
}

.content-tamnhin .image,
.content-giatri .image {
  text-align: start;
}

.content-tamnhin .text {
  position: absolute;
  top: 50%;
  right: -23%;
  transform: translate(-50%, -50%);
  background: #5d5d5b;
  color: #fff;
  padding: 50px 56px;
  max-width: 588px;
}

.content-tamnhin .text h2,
.content-giatri .text h2 {
  color: #c5a47e;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  padding-left: 18px;
  font-family: "Montserrat", sans-serif;
}

.content-tamnhin .text h2::before,
.content-giatri .text h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 40px;
  background: #fff;
}

.content-tamnhin .text p,
.content-giatri .text p {
  color: #fff;
  /* text-align: justify; */
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
}

.content-sumenh {
  padding: 40px 0 40px;
}

.content-sumenh .noidung_sumenh {
  position: relative;
}

.content-sumenh .image {
  text-align: end;
}

.content-sumenh .text {
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%);
  background: #745a4b;
  color: #fff;
  padding: 50px 56px;
  max-width: 588px;
}

.content-sumenh .text h2 {
  color: #c5a47e;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  text-align: end;
  padding-right: 18px;
  font-family: "Montserrat", sans-serif;
}

.content-sumenh .text h2::before {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 40px;
  background: #fff;
}

.content-sumenh .text p {
  color: #fff;
  /* text-align: justify; */
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
}

.content-giatri {
  padding: 40px 0;
}

.content-giatri .text {
  position: absolute;
  top: 50%;
  right: -27%;
  transform: translate(-50%, -50%);
  background: #2a2b2f;
  color: #fff;
  padding: 48px 46px;
  max-width: 690px;
}

.content-lydo {
  background: #202020;
  padding: 100px 0px 80px;
}

.content-lydo .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  row-gap: 80px;
}

.content-lydo h2 {
  color: var(--main, #c5a47e);
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.content-lydo h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin-top: 12px;
}

.content-lydo h2 strong {
  color: #cd2027;
}

.content-lydo p {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
}

.content-lydo .widget h3 {
  color: #c5a47e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
  text-transform: capitalize;
  margin: 12px 0px 24px;
  font-family: 'Montserrat', sans-serif;
}

.content-lydo .widget p {
  margin-top: 0px;
  text-align: justify;
}

.content-lydo svg {
  width: 90px;
  position: absolute;
  top: -40px;
  left: 25px;
  background: #202020;
  padding: 0px 12px;
  transition: 0.4s ease;
}

.content-lydo img {
  width: 92px;
  position: absolute;
  top: -40px;
  left: 25px;
  background: #202020;
  padding: 0px 12px;
  transition: 0.4s ease;
}

.content-lydo .widget:nth-child(1) {
  all: unset !important;
}

.content-lydo .widget:nth-child(1)::before {
  all: unset !important;
}

.content-lydo .widget {
  position: relative;
  border: 1px solid #5d5d5b;
  background: #202020;
  padding: 50px 44px 36px;
  transition: 0.4s ease;
  cursor: pointer;
}

.content-lydo .widget:hover {
  border: 1px solid #c5a47e;
}

.content-lydo .widget:hover svg,
.content-lydo .widget:hover svg * {
  fill: #c5a47e;
}

.content-doingu {
  padding: 40px 0px;
  width: 98%;
  margin: auto;
}

.content-doingu h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #c5a47e;
  position: relative;
  margin-bottom: 48px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.content-doingu h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.content-doingu .doingu-wrapper{
  position: relative;
  --gap: 0px;                 /* khoảng cách giữa slide */
}

/* list: desktop cho lộ 2 bên */
.content-doingu .doingu-wrapper .slick-list{
  overflow: visible;
  margin: 0 calc(var(--gap) / -2);
}

/* track */
.content-doingu .doingu-wrapper .slick-track{
  display: flex !important;
  align-items: center;
  margin-bottom: 16px;
  will-change: transform;
}

/* gap giữa các slide */
.content-doingu .doingu-wrapper .slick-slide{
  /* bù gap bằng padding ở chính slide vì slide không có div wrapper */
  padding: 0 calc(var(--gap) / 2);
  box-sizing: border-box;
}

/* ẩn slide ngoài 3 (do JS add is-hidden) */
.content-doingu .doingu-wrapper .slick-slide.is-hidden{
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


.content-doingu .doingu-wrapper .doingu-item.slick-slide{
  height: 500px;                
  width: calc(45vw - var(--gap));
  overflow: hidden;
  opacity: 0.9;
  filter: brightness(0.8) saturate(0.9);
  pointer-events: none;

  transform: scale(0.86) translateZ(0);
  transform-origin: center;

  will-change: transform;
  transition: transform .45s ease, opacity .45s ease, filter .45s ease;
}

/* ====== SLIDE GIỮA ====== */
.content-doingu .doingu-wrapper .doingu-item.slick-center{
  height: 500px;                  
  width: calc(48vw - var(--gap));  
  opacity: 1;
  filter: none;
  pointer-events: auto;

  transform: scale(1) translateZ(0);
}

.content-doingu .doingu-wrapper .doingu-item img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .6s ease, filter .6s ease;
  cursor: pointer;
}


.content-doingu .doingu-wrapper img:hover{
  transform: scale(1.06) translateZ(0); 
  filter: brightness(1.05);
}


.content-doingu .doingu-wrapper .slick-arrow {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #FFF;
  color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.content-doingu .doingu-wrapper .slick-arrow:hover {
  background: #111;
}

.content-doingu .doingu-wrapper .slick-arrow:hover:before {
  border-top-color: #FFF;
  border-right-color: #FFF;
}

.content-doingu .doingu-wrapper .slick-prev {
  left: 30px;
}

.content-doingu .doingu-wrapper .slick-next {
  right: 30px;
}

.content-doingu .doingu-wrapper .slick-prev:before,
.content-doingu .doingu-wrapper .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  position: static;
  margin: 0;
}

.content-doingu .doingu-wrapper .slick-prev:before {
  transform: rotate(-135deg);
}

.content-doingu .doingu-wrapper .slick-next:before {
  transform: rotate(45deg);
}

.content-giaithuong {
  padding: 40px 0px 80px;
  overflow: hidden;
}

.content-giaithuong h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #c5a47e;
  position: relative;
  margin-bottom: 48px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.content-giaithuong h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.content-giaithuong .wrap-card{
  position: relative;
  max-width: 1095px;
  margin: 0 auto 45px;
  text-align: center;
  overflow: hidden;

  /* để animation mượt trên iOS */
  transform: translateZ(0);
}

.content-giaithuong .card-item{
  position: absolute;
  inset: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 40px;

  opacity: 0;
  transform: translate3d(30px,0,0);
  pointer-events: none;
  z-index: 1;

  transition: opacity .6s ease, transform .6s ease;
  width: 100% !important;
}

.content-giaithuong .card-item.active{
  /* vẫn absolute */
  opacity: 1;
  transform: translate3d(0,0,0);
  pointer-events: auto;
  z-index: 2;
}


.card-item img {
  max-width: 430px;
  height: auto;
}

.content-giaithuong .card-content h3 {
  color: var(--main, #c5a47e);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.9;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
}

.content-giaithuong .card-content p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
}

.content-giaithuong .giaithuong-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.content-giaithuong .giaithuong-tab {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 300;
  background: transparent;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.content-giaithuong .giaithuong-tab:hover {
  background: #111;
  border: 1px solid #111;
}

.content-giaithuong .giaithuong-tab.tab-active {
  background: #111;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 500;
}

.content-doitac {
  margin: 80px auto;
}

.content-doitac h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #c5a47e;
  position: relative;
  margin-bottom: 48px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.content-doitac h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.content-doitac img {
  width: 100%;
  height: 120px;
}

.doitac-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.doitac-wrapper .slick-slide {
  margin: 0 9px;
}

.doitac-wrapper .slick-list {
  margin: 0 -9px;
}

.doitac-wrapper .slick-dots {
  margin-top: 20px !important;
}

/* Trang dịch vụ */
.page-template-page-dichvu .site-inner {
  display: none;
}

.page_congtrinh h2 {
  color: #c5a47e;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.page_congtrinh h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.page-template-page-dichvu .page_congtrinh {
  margin: 40px auto 100px;
}

/* Danh mục công trình thực tế */

.tax-project_cat .site-inner,
.single .site-inner {
  padding: 110px 0 60px;
}

.tax-project_cat h2 {
  color: #c5a47e;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
}

.tax-project_cat h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 16px auto 0;
}

.tax-project_cat .page_congtrinh {
  margin: 60px auto 0px;
}

.taxonomy-subcats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 32px 0 32px;
}

/* Tab */
.taxonomy-subcats .subcat-item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #c5a47e;
  border: 1px solid #c5a47e;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: transparent;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.taxonomy-subcats .subcat-item:hover {
  background: rgba(215, 185, 142, 0.15);
}

.taxonomy-subcats .subcat-item.is-active {
  background: #c5a47e;
  color: #111;
  font-weight: 600;
}

.project-template-default .page_congtrinh {
  margin: 80px auto 10px;
}

.single-product .site-inner {
  padding: 80px 0 60px !important;
}

/* grid */
.adsdigi-pdp__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 48px;
  align-items: start;
}

.adsdigi-pdp__main img {
  width: 100%;
  height: 520px !important;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 auto !important;
}

.adsdigi-pdp__thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge cũ */
  cursor: grab;
  user-select: none;
}

.adsdigi-pdp__thumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.adsdigi-pdp__thumbs.is-dragging {
  cursor: grabbing;
}

.adsdigi-pdp__thumbs .adsdigi-pdp__thumb {
  flex: 0 0 calc((100% - 60px) / 3);
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
  box-shadow: none;
}

.adsdigi-pdp__thumbs .adsdigi-pdp__thumb:focus {
  outline: none;
}

.adsdigi-pdp__thumbs .adsdigi-pdp__thumb {
  -webkit-appearance: none;
  appearance: none;
}

.adsdigi-pdp__thumbs .adsdigi-pdp__thumbImg {
  width: 100%;
  height: 130px !important;
  object-fit: cover;

  border-radius: 20px;
  cursor: pointer;
}

/* RIGHT */
.adsdigi-pdp__cats a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.adsdigi-pdp__title {
  color: var(--main, #c5a47e);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

.adsdigi-pdp__priceRow {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}

.adsdigi-pdp__price .price,
.adsdigi-pdp__priceVar .price {
  font-size: 20px;
  font-weight: 700;
}

.adsdigi-pdp__rating {
  margin: 8px 0 14px;
  opacity: 0.95;
}

.adsdigi-pdp__excerpt {
  opacity: 0.9;
  line-height: 1.55;
  margin-bottom: 18px;
}

/* swatches row tweak (nếu plugin swatches của bạn render dạng chấm) */
.adsdigi-pdp__buy .variations {
  margin: 10px 0 14px;
}

.adsdigi-pdp__buy .variations td.label {
  padding-right: 10px;
  opacity: 0.8;
}

.adsdigi-pdp__buy .single_add_to_cart_button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #e9e6e1;
}

.adsdigi-pdp__buy .single_add_to_cart_button:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

/* Ẩn text "Đen" (label đã chọn) nếu plugin swatches in ra dạng text */
.adsdigi-pdp__buy .adsdigi-swatch-row .adsdigi-selected,
.adsdigi-pdp__buy .adsdigi-swatch-row .selected-value,
.adsdigi-pdp__buy .variations .value .reset_variations ~ * {
  display: none !important;
}

/* Ẩn "Xóa" (reset variations) */
.adsdigi-pdp__buy a.reset_variations {
  display: none !important;
}

/* Đưa label + swatches lên cùng 1 dòng */
.adsdigi-pdp__buy .variations tr {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
}

.adsdigi-pdp__buy .variations td.label {
  width: auto;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.adsdigi-pdp__buy .variations td.value {
  padding: 0;
  margin: 0;
}

/* Swatch chấm tròn đẹp hơn (tùy plugin class, áp kiểu chung) */
.adsdigi-pdp__buy .adsdigi-swatch,
.adsdigi-pdp__buy .variable-item,
.adsdigi-pdp__buy .swatch,
.adsdigi-pdp__buy .wvs-swatch {
  border-radius: 999px !important;
}

/* nếu plugin dùng list button */
.adsdigi-pdp__buy .adsdigi-swatch {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.adsdigi-pdp__buy .adsdigi-swatch.is-active {
  border-color: #fff;
}

/* Ẩn giá biến thể ở dưới form (không hiện dòng giá thứ 2) */
.adsdigi-pdp__buy .single_variation .woocommerce-variation-price,
.adsdigi-pdp__buy .woo-selected-variation-item-name {
  display: none !important;
}

/* Ẩn cả khoảng trống nếu cần */
.adsdigi-pdp__buy .single_variation {
  margin: 0 !important;
  padding: 0 !important;
}

.adsdigi-pdp__specs {
  margin: 10px 0 16px;
  opacity: 0.92;
}

.adsdigi-pdp__spec {
  margin: 10px 0 6px;
}

.variations label {
  color: #fff;
  font-weight: 300 !important;
}

.adsdigi-pdp__specVal {
  font-weight: 600;
}

.adsdigi-pdp__buy .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !important;
  margin-top: 10px !important;
}

.adsdigi-pdp__buy .woocommerce-variation-add-to-cart .quantity {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  position: relative;
}

.adsdigi-pdp__buy .woocommerce-variation-add-to-cart .quantity::before {
  content: "Số lượng:" !important;
  color: #fff !important;
  font-weight: 300 !important;
  white-space: nowrap !important;
}

/* input */
.adsdigi-pdp__buy .woocommerce-variation-add-to-cart .quantity input.qty {
  position: relative;
  width: 140px !important;
  height: 42px !important;
  border-radius: 8px !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  text-align: center !important;
}

.adsdigi-qty__btn--minus {
  border: 0;
  background: #272727;
  cursor: pointer;
  font-size: 17px;
  line-height: 37px;
  color: #fff;
  position: absolute;
  left: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
  padding-right: 14px;
  padding-bottom: 3px;
  z-index: 2;
}

.adsdigi-qty__btn--plus {
  position: absolute;
  right: 58px;
  border: 0;
  background: #272727;
  cursor: pointer;
  font-size: 16px;
  line-height: 39px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.25) !important;
  padding-left: 12px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.quantity input.qty:focus,
.quantity input.qty:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.quantity .adsdigi-qty__btn:focus,
.quantity .adsdigi-qty__btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.adsdigi-pdp__buy .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.btn_group .adsdigi-btn--outline {
  display: flex !important;
  height: 44px;
  padding: 11px 32px !important;
  justify-content: center !important;
  align-items: center;
  border-radius: 10px !important;
  border: 1px solid var(--main, #c5a47e) !important;
  background-color: transparent !important;
  color: #c5a47e !important;
  text-transform: uppercase !important;
  font-family: Montserrat !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.adsdigi-pdp__below {
  display: none;
}

.woo-variation-swatches
  .wvs-style-rounded.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  width: 24px !important;
  height: 24px !important;
}

.btn_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.btn_group .adsdigi-btn--secondary {
  display: flex !important;
  height: 44px;
  padding: 11px 32px !important;
  justify-content: center !important;
  align-items: center;
  border-radius: 10px !important;
  border: 1px solid var(--main, #c5a47e) !important;
  background-color: #c5a47e !important;
  color: #272727 !important;
  text-transform: uppercase !important;
  font-family: Montserrat !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.adsdigi-product-description {
  margin: 80px auto;
}

.adsdigi-product-description .section-title {
  display: inline-flex;
  height: 44px;
  padding: 12px 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main, #c5a47e);
  background-color: #c5a47e;
  color: #272727;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.product-description__content {
  border: 1px solid #c5a47e;
  padding: 60px 80px;
}

.single .content h2 {
  color: #c5a47e;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.single .content h3 {
  color: #c5a47e;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 18px;
}

.single .content ul{
  margin-left: 16px;
  margin-bottom: 16px;
}

.single-product .content img {
  margin: 12px auto;
}

.content-camket {
  border-radius: 10px;
  background: #222;
  padding: 40px 0px;
}

.content-camket .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.content-camket .wrap section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.content-camket .wrap section:last-child {
  border-right: none;
}

.content-camket .title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.9; /* 125% */
  text-transform: capitalize;
}

.content-camket .noidung p {
  text-align: center !important;
}

/*   Trang sản phẩm */
.content-danhmucsp {
  margin-bottom: 36px;
}

.adsdigi-catbar {
  margin: 80px auto 10px;
  width: 90%;
}
.adsdigi-catbar__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.adsdigi-catbar__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(213, 176, 107, 0.65) 0%,
    rgba(213, 176, 107, 0.45) 45%,
    rgba(213, 176, 107, 0.25) 100%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 2;
}

.adsdigi-catbar__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #111 100%);
  z-index: 1;
  transition: opacity 0.45s ease;
  border-radius: 15px;
}

.adsdigi-catbar .adsdigi-catbar__thumb {
  width: 100%;
}

.adsdigi-catbar .adsdigi-catbar__thumb img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
  border-radius: 15px;
}

.adsdigi-catbar .adsdigi-catbar__name {
  position: absolute;
  left: 10%;
  bottom: 28px;
  z-index: 2;
  margin: 0;
  transition: all 0.45s ease;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.adsdigi-catbar .slick-slide {
  margin: 0 15px;
}

.adsdigi-catbar .slick-list {
  margin: 0 -15px;
}

.adsdigi-catbar .adsdigi-catbar__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(213, 176, 107, 0.65) 0%,
    rgba(213, 176, 107, 0.45) 45%,
    rgba(213, 176, 107, 0.25) 100%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 2;
  border-radius: 15px;
}

.adsdigi-catbar .adsdigi-catbar__item:hover::before {
  opacity: 1;
  cursor: pointer;
}

.adsdigi-catbar .box:hover img {
  transform: scale(1.08);
}

.adsdigi-catbar .adsdigi-catbar__item:hover .adsdigi-catbar__name {
  position: absolute;
  left: 50%;
  bottom: 48%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adsdigi-catbar::after {
  content: "";
  display: block;
  clear: both;
}

.adsdigi-catbar .slick-dots {
  margin-top: 24px !important;
}

.adsdigi-catbar .slick-prev:before,
.adsdigi-catbar .slick-next:before {
  content: none !important;
}

/* nút tròn 2 bên */
.adsdigi-catbar .slick-prev,
.adsdigi-catbar .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: #414141;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  padding: 0;
}

.adsdigi-catbar .slick-prev {
  left: -60px;
}

.adsdigi-catbar .slick-next {
  right: -60px;
}

.adsdigi-catbar .slick-prev::after,
.adsdigi-catbar .slick-next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 12px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.adsdigi-catbar .slick-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='20'%20viewBox='0%200%2011%2020'%20fill='none'%3E%3Cpath%20d='M9.58333%2017.9167L1.25%209.58333L9.58333%201.25'%20stroke='%23FFCB79'%20stroke-width='2.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}

.adsdigi-catbar .slick-next::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='20'%20viewBox='0%200%2011%2020'%20fill='none'%3E%3Cpath%20d='M1.25004%2017.9167L9.58337%209.58333L1.25004%201.25'%20stroke='%23FFCB79'%20stroke-width='2.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}

.adsdigi-catbar .slick-prev:hover,
.adsdigi-catbar .slick-next:hover {
  background: rgba(0, 0, 0, 0.72);
}

.adsdigi-catbar .slick-prev:focus,
.adsdigi-catbar .slick-next:focus {
  outline: none;
}

.adsdigi-catbar .slick-prev.slick-disabled,
.adsdigi-catbar .slick-next.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.shop-wrapper .title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #c5a47e;
  position: relative;
  margin-bottom: 48px;
  text-align: center;
}

.shop-wrapper .title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.shop-wrapper ul li {
  border-radius: 10px;
  background: #414141;
  padding: 16px 16px 20px 16px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 32px 32px 0 !important;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 31.65%;
  position: relative;
}

.woocommerce ul.products li.product:nth-child(3n) {
  margin-right: 0 !important;
}

.product-card {
  list-style: none;
}

.product-card__thumb {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.product-card__thumb img {
  height: 180px !important;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 !important;
}

.product-card__badge {
  /* position:absolute;
  top:20px; left:14px; */
  background: #d9d9d9;
  color: #111;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
}

.product-card__content {
  display: flex;
  gap: 28px;
}

.product-card__content > *:first-child {
  flex: 0 0 56%;
}

.product-card__content > *:last-child {
  flex: 0 0 37%;
}
.product-card__content .woocommerce-loop-product__title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
  text-transform: uppercase;
  padding: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 54px;
}
.product-card__desc {
  margin: 12px 0 0 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}

.product-card .price {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
}

.product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
  z-index: 1 !important;
}

/* Buttons like image */
.btn--outline {
  display: flex;
  width: 100%;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: var(--main, #c5a47e);
  color: #272727;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.btn--outline:hover {
  background-color: #272727;
  color: #c5a47e;
}

.woocommerce a.button.add_to_cart_button,
.woocommerce a.button.product_type_simple {
  display: flex;
  width: 100%;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #c5a47e;
  color: var(--main, #c5a47e);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 6px !important;
}

.woocommerce a.button.add_to_cart_button:hover {
  background: rgba(214, 177, 124, 0.12) !important;
}

.woocommerce a.button:focus {
  box-shadow: none !important;
}

.woocommerce a.button.add_to_cart_button {
  white-space: nowrap;
}

.woocommerce nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination * {
  box-sizing: border-box;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: flex !important;
  gap: 2px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers > li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important; /* bỏ ô vuông phía sau */
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers > li > a,
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  background: #f4f4f4;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers > li > span.current {
  background: #5d5d5b !important;
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers > li > a:hover {
  background: #5d5d5b !important;
  color: #fff !important;
}

.content-bosuutap.section {
  margin: 80px auto 20px;
}

.content-bosuutap .wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.content-bosuutap .widget_text {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 8px;
}
.content-bosuutap .widgettitle {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #c5a47e;
  position: relative;
  margin-bottom: 32px;
}

.content-bosuutap .widgettitle::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.content-bosuutap .widget_text p {
  max-width: 900px;
  margin: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
  text-align: center;
}

/* --- Map vị trí các ảnh vào grid --- */
.content-bosuutap section:nth-child(2) {
  grid-column: 1;
  grid-row: 2 / span 2;
}
.content-bosuutap section:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.content-bosuutap section:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}
.content-bosuutap section:nth-child(5) {
  grid-column: 1 / -1;
  grid-row: 4;
}

/* --- Card ảnh chung --- */
.content-bosuutap .image-upload .mainposts {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.content-bosuutap section:nth-child(2) img {
  width: 100%;
  height: 700px;
  display: block;
  object-fit: cover;
  margin: 0 !important;
}

.content-bosuutap section:nth-child(3) img,
.content-bosuutap section:nth-child(4) img {
  width: 100%;
  height: 335px;
  display: block;
  margin: 0 !important;
  object-fit: cover;
}

.content-bosuutap section:nth-child(5) img {
  width: 100%;
  height: 600px;
  display: block;
  object-fit: cover;
  margin: 0 !important;
}

.content-bosuutap .image-upload .mainposts::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #111 100%);
  pointer-events: none;
}

.content-bosuutap .image-upload .box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
}

.content-bosuutap .image-upload .box .title {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
}

.content-bosuutap section:nth-child(5) .box {
  position: static;
}

.content-bosuutap section:nth-child(5) .mainposts > .title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
}

.content-cauhoi.section {
  margin: 80px auto 20px;
}

.content-cauhoi.section .wrap {
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.content-cauhoi.section section:nth-child(1) {
  grid-column: 1 / -1;
}

.content-cauhoi.section section.widget_text {
  align-self: start;
}

.content-cauhoi.section section:nth-child(1) .widgettitle {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c5a47e;
  margin-bottom: 24px;
  text-align: center;
}

.content-cauhoi.section section:nth-child(1) .widgettitle::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.content-cauhoi.section section.widget_text:not(:nth-child(1)) {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 18px 24px;
  background: #272727;
  transition: all 0.2s ease;
}

.content-cauhoi.section section.widget_text:not(:nth-child(1)) .widget-title,
.content-cauhoi.section section.widget_text:not(:nth-child(1)) .widgettitle {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-right: 44px;
  margin: 0;
}

/* Icon mũi tên: dùng ký tự + rotate (ổn định nhất) */
.content-cauhoi.section
  section.widget_text:not(:nth-child(1))
  .widget-title::after,
.content-cauhoi.section
  section.widget_text:not(:nth-child(1))
  .widgettitle::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 16px;
  height: 10px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 10px;
  transition: transform 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2718%27%20height%3D%2710%27%20viewBox%3D%270%200%2018%2010%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M15.7194%20-0.000211716L17.1184%201.40015L9.49368%209.02756C9.3715%209.15051%209.22622%209.24808%209.06618%209.31467C8.90615%209.38125%208.73453%209.41553%208.5612%209.41553C8.38787%209.41553%208.21625%209.38125%208.05622%209.31467C7.89619%209.24808%207.7509%209.15051%207.62873%209.02756L0%201.40015L1.39904%200.00110817L8.55922%207.15997L15.7194%20-0.000211716Z%27%20fill%3D%27%23D9D9D9%27/%3E%3C/svg%3E");
}

.content-cauhoi.section section.widget_text:not(:nth-child(1)) .textwidget {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
  will-change: max-height, opacity, transform;
}

.content-cauhoi.section section.widget_text.active .textwidget {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 10px;
}

.content-cauhoi.section section.widget_text.active .textwidget {
  opacity: 1;
  transform: translateY(0);
}

/* Xoay icon khi mở */
.content-cauhoi.section section.widget_text.active .widget-title::after,
.content-cauhoi.section section.widget_text.active .widgettitle::after {
  transform: translateY(-50%) rotate(180deg);
}

.content-cauhoi.section section.widget_text:not(:nth-child(1)) {
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.content-cauhoi.section section.widget_text:not(:nth-child(1)):hover {
  border-color: rgba(197, 164, 126, 0.9);
}

.content-cauhoi p {
  font-size: 15px;
}

.single-product .yarpp-related {
  margin: 80px auto 20px;
}

.single-product .yarpp-related .widgettitle {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #c5a47e;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.single-product .yarpp-related .widgettitle::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.single-product .yarpp-related ul {
  display: flex !important;
}

.single-product .yarpp-related li {
  width: 31.65% !important;
  position: relative;
  border-radius: 10px;
  background: #414141;
  padding: 16px 16px 20px 16px !important;
  float: left;
  margin: 0 32px 32px 0 !important;
}

.woocommerce-message {
  border-top-color: #c5a47e;
}

.woocommerce .woocommerce-message .button {
  display: flex !important;
  height: 44px;
  padding: 11px 32px !important;
  justify-content: center !important;
  align-items: center;
  border-radius: 10px !important;
  border: 1px solid var(--main, #c5a47e) !important;
  background-color: #c5a47e !important;
  color: #272727 !important;
  text-transform: uppercase !important;
  font-family: Montserrat !important;
  font-weight: 600 !important;
}

.single-project .content b {
  color: #c5a47e;
}

.card-content {
  display: block;
  width: 100%;
}

/* ====== SECTION WRAP ====== */
#danhgia.review-section {
  margin: 80px auto;
}

#danhgia .review-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #c5a47e;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

#danhgia .review-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

#danhgia .review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 100px 40px;
  border-radius: 5px;
  background: #414141;
  margin-bottom: 18px;
}

#danhgia .btn-review-toggle {
  display: flex !important;
  height: 44px;
  padding: 13px 50px !important;
  justify-content: center !important;
  align-items: center;
  border-radius: 50px !important;
  border: 1px solid var(--main, #c5a47e) !important;
  background-color: #c5a47e !important;
  color: #272727 !important;
  font-family: Montserrat !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 16px;
}
#danhgia .btn-review-toggle:hover {
  filter: brightness(1.05);
}
#danhgia .btn-review-toggle:active {
  transform: translateY(1px);
}

#danhgia .review-form-wrap {
  margin: 0 0 18px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
}
#danhgia .review-form-title {
  color: #c5a47e;
  font-weight: 700;
  margin: 0 0 10px;
}

#danhgia .glsr-default form.glsr-form label.glsr-label {
  display: none;
}

#danhgia .glsr-summary .glsr-bar {
  display: table;
  margin-top: 16px;
}

#danhgia .glsr-default form.glsr-form {
  row-gap: 20px;
}

#danhgia .glsr-summary-rating .glsr-tag-value {
  font-size: 44px;
  font-weight: 800;
  color: #f2f2f2;
}
#danhgia .glsr-summary-text {
  display: none;
}

#danhgia .glsr-bar-label {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100px;
  display: flex;
}
#danhgia .glsr-bar-background {
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  min-width: 200px;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
}

#danhgia .glsr-bar-background-percent {
  background: #c5a47e;
}
#danhgia .glsr-bar-percent {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#danhgia .glsr-reviews {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#danhgia .glsr-review {
  padding: 18px 6px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.22);
}
#danhgia .glsr-review:last-child {
  border-bottom: 0;
}
#danhgia .glsr-review-author {
  font-weight: 700;
  color: #f2f2f2;
}
#danhgia .glsr-review-rating {
  opacity: 0.95;
}
#danhgia .glsr-review-content {
  color: #d6d6d6;
}

#danhgia .glsr-pagination {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#danhgia .glsr-page {
  border: 1px solid rgba(201, 160, 106, 0.55);
  color: #d7b07a;
  background: transparent;
  min-width: 34px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
#danhgia .glsr-page.is-active,
#danhgia .glsr-page:hover {
  background: #c9a06a;
  color: #1d1d1d;
}

#danhgia .review-mode--form {
  padding: 32px 100px 40px;
  border-radius: 5px;
  background: #414141;
  margin-bottom: 18px;
}

#danhgia .glsr-input,
#danhgia .glsr-textarea,
#danhgia .glsr-select {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  border: 1px solid #414141;
  padding: 12px !important;
}
#danhgia .glsr-button {
  background: #c9a06a !important;
  color: #1d1d1d !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
}

#danhgia .review-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

#danhgia .btn-close {
  background: #e62929;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 700;
  cursor: pointer;
}

#danhgia .glsr-button {
  display: flex !important;
  height: 44px;
  padding: 11px 32px !important;
  justify-content: center !important;
  align-items: center;
  border-radius: 50px !important;
  border: 1px solid var(--main, #c5a47e) !important;
  background-color: #c5a47e !important;
  color: #272727 !important;

  font-family: Montserrat !important;
  font-weight: 600 !important;
}

#danhgia .review-mode--view,
#danhgia .review-mode--form {
  display: none;
}

#danhgia .review-mode--view.is-active,
#danhgia .review-mode--form.is-active {
  display: block;
}

/* Placeholder trắng (tuỳ bạn) */
#reviewForm .glsr-input::placeholder,
#reviewForm .glsr-textarea::placeholder {
  color: #fff;
}

/* Focus sạch (tuỳ bạn) */
#reviewForm input:focus,
#reviewForm input:active,
#reviewForm textarea:focus,
#reviewForm textarea:active {
  outline: none;
  box-shadow: none;
}

#danhgia .glsr-summary-percentages .glsr-bar[data-level="2"],
#danhgia .glsr-summary-percentages .glsr-bar[data-level="1"],
.glsr-default form.glsr-form .glsr-field-toggle {
  display: none !important;
}

/* Layout 1 review */
#danhgia .glsr-review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  padding: 14px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#danhgia .glsr-review-date {
  display: none;
}

#danhgia .glsr-review-author {
  order: 1;
  margin: 0;
}

#danhgia .glsr-review-rating {
  order: 2;
  flex: 0 0 auto;
  margin: 0;
  transform: translateY(1px);
}

#danhgia .glsr-review-author .glsr-tag-value {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

#danhgia .glsr-review-content {
  order: 3;
  flex: 0 0 100%;
  margin-top: 6px;
}
#danhgia .glsr-review-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.9;
}

.review-list-wrap .pagination .next {
  display: none;
}

#danhgia h4 {
  display: none;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce-cart .content,
.woocommerce-checkout .content {
  width: 100%;
}

.woocommerce-cart .sidebar,
.woocommerce-checkout .sidebar {
  display: none;
}

/* Trang giỏ hàng */
.woocommerce-cart .site-inner,
.woocommerce-checkout .site-inner {
  padding: 130px 0 40px;
}

.woocommerce-cart table.wc-block-cart-items {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

/* Header */
.woocommerce-cart table.wc-block-cart-items thead th {
  background: rgba(255, 255, 255, 0.06) !important;
  padding: 14px 12px !important;
  text-align: center !important;
  font-size: 16px;
}

.woocommerce-cart table.wc-block-cart-items tbody td {
  padding: 16px 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.woocommerce-cart table.wc-block-cart-items tbody td:last-child,
.woocommerce-cart table.wc-block-cart-items tbody th:last-child {
  border-bottom: none !important;
}
.wc-block-cart-items__row {
  background: rgba(255, 255, 255, 0.06) !important;
}

.woocommerce-cart table.wc-block-cart-items thead th:not(:last-child),
.woocommerce-cart table.wc-block-cart-items tbody td:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.wc-block-cart-items__header-image {
  width: 218px !important;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__image img {
  border-radius: 8px !important;
}

.wc-block-cart-items__header-product span {
  color: #fff;
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-product,
table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-product {
  visibility: visible !important;
}

.wc-block-components-product-metadata {
  font-size: 15px !important;
}

.wc-block-components-product-name {
  color: #c5a47e;
  font-weight: 600;
  font-size: 16px !important;
}

.wc-block-cart__totals-title {
  font-size: 16px !important;
}

.wc-block-components-sale-badge {
  display: none !important;
}

.wp-block-woocommerce-cart-totals-block {
  background: rgba(255, 255, 255, 0.06) !important;
  padding: 14px 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 10px;
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  padding: 12px 0;
}

.wc-block-cart__submit-button {
  display: flex !important;
  height: 44px;
  padding: 11px 32px !important;
  justify-content: center !important;
  align-items: center;
  border-radius: 10px !important;
  border: 1px solid var(--main, #c5a47e) !important;
  background-color: #c5a47e !important;
  color: #272727 !important;
  text-transform: uppercase !important;
  font-family: Montserrat !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.wc-block-cart table.wc-block-cart-items,
.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th {
  margin: 0 0 0px !important;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
  box-shadow: none !important;
  outline: 1px solid transparent !important;
}

.wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button {
  display: flex !important;
  height: 44px;
  padding: 11px 32px !important;
  justify-content: center !important;
  align-items: center;
  border-radius: 10px !important;
  border: 1px solid var(--main, #c5a47e) !important;
  background-color: #c5a47e !important;
  color: #272727 !important;
  text-transform: uppercase !important;
  font-family: Montserrat !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.wc-block-components-checkbox__label {
  color: #fff;
}

/* WooCommerce Blocks - remove focus/active borders & outlines */
.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-text-input input {
  outline: none !important;
  box-shadow: none !important;
}

.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="email"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="password"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="tel"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="text"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="url"],
.wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-text-input.is-active input[type="password"],
.wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-text-input.is-active input[type="url"],
.wc-block-components-form .wc-block-components-text-input input:focus,
.wc-block-components-text-input input:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill,
.wc-block-components-text-input input:-webkit-autofill,
.wc-blocks-components-select .wc-blocks-components-select__select {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  border-width: 0 !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  padding-top: 0px !important;
}

.wc-block-components-form {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 24px;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.4);
  padding: 2px 24px;
}

.wc-block-components-title.wc-block-components-title,
.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  color: #c5a47e;
  font-weight: 600;
  font-size: 20px;
}

.wc-block-components-order-summary,
.wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-totals-coupon,
.wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  margin: 0 0 16px 0px !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 0 24px !important;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block {
  padding-bottom: 16px !important;
}

.wc-block-components-totals-wrapper:empty {
  display: none;
}

.wc-block-components-totals-item__value {
  color: #c5a47e;
}

.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  padding: 24px 0px 0px 24px;
}

.page-id-61 .wc-block-grid__products {
  display: none;
}

.woocommerce-thankyou-order-received {
  color: #c5a47e;
  font-size: 26px;
  font-weight: 600;
  text-align: center !important;
}

.woocommerce-checkout .woocommerce-order {
  background: rgba(255, 255, 255, 0.06) !important;
  padding: 20px 24px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 10px;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  margin: 0 -1px 24px 0;
  border-radius: 10px !important;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 14px 16px;
}

.woocommerce-table__product-name a {
  color: #fff;
}

.woocommerce ul.order_details {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  margin: 0 -1px 24px 0;
  border-radius: 10px !important;
  padding: 16px 24px 15px;
}

.woocommerce ul.order_details li {
  margin-right: 3em;
  padding-right: 3em;
  color: #c5a47e;
}

.woocommerce ul.order_details li strong {
  color: #fff;
  margin-top: 10px;
}
.woocommerce .woocommerce-customer-details address {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
  color: #c5a47e;
}

.woocommerce table.woocommerce-table--order-details,
.woocommerce table.woocommerce-table--order-details th,
.woocommerce table.woocommerce-table--order-details td,
.woocommerce table.woocommerce-table--order-details thead th,
.woocommerce table.woocommerce-table--order-details tbody td,
.woocommerce table.woocommerce-table--order-details tfoot th,
.woocommerce table.woocommerce-table--order-details tfoot td {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-collapse: collapse !important;
  border-radius: 10px !important;
}

.wc-block-components-order-summary
  .wc-block-components-order-summary-item__image
  > img {
  max-width: 60px !important;
  width: 60px !important;
  border-radius: 5px;
}

.wc-block-components-order-summary
  .wc-block-components-order-summary-item__description {
  padding-left: 32px !important;
}

.woocommerce-message {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.woocommerce-message::before {
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
}

.woocommerce-message a:focus,
.woocommerce-message a:focus-visible,
.woocommerce-message .button:focus,
.woocommerce-message .button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.content-fix {
  position: fixed;
  top: 60%;
  right: 20px;
  z-index: 99999 !important;
}

.content-fix ul li img {
  width: 50px;
  margin: 0 0 3px;
}

.content-fix ul li {
  list-style-type: none;
  position: relative;
}

#scrool-top {
  position: fixed;
  z-index: 999;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

#scrool-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.adsdigi-pdp__buy
  .woocommerce-variation-add-to-cart:hover
  .single_add_to_cart_button,
.btn_group .adsdigi-btn--outline:hover {
  background: rgba(214, 177, 124, 0.12) !important;
}

.btn_group .adsdigi-btn--secondary:hover {
  background-color: #272727;
  color: #c5a47e;
}

.adsdigi-pdp__buy
  .woocommerce-variation-add-to-cart:hover
  .single_add_to_cart_button,
.btn_group .adsdigi-btn--outline:hover {
  background: rgba(214, 177, 124, 0.12) !important;
}

.btn_group .adsdigi-btn--secondary:hover {
  background-color: #272727;
  color: #c5a47e;
}

.woocommerce-cart .wc-block-grid__products {
  display: none !important;
}

.woocommerce-cart .wc-block-cart-item__wrap {
  text-align: start !important;
}

.caldera-grid .btn-default:hover {
  background: rgba(197, 164, 126, 0.12) !important;
}



/* Trang dịch vụ */
.danhsach-dichvu {
  padding: 40px 0 80px;
}

.danhsach-dichvu .danhsach-dichvu__title h2{
      font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #c5a47e;
    position: relative;
    margin-bottom: 24px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.danhsach-dichvu .danhsach-dichvu__title h2::after{
  content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 12px auto 0;
}



.danhsach-dichvu .danhsach-dichvu__title p{
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.9;
    text-align: center;
     margin-bottom: 40px;
}


.danhsach-dichvu__list{
  display: flex;
  flex-direction: column;
}

/* ====== ITEM (1 ROW = 2 COLUMNS) ====== */
.danhsach-dichvu__item{
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;            /* bạn chỉnh theo ảnh */
}

/* Ảnh full khung */
.danhsach-dichvu__img{
  position: relative;
  overflow: hidden;
}
.danhsach-dichvu__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.danhsach-dichvu__text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
  /* background: #fff; */
  color: #FFF;
}


.danhsach-dichvu__text a{
  margin: 0 0 10px;
  font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #c5a47e;
    position: relative;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.danhsach-dichvu__text > span{
  display: block;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.9;
  color: #FFF;
  margin-bottom: 22px;
}

/* Nút kiểu "READ MORE" */
.danhsach-dichvu__text h4{
  width: fit-content;
  padding: 10px 28px;
  background: #FFF;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #FFF;
  transition: 0.2s ease;
  margin-top: 24px;
  cursor: pointer;
}

.danhsach-dichvu__text h4:hover{
  background: #111;
  color: #FFF;
  border: 1px solid #111;
}

/* ====== SO LE + ĐEN XEN KẼ ====== */

.danhsach-dichvu__item:nth-child(even) .danhsach-dichvu__img{
  order: 2;
}
.danhsach-dichvu__item:nth-child(even) .danhsach-dichvu__text{
  order: 1;
  background: transparent;
  color: #fff;
  text-align: end;
  margin-left: auto;
}
.danhsach-dichvu__item:nth-child(even) .danhsach-dichvu__text > span{
  color: #FFF;
}
.danhsach-dichvu__item:nth-child(even) .danhsach-dichvu__text h4{
  background: #FFF;
  color: #111;
  /* border-color: #FFF; */
  margin-left: auto; 
}
.danhsach-dichvu__item:nth-child(even) .danhsach-dichvu__text h4:hover{
  background: #111;
  color: #FFF;
}


.content-visao {
  padding: 80px 0px 120px;
  background: #202020;
}

.content-visao .visao__title h2{
      font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #c5a47e;
    position: relative;
    margin-bottom: 24px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.content-visao .visao__title h2::after{
  content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 12px auto 0;
} 

.content-visao .visao__title p{
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.9;
    text-align: center;
     margin-bottom: 40px;
}

.content-visao__box {
  /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px; */
    margin-top: 96px;
}


.content-visao__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    row-gap: 80px;
}

.content-visao__list .widget h3 {
  color: #c5a47e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
  text-transform: capitalize;
  margin: 12px 0px 24px;
  font-family: 'Montserrat', sans-serif;
}

.content-visao__list .widget p {
  margin-top: 0px;
  text-align: justify;
}



.content-visao__list img {
  width: 92px;
  position: absolute;
  top: -40px;
  left: 25px;
  background: #202020;
  padding: 0px 12px;
  transition: 0.4s ease;
}

.content-visao__list .widget {
  position: relative;
  border: 1px solid #5d5d5b;
  background: #202020;
  padding: 40px 32px 30px;
  transition: 0.4s ease;
  cursor: pointer;
}

.content-visao__list .widget:hover {
  border: 1px solid #c5a47e;
}

.content-visao__list .widget:hover svg,
.content-visao__list .widget:hover svg * {
  fill: #c5a47e;
}

.visao-video{
  width: 100%;
  height: 500px !important;
  display: block;
}

.page-template-page-dichvu .content-dangky{
  margin: 0 !important;
}


.visao-video iframe{
  width:100%;
  aspect-ratio: 16/9;
  height:auto;
  display:block;
}

.project-video-wrap{
  margin-top: 32px;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}
.project-video-wrap iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


/* CSS cho màn nhỏ */

@media (max-width: 1170px) {
  .wrap,
  .site-inner {
    width: calc(100% - 30px) !important;
    padding: 0 15px;
  }

  .menu-secondary a,
  .site-header .menu a {
    padding: 8px 26px;
    font-size: 16px;
  }

  .site-header .widget-area {
    left: 81%;
  }

  .site-header .widget-area .code-shortcode_widget {
    right: 440px;
  }

  .caia_code_widget .widget-wrap {
    gap: 38px !important;
  }

  .breadcrumb {
    padding: 10px 0;
  }

  .content-bia.section .xhome-thumbs-wrap {
    position: absolute;
    left: 68%;
  }

  .content-vechungtoi .wrap > *:last-child img,
  .content-vechungtoigt .wrap > *:last-child img {
    width: 100%;
    height: 430px !important;
  }

  .content-congtrinhthucte .main-posts .slick-next {
    right: 10px;
  }

  .content-congtrinhthucte .main-posts .slick-prev {
    left: 10px;
  }

  .content-congtrinhthucte .main-posts .box-img img {
    width: 100%;
    height: 380px !important;
  }

  .xhome-thumbs-wrap {
    right: 30px;
  }

  .content-feedback .slick-next {
    right: -6px;
  }

  .content-feedback .slick-prev {
    left: -6px;
  }

  .content-taisao .wrap > :nth-child(2) {
    flex: 0 0 48%;
  }

  .content-tamnhin .text {
    right: -27%;
  }

  .content-sumenh .text {
    left: 27%;
  }
  .content-giatri .text {
    right: -31%;
  }

  .content-doingu {
    width: 100%;
  }

  .content-doingu .doingu-wrapper .slick-next {
    right: 12px;
  }
  .content-doingu .doingu-wrapper .slick-prev {
    left: 12px;
  }

  .xhome-dual-posts__right {
    flex: 0 0 47%;
  }

  .adsdigi-catbar .slick-next {
    right: -50px;
  }

  .adsdigi-catbar .slick-prev {
    left: -50px;
  }

  .adsdigi-catbar .adsdigi-catbar__thumb img {
    width: 100%;
    height: 250px;
  }

  .adsdigi-catbar .slick-slide {
    margin: 0 8px;
  }

  .adsdigi-catbar .slick-list {
    margin: 0 -8px;
  }

  .adsdigi-catbar .adsdigi-catbar__name {
    font-size: 15px;
  }

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 31.35%;
    position: relative;
  }

  .product-card__content {
    display: flex;
    gap: 14px;
  }

  .product-card__content > *:last-child {
    flex: 0 0 40%;
  }

  .shop-wrapper {
    margin-top: 80px;
  }

  .content-cauhoi.section {
    margin: 80px auto 80px;
  }

  .adsdigi-pdp__buy
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button,
  .btn_group .adsdigi-btn--outline {
    padding: 11px 31px !important;
  }

  .adsdigi-pdp__buy .woocommerce-variation-add-to-cart .quantity input.qty {
    width: 105px !important;
  }
}

/* CSS cho mobile */
@media (max-width: 768px) {
  body,
  h1,
  h2,
  h2 a,
  h2 a:visited,
  h3,
  h4,
  h5,
  h6,
  p,
  select,
  textarea {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
    padding: 0;
  }

  .site-header .widget_nav_menu {
    display: none;
  }

  .site-header {
    height: 70px;
  }

  .site-title a,
  .site-title a:hover {
    background-size: 100px;
  }

  .title-area {
    margin-left: -70px;
    margin-top: 10px;
  }

  .site-header .widget-area .code-shortcode_widget {
    right: 640px;
  }

  .click-menu {
    text-align: center;
    position: fixed !important;
    right: 5%;
    top: 25px !important;
    z-index: 5000;
  }

  .click-menu .line {
    height: 2px !important;
    margin-bottom: 6px !important;
    background: #fff;
    width: 26px !important;
    transition: 0.4s;
  }

  #responsive-menu {
    position: fixed;
    height: 100%;
    width: 100% !important;
    top: 70px !important;
    left: auto;
    right: 0;
    background: #272727 !important;
    z-index: 5 !important;
  }

  #responsive-menu ul li {
    padding: 10px 30px 10px 15px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    font-size: 16px;
  }

  #responsive-menu ul li a {
    color: #fff !important;
  }

  #responsive-menu ul li ul li {
    font-size: 15px !important;
  }

  #responsive-menu ul li ul li ul li {
    font-size: 14px !important;
  }

  .mobile-menu .active-menu {
    font-size: 10px !important;
    right: 15px !important;
  }

  .wrap,
  .site-inner {
    width: calc(100% - 0px) !important;
    padding: 0 15px;
  }

  .content-bia {
    margin-top: 70px;
  }

  .content-bia.section .box img {
    width: 100%;
    height: 70vh;
  }

  .xhome-title {
    letter-spacing: 0em;
    font-size: 32px;
  }

  .xhome-desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .content-bia.section .xhome-thumbs-wrap {
    position: absolute;
    left: 50%;
    bottom: 5%;
  }

  .content-bia.section .xhome-thumbs .xhome-thumb img {
    height: 70px;
  }

  .content-bia {
    height: calc(70vh - 70px);
    margin-top: 70px;
  }

  .xhome-overlay-inner {
    margin-bottom: 100px;
  }

  .content-bia.section .xhome-thumbs .xhome-thumb {
    padding: 0 6px;
  }

  .nhantuvan .label {
    font-size: 22px;
  }

  .content-vechungtoi, .content-tongquandv {
    margin: 40px auto 20px;
  }

  .content-vechungtoi .wrap,
  .content-vechungtoigt .wrap, 
  .content-tongquandv .wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }

  .content-vechungtoi .widgettitle,
  .content-vechungtoigt .widgettitle,
  .content-tongquandv .widgettitle {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c5a47e;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }

  .content-vechungtoi p,
  .content-vechungtoigt p,
  .content-tongquandv p {
    font-size: 15px;
    line-height: 26px;
  }

  .content-vechungtoi p a,
  .content-vechungtoigt p a{
    font-weight: 600;
    margin-top: 12px;
  }

  .content-vechungtoi .wrap > *:last-child img,
  .content-vechungtoigt .wrap > *:last-child img,
  .content-tongquandv .wrap > *:last-child img {
    width: 100%;
    height: auto !important;
  }

  .content-dichvu {
    padding: 40px 0 40px;
  }


  .content-tieudefeedback {
  margin: 20px auto 0px;
}

  .content-dichvu .widgettitle,
  .content-congtrinhthucte .widgettitle,
  .content-taisao .widget-title,
  .content-news h2,
  .adsdigi-catbar .widgettitle {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
    letter-spacing: 0px;
  }

  .content-dichvu .textwidget p,
  .content-congtrinhthucte .textwidget p,
  .adsdigi-catbar p,
  .content-tieudefeedback .textwidget p,
  .page-template-page-congtrinh .sub-title, .page-template-page-blog .sub-title {
    font-size: 15px;
    line-height: 26px;
  }

  .content-dichvu .widget_text,
  .content-congtrinhthucte .widget_text {
    margin-bottom: 30px;
  }

  .content-dichvu .widget.image-upload {
    width: 100%;
    float: left;
    padding: 0 0px;
  }

  .content-dichvu .box img {
    height: 400px;
  }

  .content-dichvu .box .title a {
    font-size: 20px;
    font-weight: 700;
  }

  .content-congtrinhthucte {
    padding: 20px 15px 40px;
    width: 100%;
  } 

  .content-congtrinhthucte .main-posts .slick-slide {

  width: calc(100vw - var(--gap));
  opacity: 1;
  pointer-events: none;
  transform: scale(1) translateZ(0);
}

.content-congtrinhthucte .main-posts .slick-center {
  width: calc(100vw - var(--gap));
  opacity: 1;
  filter: none;
  pointer-events: auto;
  transform: scale(1) translateZ(0);
}

.content-congtrinhthucte .main-posts .box-img img {
        width: 100%;
        height: 300px !important;
    }
 
  
  .content-congtrinhthucte .main-posts .list-info {
    margin-top: 16px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }

  .content-congtrinhthucte .main-posts .slick-track {
    margin-bottom: 6px;
  }

  .content-congtrinhthucte .main-posts .widget-item-title {
    font-size: 16px;
  }

  .content-tieudefeedback .widgettitle {
    font-size: 28px;
    padding-bottom: 10px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .content-feedback {
    margin: 24px auto 40px;
    /* padding: 0 15px; */
  }

  .content-feedback  .wrap{
    padding: 0 !important;
  }

 .content-feedback .mainposts {
    position: relative;
  }

  .content-feedback .mainposts img {
    width: 100%;
    height: 600px;
      object-fit: cover;
  display: block;
  }

  .content-feedback .noidung {
   position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 92%;
  padding: 24px;
  z-index: 99999;
  
  }

  .content-feedback .box-feedback {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .box-feedback .avatar {
    width: 80px;
    height: 80px;
  }

  .content-feedback .slick-list {
    overflow: visible !important;
  }

  .content-feedback .slick-arrow {
    display: none !important;
  }

  .content-feedback .slick-slide {
    margin: 0 8px;
  }

  .content-feedback .slick-list {
    margin: 0 -8px;
  }

  .content-feedback .title::before {
    width: 3px;
    height: 55px;
  }

  .content-feedback .title em {
    font-size: 16px;
    line-height: 24px;
  }

  .content-feedback .title strong {
    font-size: 20px;
    line-height: 45px;
  }

  .content-feedback .title strong code {
    font-size: 20px;
  }

  .content-feedback .title {
    margin-bottom: 0px !important;
  }

  .content-feedback p {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    margin-top: 12px;
    line-height: 22px;
  }

  .content-taisao {
    padding: 40px 0;
    margin: 40px auto 0;
  }

  .content-taisao .wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }

  .content-taisao .textwidget > p {
    font-size: 15px;
    line-height: 26px;
  }

  .content-taisao .textwidget ul {
    list-style: none;
    margin: 0px 0 20px;
    padding: 0;
    gap: 12px 40px;
  }

  .content-taisao li:first-child em {
    font-size: 48px;
  }

  .content-taisao li:nth-child(2) em,
  .content-taisao li:nth-child(3) em {
    font-size: 32px;
  }

  .content-taisao li:nth-child(2) strong,
  .content-taisao li:nth-child(3) strong {
    display: inline;
    font-size: 15px;
  }

  /* .content-taisao .textwidget p:last-child a {
    border: 1px solid #c5a47e;
    padding: 8px 20px;
} */

  .content-news {
    padding: 40px 0px;
    margin: auto;
  }

  .content-news .widget-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
    column-gap: 24px;
  }

  .content-news .widget-wrap > *:first-child {
    grid-column: auto;
    justify-self: stretch;
  }

  .content-news .post .box-img img {
    height: 220px;
    display: block;
    margin-bottom: 16px;
  }

  .content-news .post .widget-item-title a {
    font-size: 18px;
  }

  .content-news .post .entry-text {
    font-size: 15px;
  }

  .content-news ul li .img-box {
    flex: 0 0 150px;
  }

  .content-news ul li .img-box img {
    width: 150px;
    height: 100px;
  }

  .content-news .extra-wrap {
    gap: 16px;
  }

  .content-news .extra-title a {
    line-height: 24px;
    margin-bottom: 3px;
  }

  .content-news li {
    padding: 20px 0;
  }
  .content-news .widget_text {
    display: flex;
    justify-content: center;
  }
  .content-news .widget_text a {
    /* border: 1px solid #c5a47e;
    padding: 8px 20px; */
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-dangky {
    margin: 16px auto 0px;
    padding: 45px 0px;
  }

  .content-dangky .widget_caldera_forms_widget {
    padding: 24px 24px 16px;
    max-width: 100%;
  }

  .contact-section h2,
  .caldera-grid h2 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .contact-section ul {
    margin-top: 18px;
    gap: 8px;
  }

  .content-dangky .caldera-grid h2 {
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .caldera-grid .form-group {
    margin-bottom: 16px !important;
  }

  .caldera-grid .form-control {
    font-size: 15px !important;
  }

  .caldera-grid .btn {
    border: 1px solid #c5a47e !important;
    padding: 10px 20px !important;
    font-size: 15px;
  }

  .content-dangky .caldera-grid .btn {
    padding: 8px 24px !important;
    font-size: 14px !important;
  }

  .content-map {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .page-template-page-lienhe .site-inner {
    width: calc(100% - 0px) !important;
    padding: 40px 15px 0;
  }

  .content-dangky .check_box div {
    display: flex !important;
    flex-direction: column !important;
    font-size: 0px !important;
    gap: 4px !important;
  }

  .content-dangky .check_box div > label {
    width: 100% !important;
    display: flex;
    align-items: center !important;
    gap: 8px !important;
    font-size: 15px !important;
  }

  .caldera-grid .radio label,
  .caldera-grid .checkbox label {
    font-size: 15px !important;
  }

  .before_footer {
    position: relative;
    background: #171616;
    padding: 40px 0 15px;
  }

  .before_footer .wrap-section > section:nth-child(1) img {
    width: 120px;
  }

  .before_footer .wrap-section {
    display: flex;
    flex-direction: column;
  }

  .before_footer section:nth-child(1) ul li {
    margin-top: 10px;
  }

  .before_footer ul li {
    font-size: 16px;
    line-height: 1.9;
  }
  .before_footer ol li {
    margin-top: 10px;
    font-size: 15px !important;
  }

  .before_footer section:nth-child(2) {
    margin-top: 40px;
  }

  .before_footer section:nth-child(3) {
    margin-top: 20px;
  }

  .before_footer .wrap-section > section:nth-child(3) {
    margin-left: 0;
  }

  .before_footer section:nth-child(3) p strong {
    font-size: 18px;
  }

  .before_footer section:nth-child(3) ul {
    list-style: none;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .before_footer section:nth-child(3) ul li {
    display: flex;
    gap: 6px;
  }

  .before_footer section:nth-child(3) iframe {
    width: 100%;
    height: 200px;
    margin-top: 16px;
  }

  .before_footer section:nth-child(3) img {
    margin-top: 16px;
  }

  .content-hero {
    margin-top: 71px;
  }

  .content-breadcrumb {
    width: 100%;
    padding: 0px 15px;
  }

  .content-hero .hero-image {
    height: 30vh;
  }

  .content-hero .hero-image {
    height: 30vh !important;
  }

  .content-hero .hero-image img {
    width: 100%;
    height: 30vh !important;
  }

  .content-hero h2 {
    font-size: 28px;
  }

  .breadcrumb span {
    font-size: 15px;
  }

  .breadcrumb .wrap {
    font-size: 15px;
    line-height: 1.9;
  }

  .content-vechungtoigt {
    margin: 40px auto 40px;
  }

  .content-thanhtuu ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }

  .content-thanhtuu ul em {
    font-size: 32px;
  }

  .content-thanhtuu ul li {
    font-size: 15px;
  }

  .content-tamnhin {
    padding: 40px 0 160px;
    overflow: hidden  !important;
  }

  .content-sumenh {
    padding: 40px 0 40px;
    margin: 0px auto 140px;
  }

  .content-tamnhin .text {
    position: absolute;
    top: 120%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 24px;
    max-width: 100%;
    width: 95%;
  }

  .content-tamnhin .text h2,
  .content-giatri .text h2 {
    font-size: 20px;
    margin-bottom: 16px;
    padding-left: 12px;
  }

  .content-tamnhin .text p,
  .content-giatri .text p {
    font-size: 15px;
    line-height: 26px;
  }

  .content-tamnhin .text h2::before,
  .content-giatri .text h2::before {
    width: 3px;
    height: 25px;
  }

  .content-sumenh .text {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    max-width: 100%;
    width: 95%;
  }

  .content-sumenh .text h2 {
    font-size: 20px;
    margin-bottom: 16px;
    padding-right: 12px;
  }

  .content-sumenh .text h2::before {
    width: 3px;
    height: 25px;
  }

  .content-giatri .text {
    position: absolute;
    top: 160%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    max-width: 100%;
    width: 95%;
  }

  .content-giatri {
    padding: 40px 0;
    margin-bottom: 365px;
  }

  .content-doingu h2 {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 32px;
  }

  .content-doingu  .slick-center {
  width: calc(100vw - var(--gap)) !important;
  opacity: 1;
  filter: none;
  pointer-events: auto;
  transform: scale(1) translateZ(0);
}

.content-doingu .doingu-wrapper .doingu-item.slick-slide {
    transform: scale(1) translateZ(0) !important;
}


.content-doingu .doingu-wrapper .doingu-item.slick-slide {
  opacity: 1;
  height: 300px;
}



  .content-giaithuong .wrap-card {
    display: flex;
    max-width: 100%;
    margin: 0 auto 32px;
  }
  .content-giaithuong h2 {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 32px;
  }

  .card-item img {
    max-width: 100%;
    height: auto;
  }

  .content-giaithuong .card-item {
    gap: 24px;
  }

  .content-giaithuong .card-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .content-giaithuong .card-content p {
    font-size: 15px;
  }

  .content-giaithuong .giaithuong-tab {
    padding: 8px 26px;
  }

  .content-giaithuong {
    padding: 40px 0px 60px;
  }

  .content-lydo {
    background: #202020;
    padding: 50px 0px 60px;
  }

  .content-lydo .wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    row-gap: 64px;
  }

  .content-lydo h2 {
    font-size: 28px;
    line-height: 45px;
    padding-bottom: 0px;
  }

  .content-lydo img {
    width: 80px;
    position: absolute;
    top: -30px;
    left: 16px;
    background: #202020;
    padding: 0px 10px;
    transition: 0.4s ease;
  }

  .content-lydo .widget {
    padding: 32px 32px 28px;
  }

  .content-lydo .widget h3 {
    font-size: 18px;
    margin: 16px 0px 16px;
  }

  .content-lydo p {
    font-size: 15px;
  }

  .content-doitac {
    margin: 40px auto 50px;
  }

  .content-doitac h2 {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 32px;
  }

  .doitac-wrapper .slick-dots {
    margin-top: 16px !important;
  }

  .content-doitac img {
    width: 100%;
    height: 80px;
  }

  .doitac-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .page_congtrinh h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .page_congtrinh .main-posts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    row-gap: 24px;
    margin-top: 24px;
  }

  .page_congtrinh .project .thumb {
    height: 240px !important;
  }

  .page_congtrinh .project img {
    height: 240px !important;
  }

  .page_congtrinh .list-info {
    padding: 12px 22px;
  }

  .tax-project_cat .site-inner,
  .single .site-inner {
    padding: 90px 0px 40px;
  }

  .single .site-inner {
    padding: 90px 15px 40px;
  }

  .tax-project_cat h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 32px;
    letter-spacing: 0px;
  }

  .taxonomy-subcats {
    gap: 16px;
    justify-content: center;
    padding: 0 15px;
  }

  .tax-project_cat .page_congtrinh {
    margin: 32px auto 0px;
  }

  .page_congtrinh .pagination {
    margin-top: 6px;
  }

  .pagination a,
  .pagination span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .page_congtrinh {
    margin: 45px auto 40px;
  }

  .project-hero-flex {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .project-title-text {
    font-size: 28px;
    line-height: 45px;
  }

  .single main.content p {
    margin: 0 0 10px;
  }

  .project-gallery {
    column-count: 2;
    column-gap: 16px;
    margin-top: 16px;
  }

  /* .project-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 29px;
}

.project-gallery img {
    width: 100%;
    height: 180px;
    border-radius: 6px;
} */

  .yarpp-related .page_congtrinh .main-posts {
    gap: 16px;
    row-gap: 16px;
  }

  .project-template-default .page_congtrinh {
    margin: 60px auto 10px !important;
  }

  .content-blog {
    margin: 40px auto 60px;
  }

  .content-blog h2,
  .blog-category h2 {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }

  .xhome-dual-posts__row {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 24px;
  }

  .xhome-dual-posts__left-img {
    height: 220px;
  }

  .xhome-dual-posts__left-title {
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.5;
  }

  .xhome-dual-posts__right-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
  }

  .xhome-dual-posts__right-thumb {
    flex: 0 0 150px;
  }

  .xhome-dual-posts__right-img {
    width: 150px;
    height: 100px;
  }

  .blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    row-gap: 24px;
  }

  .page-template-page-blog .blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 24px;
    row-gap: 24px;
    margin-top: 24px !important;
  }

  .page-template-page-blog .site-inner {
    padding: 0px 15px 60px;
  }

  .blog-item .title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 6px;
    line-height: 1.6;
  }

  .blog-category {
    margin-bottom: 80px;
  }

  .blog-category:last-child {
    margin-bottom: 0px;
  }

  .single .wrap {
    padding: 0;
  }

  .single-post .entry-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .single-post .post-thumbnail {
    height: 300px;
  }

  .content-sidebar-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .content-sidebar .content,
  .sidebar-content .content {
    width: 100%;
  }

  .full-width-content .content,
  .single-post .content img {
    width: 100%;
    margin: 0px auto;
  }

  .yarpp-related img {
    height: 220px;
    margin-bottom: 8px;
  }

  .yarpp-related .slick-slide {
    margin: 0 8px;
  }

  .yarpp-related .slick-list {
    margin: 0 -8px;
  }

  .content-lienhe {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .content-danhmucsp {
    margin-bottom: 30px;
  }

  .adsdigi-catbar {
    margin: 40px auto 10px;
    width: 100%;
  }

  .adsdigi-catbar .adsdigi-catbar__thumb img {
    width: 100%;
    height: 220px;
  }

  .adsdigi-catbar__grid {
    padding: 0 15px;
  }

  .adsdigi-catbar .slick-dots {
    margin-top: 16px !important;
  }

  .adsdigi-catbar .slick-next {
    right: 0px;
  }

  .adsdigi-catbar .slick-prev {
    left: 0px;
  }

  .adsdigi-catbar .slick-prev,
  .adsdigi-catbar .slick-next {
    width: 32px;
    height: 32px;
    top: 45%;
    z-index: 1;
  }

  .adsdigi-catbar .slick-prev::after,
  .adsdigi-catbar .slick-next::after {
    width: 6px;
    height: 9px;
  }

  .shop-wrapper .title {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 32px;
  }

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 0px 24px 0 !important;
  }

  .content-bosuutap.section {
    margin: 40px auto 20px;
  }

  .content-bosuutap .wrap {
    padding: 0;
  }

  .content-bosuutap .widgettitle {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 24px;
  }

  .content-bosuutap {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }

  .content-bosuutap .wrap {
    gap: 20px;
  }

  .content-bosuutap section {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .content-bosuutap section:nth-child(2) img {
    width: 100%;
    height: 240px;
  }

  .content-bosuutap section:nth-child(3) img,
  .content-bosuutap section:nth-child(4) img {
    width: 100%;
    height: 240px;
  }

  .content-bosuutap section:nth-child(5) img {
    width: 100%;
    height: 240px;
  }

  .content-bosuutap .image-upload .box {
    position: absolute;
    left: 20px;
    bottom: 15px;
  }

  .content-bosuutap .image-upload .box .title {
    font-size: 18px;
  }

  .content-cauhoi.section {
    margin: 40px auto 50px;
  }

  .content-cauhoi.section section:nth-child(1) .widgettitle {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }

  .content-cauhoi .wrap {
    gap: 24px !important;
    padding: 0;
  }

  .content-cauhoi section {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .content-cauhoi.section section.widget_text:not(:nth-child(1)) {
    border-radius: 6px;
    padding: 15px 16px;
  }

  .content-cauhoi.section section.widget_text:not(:nth-child(1)) .widget-title,
  .content-cauhoi.section section.widget_text:not(:nth-child(1)) .widgettitle {
    font-size: 15px;
    line-height: 1.6;
    padding-right: 40px;
  }

  .content-cauhoi p {
    font-size: 14px;
  }

  .shop-wrapper {
    margin-top: 50px;
  }
  .shop-wrapper ul li {
    padding: 16px 16px 16px 16px !important;
  }

  .product-card__thumb {
    height: 150px;
    margin-top: 16px;
  }

  .product-card__thumb img {
    height: 150px !important;
  }

  .btn--outline {
    padding: 10px 0px;
  }

  .woocommerce a.button.add_to_cart_button,
  .woocommerce a.button.product_type_simple {
    padding: 10px 0px;
    margin-top: 6px !important;
  }

  .mini-cart-dropdown {
    position: absolute;
    right: -185px;
    top: 150%;
    min-width: 360px;
    width: 100%;
    max-width: 100%;
    padding: 8px 16px 16px;
  }

  .caia_code_widget .widget-wrap {
    gap: 48px !important;
  }

  .woocommerce ul.cart_list li,
  .woocommerce ul.product_list_widget li {
    padding: 40px 0px 10px;
  }

  .woocommerce-mini-cart__buttons .button {
    padding: 10px 12px !important;
    font-size: 14px !important;
  }

  .header-cart-link .cart-count {
    font-size: 11px;
  }

  .woocommerce-cart .site-inner,
  .woocommerce-checkout .site-inner {
    padding: 110px 15px 20px;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
  .is-medium table.wc-block-cart-items .wc-block-cart-items__header,
  .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
  .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
  .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: block !important;
  }

  .wc-block-components-sidebar-layout .wc-block-components-main {
    margin-bottom: 32px !important;
  }

  .woocommerce-cart table.wc-block-cart-items tbody td {
    padding: 12px 14px !important;
  }

  .wc-block-cart-items__header-image {
    width: 182px !important;
  }

  .wc-block-cart-item__image {
    width: 111px !important;
  }

  .wc-block-cart-items__header-product {
    width: 340px !important;
  }

  .wc-block-cart-item__product {
    width: 177px !important;
  }

  .wc-block-cart-items thead tr {
    display: flex !important;
    padding: 0 !important;
  }

  .wc-block-cart-items tbody tr {
    display: flex !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .woocommerce-cart table.wc-block-cart-items thead th {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0px !important;
  }

  .wc-block-components-product-metadata {
    font-size: 14px !important;
  }

  .editor-styles-wrapper
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__wrap
    > *,
  .editor-styles-wrapper
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-components-quantity-selector,
  table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__wrap
    > *,
  table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-components-quantity-selector {
    margin-bottom: 6px !important;
  }

  .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block !important;
    padding-bottom: 12px !important;
  }

  .wc-block-cart__submit-button {
    height: 40px;
    padding: 10px 32px !important;
  }

  #author,
  #comment,
  #email,
  #url {
    margin: 10px 5px 0 0;
    padding: 10px;
    width: 100%;
    float: left;
    background: #fff;
  }

  body:not(.woocommerce-block-theme-has-button-styles)
    .wc-block-components-button:not(.is-link) {
    margin-top: 24px;
  }

  .wc-block-checkout__actions {
    padding-top: 0px !important;
  }

  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    padding: 16px !important;
  }

  .wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
    padding: 70px 0px 0px 24px !important;
  }

  .wp-block-woocommerce-checkout {
    padding-top: 0px !important;
  }

  .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title {
    padding: 0px 0 !important;
  }

  .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title,
  .wp-block-woocommerce-checkout-order-summary-block
    .checkout-order-summary-block-fill {
    border: none !important;
  }

  .wc-block-components-validation-error > p {
    display: block !important;
  }

  .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    font-size: 15px !important;
    margin-bottom: 24px !important;
  }
  .wc-block-components-validation-error > p {
    font-size: 15px !important;
  }
  #email {
    margin-bottom: 12px;
  }

  .woocommerce-thankyou-order-received {
    font-size: 20px;
    line-height: 32px !important;
  }

  .woocommerce ul.order_details {
    display: flex;
    flex-direction: column !important;
  }

  .woocommerce ul.order_details li {
    margin-bottom: 1em !important;
  }

  .woocommerce ul.order_details li:last-child {
    margin-bottom: 0em !important;
  }

  .woocommerce ul.order_details li strong {
    margin-top: 4px !important;
  }

  .woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 16px !important;
  }

  .single-product .site-inner {
    padding: 45px 15px 20px !important;
  }

  .adsdigi-pdp__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .adsdigi-pdp__main img {
    height: 320px !important;
    border-radius: 10px;
  }

  .adsdigi-pdp__thumbs {
    gap: 16px;
    margin-top: 12px;
  }

  .adsdigi-pdp__thumbs .adsdigi-pdp__thumbImg {
    height: 85px !important;
    border-radius: 10px;
  }

  .adsdigi-pdp__thumbs .adsdigi-pdp__thumb {
    flex: 0 0 calc((100% - 32px) / 3);
    background: transparent;
    border-radius: 10px;
  }

  .adsdigi-pdp__cats a {
    font-size: 15px;
  }

  .adsdigi-pdp__title {
    font-size: 24px;
    line-height: 36px;
    margin-top: 6px;
  }

  .adsdigi-pdp__priceRow {
    margin-bottom: 6px;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme))
    div.product
    p.price,
  .woocommerce:where(body:not(.woocommerce-uses-block-theme))
    div.product
    span.price {
    font-size: 24px;
    line-height: 42px;
  }

  .adsdigi-pdp__spec {
    margin: 0px 0 6px;
  }

  .adsdigi-pdp__buy .variations {
    margin: -6px 0 12px;
  }

  .adsdigi-pdp__buy
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button,
  .btn_group .adsdigi-btn--outline {
    padding: 10px 12px !important;
  }

  .adsdigi-pdp__buy
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button,
  .btn_group .adsdigi-btn--outline {
    height: 42px;
    font-size: 14px;
  }

  .btn_group .adsdigi-btn--secondary {
    height: 42px;
    padding: 11px 24px !important;
    font-size: 14px;
  }

  .woocommerce div.product form.cart {
    margin-bottom: 1.2em !important;
  }

  .adsdigi-product-description {
    margin: 45px auto;
  }

  .adsdigi-qty__btn--plus {
    position: absolute;
    right: 10px;
    border: 0;
    background: #272727;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.25) !important;
    padding-left: 9px;
  }

  .adsdigi-qty__btn--minus {
    border: 0;
    background: #272727;
    cursor: pointer;
    font-size: 17px;
    line-height: 37px;
    color: #fff;
    position: absolute;
    left: 92px;
    border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
    padding-right: 10px;
    padding-bottom: 3px;
    z-index: 2;
  }

  .adsdigi-product-description .section-title {
    display: inline-flex;
    height: 42px;
    padding: 12px 32px;
  }

  .product-description__content {
    padding: 24px 20px;
  }

  .single .content h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #danhgia.review-section {
    margin: 50px auto 50px;
  }

  #danhgia .review-title {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 32px;
  }

  #danhgia .review-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px 22px 24px;
    margin-bottom: 12px;
  }

  #danhgia .glsr-bar-background {
    min-width: 100%;
  }

  #danhgia .btn-review-toggle {
    height: 42px;
    padding: 12px 32px !important;
    font-size: 15px;
  }

  #danhgia .review-mode--form {
    padding: 16px 22px 24px;
    margin-bottom: 12px;
  }

  #danhgia .glsr-default form.glsr-form {
    row-gap: 12px;
  }

  #danhgia .glsr-review {
    gap: 0px 12px;
    padding: 8px 0 10px;
  }

  #danhgia .glsr-review-author .glsr-tag-value {
    font-size: 16px;
    line-height: 1.2;
  }

  #danhgia .glsr-review-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  form.glsr-form .glsr-star-rating--stars[class*=" s"] > span {
    width: 24px;
  }

  .content-camket .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .content-camket {
    padding: 24px 15px;
  }

  .single-product .content img {
    margin: 0px auto;
  }

  .product-description__content p {
    font-size: 14px;
  }

  .content-camket .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.9;
    margin-bottom: 0px !important;
  }

  .content-camket p {
    font-size: 13px;
  }

  .content-camket img {
    width: 48px;
  }

  .content-camket .wrap section {
    border-right: none;
  }

  .single-product .yarpp-related {
    margin: 45px auto 0px;
  }

  .single-product .yarpp-related .widgettitle {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 32px;
  }

  .single-product .yarpp-related ul {
    display: flex !important;
    flex-direction: column;
  }

  .single-product .yarpp-related li {
    width: 100% !important;
    padding: 16px 16px 16px 16px !important;
    margin: 0 0px 24px 0 !important;
  }

  .content-fix {
    top: auto;
    right: 15px;
    bottom: 50px;
  }

  .content-fix ul li img {
    width: 42px;
  }

  .archive-title {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 32px;
  }

  .category .site-inner {
    padding: 90px 15px 40px;
  }

  .page-template-page-lienh .site-inner {
    padding: 40px 0 30px !important;
  }

  .category-more .btn-view-all{
  margin-top: 24px;
  }

  .danhsach-dichvu .danhsach-dichvu__title h2 {
            font-size: 28px;
        letter-spacing: 0px;
        margin-bottom: 24px;
}

.danhsach-dichvu .danhsach-dichvu__title p {
    font-size: 15px;
    margin-bottom: 24px;
}


.danhsach-dichvu__list {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.danhsach-dichvu__item {
    display: flex;
    flex-direction: column;
    min-height: auto;
}

.danhsach-dichvu__text > span {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
}


.danhsach-dichvu__text {
    padding: 0px
}

.danhsach-dichvu__item:nth-child(even) .danhsach-dichvu__img{
  order: 1;
}
.danhsach-dichvu__item:nth-child(even) .danhsach-dichvu__text{
  order: 2;
  text-align: start;
}

.danhsach-dichvu__text h4 {
    margin: 24px auto 0;
}

.danhsach-dichvu__item:nth-child(even) .danhsach-dichvu__text h4{
  margin: 24px auto 0;
}

.content-visao {
    padding: 80px 0px 80px;
}

.content-visao .visao__title h2 {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 24px;
}

.content-visao .visao__title p {
    font-size: 15px;
    margin-bottom: 24px;
}

.content-visao__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    row-gap: 64px;
}

.content-visao__list .widget {
    padding: 32px 32px 28px;
  }

  .content-visao__list .widget h3 {
    font-size: 18px;
    margin: 16px 0px 16px;
  }

  .content-visao__list .widget p {
    font-size: 15px;
  }

   .content-visao__list p {
    font-size: 15px;
  }


 .content-visao__list img {
        width: 80px;
        position: absolute;
        top: -30px;
        left: 16px;
        background: #202020;
        padding: 0px 10px;
        transition: 0.4s ease;
    }

}
