:root {
  --tx-gold-1: #D6903F;
  /* đậm */
  --tx-gold-2: #E5B167;
  /* trung */
  --tx-gold-3: #F5D38E;
  /* nhạt */
}

@font-face {
  font-family: 'FC VIP Alpha Brights';
  src: url('./fonts/FCVIPAlphaBrights-Regular.woff2') format('woff2'),
    url('./fonts/FCVIPAlphaBrights-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#logo img {
  margin-top: 50px;
  padding: 0px 0;
}

.tab-tim-kiem .search-field,
.tab-tim-kiem .ux-search-submit {
  height: 3em;
}

images.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  object-fit: cover;
  max-height: 300px;
  height: revert-layer;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.section-title.section-title-center span.section-title-main:after {
  content: '';
  height: 3px;
  width: 84px;
  bottom: -1px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  background-color: var(--primary-color);
}

header.archive-page-header {
  display: none;
}

.section-title {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.section-title.section-title-center span.section-title-main {
  padding-bottom: 6px;
}

h2.section-title span {
  line-height: inherit;
}

.section-title.section-title-center b {
  background-color: transparent !important;
}

.section-title.section-title-center span.section-title-main:before {
  content: '';
  height: 1px;
  width: 360px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  background-color: rgba(218, 221, 221, 0.5);
}

.row-chi-tiet .large-8 {
  background: white;
  border-radius: 20px;
  /* box-shadow: 0 3px 8px 0px #2e365226; */
  padding: 15px;
  margin-bottom: 20px;
}
#wrapper,
#main {
  background-color: #f9f9f9;
  position: relative;
}

.nav-dropdown-default {
  padding: 0;
  border: none;
}

.nav-dropdown>li>a {
  color: #222;

}

.nav>li>a {
  font-weight: 600;
}

.nav-dropdown>li:hover {
  background: var(--primary-color);
}

.nav-dropdown>li:hover a {
  border-bottom: none;
  color: #fff !important;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after {
  display: none;
}

.has-dropdown .icon-angle-down {
  opacity: 1;
  color: var(--primary-color);
}



.nav>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav-dropdown li.active>a,
.nav-column li.active>a,
.nav-dropdown>li>a:hover,
.nav-column li>a:hover {
  color: #4fa941;
}

.header-block>.col {
  padding-bottom: 0px !important;
  padding: 0 5px 10px;
}

.header-block .icon-box .icon-box-text strong {
  font-size: 14px;
  color: #222;
}

.header-block .icon-box .icon-box-text p {
  margin: 0;
  font-size: 14px;
}

.banner-section h2 {
  color: #000;
  font-size: 55px;
  line-height: 55px;
}

.banner-section h3 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}

.banner-section p {
  color: #000000;
  line-height: 34px;
  font-size: 19px;
  font-family: "Open Sans";
  width: 505px;
}

.nut-xem-them {
  font-size: 15px;
  border-radius: 8px;
  padding: 5px 20px;
  margin: 0 !important;
}

.nut-xem-them:hover {
  color: #000 !important;
  background: #fff !important;
  box-shadow: unset;
}

.section1 {
  padding-top: 39px !important;
}

.section1 .title-heading {
  font-size: 34px;
  line-height: 44px;
}

.section1,
.section1 .col {
  padding-bottom: 0px !important;
}

.section1 .chu-ky {
  display: block;
  margin-bottom: 10px;
}

.section2 .bg-loaded {
  background-position: bottom;
}

.section2 p.call-action {
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 25px 0;
}

a.animation:link,
a.animation:visited {
  border-radius: 10px;
  position: relative;
  display: block;
  max-width: 280px;
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--primary-color)a1;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a.animation:link:after,
a.animation:visited:after {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 var(--primary-color);
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

a.animation:link:hover,
a.animation:visited:hover {
  color: #fff;
  text-shadow: none;
  border: 1px solid #ff7748;
}

a.animation:link:hover:after,
a.animation:visited:hover:after {
  height: 420%;
}

a.animation.first_b:after {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

a.animation.secondary_b:after {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

a.animation.third_b:after {
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

a.animation.third_b:hover:after {
  height: 140%;
  opacity: 1;
}

a.animation.four_b:after {
  width: 0%;
  border-radius: 50%;
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

a.animation.four_b:hover:after {
  height: 450%;
  width: 110%;
  opacity: 1;
}


.section2 .row2 p {
  margin-bottom: 0px;
}

/** Single Product **/
.flickity-viewport {
  height: 400px
}

.slider-style-container .flickity-slider>*,
.slider-style-shadow .flickity-slider>*,
.slider-style-focus .flickity-slider>* {
  max-width: 700px;
  max-height: 400px
}

.project-header {
  padding: 50px 0 20px;
}

.project-header h1 {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  color: #00548e;
}

.project-header .breadcrumbs,
.project-header .breadcrumbs a {
  color: #8e9399;
  font-weight: normal;
  margin-bottom: 0px;
}

.menu-project ul {
  margin-bottom: 0px;
}

.menu-project ul li {
  display: inline-block;
  padding: 6px 10px 0;
}

.menu-project ul li.active {
  font-weight: 600;
  border-bottom: 2px solid var(--primary-color);
}

.menu-project ul.nav-project li a {
  line-height: 50px;
}

#myProject {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(48, 51, 57, .15);
  box-shadow: 0px 2px 10px rgb(0 0 0 / 8%);
}

.image-tools.absolute.bottom.right.z-3 {
  display: none;
}

.product-short-description {
  padding: 10px;
  background: #dff4ff;
  color: #007cba;
  border-radius: 10px;
  display: block;
  clear: both;
}

.product-info {
  padding-top: 0px;
}

.thong-tin-chi-tiet h3 {
  padding: 15px 0px 15px 15px;
  color: var(--tx-gold-1);
  background: linear-gradient(180deg, #fff, #faf7f2);
  border: 1px solid rgba(229, 177, 103, .35);
  border-radius: 14px;
  font-size: 1.6em;
}
.thong-tin-chi-tiet {

    padding: 15px;
    margin: 20px 0;
 
}
.thong-tin-chi-tiet ul {
  display: inline-table;
  width: 100%;
  margin-bottom: 0px;
  background: white;
  border-radius: 20px;
  padding: 15px;
  border: 1px solid #f5d38e;
}

.thong-tin-chi-tiet ul li {
  display: block;
  border-bottom: 1px dotted #dedede;
  padding: 7px 0;
  float: left;
  margin-right: 4%;
  width: 100%;
  margin-bottom: 0;
}

.thong-tin-chi-tiet ul li:nth-child(3n+3) {
  margin-right: 0;
}

.thong-tin-chi-tiet ul li .label {
  float: left;
  color: rgba(68, 76, 89, .76);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.thong-tin-chi-tiet ul li .value {
  float: right;
  color: #000;
  font-size: 15px;
  max-width: 48%;
  overflow: hidden;
  height: 24px;
  text-align: right;
  margin-bottom: 0px;
  font-weight: bold;
}

.thong-tin-chi-tiet ul li .value a {
  color: var(--primary-color);
}

.thong-tin-chi-tiet ul li .value.gia-ban {
  color: var(--primary-color);
  font-size: 16px;
}
.mo-ta .tab-panels {
  padding: 15px;
  background: linear-gradient(180deg, #fff, #faf7f2);
  border: 1px solid rgba(229, 177, 103, .35);
  border-radius: 14px;
  margin-top: 15px;
}

.product-footer .woocommerce-tabs {
  padding: 0;
  border-top: none;
}

.woocommerce-tabs ul.tabs {
  display: none;
}

.tab-tim-kiem li.tab a:before {
  background: white !important;
  bottom: -6px !important;
  top: unset !important;

}

h2.title-heading {

  padding: 15px 0px 15px 15px;
margin-top: 10px;
  color: var(--tx-gold-1);
  background: linear-gradient(180deg, #fff, #faf7f2);
  border: 1px solid rgba(229, 177, 103, .35);
  border-radius: 14px;
}

#tong-quan,
#tien-ich,
#chu-dau-tu,
#vi-tri,
#tinh-lai-vay-mua-nha,
.related-products-wrapper {
  background: white;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 20px;
}

.row-chi-tiet {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#tong-quan li,
#tien-ich li,
#chu-dau-tu li,
#vi-tri li {
  margin-left: 15px;
}

.nav-tien-ich li {
  list-style: none;
  width: 50%;
  display: inline-table;
  margin-left: 0px !important;
}

.nav-tien-ich,
.nav-tien-ich li p {
  margin-bottom: 0px;
}

.nav-tien-ich li i {
  display: inline-block;
  color: #4585ff;
}

.nav-tien-ich li p {
  display: inline-block;
  padding-left: 5px;
}

#chu-dau-tu h3 {
  text-align: center;
}

#chu-dau-tu h3 a {
  color: #4585ff;
}

.sub-title {
  font-size: 24px;
  color: #00548e;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0px;
}

.product-footer .related .product-section-title {
  max-width: 100%;
  padding: 15px 0px 15px 15px;
  color: var(--tx-gold-1);
  background: linear-gradient(180deg, #fff, #faf7f2);
  border: 1px solid rgba(229, 177, 103, .35);
  border-radius: 14px;
  text-transform: math-auto;
  letter-spacing: normal;
  font-size: 1.6rem;
}
.index-value-interest-retes .text-input input.txt-input,
.text-input select {
  margin-bottom: 0;
}

input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #bfbfbf !important;
}

.detail-payment button {
  width: 100%;
}

.detail-payment button~button {
  width: 100%;
  margin: 0 !important;
}

.index-value-interest-retes .text-input input.txt-input {
  height: 50px !important;
  box-shadow: none;
}

.index-value-interest-retes .text-input {
  background: #fff !important;
  background-image: none !important;
  border-radius: 16px !important;
  border: 2px solid #f0f2f7 !important;
  box-sizing: border-box;
  color: #646d8d !important;
  display: inline-block;
  font-size: inherit;
  height: 54px;
  outline: none;
  padding: 0 15px;
  width: 100%;
}

.mx-icon.call {
  position: relative;
}

.phone-box {
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  background: #D6903F;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  z-index: 2;
}




.text-input select {
  background: none !important;
  height: 50px;
  box-shadow: none;
}

.total-payment {
  border-radius: 16px !important;
  border: 2px solid #f0f2f7 !important;
}

.tieu-de-form {
  background: #D6903F;
  border-bottom: 2px solid #f0f2f7;
  display: block;
  max-width: 100%;
  padding-bottom: 20px;
  padding: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-radius: 10px;
}


.tieu-de-form .left {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.tieu-de-form .right {
  display: inline-block;
  width: 70%;
}

.tieu-de-form .right h4 {
  margin-bottom: 0px;
  color: #fff;
}

.tieu-de-form .right p {
  font-size: 15px;
  color: #fff;
}

.btn-submit input.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  font-family: 'Segoe UI', sans-serif;
}

.btn-submit input.wpcf7-form-control.wpcf7-submit:hover {
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.form-lien-he :is(input[type=email],
  input[type=date],
  input[type=search],
  input[type=number],
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=password],
  textarea,
  select) {
  border: 1px solid #d9d9d9;
  transition: border-color .2s ease, box-shadow .2s ease;
  outline: 0;
}

.form-lien-he :is(input[type=email],
  input[type=date],
  input[type=search],
  input[type=number],
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=password],
  textarea,
  select):focus,
.form-lien-he :is(input[type=email],
  input[type=date],
  input[type=search],
  input[type=number],
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=password],
  textarea,
  select):focus-visible {
  border-color: #00548e;
  box-shadow: 0 0 0 3px rgba(0, 84, 142, .15);
  outline: 0;
}

.form-lien-he .select2-container .select2-selection {
  border: 1px solid #d9d9d9;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.form-lien-he .select2-container--focus .select2-selection,
.form-lien-he .select2-container--open .select2-selection,
.form-lien-he .select2-container .select2-selection:focus {
  border-color: #00548e;
  box-shadow: 0 0 0 3px rgba(0, 84, 142, .15);
}



.row-sidebar-project .col-inner .form-lien-he {
  background: white;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 3px 6px 0 #2e36521a;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
}

.product-small.box {
  border-radius: 6px;
  border: 1px solid #f4f4f4;
}

.product-small.box .box-image {
  padding: 8px;

}

.product-small.box .box-image .image-cover {
  border-radius: 0px;
}

.product-small.box .box-image .image-cover a:before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, transparent 7%, #1a1d2b);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  opacity: 0.5;
  border-radius: 6px;
  z-index: 10;
}

.product-small.box .box-image .image-tools.top.right {
  opacity: 1;
  width: 100%;
  padding: 10px 10px;
  position: absolute;
  /* bottom: 10px !important; */
  /* top: 45px; */
  bottom: 0px !important;
  top: unset !important;
}

.product-small.box .grid-tools {
  opacity: 1;
  transform: initial;
  width: 100%;
  left: 10px !important;
  display: block;
  position: absolute;
  top: 25px;
  z-index: 10;
  height: 50px;
}

.product-small.box .khuyen-mai {
  width: fit-content;
  float: right;
  font-size: 14px;
  background: #140c40;
  color: #fff;
  box-shadow: 0 0 0 4px rgb(255 255 255 / 30%);
  padding: 3px 10px;
  margin-top: -5px;
  margin-right: 29px;
  margin-left: 10px;
}

.product-small.box .author-avater {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: -35px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
  z-index: 9999;
}

.product-small.box .author-avater images.sab-custom-avatar {
  max-width: 50px;
}

.product-small.box .trang-thai-du-an {
  text-align: center;
  width: 100%;
  font-size: 14px;
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  color: #fff;
  padding: 7px 0px;
}

.product-small.box .box-text .title-wrapper,
.product-small.box .box-text .price-wrapper,
.product-box-slider {
  padding: 0;
}

.product-small.box .box-text .product-title {
  margin-bottom: 10px;
}

.product-small.box .box-text .product-title a {
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
  margin: 8px 0;
}

.product-small.box .box-text .gia-ban {
  padding: 10px 0;
  border-top: 1px solid #e9ecf1;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}

.product-small.box .box-text .gia-ban .left {
  display: inline-block;
  width: 100%;
  float: left;
}

.product-small.box .box-text .gia-ban .right {
  display: inline-block;
  width: 50%;
  float: right;
  text-align: right;
}

.product-small.box .box-text .gia-ban .left span,
.product-small.box .box-text .gia-ban .right span {
  font-weight: bold;
  color: #ef1648;
}

.product-small.box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform-origin: right;
  transition: transform .5s ease-in-out;
  transform: scaleX(0);
}

.product-small.box:after {
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
}

.product-small.box:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}

.bang-tin-section p.nhan-bang-tin {
  background: url(images/icon-letter.png) no-repeat;
  line-height: 63px;
  padding-left: 75px;
  text-transform: uppercase;
  font-size: 23px;
  background-size: 60px;
  font-weight: bold;
  margin-bottom: 0px;
}


.bang-tin-section .wpcf7 .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.bang-tin-section input[type='email'] {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .1em;
  width: 100%;
  padding: 0 17px;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  border-radius: 0;
  color: #fff;
  box-shadow: none;
}

.bang-tin-section input[type='submit'] {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  padding: 11px 19px;
  color: #fff;
  font-weight: 400;
  transition: all .3s;
  border-radius: 0;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  text-transform: inherit;
  background: url(images/send-2.png) no-repeat;
  background-size: 27px;
  background-position-y: center;
  padding-left: 30px;
}

.bang-tin-section input[type='submit']:hover {
  box-shadow: none;
  font-weight: bold !important;
}

.bang-tin-section ::placeholder {
  color: #fff;
}

.bang-tin-section .col {
  line-height: 60px;
  padding: 0px;
}

.bang-tin-section .wpcf7-form {
  margin: 0px !important;
}

.row-footer-tren {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
}

.footer-section .row1 {
  padding: 30px 0;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  object-fit: cover;
  height: 250px;
}

.box-call p {
  margin-bottom: 0px;
}

.footer-section .col {
  padding-bottom: 0px !important;
}

.footer-section h4 {
  margin-bottom: 15px;
}

.footer-section ul {
  margin-bottom: 0px;
}

.footer-section ul li {
  list-style: none;
  margin-left: 0px;
}

.footer-section ul li i {
  padding-right: 10px;
  color: var(--primary-color);
}

.absolute-footer {
  background-color: #fff;

  padding: 10px 0;
  font-weight: bold;
}

.absolute-footer .thuatpartner {
  color: var(--primary-color);
}

.product-box-slider .carousel_item images {
  height: 50px;
  max-height: 50px;
}

.section4 .row2 .large-4 .col-inner,
.section4 .slide .col-inner {
  background-color: #fff;
  padding: 45px;
  box-shadow: 0 10px 31px 0 rgba(181, 127, 250, 0.09);
}

.section4 .row2 .large-4 .col-inner:hover {
  background-image: linear-gradient(-160deg, #fff, #fff 70%, var(--primary-color));
  transition: 0.2s;
  cursor: pointer;
}

.section4 .row2 .large-4 .col-inner .icon-box,
.section4 .slide .col-inner .icon-box {
  margin-bottom: 10px;
}

.section4 .row2 .large-4 .col-inner .icon-box-images images,
.section4 .slide .col-inner .icon-box-images images {
  border: 2px solid var(--primary-color)a1;
  width: 50px;
  height: 50px;
  margin: 0px auto 0px auto;
  border-radius: 50%;
  padding: 0;
}

.section4 .row2 .large-4 .col-inner .icon-box h3,
.section4 .slide .col-inner .icon-box h3 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
}

.section4 .row2 .large-4 .col-inner .icon-box p,
.section4 .slide .col-inner .icon-box p {
  font-size: 14px;
}

.section4 .row2 .large-4 .col-inner .testimonial-text,
.section4 .slide .col-inner .testimonial-text {
  font-size: 14px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 90px;
}

.section4 .row2 .large-4 .col-inner .testimmonials_starts,
.section4 .slide .col-inner .testimmonials_starts {
  margin-right: 3px;
  font-size: 13px;
  color: #ffc662;
}

.section5 {
  padding-bottom: 0px !important;
}

.section5 .large-5 images {
  border-radius: 5px;
}

.box.box-normal .box-image,
.product-small.box .box-image,
.blog-archive .box .box-image {
  padding: 10px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}

.box.box-normal .box-text,
.product-small.box .box-text,
.blog-archive .box .box-text {
  padding: 5px 20px 20px 20px;
  background: linear-gradient(180deg, #fff, #f9f5ec);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.box.box-normal .box-text h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
}

.box.box-normal .cat-label {
  text-transform: inherit;
  opacity: 1;
  font-size: 14px;
  position: absolute;
  top: -41px;
  color: #fff;
  background: #D6903F;
  padding: 2px 5px;
  border-radius: 5px;
}

.box.box-normal:hover h5 {
  color: var(--primary-color);
}

.is-divider,
.single-product .saboxplugin-wrap {
  display: none;
}

.section6 .row1 p {
  margin-bottom: 0px;
}

.duong-dan {
  position: relative;
  background: url(./images/default-header.jpg) no-repeat center center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 500px;
  display: flex;
  align-items: flex-end
}

.duong-dan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 15, 56, 0.7) 33%, rgba(45, 45, 45, 0))
}

.duong-dan .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px;
  text-align: left
}

.duong-dan-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  animation: fade-in .7s ease-out both
}

nav.rank-math-breadcrumb {
  color: #fff;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 300;
  opacity: 0;
  transform: translateX(-32px);
  animation: slide-in .8s ease-out .25s forwards
}

nav.rank-math-breadcrumbs a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent
}

nav.rank-math-breadcrumb a:hover {
  border-bottom-color: rgba(255, 255, 255, .8)
}

nav.rank-math-breadcrumb span,
nav.rank-math-breadcrumb .breadcrumb_last {
  display: inline-block;
  margin-right: 6px
}

nav.rank-math-breadcrumb span,
nav.rank-math-breadcrumb .breadcrumb_last {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}

.duong-dan nav.rank-math-breadcrumb p a {
  color: white;
}

.product-container span.separator {
  color: black;
}

.product-container span.last {
  color: black;
}

.duong-dan,
span.separator,
span.last {
  color: white;
}

.flickity-button .flickity-button-icon {
  display: none !important;
}

.flickity-prev-next-button.previous::before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  color: #ffffff;
}

.product-gallery-wide .flickity-prev-next-button.next::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  color: #ffffff;
}

.product-gallery-wide .flickity-viewport {
  height: 700px !important;
  object-fit: cover;
}

.product-gallery-wide .flickity-viewport img {
  height: 700px !important;
  max-height: 700px;
  overflow: hidden;
  object-fit: cover;

}

.slider-style-container .flickity-slider>*:not(.is-selected),
.slider-style-shadow .flickity-slider>*:not(.is-selected),
.slider-style-focus .flickity-slider>*:not(.is-selected) {
  filter: blur(3px) brightness(0.7);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .product-gallery.product-gallery-wide .flickity-viewport {
    height: 400px !important;
    object-fit: cover;
  }

  .product-gallery.product-gallery-wide .flickity-viewport img {
    height: 400px !important;
    max-height: 400px;
    overflow: hidden;
    object-fit: cover;

  }
}

@keyframes slide-in {
  to {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}


.single-post .article-inner,
.comments-area {
  padding: 20px;
  background: linear-gradient(180deg, #fff, #faf7f2);
  border: 1px solid rgba(229, 177, 103, .35);
  border-radius: 14px;
  margin-top: 20px;

}
div#comments {
  display: none;
}
.entry-header-text-top {
  padding: 0;
}

.single-post .meta-related {
  background: #e7f8ff;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.meta-related .tham-khao-tin {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: black;
  font-weight: 600;
}

.meta-related ul {
  margin-bottom: 0;
}

.meta-related ul li {
  margin-left: 20px;
  margin-bottom: 4px;
  font-size: 15px;
}

.tien-ich ul {
  padding-left: 35px;
}

#masthead .flex-col.flex-right a.icon.button {
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  display: flex;
  flex-direction: column-reverse;
  padding: 5px 10px;
  position: fixed;
  top: 20px;
  right: 20px;
}

.meta-related ul li a {
  color: #0098da;
}

.meta-related {
  padding: 0 0 15px 0;
}

.single-post h2 {
  font-size: 22px;
  color: #0098da;
}

.single-post h3 {
  color: var(--primary-color);
}

.page-wrapper {
  padding-top: 0 !important;
  padding-bottom: 30px;
}

.blog-single .large-9.col,
.archive.category .large-9.col {
  max-width: 70%;
  flex-basis: 70%;
  padding: 0 10px 10px;
}

.archive.category .large-9.col {
  margin-top: 15px;
}

.blog-single .post-sidebar.large-3,
.archive.category .post-sidebar.large-3 {
  max-width: 30%;
  flex-basis: 30%;
  padding: 0 10px 10px;
  border-left: none !important;
  padding-top: 15px;
}

.widget-title,
.widgettitle {
  margin-bottom: 0;
  background: var(--primary-color);
  padding: 15px 25px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  display: block;
}

.widget .searchandfilter {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background: #fff;
  padding: 10px;
  border-radius: 14px;
}

.searchandfilter ul {
  display: block !important;
}

.searchandfilter ul li br {
  display: none;
}

.searchandfilter ul li input[type='text'],
.searchandfilter select {
  border-radius: 4px;
  box-shadow: 0px 0px 0px grey;
  margin-bottom: 0px;
}

.searchandfilter ul li input[type='submit'] {
  width: 100%;
  border-radius: 4px;
  text-transform: capitalize;
}

.flatsome_recent_posts ul,
.product_list_widget {
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 15px;
}

.recent-blog-posts {
  padding: 12px 0 12px;
}

.recent-blog-posts-li .badge-inner {
  border-radius: 99%;
}

ul.product_list_widget li images {
  margin: 0;
  border-radius: 99%;
}

#wpd-bubble-wrapper>div,
#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message {
  background-color: #0098da;
}

#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message::before {
  border-left-color: #0098da;
  border-right-color: #0098da;
}

.blog-archive .col.post-item {
  padding: 0 5px 10px;
}

.blog-archive .box .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px;
}

.blog-archive .archive-page-header .large-12 {
  padding: 15px 0;
}

.blog-archive .archive-page-header h1 {
  margin-bottom: 0px;
}

.form-dang-ky {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 20px #00000012;
  border: 1px solid #e2e2e2;
}

.form-dang-ky .tieu-de {
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-dang-ky .des {
  font-size: 15px;
  font-style: italic;
  color: var(--primary-color);
  text-align: left;
  line-height: 25px;
  width: 100%;
  margin-bottom: 10px;
}

.form-dang-ky input[type='email'],
.form-dang-ky input[type='search'],
.form-dang-ky input[type='number'],
.form-dang-ky input[type='url'],
.form-dang-ky input[type='tel'],
.form-dang-ky input[type='text'],
.form-dang-ky textarea {
  background: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  padding: 0;
  margin-bottom: 0;
}

.form-dang-ky textarea {
  min-height: 70px;
  margin-bottom: 10px;
}

.form-dang-ky input[type='submit'] {
  margin: 0 !important;
  padding: 0 20px;
  border-radius: 20px;
  text-transform: none;
}

.product-small .box-image:hover::before,
.post-item .box-image:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.product-small .box-image::before,
.post-item .box-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg)
}

.phone-mobile {
  display: none;
}

.giuseart-nav {
  position: fixed;
  right: 13px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  z-index: 150;
  bottom: 50px;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}

.giuseart-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.giuseart-nav ul li {
  list-style: none !important;
}

.giuseart-nav ul>li a {
  border: none;
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
  text-decoration: none;
}

.giuseart-nav ul>li .chat_animation {
  display: none
}

.giuseart-nav ul>li a i.ticon-heart {
  background: url(images/icon-map.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul>li a i.ticon-zalo-circle2 {
  background: url(images/icon-zalo-circle.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav li .button {
  background: transparent;
}

.giuseart-nav ul>li a i.ticon-angle-up {
  background: url(images/icon-angle-up.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul>li a i {
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
}

.giuseart-nav ul li .button .btn_phone_txt {
  position: relative;
  top: 35px;
  font-size: 10px;
  font-weight: bold;
  text-transform: none;
}

.giuseart-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}

.giuseart-nav ul>li a.chat_animation svg {
  margin: -13px 0 -20px;
}

.giuseart-nav ul>li a i.ticon-messenger {
  background: url(images/icon-messenger.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}

.giuseart-nav ul>li a i.ticon-chat-sms {
  background: url(images/icon-sms-1.jpg) no-repeat;
  background-size: contain;
  width: 38px;
  height: 36px;
  display: block;
}

.giuseart-nav ul>li a i.icon-phone-w {
  background: url(images/icon-phone-w.png) no-repeat;
  background-size: contain;
}

.giuseart-nav ul li .button .btn_phone_txt {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .giuseart-nav li .chat_animation {
    display: block !Important
  }

  .giuseart-nav li .button .phone_animation {
    box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
  }

  .giuseart-nav ul>li a {
    padding: 0;
    margin: 0 auto
  }

  .giuseart-nav {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }

  .giuseart-nav li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
  }

  .phone-mobile {
    display: block !important
  }
}

.div-no-padding {
  padding-bottom: 0px !important;
}

@media(max-width:1023px) {
  .section6 .row2 .large-columns-3 .col.post-item {
    max-width: 50%;
    flex-basis: 50%;
  }

  .bang-tin-section .row-small {
    padding: 0 10px;
  }

  .bang-tin-section p.nhan-bang-tin {
    line-height: 30px;
  }

  .related-products-wrapper .product-small.col,
  .shop-container .product-small.col {
    max-width: 50%;
    flex-basis: 50%;
  }
}

@media(max-width: 855px) {


  .product-small.box .box-text .gia-ban .right,
  .product-small.box .box-text .gia-ban .left {
    font-size: 12px !important;
  }

  .row-sidebar-project .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .project-header h1 {
    margin-bottom: 0px;
    font-size: 22px !important;
  }

  .project-header {
    padding: 20px 15px !important;
  }

  .menu-project ul.nav-project li a {
    line-height: 31px !important;
  }

  .menu-project ul li {
    display: inline-block;
    padding: 6px 4px 0 !important;
    font-size: 12px !important;
  }

  .section-tim-kiem .banner {
    padding-top: 300px !important;
  }

  .section-tim-kiem .text-box {
    width: 100% !important;
    top: 25.3% !important;
  }

  .off-canvas-right .mfp-content,
  .off-canvas-left .mfp-content {
    width: 100%;
    background-color: #fff;
  }

  .product-small.box .grid-tools {
    opacity: 1 !important;
    display: block !important;
  }

  .align-center .large-7 h2 {
    font-size: 25px;
  }

  .align-center .large-7 p {
    font-size: 14px;
  }

  .section1 .cot2 {
    margin-top: 10px;
  }

  .section1 .title-heading {
    font-size: 30px;
    line-height: 39px;
  }

  .section3 .large-columns-3>.col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .product-box-slider {
    padding: 0;
    margin-bottom: 10px;
  }

  a.animation:link,
  a.animation:visited {
    max-width: 79%;
    margin: 0 auto;
  }

  .section2 p.call-action {
    font-size: 30px;
    line-height: 40px;
  }

  .section5 .row1 .row2 {
    text-align: center;
  }

  .section5 .row1 .row2 .large-4 .col-inner p,
  .section5 .row1 .row2 .large-4 .col-inner h3 {
    margin-bottom: 0px;
  }

  .section6 .row2 .col.post-item {
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 5px 10px;
  }

  .section6 .row2 .box.box-normal .box-text h5 {
    -webkit-line-clamp: 3;
    height: 55px;
  }

  .bang-tin-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }

  .bang-tin-section .row .col-inner {
    padding: 0 10px;
  }

  .bang-tin-section p.nhan-bang-tin {
    font-size: 19px;
    line-height: 58px;
    background-position-y: 5px;
    background-size: 50px;
  }

  .footer-section .row1:before {
    right: 100%;
  }

  .blog-single .large-9.col,
  .archive.category .large-9.col {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0 10px 10px;
  }


  .blog-single .post-sidebar.large-3,
  .archive.category .post-sidebar.large-3 {
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 0;
  }

  .duong-dan {
    background-size: unset;
    padding: 20px 0;
  }

  #comments {
    margin-bottom: 0px;
  }

  .thong-tin-chi-tiet ul li {
    width: 100%;
  }

  .related-products-wrapper .product-small.col,
  .shop-container .product-small.col {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.banner.has-hover.zoom-long-banner .banner-bg,
.banner.has-hover.zoom-long-banner .bg,
.banner.has-hover.zoom-long-banner .bg.bg-loaded {
  overflow: hidden;
  will-change: transform;
}

.banner.has-hover.zoom-long-banner .bg.bg-loaded {
  transform-origin: center center;
  transform: scale(1);
  transition: transform 18s ease-in-out;
}

.banner.has-hover.zoom-long-banner.is-zoomed .bg.bg-loaded {
  transform: scale(1.15) !important;
}

.banner.has-hover.zoom-long-banner .height-fix images,
.banner.has-hover.zoom-long-banner images {
  transform-origin: center center;
  transform: scale(1);
  transition: transform 18s ease-in-out;
}

.banner.has-hover.zoom-long-banner.is-zoomed images {
  transform: scale(1.15) !important;
}

.zoom-long-banner {
  position: relative;
  overflow: hidden;
}

.zoom-long-banner .fade-left-to-right {
  position: absolute;
  bottom: 80px;
  left: -130px;
  height: auto;
  transform: translateX(-150%);
  opacity: 0;
  animation: fadeLeftToRight 2.5s ease-out forwards;
}

.zoom-long-banner .fade-right-to-left {
  position: absolute;
  bottom: 250px;
  right: 125px;
  height: auto;
  transform: translateX(150%);
  opacity: 0;
  animation: fadeRightToLeft 2.5s ease-out forwards;
}

@keyframes fadeLeftToRight {
  from {
    transform: translateX(-150%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeRightToLeft {
  from {
    transform: translateX(150%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.btn-custom {
  display: inline-block;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  /* xanh lá → xanh dương */
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  font-family: 'Segoe UI', sans-serif;
}

.btn-custom:hover {
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  /* sáng hơn khi hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.btn-custom:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#masthead .flex-col.flex-right a.icon.button i {
  font-size: 20px;
}

#logo {
  display: inline-block;
  background: #ffffff;
  padding: 20px 15px 40px 12px !important;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  max-height: 200px;
}

@media (max-width: 549px) {
  #logo {
    display: inline-block;
    background: #ffffff;
    padding: 50px 15px 25px 12px !important;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    max-height: 200px;
    left: -90px;
  }

}
option {
  color: black;
}
#logo images {
  max-height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.top-text p {
  background: linear-gradient(90deg, #D6903F, #006699, #00669900);
  padding: 0px 20px;
  font-size: 39px;
  text-transform: uppercase;
}

.middle-text p {
  background: linear-gradient(90deg, #D6903F, #006699, #00669900);
  padding: 0px 40px !important;
  font-size: 39px;
  text-transform: uppercase;
}

.middle-text {
  bottom: 15px;
  left: 170px;
  position: relative;
}

.project-header .breadcrumbs,
.project-header .breadcrumbs a {
  color: black !important;
}

@media (max-width: 768px) {
  .page-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .zoom-long-banner .fade-left-to-right {
    bottom: -125px;
    left: -60px;
    font-size: 18px;
    padding: 5px 12px;
    transform: translateX(-120%);
    text-align: center;
    max-width: 90%;
    line-height: 1.4;
  }

  .top-text p {
    background: linear-gradient(90deg, #D6903F, #006699, #00669900);
    padding: 0px 10px !important;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
  }

  .middle-text p {
    background: linear-gradient(90deg, #D6903F, #006699, #00669900);
    padding: 0px 10px !important;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
  }

  .middle-text {
    bottom: 15px;
    left: 0px;
    position: relative;
  }
}

@keyframes fadeLeftToRight {
  from {
    transform: translateX(-150%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ====== Vinhomes CF7 ====== */
.form-vinhomes {
  margin: 0 auto;
  padding: 24px 20px 28px;
  color: #ffffff;
  text-align: center;
  background: rgba(7, 7, 7, 0.61);
  border-radius: 15px;
}

.form-vinhomes .fv-title {
  margin: 0 0 18px;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 400;
  letter-spacing: .5px;
  color: #fff;
}

/* Lưới 2 cột cho field */
.form-vinhomes .fv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  justify-items: stretch;
}

/* Field chung (input, select, textarea) */
.form-vinhomes .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
  outline: none;
  font-size: 15px;
  color: #2c3e50;
  transition: box-shadow .25s ease, transform .15s ease;
}

/* Placeholder */
.form-vinhomes ::placeholder {
  color: #7f8c8d;
  opacity: 1;
}

/* Focus hiệu ứng sang trọng (viền ánh xanh lá → xanh dương) */
.form-vinhomes .wpcf7-form-control:not(.wpcf7-submit):focus {
  box-shadow:
    0 10px 22px rgba(0, 0, 0, .16),
    0 0 0 2px rgba(61, 166, 61, .25),
    0 0 0 4px rgba(0, 102, 153, .18);
  transform: translateY(-1px);
}

/* Nút submit */
/* Nút submit giống btn-custom */
.form-vinhomes .wpcf7-submit {
  display: inline-block;
  padding: 5PX 36px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  /* xanh lá → xanh dương */
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  font-family: 'Segoe UI', sans-serif;
}

.form-vinhomes .wpcf7-submit:hover {
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  /* hover sáng hơn */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.form-vinhomes .wpcf7-submit:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


/* Hàng button căn trái giống ảnh */
.form-vinhomes .fv-actions {
  margin-top: 14px;
  display: flex;
  justify-content: space-around;
}

/* Lỗi + trạng thái gửi của CF7 */
.form-vinhomes .wpcf7-not-valid-tip {
  color: #d9534f;
  margin-top: 6px;
  font-size: 13px;
}

.form-vinhomes .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
}

/* Autofill Chrome */
.form-vinhomes input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #2c3e50;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .form-vinhomes {
    padding: 16px 14px 22px;
  }

  .form-vinhomes .fv-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .form-vinhomes .fv-actions {
    justify-content: center;
  }

  .form-vinhomes .wpcf7-submit {
    width: 100%;
  }
}


#awan {
  position: absolute;
  top: 45%;
  left: -40px;
  width: 120%;
  height: 279px;
  text-align: center;
  background-size: 201px;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  background: url(./images/may.png) center top no-repeat;
  animation: awan-animasi 65s linear infinite;
  -ms-animation: awan-animasi 65s linear infinite;
  -moz-animation: awan-animasi 65s linear infinite;
  -webkit-animation: awan-animasi 65s linear infinite;
  z-index: 0;
}

@keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-webkit-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-ms-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-moz-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}


#awan1 {
  position: absolute;
  top: -11%;
  left: -10%;
  width: 120%;
  height: 293px;
  text-align: center;
  background-size: 201px;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  background: url(./images/m1.png) center top no-repeat;
  animation: ani-awan1 60s linear infinite;
  -ms-animation: ani-awan1 60s linear infinite;
  -moz-animation: ani-awan1 60s linear infinite;
  -webkit-animation: ani-awan1 60s linear infinite;
  z-index: 0;
}

@keyframes ani-awan1 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-webkit-keyframes ani-awan1 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-ms-keyframes ani-awan1 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-moz-keyframes ani-awan1 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

#awan2 {
  position: absolute;
  top: -10%;
  left: 50%;
  width: 120%;
  height: 354px;
  text-align: center;
  background-size: 848px;
  margin: 0px;
  padding: 0px;
  background: url(./images/m2.png) center top no-repeat;
  animation: ani-awan2 65s linear infinite;
  -ms-animation: ani-awan2 65s linear infinite;
  -moz-animation: ani-awan2 65s linear infinite;
  -webkit-animation: ani-awan2 65s linear infinite;
  z-index: 0;
}

@keyframes ani-awan2 {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-webkit-keyframes ani-awan2 {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-ms-keyframes ani-awan2 {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-moz-keyframes ani-awan2 {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

#awan3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 150%;
  height: 279px;
  text-align: right;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  background: url(./images/m3.png) center top repeat-x;
  animation: ani-awan3 60s linear infinite;
  -ms-animation: ani-awan3 60s linear infinite;
  -moz-animation: ani-awan3 60s linear infinite;
  -webkit-animation: ani-awan3 60s linear infinite;
  z-index: 0;
}

@keyframes ani-awan3 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-webkit-keyframes ani-awan3 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-ms-keyframes ani-awan3 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

@-moz-keyframes ani-awan3 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }

  ;
}

.header-main .nav>li>a {
  line-height: 16px;
  color: #003366;
}

.nav>li.active>a {
  color: rgb(0 0 0) !important;
}

.gioi-thieu-section h2 span.dong-2 {
  font-size: 46px;
  color: #00548e;
}

.gioi-thieu-section h2 span.dong-1 {
  font-size: 16px;
  color: #D6903F;
}

/* .zoom-long-banner .text-inner.text-center {
  background: linear-gradient(90deg, rgba(214, 0, 39, 0) 0%, rgb(255 255 255) 50%, rgba(0, 19, 85, 0) 100%);
} */
.banner h5 .cus-font {
  font-family: 'FC VIP Alpha Brights';
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}

.mh-tabs-introduce .tabbed-content>ul>li {
  margin: 0;
}

.section3 .mh-tabs-introduce .tab-panels {
  border-radius: 10px;
  border: 1px dashed #333;
  padding: 10px;
}

.mh-tabs-introduce .tabbed-content>ul>li a {
  font-size: 15px;
  font-weight: normal;
  color: #898989;
  margin: 0 10px;
}

.mh-tabs-introduce .tabbed-content>ul>li a::after {
  border-width: 2px;
  border-color: #898989;
}

.mh-tabs-introduce .tabbed-content>ul>li.active a {
  color: #00548e !important;
  font-weight: bold;
}

.mh-row-introduce-bg {
  position: relative;
}

.mh-tabs-introduce .col-inner ul li.tab {
  margin-left: 0;
}

.mh-row-introduce-bg::before {
  content: ' ';
  height: 100%;
  width: 80%;
  right: 0px;
  top: 0px;
  position: absolute;
  background: url('./images/bg-introduce.jpg') no-repeat center right;
  z-index: -1;
}

.mh-button-italic {
  font-style: italic;
  text-transform: initial;
  font-weight: normal;
}

.mh-button-italic::before {
  left: 0% !important;
  width: 100% !important;
  opacity: 1 !important;
}

.mh-row-introduce-bg .img img {
  border-left: 10px solid #D6903F;
}

.mh-row-introduce-bg p {
  margin-bottom: 0;
  color: #dadada;
}

.gioi-thieu-section .cus-font,
.section3 .cus-font {
  top: 15px;
  position: relative;
  font-family: 'FC VIP Alpha Brights';
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  color: #D6903F;
}

.section-location .cus-font {
  top: 15px;
  position: relative;
  font-family: 'FC VIP Alpha Brights';
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  color: #ffffff;
}

.mh-text-justify {
  text-align: justify;
}


.mh-title-bold-color {
  top: 28px;
  position: relative;
  font-family: 'FC VIP Alpha Brights';
  font-size: 40px;
  font-weight: 300;
  color: #D6903F;

}

.mh-title-bold-color span {
  color: #00548e;
  font-family: "Lexend", sans-serif;
}

.mh-col-location>.col-inner {
  border-top: 1px solid #D6903F;
}

.mh-col-location .mh-point {
  position: absolute;
  top: -6px;
  left: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #D6903F;
}

.mh-col-location .mh-time {
  position: absolute;
  left: 22px;
  top: -35px;
  color: #D6903F;
  font-size: 12px;
}

.mh-col-location ul.mh-list-location {
  padding: 20px 0 0 40px;
}

.mh-col-location ul.mh-list-location li {
  color: #D6903F;
  margin-bottom: 0;
}

.mh-col-location ul.mh-list-location li span {
  color: #fff;
  font-size: 12.5px;
}

.is-divider.small {
  display: none;
}

.rung-lac {
  display: inline-block;
  animation: shake-advanced-detail 150s ease-in-out infinite;
}

@keyframes shake-advanced-detail {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  5% {
    transform: translate(-4px, -2px) rotate(-2deg);
  }

  10% {
    transform: translate(4px, 2px) rotate(2deg);
  }

  15% {
    transform: translate(-3px, 2px) rotate(-1deg);
  }

  20% {
    transform: translate(3px, -2px) rotate(1deg);
  }

  25% {
    transform: translate(-2px, 1px) rotate(-1deg);
  }

  30% {
    transform: translate(2px, -1px) rotate(1deg);
  }

  35% {
    transform: translate(-1px, 1px) rotate(-0.5deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(0.5deg);
  }

  45% {
    transform: translate(-3px, 2px) rotate(-1deg);
  }

  50% {
    transform: translate(3px, -2px) rotate(1deg);
  }

  55% {
    transform: translate(-2px, 1px) rotate(-1deg);
  }

  60% {
    transform: translate(2px, -1px) rotate(1deg);
  }

  65% {
    transform: translate(-1px, 1px) rotate(-0.5deg);
  }

  70% {
    transform: translate(1px, -1px) rotate(0.5deg);
  }

  75% {
    transform: translate(-2px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(2px, -1px) rotate(1deg);
  }

  85% {
    transform: translate(-1px, 1px) rotate(-0.5deg);
  }

  90% {
    transform: translate(1px, -1px) rotate(0.5deg);
  }

  95% {
    transform: translate(0px, 0px) rotate(0.2deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* Khung map */
.mp-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 2121/1432;
}

.mp-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.masterplan {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Path mặc định trong suốt, cho phép click */
.zone {
  fill: transparent;
  pointer-events: all;
  cursor: pointer;
  transition: fill .35s ease
}


.zone.is-active {
  fill: var(--active-fill);
  stroke: none;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .35));
  fill-opacity: 0.65;
  /* chỉ cần đổi con số 0 → 1 */


}

#mp-pin[visibility="visible"] {
  pointer-events: none;


}

#mp-pin {
  transition: transform 1s ease-in-out;
  filter: drop-shadow(3px 5px 6px rgba(0, 0, 0, 0.5));
}



#mp-bubble {
  pointer-events: none;
  transition: opacity 1s ease-in-out;
}

#mp-bubble rect,
#mp-bubble text {
  transition: x 1s ease-in-out, y 1s ease-in-out;
}

#mp-bubble text {
  font-size: 34px;
  fill: #00548e;
  text-transform: capitalize;

}


#mp-bubble rect {
  fill: #ffffff;
  rx: 6;
  ry: 6;
  stroke: rgba(0, 0, 0, .12);
  stroke-width: 1;
}

.mp-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;

  margin-bottom: 10px;
}

.mp-legend a {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  color: #374151;
  text-decoration: none;
  transition: all .2s ease;
}

.mp-legend a.is-active {
  background: linear-gradient(135deg, var(--tx-gold-3) 0%, var(--tx-gold-2) 45%, var(--tx-gold-1) 100%);
  color: #fff;
}

.mp-info {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  max-width: 480px;
  background: #fff;
}

.mp-info .mp-name {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.mp-info .mp-attrs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mp-info .mp-attrs li {
  margin: 2px 0;
}

.mp-overlay {
  fill: rgba(17, 24, 39, .22);
  pointer-events: none;
}

.zone:hover {
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .25));
}

.mh-before-footer .icon-box-img {
  margin-bottom: 0;
}

/* Main */
.mh-footer-col {
  border-color: #2b3e70 !important;
}

.mh-footer-col p,
.mh-footer-col a {
  font-size: 13px;
}

.mh-footer-col i {
  font-size: 12px;
}

.mh-footer-col .wpcf7-form {
  margin-bottom: 0;
}



.mh-footer-col .mh-submit {
  width: 100%;
  min-height: 35px;
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1)) !important;
}

.mh-no-padding-bottom {
  padding-bottom: 0 !important;
}

.cot1 ul li {
  list-style: none;
}

/* .contact-box a {
  color: #fff;
  position: fixed;
  font-size: 16px;
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  display: inline-block;
  right: 0px;
  z-index: 99;
}

.contact-box a.item-regis {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inherit;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  right: 0px;
  top: 465px;
  height: 40px;
  padding: 0px 32px;
  line-height: 40px;
  font-size: 14px;
}

.contact-box a.item-fb {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  right: 0px;
  top: 300px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}

.contact-box a.item-phone {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  right: 0px;
  top: 345px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}

.contact-box a.item-phone i {
  color: #ffffff;
}



.contact-box a.item-regis {

  border-top: none;
  right: -74px !important;
}

.contact-box a.item-regis:hover,
.contact-box a.item-fb:hover {

  color: #ffffff;
} */

.mh-footer-col input[type=text],
input[type="tel"] {
  color: #fff !important;
}

.tabs_tienich>h4.uppercase.text-left {
  display: inline-block;
  background: linear-gradient(135deg, var(--tx-gold-3), var(--tx-gold-1));
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 5px 5px 30px;
}

.tabs_tienich.tab_title_right>h4.uppercase.text-left {
  text-align: right !important;
}

/* banner header */
.mx-header-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  display: flex;
  background-attachment: fixed;
  align-items: flex-end
}

.mx-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 15, 56, 0.7) 33%, rgba(45, 45, 45, 0));
}

.mx-header-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px;
  text-align: left
}

.mx-header-inner a {
  color: white;
}

.mx-header-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  animation: mx-fade-in .7s ease-out both
}

.mx-yoast-breadcrumbs {
  color: #fff;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 300;
  opacity: 0;
  transform: translateX(-32px);
  animation: mx-slide-in .8s ease-out .25s forwards
}

.mx-yoast-breadcrumbs a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent
}

.mx-yoast-breadcrumbs a:hover {
  border-bottom-color: rgba(255, 255, 255, .8)
}

.mx-yoast-breadcrumbs span,
.mx-yoast-breadcrumbs .breadcrumb_last {
  display: inline-block;
  margin-right: 6px
}

@keyframes mx-slide-in {
  to {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes mx-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media only screen and (max-width: 480px) {
  .lien-he {
    width: 100%;
    overflow-y: scroll;
    padding-top: 30px;
  }

  .contact-box a.item-regis {

    bottom: 375px;

  }

  .contact-box a.item-fb {
    bottom: 200px;

  }

  .contact-box a.item-phone {
    bottom: 250px;

  }

  #masthead .flex-col.flex-right a.icon.button {
    padding: 5px 5px;
    top: 10px;
    right: 25px;
  }
}

.off-canvas-right.dark .mfp-content,
.off-canvas-left.dark .mfp-content {
  background-color: #1e2842 !important;
  min-width: 350px;
}

.sidebar-menu>ul>li>a {
  Justify-content: left;
}

.sidebar-menu>ul>li {
  border: 0 !important;
  justify-content: center;
}

.sidebar-menu>ul>li>a {
  text-align: left;
  padding-left: 20px !important;
  color: #fff !important;
  font-weight: normal;
  font-size: 14px;
}

.sidebar-menu>ul>li>a:hover {
  color: #c99232;
}

.sidebar-menu>ul>li>a::after {
  content: "";
  width: 10%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 6%;
}


span.amount {
  white-space: nowrap;
  color: #111;
  font-weight: bold;
  display: none;
}

/* popup */
#mx-popup-overlay {
  position: fixed;
  inset: 0;
/*   background: rgba(0, 0, 0, .55); */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999
}

#mx-popup-overlay.show {
  display: flex
}

#mx-popup {
  position: relative;
  width: min(92vw, 640px);
  max-height: 86vh;
  overflow: auto;
  border-radius: 14px;
  transform: translateY(10px);
  opacity: 0;
  transition: .25s
}

#mx-popup-overlay.show #mx-popup {
  opacity: 1;
  transform: translateY(0)
}

.mx-popup-body {
  padding: 0 20px
}

.mx-popup-footer {
  padding: 15px 20px;
  display: flex;
  gap: 10px;
  justify-content: flex-end
}

.mx-popup-footer button {
  padding: 8px 16px;
  border: 0;
  border-radius: 4px;
  cursor: pointer
}

#mx-popup-close {
  background: #ccc;
  color: #000
}

#mx-popup-hide-2h {
  background: #1e2842;
  color: #fff
}

.mx-no-scroll {
  overflow: hidden
}

/* float icon */
.fixed-phone-btn {
  padding-top: 10px;
  padding-left: 10px;
  color: #444;
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 99999999;
  left: 10px;
  bottom: 55px;
  border-radius: 50%;
  background: #eee290;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5)
}

.fixed-zalo-btn {

  color: #444;
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 99999999;
  left: 10px;
  bottom: 145px;
  border-radius: 50%;
  background: #eee290;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .fixed-phone-btn {
    bottom: 5%
  }
}

@media only screen and (max-width: 767px) {
  .hotline-background {
    display: none
  }
}

.hotline-background {
  position: fixed;
  font-size: 16px;
  padding: 11px 0px 0px 65px;
  bottom: 60px;
  left: 10px;
  height: 40px;
  width: 250px;
  background-color: #eee290;
  border-radius: 40px;
  color: #444;
  z-index: 88888;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5)
}

a.hotline-background {
  text-decoration: none;
  line-height: 1.1
}

a.hotline-background:hover,
.fixed-phone-btn:hover {
  color: #444
}

.fixed-phone-btn:before,
.fixed-phone-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee290
}

.fixed-phone-btn:before {
  animation: ripple 2s linear infinite;
  -webkit-animation: ripple 2s linear infinite;
  -moz-animation: ripple 2s linear infinite
}

.fixed-phone-btn:after {
  animation: ripple 2s linear 1s infinite;
  -webkit-animation: ripple 2s linear 1s infinite;
  -moz-animation: ripple 2s linear 1s infinite
}

@keyframes ripple {
  0% {
    transform: scale(1)
  }

  75% {
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0
  }
}

@-moz-keyframes ripple {
  0% {
    -moz-transform: scale(1);
  }

  75% {
    -moz-transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(2);
    opacity: 0
  }
}

@-moz-keyframes ripple {
  0% {
    -o-transform: scale(1);
  }

  75% {
    -o-transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -o-transform: scale(2);
    opacity: 0
  }
}

.tab-stick-cus ul.nav.nav-outline.nav-vertical.nav-uppercase.nav-size-normal.nav-left {
  margin: 10px;
  position: sticky;
  top: 60px;
  align-self: start;
  background: rgba(255, 255, 255, .55);
  -webkit-backdrop-filter: saturate(170%) blur(14px);
  backdrop-filter: saturate(170%) blur(14px);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.tab-stick-cus .nav-vertical>li+li {
  border-top: none;
}

.section-location .tab-stick-cus .nav>li>a,
.nav-dropdown>li>a,
.nav-column>li>a {
  color: rgb(255 255 255 / 85%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.section-location .nav-vertical+.tab-panels {
  margin-top: 0 !important;
  border: 1px solid #ddd;

  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-location .large-12 {
  padding: 0;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0;
}

.section-location p {
  margin: 0;
}

@media (max-width: 767px) {

  ul.products,
  ul.products.columns-3 {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .products.row {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .products.row>.col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .products .col.small-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}


.projects-filter-form label,
.projects-filter-form select,
.projects-filter-form option {
  color: #000;

}

.projects-filter-form .pf-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.projects-filter-form select {
  border: 1px solid var(--tx-gold-2, #E5B167);
  border-radius: 10px;
  padding: 8px 10px;
  background: #fff;
  transition: box-shadow .2s ease, border-color .2s ease;
}

.projects-filter-form select {
  background-image:
    linear-gradient(180deg, #fff, #f7f8fb),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23D6903F'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right 12px center;
  background-size: 0 0, 14px;
}

.projects-filter-form select:focus {
  outline: none;
  border-color: var(--tx-gold-1, #D6903F);
  box-shadow: 0 0 0 3px rgba(213, 144, 63, .15);
}

.projects-filter-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 16px;
  padding: 10px;
  background: linear-gradient(180deg, #fff, #faf7f2);
  border: 1px solid rgba(229, 177, 103, .35);
  border-radius: 14px;

}

@media (max-width: 640px) {
  .projects-filter-form {
    grid-template-columns: 1fr;
  }
}

.wpcf7-form-control-wrap.san-pham {
  position: relative;
  display: inline-block;
}

.wpcf7-form-control-wrap.san-pham::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23D6903F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}
.wpcf7-form-control-wrap.du-an::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23D6903F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}
.mh-footer-col .mh-input {
    border-radius: 10px;
    border-color: rgb(255 255 255 / 80%);
    min-height: 35px;
    font-weight: 300;
    background: transparent !important;
    box-shadow: 0 0 5px #cccccc00 !important;
    color: #fff;
}
.icon-angle-up:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f062" !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
}

.button.icon.circle {
  padding-left: 0;
  padding-right: 0;
  color: white;
}

.tx-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.tx-socials a {
  --tx-gold-1: #D6903F;
  --tx-gold-2: #E5B167;
  --tx-gold-3: #F5D38E;

  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--tx-gold-2);
  border-radius: 999px;
  color: #111;
  text-decoration: none;
  transition: all .2s ease;
  line-height: 1;
}

.tx-socials a .fab {
  font-size: 15px;
}

.tx-socials a:hover {
  background: var(--tx-gold-1);
  color: #fff;
  border-color: var(--tx-gold-1);
}

.tx-socials a.fb .fab {
  color: #1877f2;
}

.tx-socials a.tt .fab {
  color: #000000;
}

.tx-socials a.yt .fab {
  color: #ff0000;
}

.tx-socials a:hover .fab {
  color: #fff;
}

/* BOX THÔNG TIN CHI TIẾT – PHONG CÁCH BẤT ĐỘNG SẢN */
.thong-tin-chi-tiet {
  position: relative;
  background: #fff7ef;
  border-radius: 12px;
  padding: 22px 20px 18px;
  margin-bottom: 32px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  border: 1px solid rgba(214, 144, 63, 0.4);
  overflow: hidden;
}

.thong-tin-chi-tiet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #d6903f, #f1b46a);
}

.thong-tin-chi-tiet .thong-tin-title {
  margin: 0 0 16px;

  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.thong-tin-chi-tiet .thong-tin-title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: #d6903f;
}

.thong-tin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 18px;
}

.thong-tin-grid .tt-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(214, 144, 63, 0.18);
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}

@media (hover: hover) {
  .thong-tin-grid .tt-item:hover {
      border-color: #d6903f;
      box-shadow: 0 4px 12px rgba(214, 144, 63, 0.2);
      transform: translateY(-1px);
  }
}

.tt-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8b5a24; /* nâu đậm cùng tông */
  margin-bottom: 3px;
}

.tt-value {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 1.5;
  word-break: break-word;
}

.tt-value.gia-ban {
  color: #c0392b;
}

.tt-value-vitri {
  white-space: normal;
}

@media (min-width: 768px) {
  .thong-tin-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .thong-tin-chi-tiet {
      padding: 18px 14px 14px;
  }

  .thong-tin-chi-tiet .thong-tin-title {
      font-size: 18px;
  }
}
.product-thumb-swiper {
  padding: 4px 0;
}

.product-thumb-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.product-thumb-swiper .swiper-slide {
  width: 100px;       
  height: 70px;
  margin-right: 8px;  
  overflow: hidden;
  border-radius: 4px;
}

.product-thumb-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.product-thumb-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}


.row-sidebar-project {
  position: sticky;
  top: 100px; 
  z-index: 999;
}
.sidebar-fixed {
  position: fixed;
  top: 100px;     
  width: 100%;   
  z-index: 9999;
}
.sidebar-fixed {
  transition: top 0.2s ease;
}
.row-sidebar-project {
  position: sticky;
  top: 100px;     
  z-index: 50;   
}
.row-sidebar-project.row-sidebar-sticky {
  position: fixed;
  top: 100px;      
  z-index: 50;
  width: inherit;   
}
.large-4.col {
  position: relative;
}

.row-sidebar-project.mx-sticky {
  position: fixed;
  top: 100px;
  z-index: 20;
}

.row-sidebar-project.mx-stop {
  position: absolute;
  bottom: 0;
  top: auto;
}
.large-4.col {
  position: relative;
}

.row-sidebar-project.mx-sticky {
  position: fixed;
  top: 100px;
  z-index: 20;
}

.row-sidebar-project.mx-stop {
  position: absolute;
  bottom: 0;
  top: auto;
}
