/*
Theme Name: Minh Châu
Theme URI: https://bocghesofadep.local/
Author: Daiguen
Description: Theme của Minh Châu — sofa và nội thất.
Version: 1.0.0
Requires at least: 6.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minhchau
*/

@font-face {
  font-family: Roboto;
  src: url("assets/fonts/Roboto-VariableFont.woff2") format('woff2');
  font-display: swap;
}
:root {
  --bg: #fff;
  --color-text: #333333;
  --color-white:#fff;
  --color-primary: #0C3168;
  --color-primary-rgb: 12,49,104;
  --color-primary-darker: #092753;
  --color-primary-lite: #EBEBEB;
  --color-primary-300: #3c5a86;
  --color-secondary: #fff;
  --color-gray: #CCCCCC;
  --color-gray-lite: #f5f7fa;
  --font-size: 18px;
  --sticky-top: calc(76px + 1rem);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  scroll-padding-top: var(--sticky-top);
  scroll-behavior: smooth;
}
body {
  --bs-body-line-height: 1.8;
  background-color: var(--bg);
  position: relative;
  color: var(--color-text);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: var(--font-size);
  font-family: "Roboto", sans-serif;
}
body.admin-bar>#header{
  padding-top: 32px;
}
a,
a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
/* KHÁC bản gốc html/style.css — sửa có chủ ý, không phải lỗi chép.
   Template tĩnh không đặt width/height trên <img>, nên trình duyệt tự suy tỉ lệ.
   Theme thì có đặt (chống layout shift), và khi đó `max-width:100%` co chiều
   ngang lại trong khi thuộc tính height vẫn giữ nguyên chiều dọc → ảnh bị kéo
   giãn. Đo được: proces-img 327x213 thành 327x326, leader 320x365 thành
   320x570. `height:auto` trả tỉ lệ về đúng mà vẫn giữ được width/height.
   Mọi quy tắc đặt height cho ảnh ở dưới đều dùng selector class nên vẫn thắng
   dòng này. */
img {
  max-width: 100%;
  height: auto;
}
#rank-math-toc {
  border: 1px solid var(--color-primary);
  border-radius: 6px;
  -webkit-border: 1px solid var(--color-primary);
}
#rank-math-toc h2 {
  position: relative;
  padding-left: 44px;
  line-height: 1.4;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  cursor: pointer;
}
#rank-math-toc h2:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background: currentColor;
  -webkit-box-shadow: 0 -6px 0 0 currentColor, 0 6px 0 0 currentColor;
  box-shadow: 0 -6px 0 0 currentColor, 0 6px 0 0 currentColor;
}
#rank-math-toc nav {
  height: 0px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-block-rank-math-toc-block nav ol {
  margin-right: 10px;
}
.rank-math-answer p {
  margin: 0px 1.5rem 1.5rem 1.5rem;
}
#rank-math-faq{
    margin-bottom: 1rem;
}
#rank-math-faq .rank-math-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#rank-math-faq .rank-math-list-item{
  overflow: hidden;
}
#rank-math-faq .rank-math-question {
  font-size: var(--font-size);
  padding: 1rem 1.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #dddedf;
}
#rank-math-faq .rank-math-question::after {
  content: "" !important;
  font-size: 1.2rem;
  margin: 0.4rem 0px 0px auto;
  display: inline-block;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  vertical-align: 0.255em;
}
#rank-math-faq .rank-math-answer {
  font-size: var(--font-size);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}
.sticky-top{
  top: calc(var(--sticky-top) - 1rem);
  background-color: var(--color-white);
}
.list {
  list-style-type: none;
  padding-left: 0px;
}
.list-item {
  margin-bottom: 0.5rem;
}
.iconLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iconLink i {
  margin-top: 2px;
}
.lnkGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.post-author .lnkGroup {
  margin-left: auto;
}
.txtBlock > * {
  margin-bottom: 0px;
}
.txtBlock {
  margin-bottom: 1rem;
}
.btn.btn-close:focus,
.navbar-toggler:focus,
.form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.secBg {
  background-color: var(--color-gray-lite);
}
.btn.btn-primary {
  background-color: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  font-weight: 600;
}
.btn.btn-primary:active,
.btn.btn-primary:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn.btn-primary.invert {
  background-color: transparent;
  color: var(--color-primary);
}
.btn.btn-primary.invert:hover {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}
.btn.btn-secondary {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn.btn-secondary:active,
.btn.btn-secondary:hover {
  background-color: transparent;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  z-index: 1050;
}
.headerBg {
  background-color: var(--color-primary);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header-wrapper {
  color: #fff;
}
.header-wrapper a {
  color: #fff;
  vertical-align: middle;
}
.header-wrapper a:focus,
.header-wrapper a:active,
.header-wrapper a:hover {
  color: #fff;
  text-decoration: none;
}
.header-wrapper .headerBtn .btn.btn-secondary:active,
.header-wrapper .headerBtn .btn.btn-secondary:focus,
.header-wrapper .headerBtn .btn.btn-secondary:hover {
  color: var(--color-primary);
  background-color: var(--color-secondary);
  border-color: var(--color-primary);
}
.headerInfo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  height: 45px;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.headerInfo:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100vw;
  height: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}
.headerInfo:not(i) {
  font-weight: 600;
}
.headerInfo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerInfo-item i,
.headerInfo-item img {
  margin-right: 5px;
  font-size: large;
}
.headerInfo-item.lstIcon {
  margin-left: auto;
}
.lstIcon img {
  width: 22px;
}
.ulIcon {
  list-style-type: none;
  padding-left: 0px;
}
.ulIcon li i{
  margin-right: 10px;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 50rem;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ulIcon li img{
  width: 18px;
  margin-right: 10px;
}
.ulIcon li {
  margin-bottom: 1rem;
}
.ulIcon li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.swiper {
  width: 100%;
}
.navbar {
  background-color: transparent !important;
}
.navbar-brand img {
  max-height: 50px;
}
.header-wrapper .navbar {
  font-weight: 600;
  height: 76px;
}
.navbar-toggler {
  border-color: transparent !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-wrapper .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}
.header-wrapper .offcanvas .nav-link {
  padding: 15px 15px;
}
.dropdown-toggle::after {
  content: none !important;
}
.headerSearch-btn:hover,
.headerSearch-btn:focus,
.headerSearch-btn {
  color: #fff !important;
}
.headerSearch-btn.btn-primary {
  background-color: var(--color-primary) !important;
}
.headerSearch-btn:active,
.headerSearch-btn.show {
  border-color: transparent !important;
}
.headerSearch .form-control {
  border-color: transparent !important;
}
#footer {
  margin-top: auto;
  background-color: var(--color-primary);
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
}
.footerFollow {
  background-color: var(--color-primary-darker);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.6rem;
  padding: 2.4rem 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
.footerFollow-logo a img {
  width: 10rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.footerFollow-right {
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerFollow-right p {
  margin-bottom: 0px;
}
#footer .lstIcon {
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .lstIcon a:hover {
  color: #fff;
}
#footer a {
  color: #fff;
}
.footer-title {
  display: block;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 0.8rem;
  font-size: larger;
}
.footer-title::before {
  content: "";
  bottom: 0px;
  left: 0px;
  width: 3rem;
  height: 0.3rem;
  position: absolute;
  background: white;
  border-radius: 0px 1rem 1rem 0px;
}
.linkIconTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.linkIconTxt i {
  margin-top: 5px;
  font-size: larger;
}
#footer .linkIconTxt {
  margin-bottom: 1rem;
}
.footer-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.footer-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 30px;
}
.footer-contact-box i {
  font-size: 3rem;
  margin-top: 10px;
}
.footerContact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: larger;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerContact-text .phone {
  font-size: 1.7rem;
  font-weight: 700;
}
.footer-policy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.footer-policyLeft{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-align: center;
}
.dmca-badge img {
  width: 50px;
  min-width: 50px;
}
.lstPolicy {
  margin-left: auto;
}
.lstPolicy > * {
  padding-right: 10px;
  padding-left: 10px;
}
.lstPolicy a {
  position: relative;
  border-right: 1px solid #fff;
}
.lstPolicy a:last-child {
  border: none;
  padding-right: 0px;
}
#floatSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
  right: 2rem;
  bottom: 10rem;
  cursor: pointer;
  position: fixed;
  gap: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
#floatSocial.show {
  opacity: 1;
  pointer-events: initial;
  z-index: 1001;
}
#floatSocial a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background-color: var(--color-primary);
  overflow: hidden;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#floatSocial i {
  font-size: 1.8rem;
  color: var(--color-white);
}
#floatSocial .btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-primary);
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.1) !important;
          box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.1) !important;
}
#floatSocial img {
  width: 50px;
}
.txt-primary {
  color: var(--color-primary);
}
.section {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}
.sectionTitle {
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.sectionTitleSnd {
  font-size: 1.25rem;
  font-weight: 600;
}
.banner {
  position: relative;
  min-height: 100vh;
  width: 100%;
}
.banner-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .banner-img::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(var(--color-primary-rgb), 0.9);
}
.subBanner {
  padding-top: 0px;
  margin-top: max(calc(-100 / 1827 * 100vw), -80px);
  position: relative;
}
.subBanner .row {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.subBanner .row > * {
  padding-bottom: 1rem;
}
.subBanner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1rem;
  gap: 1rem;
  text-align: center;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 1rem;
  height: 100%;
}
.subBanner-card * {
  margin-bottom: 0px;
}
.subBanner-cardLogo {
  width: 100%;
  max-width: 80px;
}
.subBanner-cardTitle {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
}
.subBanner.mini .subBanner-cardLogo {
  max-width: 50px;
}
.subBanner.mini .subBanner-cardTitle {
  font-size: 1.2rem;
}
.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item a {
  color: #fff;
  font-size: 1rem;
}
.breadcrumb-item.active {
  font-weight: 600;
  color: #fff;
}
.breadcrumb-item a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.trangChu .banner-content {
  text-align: left;
  max-width: 1320px;
}
.banner-content {
  position: absolute;
  top: max(20%,200px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  color: #fff;
  text-align: center;
  max-width: 700px;
}
.product .banner-content{
  top: 50%;
}
.banner-content .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-content h1{
  font-size: 2.5rem;
  font-weight: 700;
}
.banner-content > * {
  margin-bottom: 1rem;
}
.banner-content .btn-primary {
  padding: 1rem 3rem;
  font-size: large;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txt-botBorder {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-primary);
  margin-bottom: 1.5rem;
  letter-spacing: 0.2rem;
}
.txt-botBorder img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-height: 12px;
  -webkit-transform: translate(0%, 100%);
      -ms-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(3332%)
    hue-rotate(352deg) brightness(101%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(3332%)
    hue-rotate(352deg) brightness(101%) contrast(97%);
}
.blockAbout .ulIcon {
  font-size: 1rem;
}
.blockAbout-right {
  padding-left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blockAbout-right .ulIcon > li:last-child,
.blockAbout-right > * {
  margin-bottom: 0px;
}
.blockAbout-left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blockAbout .lnkGroup {
  font-weight: 600;
  gap: 1rem;
}
.blockService .lnkGroup .btn,
.blockAbout .lnkGroup .btn {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
}
.blockAbout-phone {
  font-size: 1.5rem;
}
.blockIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.blockService-desc {
  max-width: 600px;
  margin-bottom: 2rem;
}
.blockService .lstService {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.lstService-item {
  border-radius: 1rem;
  -webkit-box-shadow: 0rem 0.4rem 1.6rem 0rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0.4rem 1.6rem 0rem rgba(0, 0, 0, 0.25);
  padding: 1rem;
  margin-bottom: var(--bs-gutter-x);
  text-align: center;
  font-size: 1rem;
}
.frameImg {
  position: relative;
  padding-bottom: 78.33%;
  height: 0;
}
.frameImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lstService-item .frameImg {
  overflow: hidden;
  border-radius: 1rem;
}
.lstService-thumb {
  position: relative;
  margin-bottom: 2rem;
}
.lstService-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lstService-more:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.lstService-title {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  color: var(--color-text);
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lstService-priceRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lstService-priceRow del{
  color: var(--color-gray);
}
.lstService-price {
  font-size: 1.5rem;
  color: var(--color-primary);
  font-weight: 600;
}
.blockProcess-intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}
.introTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.blockProcess-box {
  max-width: 850px;
  border-radius: 1rem;
  background: var(--color-primary);
  padding: 2rem 6rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.blockProcess-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.blockProcess-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 1rem;
}
.blockProcess-step {
  font-size: 2.5rem;
  color: #fff;
  opacity: 0.5;
  text-align: center;
}
.blockProcess-step > * {
  width: 96px;
}
.blockProcess-step p {
  margin-bottom: 0px;
}
.blockProcess-step .step {
  font-size: 6rem;
  line-height: 6rem;
}
.blockProcess-stepDesc {
  max-width: 390px;
}
.blockProcess-divide {
  width: 1px;
  background-color: #fff;
}
.stepIcon {
  max-width: 40px;
  margin-bottom: 1rem;
}
.blockProcess-stepTitle {
  font-size: 2.2rem;
  font-weight: 600;
}
.blockProcess-introImg img {
  max-width: 450px;
  width: 100%;
}
.blockPros .introTxt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.blockPros-box {
  border-radius: 1rem;
  background: var(--color-primary);
  color: var(--color-white);
  overflow: hidden;
  padding: 4rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.blockPros-box:hover {
  -webkit-box-shadow: rgba(var(--color-primary-rgb), 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(var(--color-primary-rgb), 0.2) 0px 7px 29px 0px;
}
.blockPros-boxIcon img {
  max-width: 100px;
}
.blockPros-boxTxt {
  text-align: left;
}
.blockPros-boxTxt * {
  margin-bottom: 0px;
}
.blockPros-boxTitle {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
}
.blockLeader {
  position: relative;
  color: #fff;
  /* Nền dự phòng khi admin xoá trắng ô ảnh nền trong wp-admin. Không có dòng
     này thì chữ trắng nằm trên nền trắng của body và cả khối biến mất khỏi tầm
     nhìn — nền của khối vốn CHỈ đến từ thẻ <img class="blockLeader-bg">.
     Ảnh nền có z-index:-1 nên vẫn vẽ đè lên màu này khi còn ảnh: đã đo, còn
     ảnh thì thấy ảnh, mất ảnh thì thấy màu. Màu chọn theo chính ảnh gốc —
     76% điểm ảnh của leaderBg.webp nằm trong +-12 của --color-primary. */
  background-color: var(--color-primary);
  padding: 0px;
  margin-top: 3.5rem;
  font-size: larger;
}
.blockLeader a{
  color: var(--color-white);
}
.blockLeader-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blockLeader-img {
  position: relative;
  height: 100%;
}
.blockLeader-img img {
  position: absolute;
  max-width: 30rem;
  bottom: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blockLeader-content {
  padding: 5rem 0px;
}
.blockLeader .introTxt {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blockLeader-Calc {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blockLeader-total {
  font-size: 3.5rem;
  line-height: 1;
}
.blockLeader-item {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
}
.blockFeedback .swiper-slide {
  margin-top: 4.2rem;
  padding: 0px 10px;
  height: auto;
  margin-bottom: 1rem;
}
.swiper-container {
  position: relative;
  margin-bottom: 2rem;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 70% !important;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.swiper-button-prev {
  left: 0px !important;
  -webkit-transform: translate(-120%, -50%);
      -ms-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
}
.swiper-button-next {
  right: 0px !important;
  -webkit-transform: translate(120%, -50%);
      -ms-transform: translate(120%, -50%);
          transform: translate(120%, -50%);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 50% !important;
    height: 50% !important;
    color: #fff;
}
@media (max-width: 1399px) {
    .swiper-button-prev, .swiper-button-next {
        display: none !important;
    }
}
.swiper-pagination {
  bottom: 0px !important;
  -webkit-transform: translate(0%, 200%) !important;
      -ms-transform: translate(0%, 200%) !important;
          transform: translate(0%, 200%) !important;
}
.swiper-pagination-bullet-active {
  background: var(--color-primary);
}
.feedback-box {
  -webkit-box-shadow: 0.2rem 0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.2rem 0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 1rem;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feedback-avatar {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.feedback-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feedback-info {
  background: var(--color-gray-lite);
  padding: 4rem 0px 0.7rem 0px;
  text-align: center;
  border-radius: 16px 16px 0px 0px;
}
.feedback-info > * {
  margin-bottom: 0px;
}
/*
 * Phản hồi không có ảnh đại diện. Trạng thái này bản gốc chưa từng có — bốn
 * phản hồi cứng đều có ảnh — nó chỉ xuất hiện từ khi admin tự tạo được phản hồi.
 *
 * Chỗ chừa cho ảnh tròn có HAI lớp, và quy tắc này chỉ đụng lớp TRONG:
 *   .feedback-info padding-top 4rem                = 64px   bên trong hộp  ← thu ở đây
 *   .blockFeedback .swiper-slide margin-top 4.2rem = 67.2px bên ngoài hộp  ← GIỮ NGUYÊN
 *
 * .feedback-avatar là position:absolute nên KHÔNG lớp nào do ảnh giữ chỗ. Bỏ
 * luôn margin-top thì hộp đó tụt lên cao hơn hàng xóm 67px. Giữ nó thì hộp vẫn
 * thẳng hàng và cao bằng nhau (Swiper ép các slide bằng nhau), đổi lại tên nằm
 * cao hơn hàng xóm 53px và dải xanh dài ra bấy nhiêu. Đã đo ở 1440/992/576/375px.
 *
 * Hàng TRỘN có ảnh với không ảnh vì thế sẽ so le. Chủ dự án đã xem phép đo và
 * chấp nhận — đừng "sửa cho đều" bằng cách đụng vào margin-top.
 *
 * Cần CẢ HAI class: hộp có ảnh không mang .noAvatar nên không bị chạm.
 */
.feedback-box.noAvatar .feedback-info {
  padding-top: 0.7rem;
}
.feedback-name {
  color: var(--color-primary);
  font-weight: 700;
  font-size: larger;
}
.feedback-role {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.feedback-txt {
  padding: 2rem;
  background-color: var(--color-primary);
  border-radius: 0px 0px 16px 16px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tag {
  background-color: var(--color-primary-lite);
  color: var(--color-primary-300);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.tag:hover {
  text-decoration: underline;
}
.blockNews-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blockNews-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.blockNews-avatar {
  width: 15px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blockNews-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  margin-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blockNews-date i {
  margin-top: -1px;
}
.lstService-item .blockNews-info a{
  color: var(--color-text) !important;
}
.nav-tabs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
  border-bottom: none;
}
.nav-tabs .nav-link {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  margin-bottom: 0px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.blockEmployee .blockIntro {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  height: 100%;
}
.blockEmployee .blockIntro .sectionTitle {
  font-weight: 400;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.blockEmployee-img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blockEmployee-img img {
  width: 100%;
}
.mySwiperEmployee-container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate(0%, 0%) !important;
      -ms-transform: translate(0%, 0%) !important;
          transform: translate(0%, 0%) !important;
  background-color: var(--color-primary);
  border-radius: 1rem;
  padding: 6px;
  overflow: auto;
}
.employee-bullet {
  width: 240px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border-radius: 1rem;
  opacity: 1;
  background-color: transparent;
  padding: 3rem 2rem;
  margin: 0px 6px 0px 0px !important;
}
.employee-bullet:last-child{
  margin: 0px !important;
}
.employee-bullet img {
  width: 120px;
  max-width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 50%;
}
.employee-bullet p {
  font-size: 1rem;
  margin-bottom: 0px;
}
.employee-bullet .name {
  font-weight: 600;
}
.employee-bullet:hover,
.employee-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
.mySwiperEmployee-container .swiper-button-next,
.mySwiperEmployee-container .swiper-button-prev {
  top: 37% !important;
}
.blockHire {
  background-color: var(--color-primary);
  color: #fff;
}
.blockHire a{
  color: var(--color-white);
}
.txtBtn {
  background-color: #fff;
  color: var(--color-text);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.blockHire .txtBtn {
  margin-right: 0.5rem;
}
.blockIntro {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
.blockIntro * {
  margin-bottom: 0px;
}
.blockHire-num {
  font-size: 2rem;
  font-weight: 600;
}
.blockHire-txtNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.blockHire .phone {
  font-weight: 600;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.blockHire .btn {
  padding: 1rem 1.5rem;
  font-weight: 600;
}
.blockHire-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blockHire-img {
  width: 100%;
  max-width: 500px;
}
.galleryImg {
  border-radius: 1rem;
  overflow: hidden;
}
.galleryImg.frameImg {
  padding-bottom: 56.25%;
}
.tabSide {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabSide .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.tabSide .nav-link {
  width: 100%;
  background-color: transparent;
  border: none;
  color: var(--color-text);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding: 1.5rem 0px;
  position: relative;
  -webkit-transform: skew(20deg, 0deg);
      -ms-transform: skew(20deg, 0deg);
          transform: skew(20deg, 0deg);
  margin-right: 2rem;
  margin-left: -2rem;
  border-radius: 0 1.6rem 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabSide .nav-link p {
  -webkit-transform: skew(-20deg, 0deg);
      -ms-transform: skew(-20deg, 0deg);
          transform: skew(-20deg, 0deg);
  margin-bottom: 0px;
  line-height: 1;
}
.tabSide .nav-item:last-child .nav-link {
  -webkit-transform: skew(-20deg, 0deg);
      -ms-transform: skew(-20deg, 0deg);
          transform: skew(-20deg, 0deg);
  border-radius: 1.6rem 0 0 0;
  margin-left: 2rem;
  margin-right: -2rem;
}
.tabSide .nav-item:last-child .nav-link p {
  -webkit-transform: skew(20deg, 0deg);
      -ms-transform: skew(20deg, 0deg);
          transform: skew(20deg, 0deg);
}
.tabSide.nav-tabs .nav-link.active,
.tabSide.nav-tabs .nav-link:hover,
.tabSide.nav-tabs .nav-link:focus {
  background-color: var(--color-gray-lite);
  color: var(--color-primary);
}
.blockPriceSummary .blockIntro {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.blockPriceSummary .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.priceSummary-img {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
}
.priceSummary-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.blockPriceSummary .tag {
  color: var(--color-text);
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blockPriceSummary .tag:hover {
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
}
.blockPriceTable .blockIntro {
  max-width: 700px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.blockPriceTable .table-custom {
  margin-bottom: 0px;
}
.table-custom {
  overflow: auto;
  padding-bottom: 1rem;
  margin: 2rem 0;
  font-size: 1rem;
}
.table-custom table {
  border: 0;
  width: 100%;
}
.table-custom table thead th:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  text-align: left;
}
.table-custom table thead th:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.table-custom table th:nth-child(3),
.table-custom table th:nth-child(1),
.table-custom table td:nth-child(3),
.table-custom table td:nth-child(1) {
  min-width: 7rem;
}
.table-custom table th:nth-child(2),
.table-custom table th:nth-child(4),
.table-custom table td:nth-child(2),
.table-custom table td:nth-child(4) {
  min-width: 10rem;
}
.table-custom table thead th {
  color: #fff;
  background: var(--color-primary);
  text-align: center;
  font-weight: 600;
}
.table-custom table th,
.table-custom table td {
  border: 0;
  padding: 0.5rem 0.8rem;
}
.table-custom table tbody tr td:nth-child(3),
.table-custom table tbody tr td:nth-child(4) {
  text-align: center;
}
.table-custom table tbody tr:nth-child(even) {
  background: var(--color-primary-lite);
}
.table-custom table tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.table-custom table tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.table-custom::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: var(--color-primary-lite);
}
.table-custom::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}
.blockLstService .blockIntro {
  margin-bottom: 2rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 700px;
}
.blockLstService .nav-tabs{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.pageNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination {
  gap: 0.5rem;
}
.page-link {
  border-color: transparent;
  color: var(--color-text);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 50%;
}
.page-item.active .page-link {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.page-link:hover,
.page-link:active,
.page-link:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.page-item.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-primary-300);
}
.blockTxt > *:last-child {
  margin-bottom: 0px;
}
.blockTxt figure {
  text-align: center;
  margin: 0 auto 1rem auto !important;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
}
.blockTxt figure.wp-block-table{
  overflow: auto;
  border-radius: 0px;
}
.wp-block-table .has-fixed-layout{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
.blockTxt figure.wp-block-table table th,
.blockTxt figure.wp-block-table table td{
  max-width: 200px;
}
.blockTxt figcaption {
  font-size: smaller;
  background-color: var(--color-primary-lite);
}
.blockTxt a {
  color: var(--color-primary);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.blockTxt a:hover{
  background-color: var(--color-primary-lite);
  border-radius: 4px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 600;
}
.blockTxt h2{
  padding-left: 8px;
  position: relative;
}
.blockTxt h2::after{
  content: "";
  position: absolute;
  height: 100%;
  border-left: 3px solid var(--color-primary);
  left: 0;
  top: 0;
  width: 20% !important;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, var(--color-primary-lite) 100%);
  z-index: -1;
}
.blockTxt h2::before{
  content: "";
  position: absolute;
  height: 100%;
  border-left: 3px solid var(--color-primary);
  left: 0;
  top: 0;
  width: 20% !important;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, var(--color-primary-lite) 100%);
  z-index: -1;
}
.blockTxt .video-container,
.blockTxt iframe {
  margin-bottom: 1rem;
}
.blockTxt ul li{
  margin-bottom: 12px;
}
.blockTxt ul ul{
  margin-top: 12px;
}
.blockTxt table {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.blockTxt table,
.blockTxt th,
.blockTxt td {
  border: 1px solid var(--color-primary-300);
  border-collapse: collapse;
}
.blockTxt blockquote{
  background-color: var(--color-primary-lite);
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 8px;
  -webkit-box-shadow: 0px 0px 0px 2px var(--color-primary-lite);
          box-shadow: 0px 0px 0px 2px var(--color-primary-lite);
  margin: 2px 2px 1rem;
}
.blockTxt blockquote>*:last-child{
  margin-bottom: 0px;
}
.tintuc .lstService-priceRow {
  display: none;
}
.tintuc .lstService-item {
  text-align: left;
}
.dichvu .more,
.dichvu .blockNews-info {
  display: none;
}
.trangChu .blockService .lstService .lstService-item .more,
.trangChu .blockService .lstService .lstService-item .blockNews-info {
  display: none;
}
.sidebar {
  position: sticky;
  top: var(--sticky-top);
}
.sidebarThumb {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 0;
}
.sidebarThumb-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.sidebarThumb-content {
  padding: 2rem 1.5rem 0px 1.5rem;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
.sidebarThumb-content .btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.sidebarBox {
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 1rem;
  background: var(--color-primary-lite);
}
.sidebarBox-header {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0px;
  padding: 1rem;
  text-align: center;
}
.sidebarBox-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem 1rem;
}
.sidebarBox-link {
  color: var(--color-text);
  padding: 0.5rem 0px;
  border-bottom: 1px solid var(--color-primary-300);
  font-size: 1rem;
}
.sidebarBox-link:hover {
  text-decoration: underline;
  color: var(--color-primary);
}
.sidebarBox-link:last-child {
  border-bottom: none;
}
.product .blockNews-info,
.article .blockNews-info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.product .blockNews-info a,
.article .blockNews-info a {
  color: #fff;
}
.product .blockNews-info a:hover,
.article .blockNews-info a:hover {
  text-decoration: underline;
}
.product .blockNews-categories i,
.article .blockNews-categories i{
  margin-right: 10px;
}
.post-navigation {
  margin: 2rem 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-navigation-next,
.post-navigation-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-navigation a {
  color: var(--color-text);
}
.post-navigation a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}
.post-navigation-next {
  text-align: right;
}
.post-navigation cite {
  font-size: smaller;
  opacity: 0.8;
}
.post-author {
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border: 1px solid var(--color-primary);
  -webkit-box-shadow: 0px 0px 0px 4px var(--color-primary-lite);
          box-shadow: 0px 0px 0px 4px var(--color-primary-lite);
}
.author-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.author-avatar img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  -webkit-box-shadow: 0px 0px 0px 4px var(--color-primary-lite);
          box-shadow: 0px 0px 0px 4px var(--color-primary-lite);
}
.author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.author-content p {
  margin-bottom: 0px;
}
.author-name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0px;
}
.blockContactInfo-wrapper{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.25);
}
.contactInfo{
  padding: 2rem 1.5rem 0px 1.5rem;
}
.contactInfo-title{
  font-weight: 600;
  font-size: 2rem;
}
.contactInfo-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.contactInfo-item p{
  margin-bottom: 0px;
}
.contactInfo-icon{
  font-size: 2.5rem;
  color: var(--color-white);
}
.contactInfo-itemList{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.contactInfo-itemTitle{
  font-size: 1.5rem;
  font-weight: 600;
}
.contactInfo-item a{
  color: var(--color-white);
}
.contactInfo-item a:hover{
  text-decoration: underline;
  color: var(--color-secondary);
}
.contactInfo-banner{
  position: relative;
  padding-top: 75%;
  margin-left: -7rem;
  margin-top: 1rem;
}
.contactInfo-banner img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.googleMap{
  height: 100%;
  width: 100%;
  min-height: 50vh;
}
.googleMap iframe{
  width: 100%;
  height: 100%;
}
#ez-toc-container{
  width: 100% !important;
  border: none !important;
  padding: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul{
  margin-left: 16px !important;
}
.toc{
  position: sticky;
  top: var(--sticky-top);
  background-color: #fff;
}
.toc ul{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.ez-toc-link.active,
.toc .dropdown-menu .toc-item.active,
.toc-item.active{
  font-weight: 600 !important;
  color: var(--color-primary) !important;
}
.toc .dropdown-toggle{
  font-size: medium;
  font-weight: 600;
  width: 100%;
  text-align: left;
  white-space: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toc .dropdown-menu .dropdown-toggle{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toc .btn:active,
.toc .btn:focus,
.toc .btn.show{
  border-color: transparent;
}
.toc .dropdown-menu{
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0px;
}
.ez-toc-link,
.toc .dropdown-menu .toc-item{
  font-weight: 400 !important;
  color: var(--color-text) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px !important;
  line-height: 1.8;
  display: inline-block !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ez-toc-link:hover,
.toc .dropdown-menu .toc-item:hover{
  color: var(--color-primary) !important;
  text-decoration: none !important;
}
.toc .dropdown-menu li .dropdown-toggle-split{
  width: auto;
  padding: 5px 12px;
}
.toc-title{
  font-size: medium;
  font-weight: 600;
  border-bottom: 2px solid var(--color-text);
}
.toc .dropdown-toggle::after{
  content: "" !important;
}
.toc .dropdown-menu .dropdown-menu{
  margin-left: 16px !important;
}
#ez-toc-container ul ul li,
.toc .dropdown-menu .dropdown-menu li{
  border-left: 1px solid var(--color-text);
}
#ez-toc-container ul ul .ez-toc-link,
.toc .dropdown-menu .dropdown-menu .toc-item{
  padding: 5px 10px;
}
#ez-toc-container li.has-submenu {
  position: relative;
}
#ez-toc-container li.has-submenu .ez-toc-link{
  padding-right: 25px;
}
.toc-toggle-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ez-toc-container ul ul .toc-toggle-icon {
  top: 5px;
}
#ez-toc-container nav ul ul{
  display: none;
}
.post-author .lnkGroup.mobi{
  display: none;
}
.wp-block-group__inner-container:has(#rank-math-faq){
  background-color: var(--color-primary-lite);
  margin-bottom: 1rem;
}
.wp-block-group__inner-container:has(#rank-math-faq) h2.wp-block-heading::before{
  background-image: url("assets/images/quest.webp");
  z-index: 0;
  border: none;
  width: 30px !important;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 1.5rem;
  top: 1rem;
}
.wp-block-group__inner-container:has(#rank-math-faq) h2.wp-block-heading{
  padding: 1rem 1.5rem 1rem calc(36px + 1.5rem);
  margin-bottom: 0px;
  min-height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-code code{
  white-space: inherit !important;
}
.banner-content .blockNews-info p{
  margin-bottom: 0px;
}
b, strong {
  font-weight: 700;
}
.swiper-gallery-main .swiper-button-next,
.swiper-gallery-main .swiper-button-prev{
  transform: translate(0px, -50%);
  top: 50% !important;
  opacity: 0;
  transition: all 0.3s;
}
.swiper-gallery-main .swiper-button-prev{
  left: 20px !important;
}
.swiper-gallery-main .swiper-button-next{
  right: 20px !important;
}
.swiper-gallery-main:hover .swiper-button-next{
  display: flex;
  right: 10px !important;
  opacity: 1;
}
.swiper-gallery-main:hover .swiper-button-prev{
  display: flex;
  left: 10px !important;
  opacity: 1;
}
.swiper-gallery-thumb{
  padding-right: calc(var(--bs-gutter-x) * .5);
  width: calc(calc(var(--bs-gutter-x) * .5) + 100%);
}
.swiper-gallery-thumb .swiper-slide{
  opacity: 0.5;
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 1.8rem;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  margin-top: 32px;
  cursor: pointer;
}
.swiper-gallery-thumb .swiper-slide:hover{
  border-color: rgba(0, 0, 0, 0.2);
}
.swiper-gallery-thumb .swiper-slide:hover img{
  transform: scale(1.1);
  transition: transform 0.6s,opacity 0.6s;
}
.swiper-gallery-thumb .swiper-slide.swiper-slide-thumb-active{
  opacity: 1;
}
.swiper-gallery .swiper-slide{
  background-color: var(--color-primary-lite);
}
.swiper-gallery .swiper-slide img{
  object-fit: contain;
}
.swiper-gallery{
  margin-bottom: 1rem;
  user-select: none;
}
.product-section .lstService-priceRow{
  justify-content: flex-start;
}
.product-item-title{
  font-weight: 600;
  font-size: 1.5rem;
}
.categoryDropdown{
  margin-bottom: 1rem;
}
.categoryDropdown .dropdown-menu{
  position: relative !important;
  transform: none !important;
}
.nav-tabs.styleTwo{
  gap: 0px;
}
.nav-tabs.styleTwo .nav-item{
  flex: 1;
  margin-bottom: 0px;
}
.nav-tabs.styleTwo .nav-link{
  width: 100%;
  border-radius: 0px;
  border-color: transparent;
  border-bottom: 2px solid var(--color-gray);
  color: var(--color-gray);
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.5;
}
.nav-tabs.styleTwo .nav-link.active,
.nav-tabs.styleTwo .nav-link:hover,
.nav-tabs.styleTwo .nav-link:focus{
  color: var(--color-primary);
  background-color: transparent;
  border-bottom-color: var(--color-primary);
}
.product .nav-tabs.styleTwo.sticky-top{
  z-index: 1;
}
.nav-tabs.styleTwo+.tab-content{
  margin-top: 12px;
}
@media (max-width: 1450px) {
  .swiper-button-next {
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .swiper-button-prev {
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
@media (max-width: 1399px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-wrapper .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .header-wrapper .nav-item .dropdown-toggle {
    display: none;
  }
  .header-wrapper .nav-link {
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .header-wrapper .nav-link.active,
  .header-wrapper .nav-link.show {
    color: #fff;
  }
  .header-wrapper .nav-link::before {
    content: "";
    top: -12%;
    left: 50%;
    right: 0;
    width: 0;
    height: 0.1rem;
    position: absolute;
    background: white;
    border-radius: 9.9rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .header-wrapper .nav-link:hover::before {
    width: 100%;
  }
  .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    position: absolute;
    top: 80%;
    left: 0px;
    background-color: var(--color-primary);
    border: none !important;
    border-radius: 0px;
    -webkit-box-shadow: 1rem 0.5rem 2.4rem 0rem rgba(0, 0, 0, 0.63);
            box-shadow: 1rem 0.5rem 2.4rem 0rem rgba(0, 0, 0, 0.63);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    height: initial !important;
    opacity: 1;
    top: 100% !important;
    margin-top: 0px !important;
    pointer-events: initial !important;
  }
  .header-wrapper .navbar-nav .dropdown-item {
    font-weight: 600 !important;
  }
  .navbar-nav .dropdown-item:focus,
  .navbar-nav .dropdown-item:active {
    color: #fff !important;
    background-color: var(--color-primary);
  }
  .navbar-nav .dropdown-item:hover {
    color: var(--color-primary) !important;
    background-color: #fff;
  }
  .headerSearch.dropdown {
    padding-right: 5px;
  }
  .headerSearch .dropdown-menu {
    display: block;
    right: 0px !important;
    left: auto !important;
    opacity: 0;
    margin-top: 10px !important;
    padding: 5px !important;
    min-width: 200px;
    border-radius: 0px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
  }
  .headerSearch .dropdown-menu.show {
    opacity: 1;
    pointer-events: initial;
  }
  .header-wrapper .offcanvas {
    gap: 10px;
  }
  .header-wrapper .navbar-expand-xl .offcanvas .offcanvas-body {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (max-width: 1199px) {
  .navbar-brand{
    margin-right: 0px;
  }
  .header-wrapper .navbar .container-fluid{
    flex-wrap: nowrap;
  }
  #floatSocial {
    bottom: 5rem;
  }
  .header-wrapper .offcanvas .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-wrapper .offcanvas .dropdown-toggle::after {
    content: "" !important;
    margin-left: auto !important;
  }
  .offcanvas .nav-link.active,
  .header-wrapper .offcanvas a,
  .header-wrapper .offcanvas {
    color: var(--color-text);
  }
  .header-wrapper .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .header-wrapper .offcanvas .nav-link {
    padding: 0px 15px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-wrapper .nav-item.dropdown {
    position: relative;
  }
  .header-wrapper .nav-item.dropdown .dropdown-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 56px;
    width: 56px;
  }
  .header-wrapper .nav-item.dropdown .dropdown-toggle::after {
    margin-right: auto;
    border-top-width: 0.4em;
    border-right-width: 0.4em;
    border-left-width: 0.4em;
    vertical-align: middle;
  }
  .header-wrapper .nav-item.dropdown .dropdown-toggle:focus,
  .header-wrapper .nav-item.dropdown .dropdown-toggle.show {
    border: none;
  }
  .header-wrapper .navbar-nav .dropdown-menu {
    margin: 0px;
    border: none;
    padding: 0px 0px 0px 15px;
  }
  .header-wrapper .navbar-nav .dropdown-item {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .header-wrapper .navbar-nav .dropdown-item:hover,
  .header-wrapper .navbar-nav .dropdown-item:active,
  .header-wrapper .navbar-nav .dropdown-item:focus {
    background-color: transparent;
  }
  .header-wrapper .navbar-nav li:last-child .dropdown-item {
    border-bottom: none;
  }
  .headerBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .header-wrapper .headerBtn .btn-primary {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headerSearch-btn {
    display: none;
  }
  .headerSearch .dropdown-menu {
    display: block;
    width: 100%;
    border: none;
    padding: 15px;
    position: relative !important;
    top: 0px;
    margin: 0px;
  }
  .headerSearch form {
    width: 100%;
  }
  .headerSearch input.form-control {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0px;
    border-right: none !important;
    padding: 10px;
  }
  .headerSearch .btn {
    border-radius: 0px;
  }
  .header-wrapper .offcanvas-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blockLeader-total {
    font-size: 3rem;
  }
  .blockLeader-Calc {
    margin-top: 1rem;
  }
  .blockLeader-content {
    padding: 2.5rem 0px;
  }
}
@media (max-width: 991px) {
  .employee-bullet img {
    width: 100px;
    max-width: 100px;
  }
  .employee-bullet {
    padding: 1rem;
  }
  .employee-bullet p {
    font-size: var(--font-size);
  }
  .footerFollow {
    padding: 2.4rem 2.4rem;
  }
  .footerFollow-right,
  #footer .lstIcon {
    gap: 0.6rem;
  }
  .banner-content {
    text-align: center;
  }
  .blockAbout-right {
    padding-left: 0px;
    padding-top: 3rem;
  }

  .blockProcess-introImg {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blockProcess-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blockPros .introTxt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .toc .dropdown-toggle{
    display: none;
  }
  .toc .dropdown-menu{
    position: relative !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .categoryDropdown .dropdown-menu{
    display: block;
  }
}
@media (max-width: 767px) {
  :root{
    --font-size: 16px;
  }
  .sidebar {
    margin-top: 1rem;
  }
  .blockPriceSummary .tag-list {
    margin-top: 1rem;
  }
  .blockHire-img {
    margin-top: 2rem;
  }
  .swiper-container {
    padding: 0px calc(var(--bs-gutter-x) * 0.25);
  }
  .blockEmployee .blockIntro .sectionTitle {
    font-size: 2rem;
  }
  .footerContact-text .phone {
    font-size: 1.2rem;
  }
  .footer-contact-box i {
    font-size: 2rem;
  }
  #floatSocial a,
  #floatSocial .btn {
    width: 40px;
    height: 40px;
  }
  #floatSocial i{
    font-size: 1.2rem;
  }
  .blockProcess-box {
    padding: 2rem 3rem;
  }
  .blockProcess-step {
    font-size: 1.5rem;
  }
  .blockProcess-step > * {
    width: 75px;
  }
  .blockProcess-step .step {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  .blockProcess-stepTitle {
    font-size: 1.8rem;
  }
  .blockPros-box {
    padding: 2rem 0.5rem;
    gap: 1rem;
  }
  .blockPros-boxTitle {
    font-size: 1.2rem;
  }
  .blockLeader-container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blockLeader-img img {
    position: relative;
    max-width: 20rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .toc-title{
    display: none;
  }
  .toc{
    top: 76px;
    border-top: 1px solid #dddedf;
    border-bottom: 1px solid #dddedf;
    -webkit-box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.10);
    margin-bottom: 1rem;
  }
  .toc .dropdown-toggle{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  } 
  .toc .dropdown-toggle::after{
    margin-left: auto;
  }
  .toc .toc-title-mobile{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 20px;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .toc .toc-title-mobile::after{
    position: absolute;
    top: calc(50% - 2px);
    right: 12px;
  }
  .post>.container-xxl>.row>*:has(.toc){
    position: sticky;
    top: 76px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1;
  }
  .post:has(.toc){
    padding-top: 0px;
  }
  .toc .dropdown-menu{
    border-top: 1px solid #dddedf;
    border-bottom: 1px solid #dddedf;
    -webkit-box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.10);
    max-height: 300px;
    overflow-y: auto;
  }
  .toc .dropdown-menu.show{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    top: 100% !important;
  }
  .toc .dropdown-menu a{
    padding: 5px 10px;
    display: block;
    font-size: var(--font-size);
  }
  .toc .dropdown-menu .dropdown-menu{
    position: relative !important;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 0px;
    max-height: none;
  }
  html:has(.toc){
    scroll-padding-top: 150px !important;
  }
  .banner,
  .banner.section{
    min-height: auto;
    padding-top: 160px;
  }
  .banner-content{
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .banner-content > *{
    margin-bottom: 1rem;
  }
  .banner-content>p{
    display: none;
  }
  .product .blockNews-info,
  .article .blockNews-info{
    gap: 0.5rem;
  }
  #ez-toc-container .toc-toggle-icon{
    top: 5px;
  }
}
@media (min-width: 576px) {
  .headerBg .headerInfo {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    pointer-events: none;
  }
  .offcanvas-body .headerInfo {
    display: none;
  }
}
@media (max-width: 575px) {
  .contactInfo-title{
    font-size: 1.5rem;
  }
  .contactInfo-itemTitle{
    font-size: 1.2rem;
  }
  .post-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 10px;
  }
  .author-content {
    gap: 0.5rem;
  }
  .blockPriceSummary .blockIntro,
  .blockPriceSummary .nav-tabs {
    margin-bottom: 0.5rem;
  }
  .blockPriceSummary .tag-list {
    margin-top: 0.5rem;
    gap: 0.5rem;
  }
  .blockHire .btn {
    padding: 0.5rem 1rem;
  }
  .employee-bullet img {
    width: 70px;
    max-width: 70px;
  }
  .employee-bullet p {
    font-size: smaller;
  }
  .employee-bullet .name {
    font-size: var(--font-size);
  }
  .blockEmployee-img img {
    max-width: 200px;
  }
  #floatSocial {
    bottom: 1rem;
    right: 1rem;
  }
  .headerInfo {
    display: none;
  }
  .offcanvas-body .headerInfo {
    display: block;
    background-color: var(--color-primary);
    color: #fff;
    height: initial;
    margin-top: auto;
    padding: 10px 0px;
  }
  .offcanvas-body .headerInfo:after {
    content: none;
  }
  .offcanvas-body .headerInfo-item {
    padding: 10px 15px;
  }
  .offcanvas-body .headerInfo-item a {
    color: #fff;
  }
  .offcanvas-body .headerInfo-item.lstIcon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerFollow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 1rem 2.4rem;
  }
  .footerFollow-rightTxt {
    display: none;
  }
  .footer-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .lstPolicy {
    margin-left: 0px;
    font-size: smaller;
  }
  .lstPolicy > * {
    padding: 0px 5px 0px 0px;
  }
  .footer-title {
    margin-bottom: 1rem;
  }
  .footer-contact-box {
    margin-bottom: 1rem;
  }
  .banner-content h1 {
    font-size: 1.8rem;
  }
  .banner-content .btn-primary {
    padding: 0.8rem 2rem;
  }
  .blockService .lnkGroup .btn,
  .blockAbout .lnkGroup .btn {
    padding: 0.5rem 1rem;
    font-size: var(--font-size);
  }
  .blockAbout-phone {
    font-size: larger;
  }
  .blockProcess-box {
    padding: 2rem 1.5rem;
  }
  .blockProcess-stepTitle {
    font-size: 1.6rem;
  }
  .blockPros-boxItem {
    margin-bottom: 1rem;
  }
  .sectionTitle {
    font-size: 2rem;
  }
  .blockLeader-item {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .swiper-container {
    margin-bottom: 1.5rem;
  }
  .swiper-pagination {
    -webkit-transform: translate(0%, 150%) !important;
        -ms-transform: translate(0%, 150%) !important;
            transform: translate(0%, 150%) !important;
  }
  .blockLeader {
    padding: 0px !important;
  }
  .section {
    padding: 2rem 0px;
  }
  .blockNews-info p {
    margin-bottom: 0px;
  }
  .subBanner-cardTitle {
    font-size: 1rem;
  }
  .blockService {
    padding-bottom: 0px;
  }
  ul,
  p {
    margin-bottom: 0.5rem;
  }
  .post-author .lnkGroup{
    display: none;
  }
  .post-author .lnkGroup.mobi{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px dashed #dddedf;
    padding-top: 1rem;
  }
}