/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@media (min-width: 1400px) {
  .container-width,
  .full-width .ubermenu-nav,
  .container,
  .row {
    max-width: 1320px !important;
  }
}
.searchform-wrapper {
  max-width: 270px;
}
.searchform-wrapper .flex-row {
}
.searchform-wrapper .flex-row .flex-col {
  margin-left: 0 !important;
  margin-right: -2.9em;
}
.searchform-wrapper .flex-row .flex-col.flex-grow {
  order: 1;
}
.searchform-wrapper .flex-row .flex-col button i {
  color: #c4a76f;
}
.searchform-wrapper .flex-row .flex-col.flex-grow input {
  border: 1px solid #c4a76f;
  border-radius: 2px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff !important;
  height: 38px;
}
.searchform-wrapper .flex-row .flex-col.flex-grow input::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.icon-header {
}
.icon-header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.12px;
  color: #c4a76f;
}
.hdSuport {
  padding-left: 45px;
  background: url(images/phonehd.png) left center no-repeat;
  /* display: flex; */
  margin: 0 !important;
  /* flex-wrap: wrap; */
  /* margin: 0 20px !important; */
  margin-bottom: 15px !important;
}
.hdSuport span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
  width: 100%;
}
.hdSuport span a {
  color: #326936;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.hdSuport strong {
  /* color: var(--S1, #000); */
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  width: 100%;
  color: #c4a76f;
}
.ssc {
  margin: 0px;
  list-style: none;
}
.ssc li {
  display: inline-block;
  margin: 0px 4px;
}
.header-block {
  display: contents !important;
}
.html_topbar_left {
  /* display: contents !important; */
  padding-left: 55px !important;
}
.html_topbar_right {
  display: contents !important;
}
.row-header {
  width: 403px !important;
}
#masthead {
  border-bottom: 1px solid hsl(40deg 42% 60% / 30%);
}
.header-nav.header-bottom-nav {
}
.header-nav.header-bottom-nav > li {
  margin: 0 22px;
}
.header-nav.header-bottom-nav > li:not(:hover) > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-nav.header-bottom-nav > li > a {
  font-weight: 700;
  font-size: 16px; /* line-height: 100%; */ /* text-transform: uppercase; */
  color: #5b5757;
}
.header-nav.header-bottom-nav > li > ul {
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 2;
  min-width: calc(100% + 40px);
  max-width: 300px;
  padding: 4px 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: var(--br-transition);
  display: block;
}
.header-nav.header-bottom-nav > li > ul > li {
  --li-mb: 0px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #efefef;
  display: -webkit-inline-box;
  min-width: 200px;
  width: 200px;
}
.header-nav.header-bottom-nav > li > ul > li:not(:hover) > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
.header-nav.header-bottom-nav > li > ul > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid #565e64;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: all 0.3s ease;
}
.header-nav.header-bottom-nav
  > li
  > ul
  > li.menu-item-has-children:hover
  a:before {
  transform: translateY(-50%) rotate(-90deg);
  border-top-color: #c4a76f;
}
.header-nav.header-bottom-nav > li > ul > li:hover > a {
  color: #c4a76f;
}
.header-nav.header-bottom-nav > li > ul > li > a {
  display: block;
  padding: 15px 20px;
  width: 100%;
  /* white-space: nowrap; */
  font-weight: 500;
  margin: 0;
  line-height: 10px;
  text-transform: unset;
}
.header-nav.header-bottom-nav > li > ul > li > ul {
  left: 100%;
  top: 0;
  margin-left: 10px;
  margin-top: 0;
  min-width: 200px;
  max-width: unset;
  columns: 2;
  --webkit-columns: 2;
  padding: 12px 20px;
  background: #fff;
  display: none !important;
  position: absolute;
  border-radius: 10px;
}
.header-nav.header-bottom-nav > li > ul > li > ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 100%;
  top: 15px;
  left: auto;
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
  filter: drop-shadow(-2px 0px 1px rgba(0, 0, 0, 0.1));
}
.header-nav.header-bottom-nav > li > ul > li > ul > li {
}
.header-nav.header-bottom-nav > li > ul > li > ul > li:hover > a {
  color: #c4a76f;
}
.header-nav.header-bottom-nav > li > ul > li > ul > li > a {
}
.h2-text-lydo {
  margin: 30px 0;
  margin-bottom: 40px;
}
.h2-text-lydo h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #302000;
}
.h2-text-lydo h2 strong {
  color: #c4a76f;
}
.icon-lydo {
  background: #fdedd5;
  box-shadow: 0px 4px 9.7px 0px #4f1c0040;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 15px;
  padding-right: 45px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.icon-lydo .icon-box-img {
  position: absolute;
  right: 0;
  margin-bottom: 0;
  bottom: 0;
}
.icon-lydo .icon-box-img .icon-inner {
  /* border-radius: 74px 13px 0px 3px; */
  /* background: #C4A76F; */
  padding: 20px;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-left: 40px;
}
.icon-lydo .icon-box-img .icon-inner:before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 144px;
  height: 144px;
  background: hsl(40deg 42% 60% / 30%);
  border-radius: 50%;
  z-index: 0;
}
.icon-lydo .icon-box-text {
}
.icon-lydo .icon-box-text h3 {
  font-weight: 700;
  font-size: 17.27px;
  line-height: 100%;
  color: #302000;
}
.icon-lydo .icon-box-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #302000;
}
.but-datlichngay {
  background: url(images/backdatlich.png) no-repeat;
}
.but-datlichngay span {
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: #302000;
}
.h2-title-dichvu {
  /* margin-bottom: 0; */
}
.h2-title-dichvu h2 {
  border: unset;
  text-align: center;
  position: relative;
}
.h2-title-dichvu h2:before {
  content: "";
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  width: 74px;
  height: 74px;
  background: #fdedd5;
  border-radius: 50%;
  margin: 0 auto;
}
.h2-title-dichvu h2 span {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #302000;
  margin: 0 auto;
  border: unset;
  padding-bottom: 0;
  position: relative;
}
.item-service {
  position: relative;
  padding-bottom: 20px;
}
.item-service .img-service {
  overflow: hidden;
}
.item-service:hover img {
}
.item-service .img-service img {
  transition:
    filter 0.6s,
    opacity 0.6s,
    transform 0.6s,
    box-shadow 0.3s;
  border-radius: 5px;
}
.item-service:hover img {
  transform: scale(1.1);
}
.item-service .text-servier {
  position: absolute;
  bottom: 0;
  width: 80%;
  background: #302000;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
}
.item-service .text-servier h3 {
  text-align: center;
  margin-bottom: 0;
}
.item-service .text-servier h3 a {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}
.tab-duan {
}
.tab-duan ul.nav {
  margin-bottom: 0;
}
.tab-duan ul.nav li {
  margin: 0px 20px;
  margin-bottom: 5px;
}
.tab-duan ul.nav li.active {
}
.tab-duan ul.nav li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  color: #2c2c2c;
  text-transform: unset;
  color: #c4a76f;
}
.tab-duan ul.nav li.active a {
  color: #fff; /* padding: 5px 35px; */
  border-radius: 5px;
  color: #302000;
}
.item-duan {
  align-self: flex-start;
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}
.item-duan a {
  padding-bottom: 59%;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 1px;
}
.item-duan .portfolio-item__img {
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-duan .portfolio-item__img img {
  height: auto;
  position: absolute;
  top: calc(43% + 1px);
  left: calc(51% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
  transition: filter 0.3s;
  transition:
    filter 0.6s,
    opacity 0.6s,
    transform 0.6s,
    box-shadow 0.3s;
}
.item-duan:hover img {
  /* transform: scale(1.1); */
}
.item-duan .portfolio-item__overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  transition: opacity 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #00000066;
  border-radius: 5px;
}
.item-duan:hover .portfolio-item__overlay {
  opacity: 1;
  transition: opacity 0.5s;
}
.item-duan .portfolio-item__overlay h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
.but-xemthem {
  background: url(images/backdatlich.png) no-repeat;
  padding: 0px 31px;
}
.but-xemthem span {
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: #302000;
}
.h2-title-vct {
  margin-bottom: 0;
}
.h2-title-vct h2 {
  border: unset;
  font-weight: 400;
}
.h2-title-vct h2 span {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #c4a76f;
  border: unset;
  text-transform: unset;
  margin: 0;
  padding: 0;
}
.h3-title-vct {
  margin-bottom: 0;
}
.h3-title-vct h3 {
  border: unset;
}
.h3-title-vct h3 span {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  color: #fdedd5;
  border: unset;
  margin: 0;
  padding: 0;
}
.text-vechungtoi {
}
.text-vechungtoi h4 {
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  color: #fdedd5;
  margin-bottom: 25px;
}
.text-vechungtoi p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #c4a76f;
}
.but-khampha {
  background: url(images/backkhampha.png) no-repeat;
  padding: 0px 31px;
}
.but-khampha span {
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: #302000;
}
.banner-vct {
  border-radius: 4px;
  overflow: hidden;
}
.banner-vct .video-button-wrapper {
}
.banner-vct .video-button-wrapper a {
  background: #fff;
}
.banner-vct .video-button-wrapper a i {
  color: #f30000;
}
.banner-mautk {
  border-radius: 5px;
  overflow: hidden;
}
.h2-title-khachhang {
}
.h2-title-khachhang h2 {
  border: unset;
  text-align: center;
}
.h2-title-khachhang h2 span {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fdedd5;
  margin: 0 auto;
  border: unset;
  padding: 0;
}
.item-kh {
  background: url(images/backitemkh.png) no-repeat;
  position: relative;
  padding: 20px;
  border-radius: 20px;
  padding-bottom: 33px;
  margin-top: 25px;
  background-size: cover;
}
.item-kh:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* padding: 15px; */
  width: 352px;
  height: 10px;
  background: url(images/beforekh.png) no-repeat;
  margin: 0 auto;
}
.item-kh:after {
  content: "";
  position: absolute;
  top: -14px;
  /* left: 0; */
  right: 25px;
  bottom: 0;
  width: 42px;
  height: 30px;
  background: url(images/afterkh.png) no-repeat;
  /* margin: 0 auto; */
}
.item-kh .top-kh {
  display: flex;
  align-items: center;
}
.item-kh .top-kh .img-kh {
  width: 98px;
}
.item-kh .top-kh .img-kh img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
}
.item-kh .top-kh .name-kh {
  margin-inline-start: 15px;
}
.item-kh .top-kh .name-kh h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #302000;
  margin-bottom: 5px;
}
.item-kh .top-kh .name-kh h4 {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #302000;
  margin-bottom: 0;
}
.item-kh .bottom-kh {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #302000;
  margin-top: 20px;
}
.proHotHomeOwl .owl-dots {
  text-align: center;
}
.proHotHomeOwl .owl-dots .owl-dot span {
  background: #c4a76f;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}
.proHotHomeOwl .owl-dots .owl-dot.active span {
  background: #fdedd5;
}
.blog-home {
}
.blog-home .box-text-bottom {
  /* border: 1px solid #FFFFFF; */
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.blog-home .box-text-bottom .box-image {
}
.blog-home .box-text-bottom .box-text {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-home .box-text-bottom .box-text h5 {
}
.blog-home .box-text-bottom .box-text h5 a {
  font-weight: 700;
  font-size: 14px;
  color: #302000;
}
.blog-home .box-text-bottom .is-divider {
  display: none;
}
.blog-home .box-text-bottom a.button {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #302000;
  border: unset;
  text-transform: unset;
  min-height: 23px;
  position: relative;
  padding-left: 45px;
}
.blog-home .box-text-bottom a.button:before {
  content: "";
  position: absolute;
  top: -0;
  /* left: 0; */
  left: 0px;
  bottom: 0;
  width: 34px;
  height: 26px;
  background: url(images/butxemthem.png) no-repeat;
}
.h2-title-yc {
}
.h2-title-yc h2 {
  border: unset;
  margin-bottom: 0;
}
.h2-title-yc h2 span {
  font-weight: 700;
  font-size: 32px;
  color: #302000;
  border: unset;
  margin: 0;
  padding: 0;
}
.form-home {
}
.form-home .wpcf7-form-control-wrap input.wpcf7-form-control {
  border-radius: 5px;
  height: 40px;
  margin-bottom: 20px;
}
.form-home textarea {
  border-radius: 5px;
  height: 210px;
}
.form-home .send_gui {
  background: url(images/rightsend.png) 127px 10px #302000 no-repeat;
  padding-left: 22px;
  padding-right: 50px;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  color: #fdedd5;
}
.h3-title-footer {
}
.h3-title-footer h3 {
  font-weight: 700;
  font-size: 20px;
  color: #fdedd5;
}
.icon-footer {
  align-items: center;
}
.icon-footer .icon-box-img {
}
.icon-footer .icon-box-text {
}
.icon-footer .icon-box-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fdedd5;
}
.text-footer {
}
.text-footer ul {
}
.text-footer ul li {
  margin-left: 0;
}
.h3-title-footer-new {
  margin-bottom: 0;
}
.h3-title-footer-new h3 {
  border: unset;
  margin-top: 15px;
  margin-bottom: 15px;
}
.h3-title-footer-new h3 span {
  font-weight: 700;
  font-size: 15px;
  border: unset;
  margin: 0;
  padding: 0;
}
.menu-footer {
}
.menu-footer .menu-item {
}
.menu-footer .menu-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fdedd5;
  position: relative;
  padding-left: 19px;
}
.menu-footer .menu-item a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  bottom: 0;
  width: 7px;
  height: 7px;
  background: #fdedd5;
  border-radius: 50%;
}
.menu-footer .menu-item a span {
}
.text-fanpage p {
  margin-bottom: 0;
}
.br-sticky-buttons {
  --size: 40px;
  --shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  bottom: 23px;
  right: 0;
  z-index: 20;
  transform: translateY(-50%);
  background: #000;
  padding: 10px !important;
  border-radius: 30px 0 0 30px;
  position: fixed;
}
ul.list-style-none {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-style-none li {
  margin: 0;
}
.skeleton-bg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4Ij4NCjxjaXJjbGUgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTA1MjU0IiBzdHJva2Utd2lkdGg9IjEwIiByPSI0NSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY2IDQ0IiBzdHlsZT0iJiMxMDsgICAgLyogc3Ryb2tlLWRhc2hhcnJheTogMTY2IDQ0OyAqLyYjMTA7Ij4NCiAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIi8+DQo8L2NpcmNsZT4NCjwvc3ZnPg==);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
}
.br-sticky-buttons:before,
.br-sticky-buttons:after {
  content: "";
  position: absolute;
  right: 0;
  height: 30px;
  width: 60px;
  pointer-events: none;
}
.br-sticky-buttons:before {
  top: -30px;
  border-radius: 0 0 50px 0;
  box-shadow: 30px 1px 0 0 #000;
}
.br-sticky-buttons__item {
  width: var(--size);
  aspect-ratio: 1;
}
.br-sticky-buttons a {
  text-decoration: none;
  border-radius: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.br-sticky-buttons a[title="Hotline"] {
  animation: animate 1.5s ease infinite;
}
.br-sticky-buttons a[title="Hotline"] .br-sticky-buttons__item-image {
  padding: 7px;
}
.br-sticky-buttons__item-image {
  width: var(--size);
  height: var(--size);
  background: rgba(0, 0, 0, 0);
}
[class*="img-wrapper-"] > img {
  width: 100%;
  height: 100%;
  object-position: center;
}
.img-wrapper-contain > img {
  object-fit: contain;
}
.br-sticky-buttons__item-text {
  padding: 5px 25px 5px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: none;
}
.br-sticky-buttons:after {
  bottom: -30px;
  border-radius: 0 50px 0 0;
  box-shadow: 30px -1px 0 0 #000;
}
@keyframes animate {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.img-galery col {
}
.contact-form-baogia input {
  border-radius: 5px;
}
.contact-form-baogia select {
  border-radius: 5px;
}
.contact-form-baogia textarea {
  border-radius: 5px;
}
.pageBreamBox {
  background-color: rgb(242, 242, 242);
  padding: 10px 0;
  margin-bottom: 30px;
}
h1.page-title {
  border: unset;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
h1.page-title:before {
  content: "";
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  width: 74px;
  height: 74px;
  background: #fdedd5;
  border-radius: 50%;
  margin: 0 auto;
}
h1.page-title span {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #302000;
  margin: 0 auto;
  border: unset;
  padding-bottom: 0;
  position: relative;
}
.blog-archive {
}
.blog-archive .image-cover {
  border-radius: 10px;
}
.blog-archive .image-cover a {
  /* position: relative; */
  border-radius: 10px;
}
.blog-archive .image-cover a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.7s ease;
}
.blog-archive .box-blog-post:hover .image-cover a:after {
  opacity: 1;
}
.blog-archive .image-cover img {
  /* position: relative; */
  transition:
    filter 0.6s,
    opacity 0.6s,
    transform 0.6s,
    box-shadow 0.3s;
}
.blog-archive .box-blog-post:hover .image-cover img {
  transform: scale(1.1);
}
.blog-archive .box-blog-post h5 {
}
.blog-archive .box-blog-post h5 a {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.blog-archive .box-blog-post .is-divider {
  display: none;
}
.blog-archive .box-blog-post .from_the_blog_excerpt {
  display: none;
}
.project-ht {
  padding: 30px 20px 20px;
  border: 1px solid #000;
  border-radius: 15px;
}
.br-blog-sidebar__heading {
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  --wd-tags-mb: 15px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.br-blog-sidebar__heading:before {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 1;
  background: #302000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 0;
  width: 30px;
  top: -10px;
  left: -12px;
  opacity: 0.3;
}
.br-blog-sidebar__heading span {
  position: relative;
}
.duan-ht .product-title a {
  display: block;
  margin-bottom: var(--wd-tags-mb);
  color: var(--wd-title-color);
  text-transform: var(--wd-title-transform);
  font-weight: var(--wd-title-font-weight);
  font-style: var(--wd-title-font-style);
  font-family: var(--wd-title-font);
  line-height: 1.4;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
#comments {
  display: none;
}
.slider-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
}
.slider-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--fs-color-primary);
}
.RelatedOwl {
}
.RelatedOwl .post-img-wrapp {
  overflow: hidden;
}
.RelatedOwl .post-img-wrapp a {
  position: relative;
}
.RelatedOwl .post-img-wrapp a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.7s ease;
}
.RelatedOwl article:hover .post-img-wrapp a:after {
  opacity: 1;
}
.RelatedOwl .post-img-wrapp a img {
  transition:
    filter 0.6s,
    opacity 0.6s,
    transform 0.6s,
    box-shadow 0.3s;
  border-radius: 10px;
}
.RelatedOwl article:hover img {
  transform: scale(1.1);
}
.RelatedOwl article h3.post-title {
  line-height: 25px;
}
.RelatedOwl article h3.post-title a {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.baiviet-lienquan {
  margin-bottom: 50px;
}
.term-description {
  margin: 40px 0; /* margin-bottom: 50px; */
  overflow: hidden;
}
.category-page-row {
  margin-bottom: 40px;
  padding-top: 0;
}
.product-main {
  padding: 0;
}
.woocommerce-breadcrumb {
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  height: 25px;
  border-radius: 5px;
  background-color: #302000;
  color: #fff;
  line-height: 25px;
}
.woocommerce-breadcrumb a {
  color: #fff;
}
h1.product_title.entry-title {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
.br-article-meta__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  justify-content: center;
  margin-bottom: 30px;
}
.product-footer {
  margin-top: 30px;
}
.duan-lq {
  margin-bottom: 40px;
}
.searchform-wrapper .flex-row .flex-col.flex-grow input::placeholder {
  color: #fff;
}
@media (max-width: 549px) {
  .searchform-wrapper {
    max-width: 100%;
  }
  .h2-text-lydo h2 {
    font-size: 25px;
  }
  .h2-title-dichvu h2 span {
    font-size: 25px;
  }
  .item-duan .portfolio-item__overlay h3 {
    font-size: 25px;
  }
  .h3-title-vct h3 span {
    font-size: 65px;
  }
  .slider-mauthiet .col {
    padding-bottom: 30px;
  }
  .h2-title-khachhang h2 span {
    font-size: 25px;
  }
  .h2-title-yc h2 span {
    font-size: 25px;
  }
  .h3-title-footer h3 {
    font-size: 18px;
  }
  .tab-duan ul.nav {
    /* display: flex; */
    /* flex-flow: unset; */
  }
  .tab-duan ul.nav li {
    margin: 0px 10px;
    margin-bottom: 0;
    display: inline-flex;
  }
  .tab-duan ul.nav li a {
    font-size: 18px;
  }
}
.prjHotHomeOwl button.owl-prev {
  position: absolute;
  top: 50%;
  background: #302000 !important;
  width: 32px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  margin: 0;
  left: -10px;
}
.prjHotHomeOwl button.owl-prev span {
  color: #fff;
  font-size: 23px;
}
.prjHotHomeOwl button.owl-next {
  position: absolute;
  top: 50%;
  background: #302000 !important;
  width: 32px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  margin: 0;
  right: -10px;
}
.prjHotHomeOwl button.owl-next span {
  color: #fff;
  font-size: 23px;
}
.tab-duan ul.nav li + li a:before {
  content: "";
  position: absolute;
  top: 14px;
  height: 17px;
  width: 1px;
  left: 0;
  bottom: 0;
  left: -17px;
  background-color: #c4a76f;
  opacity: 1 !important;
  display: block !important;
}
@media (max-width: 549px) {
  .tab-duan ul.nav li + li a:before {
    left: -9px;
  }
}

/* Up Code */
.xUpSlide {
}

.xUpSlide .flickity-slider::before {
  content: "";
  background: #000000;
  height: 100%;
  width: 50%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.xTextSlideHomeUp {
  z-index: 9;
}
.xTextSlideHomeUp h2 {
  font-size: 44px;
  line-height: unset;
  margin: 0 0 10px;
  font-weight: 400 !important;
}
.xTextSlideHomeUp h3 {
}
.xTextSlideHomeUp h4 {
}

.xTextSlideHomeUp ul {
}
.xTextSlideHomeUp ul li {
  color: #fdedd5;
  list-style: none;
  padding-left: 17px;
  margin: 0 0 10px;
  position: relative;
  font-size: 16px;
}
.xTextSlideHomeUp ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fdedd5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: translate(3px, 0px);
}
.xSlideButton {
  margin: 0 !important;
  background: url(images/xbtnUp.png);
  width: 278px;
  height: 48px;
  display: flex;
  align-items: center;
  color: #302000 !important;
}
.xSlideButton span {
  line-height: unset;
  display: unset;
}
.xHeadingDefault {
}
.xHeadingDefault h2 {
  margin: 0;
}
.xHeadingDefault h2::before {
  position: absolute;
  content: "";
  width: 74px;
  height: 74px;
  background: #fdedd5;
  border-radius: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  transform: translate(0px, -23px);
}
.xHeadingDefault2 h2 {
  color: #302000;
  font-size: 32px;
  text-transform: uppercase;
}

.xHeadingDefault2 h2::before {
  position: absolute;
  content: "";
  width: 74px;
  height: 74px;
  background: #fdedd5;
  border-radius: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  transform: translate(0px, -19px);
}
.xTabCustom {
}
.xTabCustom ul.nav li a {
  font-size: 1.1em;
}
.xTabCustom ul.nav li.active a {
}

.xTabCustom .item-duan .portfolio-item__overlay h3 {
  color: #fdedd5;
}
.headingDefault2 {
}
.headingDefault2 h2 {
  color: #fdedd5;
  font-size: 32px;
}
.xColForm {
}

.xBoxRowItem {
  background: #d9d9d9;
  padding: 35px;
  border-radius: 16px;
  overflow: hidden;
}
.xBoxRowItem .wpcf7-list-item {
  flex: 1;
  padding: 10px;
  margin: 0 !important;
  padding: 0;
  display: block;
  flex: 0 0 50%;
}
.xBoxRowItem .wpcf7-list-item label {
  width: auto;
  margin: 0;
}
.xBoxRowItem .wpcf7-list-item input {
}

.xBoxRowItem .wpcf7-list-item .wpcf7-list-item-label {
  color: #505050;
}
.xBoxRowItem .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
}
.xColForm > .col-inner > .wpcf7 > .wpcf7-form > .xBoxRowItem > h3 {
  color: #302000;
  font-size: 25px;
}
.xColForm > .col-inner > .wpcf7 > .wpcf7-form > .xBoxRowItem {
  color: #302000;
  margin-bottom: 10px;
}
.xColForm > .col-inner > .wpcf7 > .wpcf7-form > .xBoxRowItemOther {
  color: #302000;
}

.xColForm > .col-inner > .wpcf7 > .wpcf7-form > .xBoxRowItemOther > h3 {
  color: #302000;
  font-size: 16px;
}
.xColForm
  > .col-inner
  > .wpcf7
  > .wpcf7-form
  > .xBoxRowItemOther
  > p
  > .wpcf7-form-control-wrap {
  max-width: 50%;
}
.xColForm
  > .col-inner
  > .wpcf7
  > .wpcf7-form
  > .xBoxRowItemOther
  > p
  > .wpcf7-form-control-wrap
  > .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
.xColForm > .col-inner > .wpcf7 > .wpcf7-form > .xBoxRowItemOther .wpcf7-text {
  border-radius: 16px;
}
.xColForm .xBtnForm {
  background: url(images/xbtnUp1.png) no-repeat;
  border-radius: 30px;
  width: 293px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #302000;
  font-size: 19px;
  margin-top: 30px;
}
/* Up Code Mobile*/

@media only screen and (max-width: 48em) {
  .xTextSlideHomeUp h2 {
    font-size: 2em;
    line-height: unset;
    margin: 0 0 10px;
    font-weight: 400 !important;
  }
  .xTextSlideHomeUp {
    z-index: 9;
    padding: 10px;
  }
  .xUpSlide .flickity-slider::before {
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .xColForm
    > .col-inner
    > .wpcf7
    > .wpcf7-form
    > .xBoxRowItemOther
    > p
    > .wpcf7-form-control-wrap {
    max-width: 100%;
  }
  .xBoxRowItem .wpcf7-list-item {
    flex: 0 0 100%;
  }
  .xBoxRowItem {
    padding: 10px;
  }
}

.pricing-container {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  align-items: end;
}

.pricing-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}

.color-brown {
  background-color: #a68b5a;
  color: white;
}

.color-brown + .price {
  background-color: #eaddca;
}

.color-orange {
  background-color: #a85d4d;
  color: white;
}

.card-header {
  text-align: center;
  padding: 0;
}

.card-header h2 {
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 14px 0;
  color: white;
}

.price {
  background-color: #fee9c5;
  color: #61351b;
  padding: 13px 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.features {
  list-style: none;
  padding: 20px;
  margin: 0;
  flex-grow: 1;
}

.features li {
  padding: 0px 0;
  font-size: 0.9rem;
  color: #444;
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px;
}

.features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}

.card-footer {
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}
.card-footer a::after {
  content: "";
  background: url(images/ar1.png) no-repeat;
  width: 18px;
  height: 11px;
  position: relative;

  transform: translate(0px, -1px);
}

.btn {
  background: url(images/bgBtn3.png) no-repeat;
  color: #302000;
  padding: 0;
  text-decoration: none;
  border-radius: 32px;
  font-size: 0.85rem;
  font-weight: bold;
  transition: background 0.3s;
  height: auto;
  line-height: unset;
  min-height: 38px;
  max-height: unset;
  display: flex;
  width: 199px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 13px;
  position: relative;
  gap: 14px;
}

.btn:hover {
  background-color: #dccab0;
}

.process-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  counter-reset: my-step-counter; /* Khởi tạo bộ đếm */
}

.process-card {
  position: relative;
  /* width: 280px; */
  /* height: 320px; */ /* Tăng chiều cao để đủ chỗ cho cả icon và tiêu đề */
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);

  /* Căn giữa các thành phần theo cột dọc */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  counter-increment: my-step-counter; /* Tăng số thứ tự */
}

.step-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #f2e9e4;
  color: #b89c6a;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 25px;
  z-index: 2; /* Đảm bảo số luôn nằm trên cùng */
}

.step-number::before {
  /* Tự động điền số 01, 02... */
  content: counter(my-step-counter, decimal-leading-zero);
}

.process-thumb {
  width: 65px; /* Khống chế kích thước icon */
  height: 65px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.process-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.process-content {
  font-weight: bold;
  color: #444;
  padding: 0 19px;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase; /* Viết hoa giống phong cách thiết kế */
  margin-bottom: 15px;
}
.xBtnDefault {
    background: url(images/xbtnUp1.png) no-repeat;
    border-radius: 30px;
    width: 293px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #302000;
    font-size: 19px;
    margin-top: 30px;
}
.aboutVideo{

}
.aboutVideo .col-inner{

}
.aboutVideo img{

}
.aboutVideo .col-inner .video-button-wrapper{
  
}
.aboutVideo .col-inner .video-button-wrapper a{
  border: none;
  background: url(images/playvideo.png);
  width: 60px;
  height: 60px;
  background-size: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.aboutVideo .col-inner .video-button-wrapper a i{
  display: none;
}

.aboutInfo{

}
.aboutInfo h3{font-size: 40px;color: #C4A76F;margin: 0;}
.aboutInfo h2{font-size: 96px;color: #FDEDD5;margin: 0;}

.stReadMore .xReadMore .xBtnDefault{
  margin: 0 auto!important;
}
.xAccor{

}
.xAccor .accordion-item{

}
.xAccor  .accordion-item .accordion-title{
    border: none;
    border-bottom: 1px solid white;
    color: white;
    padding: 10px 0;
}
.xAccor   .toggle{right: 0;left: unset;color: white;opacity: 1;}
.xAccor   .toggle i{
  color: white;
  opacity: 1;
}.xAccor .accordion-inner {
    display: none;
    padding: 1em 2.3em;
    color: white;
    padding: 15px 0 5px;
}
@media (max-width: 1024px) {
  .pricing-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pricing-card {
    flex: 0 1 45%;
  }
}

@media (max-width: 600px) {
  .pricing-card {
    flex: 1 1 100%;
  }
}
@media (max-width: 48em) {
  .process-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

  }
}
