.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.layout-blog {
  padding-bottom: 30px;
}

.title-page {
  margin-bottom: 20px;
}

.title-page span,
.title-page a {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.title-page a:hover {
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

.article-details {
  min-height: 100%;
  background: #fff;
  border-radius: 5px;
}

.aside-content-blog {
  border-radius: 5px;
  background: #fff;
}

.aside-content-blog .title-head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  text-transform: uppercase;
}

.aside-content-blog .nav-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.aside-content-blog .nav-category ul .nav-item .nav-link {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  color: #000;
}

.aside-content-blog .nav-category ul .nav-item .nav-link.pr-5 {
  padding-right: 30px;
}

.aside-content-blog .nav-category ul .nav-item.active > .nav-link,
.aside-content-blog .nav-category ul .nav-item:hover > .nav-link {
  color: var(--fs-color-primary);
}

.aside-content-blog .nav-category ul .nav-item.active > .down_icon:after,
.aside-content-blog .nav-category ul .nav-item.active > .down_icon:before,
.aside-content-blog .nav-category ul .nav-item:hover > .down_icon:after,
.aside-content-blog .nav-category ul .nav-item:hover > .down_icon:before {
  background-color: var(--fs-color-primary);
}

.aside-content-blog .nav-category ul .menu_down {
  padding-left: 10px !important;
}

.aside-content-blog .nav-category ul .down_icon {
  height: 20px !important;
  width: 20px !important;
  position: absolute;
  right: 7.5px;
  top: 19px;
  transform: translate(0, -50%);
  cursor: pointer;
}

.aside-content-blog .nav-category ul .down_icon:after,
.aside-content-blog .nav-category ul .down_icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.aside-content-blog .nav-category ul .down_icon:before {
  width: 11px;
  height: 1px;
  opacity: 1;
}

.aside-content-blog .nav-category ul .down_icon:after {
  width: 1px;
  height: 11px;
}

.aside-content-blog .nav-category ul .down_icon.cls_mn:after,
.aside-content-blog .nav-category ul .down_icon.cls_mn:before {
  background-color: var(--fs-color-primary);
  transform: translate(-50%, -50%) rotate(90deg);
}

.aside-content-blog .nav-category ul .down_icon.cls_mn:before {
  opacity: 0;
}

.blog_noibat .blog_content {
  padding: 5px;
  border-radius: 0 0 10px 10px;
}

.blog_noibat .blog_content .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.blog_noibat .blog_content .item .post-thumb {
  width: 120px;
  margin-right: 10px;
  overflow: hidden;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .blog_noibat .blog_content .item .post-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
}

.blog_noibat .blog_content .item .contentright {
  width: calc(100% - 130px);
}

@media (max-width: 1199px) and (min-width: 991px) {
  .blog_noibat .blog_content .item .contentright {
    width: 100%;
  }
}

.blog_noibat .blog_content .item .contentright h3 {
  font-size: 16px;
  margin: 0;
  margin: 0;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
}

.blog_noibat .blog_content .item .contentright h3 a {
  display: block;
  color: #000;
}

.blog_noibat .blog_content .item .contentright h3 a:hover {
  color: var(--fs-color-primary);
}

.blog_noibat .blog_content .item:last-child {
  border: initial;
  margin: 0;
  padding: 0;
}

.layout-article {
  padding-bottom: 30px;
}

.goto-wrapper {
  width: 100%;
  display: table;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  border: 1px dashed rgba(96, 126, 58, 0.35);
  border-radius: 10px;
  box-shadow: 5px 4px 0px 0px rgba(96, 126, 58, 0.41);
  background-color: #fffdf4;
}

.goto-wrapper .title-goto-wrapper {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.goto-wrapper .title-goto-wrapper .icon {
  width: 34px;
  height: 34px;
  padding: 4px 5px;
  background: var(--fs-color-primary);
  border-radius: 5px;
}

.goto-wrapper .title-goto-wrapper .icon svg {
  width: 24px;
  height: 24px;
}

.goto-wrapper .title-goto-wrapper .icon svg path {
  fill: #fff;
}

.goto-wrapper .title-goto-wrapper .icon:hover {
  background: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

.goto-wrapper .menu-toc {
  margin-top: 8px;
}

.goto-wrapper .menu-toc.hidden {
  display: none !important;
}

.goto-wrapper .menu-toc .toc-list {
  list-style: decimal;
  list-style-type: disc;
  list-style-position: inherit;
  padding-left: 20px;
}

.goto-wrapper .menu-toc .toc-list .toc-list-item {
  color: #000;
  margin-bottom: 4px;
  font-size: 16px;
}

.goto-wrapper .menu-toc .toc-list .toc-list-item a {
  color: #000;
  font-size: 16px;
}

.goto-wrapper .menu-toc .toc-list .toc-list-item a:hover {
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

.goto-wrapper .menu-toc .toc-list .toc-list-item .is-collapsible {
  list-style: decimal;
  list-style-type: circle;
  list-style-position: inherit;
  padding-left: 20px;
}

.article-main .time-post {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-right: 10px;
}

.article-main .time-post svg {
  width: 15px;
  height: 15px;
  margin-top: -5px;
  margin-right: 2px;
}

.article-main .time-post svg path {
  fill: var(--fs-color-primary);
}

.article-main .article-image {
  margin-bottom: 20px;
}

.article-main .article-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 34px;
}

.article-main .posts {
  font-size: 12px;
  margin-bottom: 10px;
}

.article-main .rte {
  font-size: 14px;
}

@media (max-width: 767px) {
  .article-main .rte iframe {
    width: 100%;
  }
}

.article-main .rte ul {
  list-style: inherit;
  padding-left: 25px;
  margin-bottom: 15px;
}

.article-main #article_comments {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-main #article_comments label {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}

.article-main #article_comments label .required {
  color: #ff0000;
}

.article-main #article_comments input {
  height: 40px;
}

.article-main .form-group input {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
}

.article-main .form-group input::placeholder {
  color: #7c7c7c;
}

.article-main .form-group input:-ms-input-placeholder {
  color: #7c7c7c;
}

.article-main .form-group input::-ms-input-placeholder {
  color: #7c7c7c;
}

.article-main .form-group textarea {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
}

.article-main .form-group textarea::placeholder {
  color: #7c7c7c;
  opacity: 1;
}

.article-main .form-group textarea:-ms-input-placeholder {
  color: #7c7c7c;
}

.article-main .form-group textarea::-ms-input-placeholder {
  color: #7c7c7c;
}

.article-main .button_45 {
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  background: var(--fs-color-primary);
  font-size: 14px;
  color: #fff;
  border: solid 1px var(--fs-color-primary);
  font-weight: 400;
  margin-top: 10px;
  border-radius: 5px;
}

.article-main .button_45:hover {
  background: #fff;
  border-color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

.article-main .title-form-coment {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 15px;
  color: #000;
  font-weight: 500;
}

#article-comments .article-comment {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c9c8c5;
}

#article-comments .article-comment:last-child {
  padding-bottom: 30px;
}

#article-comments .article-comment-user-image {
  margin: 0;
  float: left;
  width: 80px;
  margin-right: 12px;
  height: 80px;
  border-radius: 0;
  display: block;
}

#article-comments .article-comment-user-comment {
  display: block;
  float: left;
  width: calc(100% - 95px);
  -webkit-width: calc(100% - 95px);
  -moz-width: calc(100% - 95px);
  -o-width: calc(100% - 95px);
  -os-width: calc(100% - 95px);
  padding-left: 10px;
  word-break: break-word;
  font-size: em(14px);
}

#article-comments .user-name-comment {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

#article-comments .user-name-comment strong {
  font-weight: 700;
}

#article-comments .article-comment-date-bull {
  padding: 5px 0;
  display: block;
  color: #b0b0b0;
  font-size: 12px;
}

#article-comments .cm {
  font-size: 14px;
  color: #000;
}

.social-sharing {
  border-top: solid 1px #e4e4e4;
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
}

.social-sharing span {
  margin-right: 10px;
}

.social-sharing .addthis_inline_share_toolbox {
  margin-top: 3px;
}

.blog_lienquan h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #231f20;
}

.blog_lienquan .item-blog {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-radius: 5px;
}

.blog_lienquan .item-blog .block-thumb {
  width: 375px;
  margin-right: 30px;
}

.blog_lienquan .item-blog .block-thumb .thumb {
  padding-bottom: 66%;
  display: block;
  height: 0;
  position: relative;
}

.blog_lienquan .item-blog .block-thumb .thumb img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  position: absolute;
}

.blog_lienquan .item-blog .block-content h3 {
  padding: 0px;
  margin: 0px 0 15px;
  line-height: 24px;
  font-size: 18px;
  color: #000;
}

.blog_lienquan .item-blog .block-content .time-post {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-right: 10px;
}

.blog_lienquan .item-blog .block-content .time-post svg {
  width: 15px;
  height: 15px;
  margin-top: -5px;
  margin-right: 2px;
}

.blog_lienquan .item-blog .block-content p.justify {
  font-size: 14px;
  color: #000;
  margin: 15px 0;
  font-weight: 400;
}

.blog_lienquan .item-blog .block-content .viewmore {
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #363636;
  color: #000;
  font-size: 14px;
  padding: 0 30px;
}

.blog_lienquan .item-blog .block-content .viewmore:hover {
  background: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

@media (max-width: 991px) {
  .aside-content-blog {
    margin-top: 5px;
  }
}

.social-sharing {
  border-top: solid 1px #e4e4e4;
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
}

.social-sharing .addthis_toolbox a {
  margin-bottom: 0;
}

.social-sharing span {
  margin-right: 10px;
}

.social-sharing .addthis_inline_share_toolbox {
  margin-top: 3px;
}

.right-content .row {
  margin-left: -12px;
  margin-right: -12px;
}

.right-content .row .col-md-6,
.right-content .row .col-md-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.right-content .row .col-md-6 .item-blog .block-content .time-post,
.right-content .row .col-md-12 .item-blog .block-content .time-post {
  margin-bottom: 10px;
}

.right-content .row .col-md-6 .item-blog .block-content h3,
.right-content .row .col-md-12 .item-blog .block-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-lienquan {
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  background: #f1f1f1;
}

.blog-lienquan .title-module-lq {
  margin-bottom: 10px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
}

.blog-lienquan ul {
  padding-left: 40px;
  list-style: disc;
}

.blog-lienquan ul li {
  display: list-item;
  font-size: 16px;
  color: var(--fs-color-primary);
}

.blog-lienquan ul li h3 {
  font-size: 16px;
}

.blog-lienquan ul li a {
  color: var(--fs-color-primary);
}

.blog-lienquan ul li a:hover {
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

.art-pro {
  margin-top: 15px;
  margin-bottom: 15px;
}

.search-blog {
  margin-bottom: 30px;
  display: block;
}

.search-blog .title-head {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  background: #ec2154;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
}

.search-blog .title-head a {
  color: #fff;
}

.search-blog .title-head a:hover {
  opacity: 0.7;
}

.search-blog .thump-searh {
  margin-bottom: 30px;
}

.search-blog .thump-searh .blog-search-form {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.11);
}

.search-blog .thump-searh .blog-search-form input {
  width: 100%;
  height: 60px;
  padding-right: 80px;
  padding-left: 10px;
  border: 0;
}

.search-blog .thump-searh .blog-search-form button {
  position: absolute;
  right: 0px;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 0;
  border-radius: 5px;
  top: 0px;
}

.search-blog .thump-searh .blog-search-form button svg {
  width: 22px;
  height: 22px;
}

.search-blog .thump-searh .blog-search-form button svg path {
  fill: #000;
}

.search-blog .thump-searh .blog-search-form button:hover svg path {
  fill: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

@media (max-width: 991px) {
  .search-blog .thump-searh .blog-search-form input {
    height: 50px;
    padding-right: 60px;
  }

  .search-blog .thump-searh .blog-search-form button {
    width: 50px;
    height: 50px;
  }
}

.thump-comment {
  margin-top: 30px;
}

.layout-dichvu {
  display: block;
  margin-bottom: 30px;
}

.layout-dichvu .banner_dichvu {
  position: relative;
  display: block;
}

.layout-dichvu .banner_dichvu a {
  display: block;
}

.layout-dichvu .banner_dichvu img {
  margin: 0 auto;
}

.layout-dichvu .box_dichvu_qtrinh {
  padding: 25px 0px;
  margin-bottom: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.layout-dichvu .box_dichvu_qtrinh .bg_dvu_qtrinh {
  text-align: center;
  margin-bottom: 15px;
  display: block;
}

.layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: var(--fs-color-primary);
}

@media (max-width: 1199px) {
  .layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right h2 {
    font-size: 24px;
  }
}

.layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right .sub_qtrinh {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right .sub_qtrinh {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right .sub_qtrinh {
    font-size: 16px;
  }
}

.layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right .steps {
  display: grid;
  gap: 30px;
  margin-top: 35px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1025px) {
  .layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

.layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right .step {
  background: #f6f2de;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  text-align: center;
  position: relative;
  border: 2px dashed rgba(96, 126, 58, 0.35);
  border-radius: 10px;
  box-shadow: 5px 4px 0px 0px rgba(96, 126, 58, 0.41);
}

@media (max-width: 1300px) {
  .layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right .step {
    padding: 20px 10px;
  }
}

.layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right .step::before {
  content: attr(data-step);
  position: absolute;
  top: -15px;
  left: 15px;
  transform: translateX(-50%);
  background: #fff;
  border: 2px dashed var(--fs-color-primary);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: block;
  text-align: center;
  color: var(--fs-color-primary);
  font-weight: 700;
  font-size: 22px;
  line-height: 46px;
}

.layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right .step-icon {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 60px;
}

.layout-dichvu .box_dichvu_qtrinh .box-qtrinh-right .step p {
  margin: 0;
  font-size: 16px;
  color: var(--fs-color-primary);
  font-weight: 500;
}

.layout-dichvu .title_dich_vu {
  display: block;
  text-align: center;
}

.layout-dichvu .title_dich_vu h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--fs-color-primary);
  display: block;
}

.layout-dichvu .title_dich_vu .sub_dvu {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
  display: block;
}

.layout-dichvu .tab_dvu {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout-dichvu .tab_dvu .tabs-title {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  gap: 15px;
  flex-flow: row wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .layout-dichvu .tab_dvu .tabs-title {
    width: 100%;
    overflow-x: scroll;
  }
}

@media (max-width: 767px) {
  .layout-dichvu .tab_dvu .tabs-title {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: inherit;
  }
}

.layout-dichvu .tab_dvu .tabs-title .tab-link {
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  border: 1px solid var(--fs-color-primary);
  padding: 0px 25px;
  height: 42px;
  line-height: 40px;
}

.layout-dichvu .tab_dvu .tabs-title .tab-link a {
  font-size: 16px;
  position: relative;
  display: block;
  margin-top: 0;
  color: var(--fs-color-primary);
  font-weight: 500;
}

.layout-dichvu .tab_dvu .tabs-title .tab-link.current,
.layout-dichvu .tab_dvu .tabs-title .tab-link:hover {
  background-color: var(--fs-color-primary);
}

.layout-dichvu .tab_dvu .tabs-title .tab-link.current a,
.layout-dichvu .tab_dvu .tabs-title .tab-link:hover a {
  color: #fff;
}

.layout-dichvu .list-dich-vu {
  border: 1px solid #d9d9d9;
  border-bottom: none;
  border-radius: 10px;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
}

.layout-dichvu .list-dich-vu .item-border {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding-bottom: 5px;
  padding-top: 15px;
}

@media (min-width: 1199px) {
  .layout-dichvu .list-dich-vu .item-border:nth-child(4n + 4) {
    border-right: none;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .layout-dichvu .list-dich-vu .item-border:nth-child(3n + 3) {
    border-right: none;
  }
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb {
  position: relative;
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .thumb {
  position: relative;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 67%;
  border-radius: 5px;
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .thumb img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .info {
  position: relative;
  padding: 20px 0;
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .info .product-name {
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .info .product-name:hover,
.layout-dichvu .list-dich-vu .item-dvu .block-thumb .info .product-name:focus {
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

@media (max-width: 767px) {
  .layout-dichvu .list-dich-vu .item-dvu .block-thumb .info .product-name {
    font-size: 14px;
  }
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .btn-dat-dvu {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
  color: #fff;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 5px;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .layout-dichvu .list-dich-vu .item-dvu .block-thumb .btn-dat-dvu {
    font-size: 14px;
    padding: 10px 5px;
  }
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .btn-dat-dvu:hover {
  background: var(--fs-color-primary);
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .btn-dat-dvu.disabled {
  opacity: 0.7;
}

.layout-dichvu
  .list-dich-vu
  .item-dvu
  .block-thumb
  .btn-dat-dvu.disabled:hover {
  background: var(--fs-color-primary);
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .price-box {
  margin-bottom: 10px;
  position: relative;
  color: var(--fs-color-primary);
  font-weight: 700;
  font-size: 24px;
  text-align: left;
}

@media (max-width: 1400px) {
  .layout-dichvu .list-dich-vu .item-dvu .block-thumb .price-box {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .layout-dichvu .list-dich-vu .item-dvu .block-thumb .price-box {
    display: block;
    text-align: center;
    font-size: 16px;
    min-height: 42px;
  }
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .price-box .compare-price {
  color: #606060;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .layout-dichvu
    .list-dich-vu
    .item-dvu
    .block-thumb
    .price-box
    .compare-price {
    margin-left: 0px;
  }
}

@media (max-width: 992px) {
  .layout-dichvu
    .list-dich-vu
    .item-dvu
    .block-thumb
    .price-box
    .compare-price {
    display: block;
    text-align: center;
    margin-left: 0;
    font-size: 12px;
  }
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .box_tag_lis {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .box_tag_lis .so_nguoi {
  margin-bottom: 0px;
  font-size: 16px;
  color: #606060;
  font-weight: 500;
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .list_tag_room {
  margin-bottom: 10px;
  min-height: 26px;
  text-align: left;
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .list_tag_room li {
  display: inline-block;
  position: relative;
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .list_tag_room li img {
  min-width: 26px;
  max-width: 26px;
  display: inline-block;
}

.layout-dichvu .list-dich-vu .item-dvu .block-thumb .list_tag_room li + li {
  margin-left: 10px;
}

.layout-dichvu
  .list-dich-vu
  .item-dvu
  .block-thumb
  .list_tag_room
  li:hover:before,
.layout-dichvu
  .list-dich-vu
  .item-dvu
  .block-thumb
  .list_tag_room
  li:focus:before {
  content: attr(data-title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  padding: 4px 7px 6px;
  background: #666;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
  line-height: initial;
  transform: translate(-50%, 0%);
}

.layout-dichvu
  .list-dich-vu
  .item-dvu
  .block-thumb
  .list_tag_room
  li:hover:after,
.layout-dichvu
  .list-dich-vu
  .item-dvu
  .block-thumb
  .list_tag_room
  li:focus:after {
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #666;
  content: "";
  left: 50%;
  bottom: calc(100% + -7px);
  z-index: -1;
  transform: translate(-50%, 0%);
}

.layout-dichvu .list-dich-vu .item-dvu:hover .block-thumb .thumb img {
  transform: scale(1.1);
}

.layout-dichvu .nav_pagi {
  display: block;
  margin: 30px 0px;
}

.left-content {
  display: block;
  margin-bottom: 30px;
}

.left-content .gallery-thumbs {
  margin-top: 10px !important;
}

.left-content .gallery-thumbs .swiper-slide {
  border: 2px solid #ebebeb;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.left-content .gallery-thumbs .swiper-slide .p-100 {
  overflow: hidden;
  height: 100%;
  display: block;
  position: relative;
  padding-bottom: 62%;
}

.left-content .gallery-thumbs .swiper-slide .p-100 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.left-content .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--fs-color-primary);
}

.left-content .gallery-thumbs .swiper-slide:hover {
  border-color: var(--fs-color-primary);
}

.left-content .gallery-thumbs .swiper-button-next,
.left-content .gallery-thumbs .swiper-button-prev {
  top: 60%;
}

.left-content .gallery-thumbs.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

@media (min-width: 767px) {
  .left-content .gallery-thumbs {
    max-height: 535px;
    height: 100%;
    margin-top: 0px !important;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .left-content .gallery-thumbs {
    max-height: 550px;
  }

  .left-content .gallery-thumbs .swiper-slide {
    height: 130px !important;
  }
}

.left-content .gallery-top {
  position: relative;
}

.left-content .gallery-top .swiper-pagination-bullets {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.left-content
  .gallery-top
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #ddd;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0;
  font-size: 0;
  opacity: 1;
}

.left-content
  .gallery-top
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s;
  background: var(--fs-color-primary);
}

.left-content .gallery-top .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(32px, -50%);
  -ms-transform: translate(32px, -50%);
  transform: translate(32px, -50%);
  margin-top: 0px;
  background-color: var(--fs-color-primary);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.left-content .gallery-top .swiper-button-next svg {
  width: 100%;
  height: 100%;
}

.left-content .gallery-top .swiper-button-next svg path {
  stroke: #fff;
  fill: transparent;
}

.left-content .gallery-top .swiper-button-next:after {
  display: none;
}

.left-content .gallery-top .swiper-button-next:hover {
  background-color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

.left-content .gallery-top .swiper-button-next:hover svg path {
  stroke: #fff !important;
}

@media (max-width: 767px) {
  .left-content .gallery-top .swiper-button-next {
    display: none;
  }
}

.left-content .gallery-top .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
  left: 10px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(-32px, -50%) rotate(180deg);
  -ms-transform: translate(-32px, -50%) rotate(180deg);
  transform: translate(-32px, -50%) rotate(180deg);
  margin-top: 0px;
  background-color: var(--fs-color-primary);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  border-radius: 50%;
}

.left-content .gallery-top .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.left-content .gallery-top .swiper-button-prev svg path {
  stroke: #fff;
  fill: transparent;
}

.left-content .gallery-top .swiper-button-prev:after {
  display: none;
}

.left-content .gallery-top .swiper-button-prev:hover {
  background-color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

.left-content .gallery-top .swiper-button-prev:hover svg path {
  stroke: #fff !important;
}

@media (max-width: 767px) {
  .left-content .gallery-top .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 767px) {
  .left-content .gallery-top .swiper-button-next,
  .left-content .gallery-top .swiper-button-prev {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .left-content .gallery-top .swiper-button-next:after,
  .left-content .gallery-top .swiper-button-prev:after {
    font-size: 1.2rem;
  }
}

.left-content .gallery-top .swiper-button-lock {
  display: none !important;
}

.left-content .gallery-top .swiper-button-disabled {
  opacity: 0.35;
}

@media (max-width: 768px) {
  .left-content .gallery-top .swiper-button-next {
    display: block;
  }

  .left-content .gallery-top .swiper-button-prev {
    display: block;
  }
}

.left-content .gallery-top .swiper-slide {
  padding-bottom: 62%;
  display: block;
  height: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}

.left-content .gallery-top .swiper-slide img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 99%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  position: absolute;
  border-radius: 5px;
}

.title_pro_tab {
  width: 100%;
  position: relative;
  display: block;
}

.title_pro_tab .info_title {
  padding: 15px 0px 5px;
  position: relative;
  display: block;
  top: 0px !important;
}

.title_pro_tab .info_title.active {
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 0px !important;
  left: 0px;
  z-index: 3;
  width: 100%;
  background-color: #fff;
  padding: 15px 15px 5px;
}

.title_pro_tab .navbar-pills {
  white-space: nowrap;
  margin: 0;
  transition: all 0.3s ease;
  transform: translateX(0);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex-direction: unset;
  -webkit-flex-flow: unset;
  flex-flow: unset;
  -webkit-justify-content: unset;
  justify-content: unset;
  -webkit-align-items: unset;
  align-items: unset;
  padding-bottom: 10px;
}

.title_pro_tab .navbar-pills li {
  padding-right: 30px;
  position: relative;
}

.title_pro_tab .navbar-pills li:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 2px;
  width: 1px;
  height: 26px;
  background-color: #d9d9d9;
}

.title_pro_tab .navbar-pills li a {
  font-size: 20px;
  font-weight: 700;
  color: var(--fs-color-primary);
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .title_pro_tab .navbar-pills li a {
    font-size: 16px;
  }
}

.title_pro_tab .navbar-pills li a:hover,
.title_pro_tab .navbar-pills li a:focus {
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

.title_pro_tab .navbar-pills li.active a {
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

.title_pro_tab .navbar-pills li:last-child {
  padding-right: 0px;
}

.title_pro_tab .navbar-pills li:last-child:before {
  content: none;
}

.box_tag_dvu {
  background-color: var(--fs-color-primary);
  border-radius: 10px;
  padding: 15px 15px 5px;
  margin-bottom: 30px;
}

.box_tag_dvu .item_tag_dvu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #7ba14a;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

.box_tag_dvu .item_tag_dvu:last-child {
  margin-right: 0px;
}

.box_tag_dvu .item_tag_dvu svg,
.box_tag_dvu .item_tag_dvu img {
  width: 19px;
  height: 19px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
}

.content-pro {
  margin-top: 20px;
}

.content-pro .category {
  box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.11);
  padding: 15px;
  border-radius: 10px;
  display: block;
  margin-bottom: 30px;
}

.content-pro .category .title-module-lq {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 15px;
}

.content-pro .category .list-tags {
  padding: 0;
  list-style: none;
}

.content-pro .category .list-tags .item_tag {
  display: inline-block;
}

.content-pro .category .list-tags .item_tag span {
  transition: 0.3s;
  padding: 3px 10px;
  border: 1px solid #dddddd;
  margin: 3px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.content-pro .category .list-baogom {
  padding: 0;
  list-style: none;
}

.content-pro .category .list-baogom .item_tag {
  display: block;
  margin-bottom: 15px;
}

.content-pro .category .list-baogom .item_tag:last-child {
  margin-bottom: 0px;
}

.content-pro .category .list-baogom .item_tag h3 {
  font-size: 16px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
}

.content-pro .category .list-baogom .item_tag .icon_mask {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  min-width: 16px;
  min-height: 16px;
  bottom: -2px;
  margin-right: 4px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(//bizweb.dktcdn.net/100/506/327/themes/938597/assets/tick_1.png?1758591182557);
  background-color: var(--fs-color-primary);
}

.content-pro .category .title_tab {
  margin: 0;
  list-style: none;
  display: block;
  padding: 0;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  color: var(--fs-color-primary);
}

.content-pro .category .title_tab h3 {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.content-pro .category .title_tab h3:before {
  content: "";
  position: absolute;
  bottom: -16px;
  height: 3px;
  background-color: var(--fs-color-primary);
  width: 100%;
}

@media (max-width: 992px) {
  .content-pro .category .title_tab h3 {
    font-size: 16px;
  }

  .content-pro .category .title_tab h3:before {
    bottom: -15px;
  }
}

.content-pro .iframe_video {
  display: block;
  position: relative;
  padding-top: 56.25%;
}

.content-pro .iframe_video iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content-pro .box_content_spe table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
  text-align: left !important;
}

.content-pro .box_content_spe table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.content-pro .box_content_spe table td {
  border: 0px !important;
  padding: 6px 10px;
  text-align: left !important;
}

.content-pro .box_content_spe table td p {
  margin-bottom: 0px;
}

.content-pro .box_content_spe table td:first-child {
  width: 126px;
}

@media (max-width: 991px) {
  .content-pro .box_content_spe table td {
    text-align: left;
  }

  .content-pro .box_content_spe table td:first-child {
    width: 145px;
  }
}

.content-pro .box_content_spe table + p {
  display: none;
}

.content-pro .rte {
  position: relative;
}

.content-pro .rte ul {
  list-style: inherit;
  padding-left: 25px;
  margin-bottom: 15px;
}

.content-pro .rte .ba-text-fpt.has-height {
  height: 450px;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}

.content-pro .rte.expanded .ba-text-fpt {
  height: auto;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
  margin-bottom: 30px;
}

.content-pro .rte.expanded .less-text {
  display: block;
}

.content-pro .rte.expanded .more-text {
  display: none;
}

.content-pro .rte.expanded .show-more::before {
  display: none;
}

.content-pro .rte .show-more {
  position: relative;
}

.content-pro .rte .show-more .btn--view-more {
  position: relative;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  margin-top: 0px;
  border-radius: 15px;
  border: 1px solid var(--fs-color-primary);
  border-radius: 10px;
  color: var(--fs-color-primary);
  margin: 0 auto;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

.content-pro .rte .show-more .btn--view-more svg {
  width: 12px;
  height: 12px;
}

.content-pro .rte .show-more .btn--view-more.active {
  bottom: 0;
}

.content-pro .rte .show-more .btn--view-more:hover,
.content-pro .rte .show-more .btn--view-more:focus {
  border: 1px solid var(--fs-color-primary);
  color: #fff;
  background-color: var(--fs-color-primary);
}

.content-pro .rte .show-more::before {
  height: 55px;
  margin-top: -45px;
  content: "";
  display: block;
  background: transparent;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.91)),
    color-stop(55%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
}

.content-pro .rte .less-text {
  display: none;
}

.content-pro .rte img {
  max-width: 100% !important;
  height: auto !important;
}

.content-pro .rte ul {
  list-style: initial;
  padding-left: 25px;
  margin-bottom: 15px;
}

.social-sharing {
  margin-bottom: 20px;
}

.social-sharing .social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-sharing .social-media li.title svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.social-sharing .social-media li a {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: var(--fs-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-sharing .social-media li a svg {
  width: 20px;
  height: 20px;
}

.social-sharing .social-media li a svg path {
  fill: #fff !important;
}

.social-sharing .social-media li a:hover {
  background: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

.blog_left_base .category {
  box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.11);
  padding: 15px;
  border-radius: 10px;
  display: block;
  margin-bottom: 30px;
}

.blog_left_base .category .title-module-lq {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 15px;
}

.arr_dich_vu .hidden {
  display: none !important;
}

.arr_dich_vu form {
  margin-bottom: 0px;
}

.arr_dich_vu .callmeback-form .price-box {
  border-bottom: 1px solid linear-gradient(135deg, #7a010e 0%, #f61825 100%);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.arr_dich_vu .callmeback-form .price-box .special-price {
  font-size: 30px;
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 767px) {
  .arr_dich_vu .callmeback-form .price-box .special-price {
    font-size: 20px;
  }
}

.arr_dich_vu .callmeback-form .price-box .old-price {
  margin-left: 5px;
  font-size: 18px;
  color: #444;
}

@media (max-width: 767px) {
  .arr_dich_vu .callmeback-form .price-box .old-price {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .arr_dich_vu .pad-room {
    padding: 0px 3px;
  }
}

.arr_dich_vu .pad-room .div-tem-price {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.arr_dich_vu .pad-room .div-tem-price .a-btn {
  float: left;
  position: relative;
  flex: auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
  width: 50%;
  height: 45px;
  line-height: 45px;
}

.arr_dich_vu .pad-room .div-tem-price .a-btn:nth-child(1) {
  margin-right: 10px;
}

.arr_dich_vu .pad-room .div-tem-price .a-tam-tinh {
  background: #fff;
  border: 1px #000 solid;
  color: #000 !important;
  border-radius: 5px;
  line-height: 40px;
}

.arr_dich_vu .pad-room .div-tem-price .a-tam-tinh:hover {
  background: #000;
  color: #fff !important;
}

.arr_dich_vu .pad-room .div-tem-price .a-dat-phong {
  background: var(--fs-color-primary);
  border: 1px var(--fs-color-primary) solid;
  color: #fff !important;
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
  border-radius: 5px;
  line-height: 40px;
}

.arr_dich_vu .pad-room .div-tem-price .a-dat-phong:hover {
  background: #fff;
  border: 1px var(--fs-color-primary) solid;
  color: var(--fs-color-primary) !important;
}

.arr_dich_vu .pad-room .div-tem-price .a-dat-phong.active_book {
  pointer-events: inherit;
  cursor: pointer;
  opacity: 1;
}

.arr_dich_vu .pad-room #roototal {
  margin: 10px 0;
  position: relative;
}

.arr_dich_vu .pad-room #roototal .div-tam-tinh {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 0;
}

.arr_dich_vu .pad-room #roototal .div-tam-tinh .niem_yet_price {
  margin-left: auto;
}

.arr_dich_vu .pad-room #roototal .div-tam-tinh .niem_yet_price span {
  white-space: nowrap;
  color: #111;
  font-weight: bold;
}

.arr_dich_vu .pad-room #roototal .tong-gia {
  display: flex;
  padding: 5px 0;
}

.arr_dich_vu .pad-room #roototal .tong-gia .tille_tong {
  font-weight: bold;
}

.arr_dich_vu .pad-room #roototal .tong-gia .tong-gia-price {
  margin-left: auto;
}

.arr_dich_vu .pad-room #roototal .tong-gia .tong-gia-price span {
  white-space: nowrap;
  color: #111;
  font-weight: bold;
}

.arr_dich_vu .form-booking {
  height: 50px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s linear;
  user-select: none;
  color: #494b55;
  padding-left: 8px;
  margin-bottom: 5px;
  border: 1px solid #dddddd;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}

@media (max-width: 991px) {
  .arr_dich_vu .form-booking {
    padding-left: 5px;
  }
}

.arr_dich_vu .form-booking .form-booking-icon {
  width: 30px;
  padding-right: 5px;
  border-right: 1px dotted #a0a0a0;
}

.arr_dich_vu .form-booking .form-booking-icon svg {
  margin-top: -2px;
}

.arr_dich_vu .form-booking .form-booking-icon svg path,
.arr_dich_vu .form-booking .form-booking-icon svg rect {
  fill: var(--fs-color-primary);
}

.arr_dich_vu .form-booking .form-booking-date {
  padding-left: 5px;
  padding-right: 10px;
  width: 100%;
}

.arr_dich_vu .form-booking input {
  padding-left: 0;
  border: none;
  min-height: 25px;
  color: #6c707e;
  font-size: 15px;
  margin-bottom: 0;
  padding-right: 7px;
}

@media (max-width: 991px) {
  .arr_dich_vu .form-booking input {
    min-height: 25px;
    font-size: 14px;
  }
}

.arr_dich_vu .form-booking input[type="text"],
.arr_dich_vu .form-booking input[type="search"],
.arr_dich_vu .form-booking input[type="password"],
.arr_dich_vu .form-booking input[type="email"],
.arr_dich_vu .form-booking input[type="file"],
.arr_dich_vu .form-booking input[type="number"],
.arr_dich_vu .form-booking input[type="tel"],
.arr_dich_vu .form-booking input[type="submit"],
.arr_dich_vu .form-booking textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.arr_dich_vu .form-booking input::-webkit-outer-spin-button,
.arr_dich_vu .form-booking input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.arr_dich_vu .form-booking input[type="number"] {
  -moz-appearance: textfield;
}

.arr_dich_vu .section_dichvu {
  padding: 20px 0;
  margin-bottom: 20px;
}

.arr_dich_vu .section_dichvu .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .arr_dich_vu .section_dichvu .title {
    flex-direction: column;
  }
}

.arr_dich_vu .section_dichvu .title h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--fs-color-primary);
  text-transform: uppercase;
}

.arr_dich_vu .section_dichvu .title h3 a {
  color: var(--fs-color-primary);
}

.arr_dich_vu .section_dichvu .title h3 a:hover,
.arr_dich_vu .section_dichvu .title h3 a:focus {
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

@media (max-width: 992px) {
  .arr_dich_vu .section_dichvu .title h3 {
    font-size: 20px;
  }
}

.arr_dich_vu .section_dichvu .block-section .thumb-danhmuc {
  overflow: hidden;
  border-radius: 15px;
  overflow: hidden;
}

.arr_dich_vu .section_dichvu .block-section .thumb-danhmuc:before {
  background: linear-gradient(
    180deg,
    transparent 55.77%,
    rgba(0, 0, 0, 0.85) 100%
  );
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.arr_dich_vu .section_dichvu .block-section .thumb-danhmuc .box_img_dvu {
  display: block;
  aspect-ratio: 450 / 485;
  position: relative;
  background-color: #e5e5e5;
}

.arr_dich_vu .section_dichvu .block-section .thumb-danhmuc .box_img_dvu img {
  transition: 0.5s all;
}

.arr_dich_vu .section_dichvu .block-section .thumb-danhmuc .thumb-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 10px;
  color: #fff;
  z-index: 3;
}

.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc
  .thumb-content
  .title1 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc
  .thumb-content
  .title2 {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.arr_dich_vu .section_dichvu .block-section .thumb-danhmuc .thumb-content ul {
  display: flex;
  justify-content: center;
}

.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc
  .thumb-content
  ul
  li {
  margin: 0 10px;
}

.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc
  .thumb-content
  ul
  li
  svg {
  margin-right: 5px;
}

.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc
  .thumb-content
  .time_ser {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc
  .thumb-content
  .time_ser
  span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc
  .thumb-content
  .time_ser
  span:last-child {
  margin-right: 0px;
}

.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc
  .thumb-content
  .time_ser
  span
  svg {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc
  .thumb-content
  .time_ser
  span
  svg
  path {
  fill: #fff;
}

.arr_dich_vu .section_dichvu .block-section .thumb-danhmuc:hover:before,
.arr_dich_vu .section_dichvu .block-section .thumb-danhmuc:focus:before {
  z-index: 2;
}

.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc:hover
  .box_img_dvu
  img,
.arr_dich_vu
  .section_dichvu
  .block-section
  .thumb-danhmuc:focus
  .box_img_dvu
  img {
  transform: scale(1.1);
}

.arr_dich_vu .section_dichvu .block-section .thumb-danhmuc:hover .title1,
.arr_dich_vu .section_dichvu .block-section .thumb-danhmuc:focus .title1 {
  color: linear-gradient(135deg, #7a010e 0%, #f61825 100%);
}

@media (min-width: 992px) {
  .sticky_tab {
    position: sticky;
    top: 80px;
  }

  .sticky_blog {
    position: sticky;
    top: 10px;
  }
}

.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}

.bootstrap-datetimepicker-widget.bottom:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.bottom:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.top:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.top:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}

.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}

.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777;
}

.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #777;
}

.bootstrap-datetimepicker-widget td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget td.today:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid var(--fs-color-primary);
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget td span.active {
  background-color: var(--fs-color-primary);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td span.old {
  color: #777;
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eee;
}

.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget
  ul.list-unstyled
  li
  div.timepicker
  div.timepicker-picker
  table.table-condensed
  tbody
  > tr
  > td {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  z-index: 9999999 !important;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #333;
  background-color: #fff8ea;
  border-color: #fff8ea;
}

@media (max-width: 569px) {
  .alert-success {
    right: 5px !important;
    max-width: 90%;
    width: 90%;
  }
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #333;
  background-color: #fff8ea;
  border-color: #fff8ea;
}

@media (max-width: 569px) {
  .alert-info {
    right: 5px !important;
    max-width: 90%;
    width: 90%;
  }
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--fs-color-primary);
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.progress {
  height: 6px !important;
}

.progress .progress-bar-success {
  height: 6px !important;
}

.layout-dichvu .container .row:not(.row-collapse) {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
