:root {
	--colorBlue: #0088DE;
	--colorRed: #EC1E24;
	--colorYellow: #FFD304;
	--colorBlueBold: #00308C;
}

.noPadding {
    padding-bottom: 0 !important;
}

.home-title h2 {
	font-size: 30px;
    color: var(--colorBlue);
    margin-bottom: 32px;
}

/* css blog */
.col.post-item .col-inner {
    background: #fff;
    box-shadow: 0 0 3px #00000075;
    border-radius: 10px;
    overflow: hidden;
}

.col.post-item .col-inner .box-text {
    padding: 12px;
}

.col.post-item .col-inner .box-text p.cat-label {
    opacity: 1;
    text-transform: math-auto;
    color: var(--colorBlue);
    font-size: 12px;
}

.col.post-item .col-inner .box-text h5.post-title a {
    font-size: 14px;
    line-height: 22px !important;
}

.col.post-item .col-inner .box-text h5.post-title {
    margin: 8px 0;
}

.col.post-item .col-inner .box-text p.from_the_blog_excerpt {
	font-size: 13px;
    color: #868686;
    margin-top: 6px;
}

a.button.primary {
    border-radius: 4px;
    font-weight: 500;
}

.is-divider {
    display: none !important;
}

a.button.primary.blog-btn-all {
    font-size: 14px;
	margin-top: 15px;
}

a.button.primary.blog-btn-all span:after {
    content: "\f061";
    font-family: fontawesome;
    padding-left: 7px;
    font-size: 12px;
}


/* css kh danh gia */
.kh-danhgia {
    background: #fff;
    box-shadow: 0 0 3px #00000075;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-meta {
    display: none;
}

.star-rating {
    margin: 0 auto !important;
    text-align: center;
}

.icon-box.testimonial-box.icon-box-left.text-left {
    margin-top: 20px;
}

.star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before {
    color: #FFA600 !important;
}

.kh-danhgia .box-text {
    padding: 20px 15px !important;
}

.dg-ngoac p:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/08/kep-trai.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 4px left;
    width: auto;
    height: 20px;
    display: block;
}


.dg-ngoac p {
    margin-top: -20px !important;
}

.dg-ngoac p:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/08/kep-phai.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 0 bottom 0px;
    width: auto;
    height: 20px;
    display: block;
}


/* css slider flatsome */
.flickity-prev-next-button {
    opacity: 1 !important;
}

#main svg.flickity-button-icon {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
	border-radius: 20px;
}

#main .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: unset !important;
    border-color: unset;
}

#main .slider-nav-light .flickity-prev-next-button svg, #main .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    fill: #000 !important;
}

.slider-wrapper .flickity-page-dots .dot {
    border: 1px solid;
    width: 8px;
    height: 8px;
}

/* css slider owl carousel */
.owl-nav button i {
    color: #000;
    font-size: 20px;
    line-height: 26px;
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

.owl-nav button {
    width: 36px !important;
    min-height: 36px !important;
    background: #fff !important;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    border-radius: 50%;
    color: #000;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
}

.owl-dots button {
    width: 10px;
    min-height: 10px;
    background: #f2f2f2 !important;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}

/* css tab */
.tab-chothue li {
    margin: 0 !important;
    flex: 0 0 calc((100% - (5 * 12px)) / 6);
}

.tab-chothue ul li a {
	font-size: 15px;
    color: #222;
    background: #f0f0f085;
    padding: 6px 20px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 2px;
	height: 52px;
}

.tab-chothue ul.nav {
    gap: 12px;
}

.tab-chothue li.active a {
    color: #fff !important;
    background: var(--colorBlue);
}

.tab-chothue p {
    margin: 20px 0 35px 0;
}


/* css san pham cho thue */
.product-small.box {
    box-shadow: 0 0 6px #00000073;
    background: #fff;
    border-radius: 8px;
	overflow: hidden;
}

.product-small.box .box-text-products {
    padding: 14px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, p.name.product-title.woocommerce-loop-product__title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px !important;
}

.product-small.box .box-text-products p.box-excerpt {
    font-size: 14px;
    margin: 10px 0;
}

.product-small.box .box-text-products {
    display: grid;
    justify-items: center;
}

.product-small.box .box-text-products .title-wrapper {
    order: 1;
}

.product-small.box .box-text-products p.box-excerpt, .product-small.box .box-text-products .price-wrapper {
    order: 2;
}

.product-small.box .box-text-products a.button.primary {
    order: 3;
    width: max-content;
}

.product-small.box p.box-excerpt {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.product-info-shop ul {
    text-align: left;
    margin-bottom: 0;
}

.product-info-shop ul li {
    margin-bottom: 5px;
}

@media (max-width: 548px) {
	.product-small.box p.box-excerpt, .product-small.box .box-text-products .price-wrapper {
		display: none !important;
	}
	a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, p.name.product-title.woocommerce-loop-product__title a {
		font-size: 13px;
		line-height: 20px !important;
	}
	.product-small.box .box-text-products {
		padding: 10px;
	}
}


/* css section hoi dap */
.cauhoi .accordion-title {
    border: 0;
    background-color: #ffffff !important;
    padding-left: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
}

.cauhoi.accordion .toggle {
    left: unset !important;
    right: 0 !important;
    top: unset !important;
}

.cauhoi .accordion-item {
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
    background-color: #fff !important;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}

.cauhoi button.toggle  {
    font-size: 14px !important;
}


.cauhoi .accordion-inner p {
    margin-bottom: 8px;
}

.cauhoi .accordion-inner {
    padding: 2px 10px 8px 14px;
    font-size: 15px;
}

.cauhoi .accordion-inner ul {
    margin-bottom: 0;
}


/* css btn */
.btn-same {
    border-radius: 16px;
    padding: 5px 8px;
    display: flex;
}

.btn-same a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    color: #fff !important;
	text-align: center;
}

.btn-call  {
    background: var(--colorRed);
}

.btn-zalo  {
    background: var(--colorBlue);
}

.btn-zalo-call {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.btn-same img {
    width: 32px;
}

.content-btn-zalo strong {
    font-weight: 500;
    font-size: 13px;
}

.content-btn-zalo {
    line-height: 18px;
}

.btn-call a {
    font-weight: 500;
}

.content-btn-zalo span {
    font-size: 14px;
}


/* css footer */
.footer-img .btn-zalo-call {
    justify-content: center;
    gap: 20px;
}

.ct-foo, .ct-foo a {
    font-size: 14px;
}

.ct-foo p {
    margin-bottom: 10px;
}

.ct-foo-border {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.ct-foo-icon img {
    width: 18px;
}

.ct-foo-icon p {
    display: flex;
    gap: 8px;
    align-items: center;
}

.ct-foo-icon {
    padding-top: 10px;
}

.ct-foo h4 {
    font-size: 15px;
}

.absolute-footer .footer-primary {
    border-top: 1px solid #000;
    padding-top: 15px
}

.ct-foo h4 {
    color: var(--colorBlue);
}

.ct-foo p, .ct-foo p a, .copyright-footer {
    color: #000;
}

.ct-foo-dc img {
    filter: invert(100%) brightness(0);
}


/* css so sanh  */
.sosanh-nd {
    text-align: center;
    box-shadow: 0 0 4px 0px #00000073;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.sosanh-nd h3 {
    color: #fff;
    background: var(--colorBlue);
    font-weight: 500;
    padding: 20px 15px;
	margin-bottom: 0;
}

.box-tieuchi .sosanh-nd h3 {
    background: var(--colorRed);
}

.box-tieuchi .sosanh-nd p {
    font-weight: 500;
}

.sosanh-nd p:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding: 13px;
    margin-bottom: 0;
}

.sosanh-nd p:last-child {
    padding-left: 13px;
    padding-right: 13px;
}

.sosanh-nd p {
    height: 76px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

/* css sua chua co uy tin khong */
.box-uytin {
    background: #fff;
    box-shadow: 0 0 3px #00000075;
    border-radius: 10px;
    padding: 15px 20px;
    overflow: hidden;
}

.box-uytin .icon-box-text p {
    font-size: 14px;
    text-align: justify;
}

.box-uytin .icon-box-text h4 {
    font-size: 15px;
    text-align: center;
}

/* css box tai sao */
.box-taisao {
    background: #fff;
    box-shadow: 0 0 3px #00000042;
    border-radius: 10px;
    padding: 10px 8px;
    align-items: center;
    overflow: hidden;
}

.box-taisao .icon-box-text {
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
}

.box-taisao .icon-box-img {
    width: 45px !important;
}

.box-taisao h4 {
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 42px;
}

.box-taisao p {
    font-weight: 400;
    font-size: 14px;
}

/* cs box vi sao */
.box-visao {
    width: 200px;
    height: 200px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 30px;
}

.box-visao {
    border: 1px dashed var(--colorBlue);
    border-radius: 50%;
}

.box-visao .icon-box-text p {
    font-size: 15px;
    margin-bottom: 6px;
}

.box-visao .icon-box-text  p strong {
    font-size: 22px;
    color: var(--colorBlue);
}

.box-visao .icon-box-img {
    margin-bottom: 6px !important;
	height: 60px;
}

@media (max-width: 548px) {
	.box-visao {
		width: unset;
		height: unset;
		padding: 10px 30px;
	}

	.box-visao .icon-box-text p:last-child {
		height: 50px;
		overflow: hidden;
	}

	.box-visao .icon-box-text p {
		margin-bottom: 0;
	}
}

/* css quy trinh */
.tab-qtrinh-sc ul.nav {
    gap: 20px;
    display: flex;
	align-items: flex-start;
	height: 123px;
}

.tab-qtrinh-sc ul.nav li.tab {
    margin: 0 !important;
    flex: 0 0 calc((100% - (5 * 20px)) / 6);
}

.tab-qtrinh-sc ul.nav li.tab.active a {
    color: var(--colorBlue);
}

.tab-qtrinh-sc ul.nav li.tab a {
    color: #222;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-qtrinh-sc ul.nav li.tab strong {
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.tab-qtrinh-sc ul.nav li.tab a span {
    font-weight: 500;
	overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 41px;
}

.tab-qtrinh-sc .tab-panels {
    padding-top: 40px;
}

.tab-qtrinh-sc ul.nav:after {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 3px;
    box-shadow: 0 0 2px #ccc;
	position: absolute;
    bottom: 0;
}

.tab-qtrinh-sc ul.nav li.tab.active:after {
    content: "";
    background: var(--colorBlue);
    width: 100%;
    height: 3px;
    box-shadow: 0 0 2px #ccc;
    position: absolute;
    bottom: -23px;
	z-index: 999;
}

@media (max-width: 548px) {
	.tab-qtrinh-sc ul.nav {
		display: flex;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap;
	}

	.tab-qtrinh-sc ul.nav li.tab a span {
		width: max-content;
	}

	.tab-qtrinh-sc ul.nav li.tab a {
		width: 150px;
	}
}



/* css các bước quy trình cho thuê */
/* css section quy trinh cho thuê */
.cacbuoc-qt .accordion-title {
    border: 0;
    background-color: #ffffff !important;
    padding-left: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
}

.cacbuoc-qt.accordion .toggle {
    left: unset !important;
    right: 0 !important;
    top: unset !important;
}

.cacbuoc-qt .accordion-item {
    flex: 1;
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
    background-color: #fff !important;
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
}

.cacbuoc-qt button.toggle  {
    font-size: 14px !important;
}


.cacbuoc-qt .accordion-inner p {
    margin-bottom: 8px;
}

.cacbuoc-qt .accordion-inner {
    padding: 2px 10px 8px 14px;
    font-size: 15px;
}

.cacbuoc-qt .accordion-inner ul {
    margin-bottom: 0;
}

.cacbuoc-qt .accordion-title img {
    width: 24px;
}

.box-sobuoc {
    font-weight: 500;
    font-size: 16px;
    flex: 0 0 auto;
    background: var(--colorBlue);
    color: #fff;
    border-radius: 10px;
    padding: 15px 30px;
}

.box-cacbuoc-qt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

@media (max-width: 548px) {
	.box-sobuoc {
		padding: 15px;
	}

	.box-cacbuoc-qt {
		gap: 12px;
	}
}

/* css all post */
.entry-content.single-page {
        padding-bottom: 0;
    font-size: 15px;
}

h1.entry-title {
    font-size: 28px;
    color: #2D78B4;
}

.entry-header-text.entry-header-text-top {
    padding-bottom: 0;
}

.post-div-dv > .col-inner {
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 25px;
    overflow: hidden;
}

.post-box-dv .icon-box-text {
    font-weight: 500;
    line-height: 20px;
}

.post-box-dv .icon-box-text p {
    font-size: 13px;
}

.post-box-dv {
    align-items: center;
}

.single-post div#comments {
    display: none !important;
}

.post_col_left div#ez-toc-container {
    display: block !important;
}

.box-lienhe-post p {
    margin-bottom: 8px;
}

.box-lienhe-post ul li {
    margin-left: 20px;
    font-size: 15px;
}

.box-lienhe-post ul li a, .entry-content.single-page a {
    color: var(--colorBlue);
}


/* css sidebar */
.dv-noibat h3 {
    font-size: 18px;
    text-align: center;
    color: var(--colorBlue);
    border-bottom: 1px solid var(--colorBlue);
    padding-bottom: 8px;
}

.dv-noibat {
    background: #fff;
    box-shadow: 0 0 3px #00000042;
    border-radius: 10px;
    padding: 10px 8px 10px 15px;
    overflow: hidden;
}

.dv-noibat p {
    margin-bottom: 8px;
	line-height: 22px;
}

.dv-noibat p:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.dv-noibat p a {
    font-size: 15px;
    color: var(--colorBlueBold);
}

.dv-noibat span.post-date {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #0000005e;
    font-size: 13px;
}


@media (min-width: 850px) {
	div#ftwp-container-outer {
		display: none;
	}
	.post_col_left.col.large-2 {
		border-radius: 0 !important;
		padding-right: 0 !important;
		flex-basis: 19.666667%;
		max-width: 19.666667%;
	}

	.post_col_center.large-7.col {
		border: 0 !important;
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.post_col_right.post-sidebar.large-3.col {
		padding-left: 0px !important;
/* 		flex-basis: 22%; */
/* 		max-width: 22%; */
		border: 0 !important;
	}
	.post_col_center.large-7.col.noPadding {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.post_col_center.large-7.col.noPadding .post.type-post {
		background: #F8F8F8;
		padding: 15px;
		border-radius: 4px;
	}
}


ul.itcodewp-post-hot {
    background: #e6f4ff;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #6babde;
}

ul.itcodewp-post-hot li {
    margin-bottom: 2px;
    list-style-image: url(/wp-content/uploads/2025/08/green-star.gif);
    margin-left: 15px;
}

ul.itcodewp-post-hot li a {
    color: #0092ff;
}

ul.itcodewp-post-hot h3 {
    font-size: 15px;
}


@media (max-width: 548px) {
	h1.entry-title {
		font-size: 20px;
		line-height: 28px;
	}
	ul.itcodewp-post-hot li a {
		font-size: 14px;
	}

	ul.itcodewp-post-hot li {
		line-height: 20px;
		margin-bottom: 8px;
	}
}

.entry-content.single-page strong, .entry-content.single-page b {
    font-weight: 700;
}


/* css danh muc thiet bi da sua */
ul.taxonomy-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr); /* PC 10 item */
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}

ul.taxonomy-list li {
	margin-left: 0 !important;
}

ul.taxonomy-list li a {
  display: flex;
  flex-direction: column; /* Ảnh trên, text dưới */
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
}

ul.taxonomy-list li a {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 6px;
    overflow: hidden;
}

ul.taxonomy-list li a img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 8px;
}

ul.taxonomy-list li a span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
	font-weight: 500;
}

/* Tablet: 6 item */
@media (max-width: 1024px) {
  ul.taxonomy-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Mobile: 3 item */
@media (max-width: 768px) {
  ul.taxonomy-list {
    grid-template-columns: repeat(3, 1fr);
  }
}


.post-breadcrumb nav.breadcrumbs {
    font-size: 14px;
    font-weight: 400;
}

.post-breadcrumb .page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0;
    padding-bottom: 15px;
    min-height: 0;
}

ul#header-contact li a {
    color: #fff !important;
    font-weight: 500 !important;
}

a.button.white.is-outline.bnn-btn-lh.bnn-btn {
    border-width: 1px;
    border-radius: 10px;
    font-weight: 500;
}

a.button.white.is-outline.bnn-btn-lh.bnn-btn:hover {
	
}

a.button.white.is-outline.bnn-btn-lh.bnn-btn span {
    background-image: url(/wp-content/uploads/2025/08/Hotline.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    padding-left: 26px;
}

/* css form */
.box-form >.col-inner {
    background: #fff;
    padding: 30px 25px 20px 25px;
    border-radius: 12px;
    box-shadow: 0 0 3px #00000075;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: 0;
    width: 100%;
    border-radius: 6px;
}

span.wpcf7-spinner {
    display: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select {
    box-shadow: 0 0;
    border-radius: 4px;
	border: 1px solid #797979;
	margin-bottom: 25px;
}

.follow-web a.icon.primary {
    border-radius: 4px !important;
    margin: 0 8px;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
}

.follow-web a.icon.primary i {
    font-size: 20px;
}




