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

/*************** ADD CUSTOM CSS HERE.   ***************/


/* Khối bao toàn bộ QR + icon store */
.DLMbEy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

/* Ảnh QR */
.DLMbEy .Wn14IO {
  width: 160px;
  height: auto;
}

/* Khối 2 nút icon App */
.uJiWCw {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Nút App Store & Google Play */
.uJiWCw a.FP4VvO {
  background: #fff;
  padding: 2px 2px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease;
}

.uJiWCw a.FP4VvO:hover {
  transform: scale(1.05);
}

.uJiWCw a.FP4VvO img {
  width: 120px;
  height: auto;
  display: block;
}

/* --- MOBILE: QR trái - Store phải --- */
@media (max-width: 767px) {
  .DLMbEy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .DLMbEy .Wn14IO {
    width: 100px;
  }

  .uJiWCw {
    align-items: flex-start;
  }
}
.uJiWCw a.FP4VvO {
  background: #ffffff; /* Nền trắng */
  padding: 2px 2px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* đổ bóng nhẹ */
  transition: transform 0.2s;
}

.uJiWCw a.FP4VvO:hover {
  transform: scale(1.03);
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{
	margin-right: 7px;
    margin-left: 0;
    border: 1px solid #ccd0dc;
    border-radius: 6px;
    margin-bottom: 0;
    position: relative;
    height: 58px;
    padding-left: 0;
    text-align: center;
}

#footer .geo-modal__box p {
  color: #000 !important;
}
.countdown-expired ,.countdown-expired i{color: red !important;
    font-weight: 600;
}

.service-slider .swiper-slide {
    display: flex; /* để slide con có thể full chiều cao */
    height: auto;
}

.service-slider .box-dich-vu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.service-slider .box-dich-vu-content {
    flex-grow: 1; /* giãn đều để các box cao bằng nhau */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* nội dung vẫn từ trên xuống */
}

.service-slider .btn-xdv {
    margin-top: auto; /* đẩy nút xuống cuối box */
}

.service-slider .swiper-pagination-horizontal{bottom: -50px !important;
}
.entry-content h3{color: #004dc1!important;}
.post-title a.plain {
	color: #DC3545;}
h5.recent-post-title {
    font-size: 16px;
	font-weight:400;
}
.shop_table {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.shop_table td,
th {
    border-bottom: 1px solid #ececec;
    font-size: 15px;
    line-height: 1.3;
    padding: .5em;
    text-align: center;
    font-weight: 700;
}

.shop_table td {
    color: #000;
}

.st-coso .swiper-slide {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.st-coso .swiper-slide img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.st-coso .swiper-slide .info {
    padding: 10px;
    flex-grow: 1;
}

.st-coso .swiper-slide .info h3 {
    font-size: 16px;
    margin: 0 0 8px;
    color: #007bff;
}

.st-coso .swiper-slide .info h3 a {
    text-decoration: none;
    color: inherit;
}

.distance-line {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 6px;
}

.distance-line .btn-map {
    background: #28a745;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.distance-line .btn-map:hover {
    background: #218838;
}

.shop-sidebar span.wpc-filter-label-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-left: 0;
    cursor: pointer;
}

.pricing-tabs tbody tr td:nth-child(3),
.pricing-tabs tbody tr td:nth-child(4),
.pricing-tabs tbody tr td:nth-child(5) {
    text-align: center;
}

.st-camnhan .tabbed-content .entry-content>.row>.large-6:nth-child(2) {
    overflow-y: scroll;
    height: 350px;
}

.row-ly-do .row-box-icon .box-icon .col-inner {
    display: flex;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--Grey-50, #F0F1F3);
    box-shadow: 2px 4px 10px 0px #0C2A5D1A;
}

.row-ly-do .row-box-icon .box-icon .col-inner p.box-icon-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.row-ly-do .row-box-icon .box-icon .col-inner .img-inner {
    margin-right: 10px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    background: linear-gradient(275deg, #02BEFF 4.78%, #007BE6 92.72%);
    border-radius: 0px 0px 99px 0px;
    position: relative;
}

.row-ly-do .row-box-icon .box-icon .col-inner .img-inner img {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 20%;
    top: 10%;
}

.row-ly-do .row-box-icon .box-icon .noi-dung-ly-do {
    padding: 10px;
}

.text-an-toan.flex {
    background: var(--Primary-600, #0073E6);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 5px 25px 5px 5px;
    border-radius: 10px;
    color: white;
    gap: 10px;
    width: 100%;
}

.text-an-toan.flex img {
    width: 18px;
    height: 18px;
}

.text-an-toan.flex p {
    margin: 0px;
}

p.text-nguon-goc {
    margin-bottom: 8px;
}

.section.quy-trinh-dich-vu {
    display: flex;
    flex-direction: column;
    padding: 0px;
}

p.title-sc {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

.col.buoc-col .content p.title {
    font-weight: 600;
    margin-bottom: 8px;
}

.row.row-quy-trinh {
    padding: 50px 100px;
    position: relative;
}

.row.row-quy-trinh:before {
    content: "";
    position: absolute;
    width: 1000%;
    height: 100%;
    background: #F4FAFF;
    top: 0;
    left: -50%;
}

h3.title-quy-trinh {
    text-align: center;
    font-size: 28px;
    margin-bottom: 32px;
    z-index: 1;
}

.col.buoc-col {
    display: flex;
    flex-direction: row;
}

.col.buoc-col .icon {
    width: 45%;
}

.col.buoc-col .content {
    width: 45%;
}

.col.buoc-col .step {
    flex: 1;
    text-align: center;
    z-index: 2;
}

.col.buoc-col .icon img {
    width: 80px;
    height: 80px;
}

.col.buoc-col .step span {
    padding: 2px 12px;
    border-radius: 99px;
    background: #0073E6;
    color: #F4FAFF;
    font-size: 16px;
    font-weight: 600;
}

.col.buoc-col.odd .icon {
    text-align: right;
}

.col.buoc-col.even .content {
    text-align: right;
}

.col.buoc-col:before {
    content: "";
    position: absolute;
    left: 50%;
    border: 1px dashed #858D9D;
    height: 100%;
    z-index: 0;
}

.col.buoc-col:last-child:before {
    display: none;
}

.row.row-sau-dieu-tri .swiper-button-next {
    display: none;
}

.row.row-sau-dieu-tri .swiper-button-prev {
    display: none;
}

.row.row-sau-dieu-tri .box-comment {
    padding: 56px;
    background: #F4FAFF;
    box-shadow: 2px 4px 10px 0px #0C2A5D1A;
    border-radius: 20px;
    overflow: hidden;
}

.row.row-sau-dieu-tri .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    width: 100% !important;
}

.col.large-12.title-row-dv {
    padding-bottom: 0px;
}

.col-cau-hoi-thuong-gap a.accordion-title.plain {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    border-top: none;
}

.col-cau-hoi-thuong-gap a.accordion-title.plain button.toggle {
    right: 5px;
    : auto;
    left: auto;
}

div#accordion-2227469815 {}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--Grey-50, #F0F1F3);
}

.col-cau-hoi-thuong-gap a.accordion-title.plain.active {
    background: #F4FAFF;
    color: #0076CF;
}

.col-cau-hoi-thuong-gap .accordion-inner {
    background: #F4FAFF;
}

.col-cau-hoi-thuong-gap a.accordion-title.plain.active:before {
    content: "";
    border-bottom: 2px solid;
    position: absolute;
    bottom: 0;
    width: 32px;
}

table.tb-bg-dv {
    border-radius: 12px;
    overflow: hidden;
       box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	
}

thead {
    background: var(--Primary-900, #02365C);
    color: white;
    border-width: 0px, 1px, 1px, 0px;
    border-style: solid;
    border-color: var(--Grey-50, #ECF0F2);
}

table.tb-bg-dv th {
    text-align: center;
}

table.tb-bg-dv tr th:first-child {
    padding-left: 20px;
    text-align: left;
}

table.tb-bg-dv tr th {
    padding: 18px 22px;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: var(--Grey-50, #ECF0F2);
    text-transform: math-auto;
    font-size: 20px;
}

table.tb-bg-dv tr {
    border-radius: 12px;
    overflow: hidden;
}

table.tb-bg-dv td:first-child {
    padding-left: 20px;
    text-align: left;
    border-width: 0px 1px 1px 1px;
}

table.tb-bg-dv td {
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: var(--Grey-50, #ECF0F2);
    padding: 16px;
    font-size: 16px;
    color: black;
    text-align: center;
}

table.tb-bg-dv td a {
    display: block;
    width: fit-content !important;
    background: #ffffff;
    padding: 8px 12px;
    text-align: center;
    margin: auto;
    border-radius: 99px;
    border: 1px solid var(--Primary-800, #0076CF);
    color: #0076CF;
}

span.gia-goc {
    display: block;
    text-decoration: line-through;
    color: #858D9D;
}

span.gia-km {
    display: block;
    color: #E4322E;
}

.bang-gia-mb {
    display: none;
}

.grid-chinh-sach {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.item-chinh-sach {
    background: #F4FAFF;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #F0F1F3;
}

.ten-chinh-sach {
    font-size: 24px;
    color: #0076CF;
    font-weight: 600;
}

.dieu-kien {
    font-size: 14px;
    color: #667085;
}

.sc-chinh-sach img {
    border-radius: 20px;
}

.group-cta {
    padding-top: 20px;
    display: flex;
    gap: 20px;
}

.group-cta a.btn-hl {
    padding: 12px 22px;
    border-radius: 12px;
    color: white;
    background: linear-gradient(275deg, #02BEFF 4.78%, #007BE6 92.72%);
    font-weight: 600;
    width: 190px;
    text-align: center;
}

.group-cta a.btn-cn {
    padding: 12px 22px;
    border-radius: 12px;
    color: #0073E6;
    background: #D8EDFF;
    font-size: 16px;
    font-weight: 600;
    width: 190px;
    text-align: center;
}

.sc-dich-vu-lien-quan .row.title-row-dv {
    padding: 0px 10px;
}

.box-dich-vu {
    border: 1px solid var(--Grey-100, #E0E2E7);
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.box-dich-vu .box-dich-vu-content {
    padding: 12px;
    text-align: center;
    flex: 1;
}

.box-dich-vu .box-image-dv {
    position: relative;
}

.box-dich-vu span.phan-tram {
    position: absolute;
    top: 0;
    left: 0;
    background: #E4322E;
    padding: 8px;
    border-radius: 12px 0px;
    color: white;
    font-size: 14px;
}

span.bao-hanh {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #25C26E;
    padding: 4px 8px;
    border-radius: 12px 8px 0px 0px;
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
}

span.bao-hanh img {
    margin-right: 5px;
}

.box-dich-vu .box-image-dv span.bao-hanh img {
    aspect-ratio: 1 / 1;
}

.gia-dich-vu {
    min-height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-dich-vu-content h3.ten-dich-vu {
    color: #02365C !important;
    font-size: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    min-height: calc(1.2em * 2);
}

.box-dich-vu-content .gia-dich-vu span.gia-goc {
    font-size: 14px;
}

.box-dich-vu-content span.gia-km {
    font-size: 18px;
}

.box-dich-vu-content ul.uu-diem {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.box-dich-vu-content ul.uu-diem li {
    border: 1px solid var(--Grey-100, #E0E2E7);
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 12px;
    color: #02365C;
}

.btn-xdv {
    text-align: center;
    margin-bottom: 20px;
}

a.xct-dv {
    padding: 6px 20px;
    box-shadow: 4px 5px 20px 0px #0092CC29;
    background: linear-gradient(275deg, #02BEFF 4.78%, #007BE6 92.72%);
    color: white;
    border-radius: 12px;
    font-size: 14px;
}

.row.row-sau-dieu-tri .swiper-sau-dieu-tri {
    margin-top: 0px;
}

.row.row-sau-dieu-tri .swiper-sau-dieu-tri .swiper-pagination {
    margin-bottom: 40px;
}

.single-dich_vu .breadcumd .container {
    display: none;
}

.single-dich_vu h2.title-dv {
    margin-bottom: 0px;
    margin-top: 20px;
}

.single-service .single-dich-vu h3 {
    color: #0076CF;
}

.hd-custom {
    height: 100%;
    margin-bottom: 30px;
}

.row.row-sau-dieu-tri .twentytwenty-wrapper.bafg-twentytwenty-wrapper.twentytwenty-horizontal {
    height: 100%;
}

.row.row-sau-dieu-tri img {
    border-radius: 20px;
    width: 100% !important;
    aspect-ratio: 4 / 3;
}

.row.row-sau-dieu-tri .bafg-twentytwenty-container.twentytwenty-container {
    height: 100% !important;
}

.hd-inner {
    text-align: center;
    padding:28px;
    background-position: center;
    background: url(/wp-content/uploads/2025/08/Rectangle-696.png);
    background-size: cover !important;
    background-position-y: 45%;
}

h1.service-title {
    background: linear-gradient(275deg, #02BEFF 4.78%, #007BE6 92.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: fit-content;
    margin: auto;
    line-height: 1.8;
}

.hd-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--Primary-100, #F4FAFF);
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
}


.col.truong-hop-sd-dv {}

.col.truong-hop-sd-dv .col-inner {
    border-radius: 20px;
    overflow: hidden;
    border-style: solid;
    border-color: #E0E2E7;
    height: 100%;
}

.col.truong-hop-sd-dv .col-inner .noi-dung-truong-hop {
    padding: 16px 18px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.col.truong-hop-sd-dv .col-inner .noi-dung-truong-hop p.stt-th {
    margin-block: 0px;
    border: 1px solid var(--Primary-800, #0076CF);
    background: var(--Primary-600, #0073E6);
    color: white;
    height: 100%;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
}

.col.truong-hop-sd-dv .col-inner .noi-dung-truong-hop p.noi-dung {
    margin-bottom: 0px;
}

.archive.tax-service_category .archive-dich-vu h3 {
    font-size: 28px;
    color: #0076CF;
}

.row.title-truong-hop-su-dung-dv .col {
    padding: 15px;
}

.box-dich-vu-content h3.ten-dich-vu {
    color: #02365C !important;
    font-size: 18px !important;
}

.box-dich-vu-content h3.ten-dich-vu span.p-name {
    color: #02365C !important;
}

.col.small-12.large-12.col-title-dv {
    padding-bottom: 25px;
}

.col.small-12.large-12.col-title-dv h2.title-dv {
    color: #02365C !important;
    text-transform: math-auto;
    position: relative;
    font-size: 32px;
}

.col.small-12.large-12.col-title-dv h2.title-dv:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    border-bottom: 3px solid #0076CF;
}

.col.small-12.large-12.col-title-dv h2.title-dv span.p-name {
    color: #02365C;
}

.sc-danh-muc-dich-vu {
    padding-bottom: 20px;
}

.sc-danh-muc-dich-vu .col.small-12.large-12.pagination-wrapper {
    text-align: right;
}

.sc-danh-muc-dich-vu .col.small-12.large-12.pagination-wrapper span.page-numbers.current {
    background: #0089DF;
    color: white;
    padding: 8px 14px;
    border-radius: 12px;
}

.sc-danh-muc-dich-vu .col.small-12.large-12.pagination-wrapper a.page-numbers {
    padding: 8px 14px;
    background: #F0F1F3;
    border-radius: 12px;
    margin: 2px;
}

.row.row-small.row-kien-thuc .col.small-12.large-5 {
    display: flex;
    align-items: flex-end;
}

.row.row-small.row-kien-thuc .col.small-12.large-5 img {
    border-radius: 20px;
    margin-bottom: 1.9em;
}

.col.small-12.col-sb-mb {
    display: none;
}

.row.row-small.row.title img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 0px;
}

.box-dich-vu .box-image-dv img {
    aspect-ratio: 4 / 3;
}

.single-service .image-comparison__image-wrapper {
    height: 100% !important;
    aspect-ratio: 4/3;
}

.single-service .video-dieutri {
    width: 100%;
    height: 100%;
}

.row.row-sau-dieu-tri .box-comment .tentuoi {
    text-align: right;
}

.row.row-small.row-truong-hop-su-dung-dv img {
    aspect-ratio: 4 / 3;
}

table.tb-bg-dv td a.btn-dkv-bg:hover {
    background: var(--Primary-200, #D8EDFF);
}

.group-cta a.btn-cn:hover {
    background: var(--Primary-100, #F4FAFF);
}

.single-service .video-dieutri .video-wrapper {
    height: 100%;
}

.group-cta a.btn-hl:hover {
    background: linear-gradient(274.94deg, #007BE6 7.33%, #02BBFE 84.43%);
}

a.xct-dv:hover {
    background: linear-gradient(274.94deg, #007BE6 7.33%, #02BBFE 84.43%);
}

.row.row-small.row-kien-thuc .col.small-12.large-7 .noi-dung {
    height: 300px;
    overflow: scroll;
}

.sc-cau-hoi-thuong-gap img {
    aspect-ratio: 1 / 1;
}

.sc-cau-hoi-thuong-gap .col-cau-hoi-thuong-gap.large-8 .col.medium-12.large-12 {
    overflow: scroll;
    min-height: 300px;
    max-height: 500px;
}

.swiper.mySwiper.swiper-sau-dieu-tri.swiper-initialized.swiper-horizontal.swiper-backface-hidden figcaption.image-comparison__caption.image-comparison__caption--after {
    z-index: 1;
}

aside#service-sidebar .badge.absolute.top.post-date.badge-outline {
    z-index: 99;
    background: white;
    top: 0%;
}

aside#service-sidebar .img-banner {
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.image-comparison__range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 0;
    height: 0;
    background: transparent;
    border: none;
}

.image-comparison__range::-moz-range-thumb {
    appearance: none;
    width: 0;
    height: 0;
    background: transparent;
    border: none;
}

/* Container chính */
.compare-slider {
    position: relative;
    overflow: hidden;
}

/* Wrapper */
.compare-slider__wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
}

/* Ảnh nền (Trước) */
.compare-slider__image-wrapper:first-of-type {
    position: relative;
}

.compare-slider__image-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.compare-slider__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Overlay (Sau) */
.compare-slider__image-wrapper--overlay {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0 0 0 50%);
    /* mặc định nửa - nửa */
    transition: clip-path 0s ease;
}

/* Caption (Trước / Sau) */
.compare-slider__caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
}

.compare-slider__caption--after {
    left: auto;
    right: 10px;
}

/* Thanh chia */
.compare-slider__line {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    background: #fff;
    z-index: 10;
    pointer-events: none;
    /* tránh chặn input range */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Thumb custom */
.compare-slider__thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background: #0283e9;
    border-radius: 50%;
    padding: 10px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    pointer-events: none;
    /* để input range nhận sự kiện */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    transition: clip-path 0s ease;
}

.compare-slider__thumb:hover {
    background: #c2001d;
}

/* Input range phủ toàn bộ slider */
.compare-slider__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* full chiều cao để kéo bất kỳ chỗ nào */
    z-index: 15;
    background: transparent;
    cursor: ew-resize;
    appearance: none;
    -webkit-appearance: none;
}

/* Ẩn thumb mặc định của range */
.compare-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    background: transparent;
    border: none;
}

.compare-slider__range::-moz-range-thumb {
    appearance: none;
    width: 0;
    height: 0;
    background: transparent;
    border: none;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {
.image-comparison {
  max-width: 100%!important;
  position: relative;
}
    .row.row-quy-trinh {
        padding: 30px 0px;
    }

    .col.small-12.large-12.col-title-dv h2.title-dv {
        font-size: 20px;
    }

    .col.truong-hop-sd-dv .col-inner .noi-dung-truong-hop {
        padding: 5px;
    }

    .col.truong-hop-sd-dv .col-inner .noi-dung-truong-hop p.stt-th {
        padding: 2px 8px;
    }

    .single-dich-vu.container .col {
        padding: 0px 10px 10px;
    }

    .single-dich-vu.container .col .col {
        padding: 0px 0px 10px;
    }

    .row.row-small.row-box-icon {
        width: 100%;
        margin: auto;
    }

    .sc-cau-hoi-thuong-gap .row.row-small {
        width: 100%;
        margin: auto;
    }

    .row.row-small.row-box-icon .col.small-12.large-6.box-icon {
        padding: 10px 0px;
    }

    /* 	.sc-cau-hoi-thuong-gap .col.small-12.large-4 {
		padding: 0px;
	} */
    .col.col-cau-hoi-thuong-gap.small-12.large-8 .col {
        padding-bottom: 0px;
    }

    .col.buoc-col:before {
        left: 9%;
    }

    .col.buoc-col {
        display: grid;
        grid-template-columns: 60px 1fr;
        grid-template-rows: auto auto;
        column-gap: 2px;
        align-items: start;
    }

    .col.buoc-col .icon {
        grid-row: 1 / 3;
        /* icon chiếm cả 2 hàng */
        grid-column: 1;
        z-index: 2;
    }

    .col.buoc-col .step {
        grid-row: 1;
        /* step lên hàng trên */
        grid-column: 2;
        text-align: left;
        margin-bottom: 16px;
    }

    .col.buoc-col .content {
        grid-row: 2;
        /* content xuống hàng dưới */
        grid-column: 2;
    }


    .col.buoc-col .content {
        width: 100%;
        text-align: left !important;
    }

    .col.buoc-col .icon img {
        width: 48px;
        height: 48px;
    }

    .col.buoc-col .icon {
        width: 100%;
        text-align: left !important;
    }

    .col-left {
        max-width: 50%;
    }
	.bang-gia-mb .col-left {
        max-width: 65%;
    }

    table.tb-bg-dv {
        display: none;
    }

    .bang-gia-mb {
		    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        border: 1px solid var(--Grey-50, #F0F1F3);
        padding: 30px 12px 24px 12px;
        margin-bottom: 16px;
        position: relative;
    }

    .bang-gia-mb p.gia {
        display: flex;
        margin-bottom: 8px;
    }

    span.phan-tram {
        position: absolute;
        top: 0;
        left: 0;
        background: #E4322E;
        padding: 2px 4px;
        border-radius: 8px 0px;
        color: white;
        font-size: 10px;
    }

    .bang-gia-mb p.ten {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .bang-gia-mb p.gia span.gia-goc {
        font-size: 14px;
    }

    .bang-gia-mb p.gia span.gia-km {
        font-size: 16px;
    }

    .bang-gia-mb p.gia {
        font-size: 16px;
        color: #D51E20;
    }

    .bang-gia-mb p.bao-hanh {
        background: var(--green-500, #25C26E);
        padding: 2px 6px;
        font-size: 12px;
        color: white;
        border-radius: 4px;
    }

    .bang-gia-mb .col-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .bang-gia-mb a.btn-dkv-bg {
        background: #ffffff;
        padding: 8px 12px;
        text-align: center;
        margin: auto;
        border-radius: 12px;
        border: 1px solid var(--Primary-800, #0076CF);
        color: #0076CF;
        font-size: 14px;
    }

    .grid-chinh-sach {
        grid-template-columns: repeat(2, 1fr);
    }

    .ten-chinh-sach {
        font-size: 18px;
    }

    .dieu-kien {
        font-size: 12px;
    }

    .row.row-quy-trinh {
        padding: 0px;
    }

    .archive.tax-service_category .archive-dich-vu h3 {
        font-size: 20px;
        color: #0076CF;
    }

    .twentytwenty-wrapper.bafg-twentytwenty-wrapper.twentytwenty-horizontal {
        height: 250px !important;
    }

    .col.small-12.col-sb-mb {
        display: block;
    }

    .dich-vu-content .row.row-small .col.small-12.large-3.sbpc {
        display: none;
    }


}

@media only screen and (max-width: 1024px) {

    /*     .pum-container.pum-responsive.pum-responsive-small, .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -35%;
        width: 75%;
    } */
    .st-camnhan .tabbed-content .entry-content>.row>.large-6:nth-child(2) {
        height: 285px;
    }

    .con-so-list li {
        margin-left: 0px !important;
    }

    .banner-buttons span {
        width: 44%;
    }

    .cac-con-so {
        margin-top: 15px;
    }

    /* 	.cac-uu-diem {
    gap: 75px !important;
    bottom: 20px !important;
	} */
}