body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "BT Beau Sans", sans-serif;
  font-weight: 700;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.flickity-page-dots .dot {
  background-color: #fff;
  opacity: 1;
}

.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

.button {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  border-radius: 5px;
  min-width: 180px;
}

.button.is-outline {
  border-width: 1px;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(33, 45, 51, 1);
  text-transform: none;
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  margin: 0;
  font-size: 16px;
  color: rgba(33, 45, 51, 1);
  font-weight: 400;
}

.nav-dropdown.nav-dropdown-default > li > a:hover {
  color: var(--fs-color-primary);
}

/* home */

.home2 {
  padding: 3rem 0 0;
}

.ux-parent-tabs {
  text-align: center;
  max-width: 485px;
  padding: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  min-width: 400px;
  margin: 0;
}

.ux-parent-tabs .ux-parent-tab {
  display: inline-block;
  list-style: none;
  font-size: 30px;
  line-height: 56px;
  width: 50%;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s;
  height: 60px;
  margin: 0;
}

.ux-parent-tabs .ux-parent-tab.on {
  background: var(--fs-color-primary);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.ux-main-tabs {
  text-align: center;
  display: flex;
  padding: 0;
  margin: 40px 0 0;
  overflow-x: auto;
  padding-bottom: 22px;
  margin-bottom: -30px;
  position: relative;
  z-index: 10;
}

.ux-main-tabs .ux-main-tab {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  line-height: 45px;
  width: 25%;
  cursor: pointer;
  transition: 0.5s;
  color: #8b8b8b;
  background: #eeeeee;
  padding: 10px 0;
  border-right: 1px solid #fff;
  position: relative;
  min-width: 252px;
}

.ux-main-tabs .ux-main-tab.on {
  background: #ffffff;
  color: var(--fs-color-primary);
  border-top: 1px solid;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.ux-main-tabs .ux-main-tab:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/ic1.png) no-repeat left;
  position: absolute;
  left: 14px;
  top: 14px;
}

.ux-main-tabs .ux-main-tab.on:before {
  background: url(/wp-content/uploads/ic1-1.png) no-repeat left;
}

.ux-main-tabs .ux-main-tab:nth-child(2):before {
  background: url(/wp-content/uploads/ic6-1.svg) no-repeat left;
}

.ux-main-tabs .ux-main-tab.on:nth-child(2):before {
  background: url(/wp-content/uploads/ic6.svg) no-repeat left;
}

.ux-main-tabs .ux-main-tab:nth-child(3):before {
  background: url(/wp-content/uploads/ic2.png) no-repeat left;
}

.ux-main-tabs .ux-main-tab.on:nth-child(3):before {
  background: url(/wp-content/uploads/ic2-1.png) no-repeat left;
}

.ux-main-tabs .ux-main-tab:nth-child(4):before {
  background: url(/wp-content/uploads/ic3.png) no-repeat left;
}

.ux-main-tabs .ux-main-tab.on:nth-child(4):before {
  background: url(/wp-content/uploads/ic3-1.png) no-repeat left;
}

.ux-main-tabs .ux-main-tab:nth-child(5) {
  text-align: right;
  padding-right: 8px;
}

.ux-main-tabs .ux-main-tab:nth-child(6) {
  text-align: right;
  padding-right: 8px;
}

.ux-main-tabs .ux-main-tab:nth-child(6):before {
  background: url(/wp-content/uploads/ic4.png) no-repeat left;
  left: 15px;
}

.ux-main-tabs .ux-main-tab.on:nth-child(6):before {
  background: url(/wp-content/uploads/ic4-1.png) no-repeat left;
  left: 15px;
}

.ux-main-tabs .ux-main-tab:nth-child(5):before {
  background: url(/wp-content/uploads/aqicon-1.png) no-repeat left;
  left: 15px;
  width: 28px;
  height: 28px;
  background-size: cover;
}

.ux-main-tabs .ux-main-tab.on:nth-child(5):before {
  background: url(/wp-content/uploads/aqicon.png) no-repeat left;
  left: 15px;
  width: 28px;
  height: 28px;
  background-size: cover;
}

.ux-main-tabs-content {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 70px;
  margin-bottom: 40px;
}

.ux-main-tabs-content iframe {
  width: 100%;
  min-height: 360px;
}

#tra-cuu-dia-danh iframe {
  min-height: 500px;
}

.box-map-html {
  display: none;
}

.map-list {
  border: 1px solid #ddd;
  padding: 8px;
}

.box-map h3 {
  color: #000 !important;
  font-size: 16px;
  font-weight: bold !important;
  margin: 0;
  margin-bottom: 10px;
}

.box-map p {
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.box-map {
  padding: 10px;
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
}

.box-map h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.box-map h4 a {
  color: var(--fs-color-primary);
}

.box-map.active {
  background-color: rgb(221, 221, 221);
  padding: 10px;
}

.box-map-html p {
  margin-bottom: 0;
}

.home3 {
  padding: 2rem 0;
}

.ux-blogs-new-title {
  color: rgba(68, 73, 77, 1);
  font-size: 33px;
  line-height: 56px;
}

.ux-blogs-header .col {
  padding-bottom: 0;
}

.ux-blogs-tabs {
  text-align: center;
  padding: 0;
  display: flex;
  margin-bottom: 0;
}

.ux-blogs-tabs li {
  display: inline-block;
  list-style: none;
  font-size: 17px;
  line-height: 56px;
  width: 33.3333%;
  cursor: pointer;
  transition: 0s;
  color: rgba(68, 73, 77, 1);
  position: relative;
  text-transform: uppercase;
  margin: 0;
}

.ux-blogs-tabs li.on {
  background: var(--fs-color-primary);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.ux-blogs-tabs li.on:before {
  content: "";
  display: inline-block;
  width: 80%;
  height: 2px;
  background: var(--fs-color-primary);
  position: absolute;
  left: 10%;
  bottom: 5px;
}

.ux-blogs-tabs li:first-child.on:before {
  width: 35%;
  left: 33%;
}

.ux-blogs-new-showmore {
  background: var(--fs-color-primary);
  box-shadow: 0px 5px 14px rgba(255, 168, 0, 0.2);
  -moz-box-shadow: 0px 5px 14px rgba(255, 168, 0, 0.2);
  -webkit-box-shadow: 0px 5px 14px rgba(255, 168, 0, 0.2);
  border-radius: 5px;
  color: #fff;
  float: right;
  height: 40px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.ux-blogs-header {
  margin-bottom: 20px;
}

.ux-blogs-tab-content .tab-inner {
  display: none;
  overflow: hidden;
}

.ux-blogs-tab-content.active .tab-inner {
  display: block;
  overflow: visible;
}

#tab-dich-vu iframe {
}

.home4 {
  background-color: #f2f2f2;
}

.home4 .large-4 h2 {
  color: rgba(68, 73, 77, 1);
  font-size: 33px;
  line-height: 56px;
}

.home4 .large-8 {
  background-color: var(--fs-color-primary);
}

.home4 .large-8 .col-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}

.home4 .icon-box {
  display: flex;
  align-items: center;
}

.home4 .icon-box h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
}

.home4 .icon-box p {
  color: #fff;
}

.home5 {
  padding: 6rem 0;
}

.home5 .col-left .img:not(.swiper-slide-active) {
  opacity: 0.3;
}

.home5 .swiper-button-next:after,
.home5 .swiper-button-prev:after {
  display: none;
}

.home5 .col-left .swiper-button-prev img {
  transform: rotate(180deg);
  display: block; /* đảm bảo img hiển thị */
}

/* post-item */
.post-item .box {
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.post-item .box-text {
  padding: 15px;
  position: relative;
}

.post-item .box-text h5 {
  font-size: 16px;
  color: rgba(33, 45, 51, 1);
  line-height: 22px;
  margin-bottom: 5px;
}

.from_the_blog_excerpt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85%;
  margin-top: 5px;
}

.post-item .box-text .showmore {
  max-width: 30px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.small-col .box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.small-col .box .box-image {
  width: calc(100% / 3 * 1);
}

.small-col .box .box-text {
  width: calc(100% / 3 * 2);
}

.big-col .post-item .box-text h5 {
  font-size: 20px;
}

.big-col .post-item .image-cover {
  padding-top: 60% !important;
}

.big-col .post-item .box-text .showmore {
  max-width: 50px;
  bottom: 15px;
}

.home_reviews {
  background-image: url(/wp-content/uploads/bg-2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.home_reviews .title {
  margin-bottom: 2rem;
}

.home_reviews .title h2 {
  color: rgba(68, 73, 77, 1);
  font-size: 33px;
  line-height: 56px;
}

.home_reviews .rowSlider {
  padding-right: 10px;
}

.home_reviews .rowSlider .col {
  flex-basis: calc(100% / 3.7);
  max-width: calc(100% / 3.7);
}

.row-ratings .col-inner {
  padding: 1.5rem;
  font-size: 1rem;
  color: rgb(36 36 36);
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.row-ratings .col-inner .box-rating {
  color: rgb(240 155 10);
}

.row-ratings .text-top {
  margin-bottom: 8px;
}

.row-ratings .text-top p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}

.row-ratings .text-top a {
  color: var(--fs-color-primary);
}

.row-ratings .text-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: 9rem;
  margin: 0;
}

.row-ratings .icon-box-img {
  height: 60px;
  padding-top: 60px;
  position: relative;
}

.row-ratings .icon-box-img img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 99px;
}

.row-ratings .icon-box-text h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.row-ratings .icon-box-text p {
  font-size: 0.75rem;
  color: rgb(130 130 130);
  line-height: 1.4;
}

.row-ratings .icon-box {
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
  margin-top: 0.5rem;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

/* blogs */
.archive-page-header {
  display: none !important;
}

.section-banner {
  position: relative;
}

.section-banner .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

.section-banner .content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-banner .content > div p:nth-child(1) {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 7px;
  color: #fff;
  margin-bottom: 1rem;
}

.section-banner .content > div p:nth-child(2) {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 0px;
}

.header-breadcrumbs {
  padding: 8px 0;
  background-color: #f0f0f0;
}

.header-breadcrumbs * {
  font-size: 14px;
  color: rgba(33, 45, 51, 1);
}

ul.nav-pagination {
  text-align: left;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

.large-9.small-col .from_the_blog_excerpt {
  -webkit-line-clamp: 3;
}

.large-9.small-col .box .box-image .image-cover {
  padding-top: 65% !important;
}

.single-dich-vu .header-breadcrumbs .container,
.single-post .header-breadcrumbs .container,
.blog-single > .row {
  max-width: 1140px;
}

.widget {
  background-color: #f5f5f5;
  padding: 15px 20px;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

span.widget-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  width: 100%;
  display: block;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-bottom: 0;
  color: #212d33;
}

.list-item.service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.list-item.service > .item {
  padding: 15px 15px;
  width: 50%;
}
.list-item.service > .item > div {
  background: #fff;
  box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}
.list-item.service > .item > div > img {
  margin-bottom: 10px;
  height: 70px;
}
.list-item.service > .item > div .p1 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #000;
}
.list-item.service > .item > div .p2 {
  color: #7d7987;
  font-size: 14px;
  line-height: 20px;
}
.list-item.service > .item > div a.readmore {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  color: #d63c32;
}
.list-item.service > .item > div a.readmore > img {
  margin-left: 5px;
  max-width: 15px;
}

.sidebar-dich-vu .widget {
  background-color: transparent;
  padding: 0;
}

.sidebar-dich-vu .widget-title {
  height: 50px;
  background: #ee0033;
  padding: 8px 25px;
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: bold;
}

.sidebar-dich-vu .menu > li {
  border: 0;
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sidebar-dich-vu .menu > li:last-child {
  border-bottom: 0;
}

.sidebar-dich-vu .menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 5px solid #ff4f44;
  display: block;
  padding-left: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #8b8b8b;
  margin-bottom: 10px;
}

.sidebar-dich-vu .menu > li.current-menu-item > a,
.sidebar-dich-vu .menu > li > a:hover {
  color: var(--fs-color-primary);
}

.sidebar-dich-vu .widget > ul > li ul,
.sidebar-dich-vu ul.menu > li ul {
  border-left: 0;
}

.sidebar-dich-vu .widget > ul > li li > a,
.sidebar-dich-vu ul.menu > li li > a {
  color: #8b8b8b;
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding-bottom: 15px;
}

.sidebar-dich-vu .widget > ul > li li > a:hover,
.sidebar-dich-vu ul.menu > li li > a:hover {
  color: var(--fs-color-primary);
}

.service-list {
  padding-top: 30px;
}

#footer {
  border-top: 5px solid var(--fs-color-primary);
  background: rgb(33, 45, 51);
  color: #fff;
  padding-top: 3rem;
  font-size: 14px;
}

#footer h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

#footer p {
  margin-bottom: 10px;
}

#footer i {
  margin-right: 8px;
  color: var(--fs-color-primary);
}

#footer a {
  color: #fff;
}

.absolute-footer.dark {
  background: rgb(33, 45, 51);
  border-top: 1px solid rgb(202, 202, 202);
}

.hide {
  display: none !important;
}

.contact-1 .col {
  padding-bottom: 0;
}

.contact-1 .row-main > .col:first-child > .col-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.contact-1 .col input[type="email"],
.contact-1 .col input[type="number"],
.contact-1 .col input[type="tel"],
.contact-1 .col input[type="text"],
.contact-1 .col textarea {
  box-shadow: unset !important;
  border-radius: 8px !important;
  height: 45px !important;
  margin-bottom: 30px;
}

.contact-1 input[type="submit"] {
  margin: 0;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-radius: 8px;
}

@media only screen and (max-width: 48em) {
  .section-banner .content > div p:nth-child(1) {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 0px;
  }
  .section-banner .content > div p:nth-child(2) {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .ux-main-tabs {
    display: block;
  }

  .ux-main-tabs .ux-main-tab {
    width: 100%;
    margin: 0;
    padding: 4px;
  }

  .ux-main-tabs .ux-main-tab:nth-child(5) {
    text-align: center;
  }

  .ux-main-tabs .ux-main-tab:before {
    background-size: 100% !important;
    width: 25px;
    height: 25px;
  }

  .ux-main-tabs-content {
    padding: 20px;
  }

  .home_reviews .rowSlider .col {
    max-width: 75%;
  }

  .home4 .large-4 {
    padding: 30px 15px !important;
  }

  .home4 .large-8 .col-inner {
    display: block;
    padding: 30px;
  }

  .ux-blogs-tabs {
    width: 580px;
  }

  .ux-blogs-header > .col.large-6 {
    overflow: auto;
  }

  .ux-blogs-tabs li {
    width: auto;
    margin: 0 10px;
  }

  .list-item.service > .item {
    width: 100%;
  }
}
