.list-post-dich-vu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-top: 20px;
}

.sub-item-dich-vu {
  margin-bottom: 10px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
}

.sub-item-dich-vu .content {
  padding: 15px;
}

.sub-item-dich-vu .img {
  overflow: hidden;
}

.mo-ta-dv-wp h2, .mo-ta-dv-wp h3 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.mo-ta-dv-wp p {
  font-size: 16px;
  color: #333;
}

.button-left-dv, .button-right-dv {
  background-color: #1bb3ae;
  line-height: 1;
  padding: 12px 60px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.button-right-dv {
  background-color: #f26522;
}

.sub-item-dich-vu img {
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
  transform: translateZ(0);
}

.sub-item-dich-vu:hover img {
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sub-item-dich-vu .title {
  font-weight: 500;
  color: #333333;
  font-size: 16px;
}

.sub-item-dich-vu:hover .title {
  color: #1bb3ae
}

.pagination-dichvu {
  text-align: center;
  margin-top: 15px;
}

.pagination-dichvu a {
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  height: 30px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}

.pagination-dichvu span.current, .pagination-dichvu a:hover {
  color: var(--success-color);
  background-color: #fff;
  border: 1px solid var(--success-color);
  height: 30px;
  min-width: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.list-post-dv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
.list-post-dv.visa-slider{
  display: block;
}
.list-post-dv.visa-slider .sub-item-dich-vu {
  width: 32% !important;
  margin: 1%;
  position: relative;
}
.list-post-dv.hotel-template .sub-item-dich-vu a::before{
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    z-index: 1;
    pointer-events: none;
}
.list-post-dv.hotel-template .sub-item-dich-vu .content{
    position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 15px;
      z-index: 2;
      pointer-events: none;
      text-align: center;
}
.list-post-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.list-post-header h2{
  margin-bottom: 0;
  line-height: 1;
  font-size: 24px;
}
.list-post-header a{
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 14px;
  min-width: 120px;
  text-align: right;
}
.list-post-header a i{
  color: var(--primary-color);
}
.list-post-dv.hotel-template .sub-item-dich-vu .title{
  font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
}
.list-post-dv.hotel-template .price_cs{
  text-align: center;
    color: #bbb;
}
.list-post-dv.hotel-template .price_cs span.amount{
  color: #fff100;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.list-post-dv.visa-slider .flickity-page-dots{
  bottom: -15px !important;
}
.list-post-dv.visa-slider .flickity-page-dots .dot{
  border-width: 1px;
  width: 10px;
  height: 10px;
}
.list-post-dv.visa-slider .flickity-page-dots .dot.is-selected{
  background-color: var(--primary-color);
}
.link-contact{
  display: block;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  padding: 9px 10px;
}
.link-contact:hover{
  color: #fff;
  background: var(--success-color)
}
.link-contact-ticket {
    padding-left: 15px;
    padding-right: 15px;
    background: var(--success-color);
    color: #fff;
    border: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: uppercase;
    font-weight: 700;
}
.link-contact-ticket:hover{
  background:#ed0080;
  color: #fff;
}
.contact-ticket-plane a br{
  display: none;
}
.contact-ticket-plane a img{
  padding-right: 10px;
}
.contact-ticket-plane{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-ticket-plane a{
    font-size: 16px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    font-weight: 400;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: auto;
}
.form_vemaybay{
  background: #fff;
  padding:15px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  font-size: 13px;
}
.form_vemaybay .inputs{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.form_vemaybay .input-colum-4{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.form_vemaybay .title{
  padding-top: 30px;
  display: inline-block;
}
.form_vemaybay .wpcf7-submit{
  margin: 0;
  margin-top: 23px;
  width: 100%;
  height: 31px;
}
.form_vemaybay .wpcf7-not-valid-tip{
  display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  background: var(--primary-color) !important;
  color: #fff;
  border: 0 !important;
}
/* -------- trang chủ ------ */
.home-luxtour1 .col {
  padding-bottom: 0 !important;
}

.home-luxtour1 .icon-box-img, .home-luxtour1 .icon-box-img img {
  width: auto !important;
}

.home-luxtour1 .icon-box-text h3 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
}

.home-luxtour1 .icon-box-text p {
  font-size: 14px;
  color: #333;
}

.title-no-border b {
  background-color: transparent !important;
}

.title-no-border .section-title-normal {
  border: 0 !important;
}

.title-no-border {
  margin: 0 !important;
}

.title-no-border .section-title-main {
  text-transform: capitalize !important;
  border: 0 !important;
}

.title-no-border span {
  border: 0 !important;
  margin: 0;
  font-size: 24px;
  color: #333;
  text-transform: capitalize;
  font-weight: 500 !important;
}
.title-no-border h1 span{
  font-size: 36px;
}
.danh-sach-tour .flickity-slider {
  display: flex;
  flex-wrap: wrap;
}

.danh-sach-tour .flickity-viewport {
  margin-bottom: 10px;
}

.danh-sach-tour .flickity-page-dots li {
  border: 1px solid #dddddd !important;
  border-radius: 50%;
  background-color: #fff !important;
  opacity: 1 !important
}

.danh-sach-tour .flickity-page-dots li.is-selected {
  background-color: var(--primary-color) !important;
}

.danh-sach-tour .product-title a {
  font-size: 16px !important;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.danh-sach-tour .product-small.box .box-text-products p.map {
  margin-bottom: 10px !important;
}

.danh-sach-tour .star-rating {
  display: none;
}

.danh-sach-tour .star-rating.star-cs {
  display: block;
}

.danh-sach-tour .star-rating:before,
.danh-sach-tour .star-rating span:before {
  color: #ffdc00 !important;
}

.home-luxtour3 .box-text {
  position: absolute;
  bottom: 35%;
  left: 0;
  z-index: 2;
  color: #fff;
}

.home-luxtour3 .box-text h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}

.home-luxtour3 .box-text b {
  font-size: 16px;
  display: inline-block;
  padding: 3px 60px;
  border-radius: 25px;
  color: #fff;
  background-color: #1bb3ae;
}

/* .home-luxtour4-raw h4 {
  font-weight: 500;
  color: #333;
  font-size: 18px;
}

.home-luxtour4-raw .icon-box-img, .home-luxtour4-raw .icon-box-img img {
  width: auto !important;
} */
.blog-home-left .post-item .col-inner {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.blog-home-left .post-item {
  max-width: 33.333% !important;
  -ms-flex-preferred-size: 33.333% !important;
  flex-basis: 33.333% !important;
  padding: 0 5px 10px !important;
}

.blog-home-left .post-item .box-text {
  padding: 10px !important;
}

.blog-home-left .post-title {
  font-size: 14px;
}

.blog-home-left .post-item:first-child {
  max-width: 100% !important;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}

.blog-home-left .post-item .is-divider,
.blog-home-right .post-item .is-divider {
  display: none;
}

.blog-home-left .post-item:first-child .box-text {
  padding: 20px !important;
  min-height: 100px;
}

.blog-home-left .post-item:first-child img {
  min-height: 290px;
}

.blog-home-left .post-item:first-child .post-title {
  font-size: 18px;
}

.blog-home-left .post-item:first-child .post-meta {
  display: none;
}

.blog-home-right .post-item .col-inner {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.blog-home-right .post-item .post-title {
  font-size: 16px;
}

.blog-home-right .post-item {
  padding-bottom: 13px !important;
}

.blog-home-right .post-item .box-text {
  padding: 15px !important;
}

/* ----- end trang chủ ----- */
/* ----- cam-on ------- */
.cam-on h3 {
  color: rgb(16, 109, 106);
  font-size: 30px;
  text-transform: uppercase;
}
.cam-on form {
  text-align: left;
}
.mh-col-regiter-services form br{
  display: none;
}
/* ---- san pham chi tiet --- */
.star_box_left .star-average {
  width: 40%;
  border-right: 1px solid #D7DCE3;
  padding: 15px;
  text-align: center;
}

.star_box_left span.star_average {
  line-height: 50px;
  font-size: 60px;
  font-weight: 500;
  color: var(--primary-color);
  display: block;
  width: 100%;
  line-height: 1;
}

.star_box_left span.star_average b {
  display: inline-block;
  font-size: 24px;
}

.star_box_left .star-average .woocommerce-product-rating {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.star_box_left .reviews_bar {
  width: 60%;
  padding: 0 15px;
}

body .star-average .woocommerce-product-rating .star-rating {
  width: 90px !important;
  margin: 10px auto;
}

.woocommerce-review-link {
  display: block;
  width: 100%;
  text-align: center;
}

.star_box {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid var(--light-grey-color, #EAEEF3);
  border-radius: 5px;
}

.star_box_left .reviews_bar .woo_review_row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.star_box_left .reviews_bar .woo_review_row:first-child {
  margin-top: 0;
}

.star_box_left .reviews_bar .woo_review_row .woo_stars_value {
  width: 22%;
  text-align: right;
  margin-top: 0px;
  margin-right: 3%;
}

.star_box_left .reviews_bar .woo_review_row .woo_rating_bar {
  width: 65%;
}

.star_box_left .reviews_bar .woo_review_row .woo_num_reviews {
  width: 7%;
  margin-left: 3%;
}

#review_form_wrapper {
  width: 100%;
  max-width: 100% !important;
  background: #F9F9F9 !important;
}

#review_form_wrapper #reply-title {
  display: none !important;
}

#review_form_wrapper #commentform {
  display: flex;
  flex-wrap: wrap;
}

#review_form_wrapper .form_row_reviews {
  width: 100%;
  order: 1;
  display: flex;
  flex-wrap: wrap;
}

#review_form_wrapper .comment-form-comment {
  width: 50%;
  order: 2;
  padding: 0 10px;
  height: 200px;
}

#review_form_wrapper .comment-form-comment textarea {
  height: 200px !important;
}

#review_form_wrapper .wrap-attaddsend {
  width: 100%;
  order: 3;
  padding: 0 10px !important;
  display: none;
  margin: 0 !important
}

#review_form_wrapper .comment-form-rating {
  width: 50%;
  order: 4;
  padding: 0px 10px;
  height: 200px;
  margin: 0 !important;
  box-sizing: border-box;
}

#review_form_wrapper .comment-form-rating .stars {
  background: #fff;
  border: 1px solid #ddd;
  padding: 40px 15px;
}

#review_form_wrapper .comment-form-cookies-consent {
  width: 100%;
  order: 5;
  padding: 10px;
}

#review_form_wrapper .form-submit {
  order: 6;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.woocommerce #review_form #respond input, .woocommerce #reviews #comments ol.commentlist #respond input,
.woocommerce #review_form #respond textarea, .woocommerce #review_form #respond textarea::placeholder,
.woocommerce #review_form #respond input::placeholder, .woocommerce #reviews #comments ol.commentlist #respond input::placeholder {
  color: #ccc;
}

#review_form_wrapper .form_row_reviews p {
  width: 50%;
  padding: 10px;
  padding-right: 20px;
}

#review_form_wrapper .form_row_reviews p.comment-form-author {
  padding-right: 10px;
}

#review_form_wrapper .form_row_reviews p.comment-form-email {
  width: 100%;
}

.woocommerce p.stars.selected a:not(.active)::before, #review_form .comment-form-rating p.stars.selected a:before {
  color: #ffdc00 !important;
}

#review_form_wrapper .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

#review_form_wrapper .comment-form-cookies-consent label {
  margin: 0;
}

#review_form_wrapper .comment-form-cookies-consent input {
  margin: 0 5px;
}

.product-page-sections .product-section-title {
  font-size: 24px;
}

.woocommerce #review_form #respond p.form-submit input#submit {
  background: var(--success-color) !important;
}

.woocommerce #review_form #respond p.form-submit input#submit:hover {
  background: var(--primary-color) !important;
}

/* ----- end san pham chi tiet --- */
.home-luxtour6 .box-text {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  padding: 25px 15px;
}

.product-small .star-rating {
  display: none;
}

.product-small .star-rating.star-cs {
  display: block;
}

.mh-main-menu .nav>li>a:hover {
  color: var(--primary-color) !important
}

.home-luxtour6 .box-text .box-text-inner {
  text-shadow: none;
}

.star-rating:before, .star-rating span:before {
  color: #ffdc00 !important;
}

.home-luxtour6 .box-text p {
  font-size: 18px;
  color: #fff;
  text-align: left;
}

.product-small img {
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
  transform: translateZ(0);
}

.product-small:hover img {
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-luxtour h2 {
  font-size: 42px !important;
}

.section-categories-container {
  border: 0 !important;
}

.section-categories-container h3 {
  border: 0 !important;
  font-size: 24px;
  text-transform: capitalize;
  padding: 0 !important;
}

.section-categories-container h3 span {
  text-transform: capitalize !important;
}

.only_mobile {
  display: none !important;
}

/* -------- trang blog --- */
.is-xxsmall, .is-xxsmall span {
  font-size: 14px;
}

.blog-tintuc-style-1 .post-item .col-inner {
  border: 1px solid #ccc;
}

.blog-tintuc-style-1 .post-item .from_the_blog_excerpt {
  display: none;
}

.blog-tintuc-style-1 .post-item .box-text {
  padding: 10px !important;
}

.blog-tintuc-style-1 .post-item .button {
  display: none;
}

.blog-tintuc-style-1 .post-item .post-title {
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.blog-tintuc-style-1 .post-item:first-child .col-inner {
  border: 0;
}

.blog-tintuc-style-1 .post-item:first-child .button {
  display: inline-block;
}

.blog-tintuc-style-1 .post-item:first-child {
  width: 100% !important;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.blog-tintuc-style-1 .post-item:first-child .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.blog-tintuc-style-1 .post-item:first-child .image-cover {
  padding: 0 !important;
}

.blog-tintuc-style-1 .post-item:first-child img {
  position: static !important;
}

.blog-tintuc-style-1 .post-item:first-child .box-text {
  padding: 0 !important;
}

.blog-tintuc-style-1 .post-item:first-child .post-meta,
.blog-tintuc-style-1 .post-item .is-divider {
  display: none !important;
}

.blog-tintuc-style-1 .post-item:first-child h5.post-title {
  font-size: 21px;
  margin-bottom: 30px;
}

.blog-tintuc-style-1 .post-item:first-child .from_the_blog_excerpt {
  font-size: 14px;
  color: #333;
  display: block;
}

.tintuc-blog2 .is-divider {
  display: none;
}

.tintuc-blog2 .post-title {
  font-size: 14px;
  color: #333;
}

.tintuc-blog2 .box-text {
  padding: 0 15px !important;
}

.tintuc-blog2 .post-item {
  margin-bottom: 15px;
}

.tintuc-blog2 .post-item:last-child {
  margin: 0;
}

h5.post-title {
  font-size: 15px;
}

.button-link-small {
  margin: 0 !important;
}

.menu-danhmuc li {
  padding: 0;
  border: 1px solid #dbdada;
  display: inline-block;
  margin: 0px 5px 10px 0 !important;
}

.menu-danhmuc li a {
  font-size: 13px;
  color: var(--primary-color);
  padding: 5px 20px;
}

.menu-danhmuc li:hover a {
  color: #fff;
  background: var(--primary-color);
}

.danhmuc-bv-siderbar .col {
  padding-bottom: 0 !important;
}
.danhmuc-bv-siderbar .col .post-item{
  padding-bottom: 10px !important;
}
.danhmuc-bv-siderbar>.col>.col-inner {
  border: 1px solid #f1f1f1;
  padding: 20px 20px 10px 20px;
  margin: 20px 0 10px;
}

.stick-topbar>.col>.col-inner {
  border: 1px solid #f1f1f1;
  padding: 20px 20px 10px 20px;
  margin: 20px 0 30px;
}

.title-no-border.pl-0, .title-no-border.pl-0 .section-title-main {
  padding-left: 0 !important
}

.stick-topbar .form-element-html {
  padding: 5px 0 !important;
}

.stick-topbar input, .stick-topbar input::placeholder,
.stick-topbar textarea, .stick-topbar textarea::placeholder,
.stick-topbar .button span {
  font-size: 13px !important;
  margin-bottom: 5px !important;
}

.stick-topbar .button-tvn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 5px !important;
  min-height: 0;
  line-height: 1;
  font-size: 12px;
  margin: 10px 0 0 0 !important;
}

html .formcraft-css .fc-form.frame-hidden .form-page-content {
  margin: 0 !important
}

.menu-danhmuc-bv li {
  display: block;
  width: 100%;
  color: var(--primary-color);
  padding: 0;
  margin: 0 !important;
}

.menu-danhmuc-bv li a {
  font-size: 14px;
  color: var(--primary-color);
}

.sliderbar-duan .section-title {
  border: 0;
  display: block;
}

.sliderbar-duan .section-title-container {
  margin-bottom: 5px;
}

.sliderbar-duan .section-title span {
  font-size: 18px;
  color: rgb(32, 56, 100);
  text-transform: capitalize;
  border: 0 !important;
  font-weight: 500;
  display: block;
  width: 100%;
}

.sliderbar-duan .section-title b {
  display: block;
  width: 110px;
  opacity: 1;
  height: 3px;
  margin-top: 10px;
  background: #ff9933 !important;
}

.sliderbar-duan .section-title b:first-child {
  display: none;
}

.sliderbar-duan .is-divider {
  display: none;
}

.single-post .post-entry-content {
  color: #333;
}

.sliderbar-duan h5.post-title {
  font-size: 14px;
  text-transform: capitalize;
}

.sliderbar-duan h5.post-title:hover {
  color: var(--primary-color)
}

.stick-topbar .wpcf7-submit {
  margin: 10px 0 0 0 !important;
  width: 100%;
  text-align: center;
}

.stick-topbar .button span {
  margin: 0 !important;
}

.form-tuvan>.col>.col-inner {
  border: 1px solid #f1f1f1;
  margin: 20px 0 10px;
}

.form-tuvan .section-title-container {
  background-color: var(--primary-color);
  padding: 10px;
}

.form-tuvan .col {
  padding-bottom: 0 !important;
}

.form-tuvan .section-title-container h4,
.form-tuvan .section-title-container span {
  margin: 0 !important;
  color: #fff;
  padding: 0;
  font-size: 16px;
}

.form-tuvan .section-title-container b {
  display: none;
}
.no-magin.form-tuvan>.col>.col-inner {
  margin: 0;
}

.contact-advisory span {
  color: #717171;
  display: block;
  margin: 5px 0;
}

.sdt p,
.sdt p a {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  color: #fe9934;
}

.contact-advisory {
  font-size: 14px;
  margin-top: 10px;
  margin: 5px 10px 10px 10px
}

.contact-advisory .form-contact-sidebar input {
  border: 2px solid var(--primary-color);
  border-right: none;
  font-size: 13px;
  margin: 0;
  height: 40px;
}

.contact-advisory .form-contact-sidebar button {
  border-bottom: 2px solid var(--primary-color);
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  background: #02a0d4;
  color: #ffffff;
  font-weight: bold;
}

/* --------- edn trang blog ----- */
/* ------- visa ---- */
.single-visa .section-categories-container h3{
  font-size: 30px;
}
.categoryname{
  background: rgba(0,0,0,.5);
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  padding: 7px 10px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
/* -------- hotel -------------- */
.mc-menu{
  display: none;
}
.excerpt_hotel{
  font-weight: 700;
    width: 100%;
    background: #f2f5f8;
    padding: 10px 20px;
    border-radius: 10px;
}
.tab-hotel{
  margin-top: 40px;
  font-size: 14px;
}
.tab-hotel .tab-hotel-header ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.tab-panel{
  padding: 25px;
background: #f3f3f3;
display: none;
}
.tab-panel.active{
  display: block;
}
.tab-hotel .tab-hotel-header ul li {
    padding: 0 10px;
    margin: 0;
}

.tab-hotel .tab-hotel-header ul li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #082e2d;
  text-transform: uppercase;
  position: relative;
}
.tab-hotel .tab-hotel-header ul li a:hover{
  cursor: pointer;
}
.tab-hotel .tab-hotel-header ul li a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: solid 2px var(--primary-color);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.tab-hotel .tab-hotel-header ul li a::after{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    border-bottom: solid 2px var(--primary-color);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.tab-hotel .tab-hotel-header ul li.active a::after,
.tab-hotel .tab-hotel-header ul li.active a::before{
  right: 0;
}

.chi-tiet-khach-san{
  display: grid;
  grid-template-columns: 1.5fr 2fr 2fr;
  grid-gap: 15px;
  padding:5px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
}
.tab-hotel .tab-panel .chi-tiet-khach-san:last-child{
  margin: 0;
}
.chi-tiet-khach-san h3,
.chi-tiet-khach-san h2{
  font-size: 16px;
  text-decoration: underline;
}
.chi-tiet-khach-san li,.chi-tiet-khach-san p{
  font-size: 12px;
}
/* ---- car ------ */
.price_car{
  background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    width: 100px;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    text-align: center;
}
.xe-du-lich .content .title{
  position: relative;
  font-size: 15px;
    line-height: 23px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.xe-du-lich .content .title::before{
  content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    border-bottom: solid 1px var(--primary-color);
}
.mda-infox{
  width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
.mda-infox span{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 25%;
  text-align: center;
  display: block;
  color: #333;
}
.mda-infox span i{
  margin-right: 5px;
}
.mh-box-info-hotel.box-xedulich ul li{
  display: flex;
}
.mh-box-info-hotel.box-xedulich ul li span{
  width: 110px;
  display: inline-block;
}
.mh-box-info-hotel.box-xedulich ul li span i{
  width: 20px;
  padding-left: 5px;
}
.mh-box-info-hotel.box-xedulich ul li b{
  font-weight: 400;
  width: calc(100% - (125px));
  padding-left: 10px;
}
.tab-panel h2{
  font-size: 20px;
}
.tab-panel h3{
  font-size: 18px;
}
.tab-panel p,.tab-panel p li,.tab-panel td,.tab-panel th{
  font-size: 15px;
  color: #333;
}
/* ---- mega menu ----- */
#masthead{
  z-index: 99 !important;
}
.mh-main-menu .nav>li.megamenu-top{
  position: static;
}
.megamenu-top>ul.nav-dropdown{

  /* opacity: 1;
  visibility: visible; */
  width: 1130px;
  max-height: 1000px;
  flex-wrap: wrap;
  top: 55px;
    height: 515px;
    padding:0 !important;
    background: #f6f6f6;
}
.megamenu-top.current-dropdown>ul.nav-dropdown{
  left: -292px;
}
.megamenu-top>ul.nav-dropdown .menu-top{
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    align-items: stretch;
    width: auto;
    float:left;
    position: static;
    clear: both;
}
.megamenu-top>ul.nav-dropdown a{
  text-transform: capitalize !important;
  font-size: 14px;
}
.megamenu-top>ul.nav-dropdown .menu-top>a{
  width: 200px;
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 10px;
  font-size: 14px;
  font-weight: 600;
}
.nav-dropdown .menu-item-has-children>a{
  font-weight: 400;
}
.megamenu-top>ul.nav-dropdown .menu-top>a::before{
  content: "\f054";
font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  right: 0;
}
.megamenu-top>ul.nav-dropdown .menu-top>a:hover{
  background: #fff;
  color: var(--primary-color);
}
.megamenu-top>ul.nav-dropdown .menu-top>a:hover::before{
  color: var(--primary-color);
}
.megamenu-top>ul.nav-dropdown .menu-top>ul.nav-column{
  display: flex;
  flex-wrap: wrap;
      position: absolute;
      left:220px;
      top: 0;
      width: calc(100% - (240px));
      /* height: 80vh; */
      opacity: 0;
      display: none;
      background: #f6f6f6;
}
.megamenu-top>ul.nav-dropdown .menu-top>ul.nav-column>li{
  border-right: 1px solid rgba(0,0,0,.15);
  width: 100%;
  flex-basis: 25%;
}
.megamenu-top>ul.nav-dropdown .menu-top>ul.nav-column>li.menu-item-has-children:nth-child(4){
  border: 0;
}
.megamenu-top>ul.nav-dropdown .menu-top>ul.nav-column.active{
  opacity: 1;
    display: flex;
    padding: 10px 5px;
    overflow: hidden;
}
.megamenu-top>ul.nav-dropdown .menu-top .nav-column a{
  border: 0 !important;
  padding: 5px 0 5px 0 !important;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  color: #333;
}
.megamenu-top>ul.nav-dropdown .menu-top .menu-item-has-children>a{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.megamenu-top>ul.nav-dropdown .menu-top .menu-item-has-children li a{
  font-weight: 400;
  padding-top: 0 !important;
}

.megamenu-top>ul.nav-dropdown .menu-top>a{
  color: #333;
}
/* ---- ring --- */
.social-ring .fa.fa-vibe::before {
  display: none;
}

.social-rin span {
  font-size: 12px;
}

.social-ring i::before {
  display: none;
}

.social-ring .mes img {
  max-width: 25px;
}

.social-ring .user-support img {
  max-width: 20px;
}

.social-ring .call-icon {
  margin-bottom: 20px;
}

.social-ring .call-icon i.fa {
  background: rgb(103, 182, 52);
  color: #fff;
}

.social-ring .zalo {
  margin-bottom: 20px;
  text-decoration: none;
}

.social-ring .viber {
  margin-bottom: 20px;
}

.social-ring .fa.fa-viber {
  background-color: #6d3c98;
  color: #fff;
}

.social-ring .viber .alo-circle-fill {
  background-color: rgba(109, 60, 152, 0.5);
}

.social-ring .viber .alo-circle {
  border-color: #6d3c98;
}

.social-ring .mes {
  margin-bottom: 20px;
}

.social-ring .mes i.fa {
  background-color: #365899;
  color: #fff;
}

.social-ring .mes .alo-circle-fill {
  background-color: rgba(11, 75, 99, 0.5);
}

.social-ring .mes .alo-circle {
  border-color: #365899;
}

.social-ring .call-icon .alo-circle-fill {
  background-color: rgba(20, 164, 11, 0.5);
}

.social-ring .call-icon .alo-circle {
  border-color: #109316;
}

.social-ring .mes:hover>span {
  background-color: #365899;
}

.social-ring .zalo:hover>span {
  background-color: #43a1f3;
}

.social-ring a.zalo span:before {
  border-color: transparent rgb(5, 144, 199) transparent transparent;
}

.social-ring a.mes span:before {
  border-color: transparent rgb(54, 88, 153) transparent transparent;
}

.social-ring {
  display: inline-grid;
  position: fixed;
  bottom: 50px;
  right: 45px;
  min-width: 45px;
  text-align: center;
  z-index: 99999;
}

.social-ring-content {
  display: inline-grid;
  position: relative;
}

.social-ring-content.hide .content {
  /* height: 1px;
  margin-top: -1px;
  overflow: hidden; */
  /* display: none; */
  position: relative;
  transition: 1s ease-out;
  bottom: -200px;
}

.social-ring-content .content {
  /* height: auto; */
  /* overflow: hidden; */
  /* display: block; */
  opacity: 0;
  visibility: hidden;
  bottom: -255px;
  position: absolute;
  transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
  -moz-transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
  -webkit-transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
  -o-transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
}

.social-ring-content .content.open {
  opacity: 1;
  visibility: visible;
  bottom: 55px;
}

.social-ring a {
  padding: 8px 2px;
  cursor: pointer;
  position: relative;
  display: block;
}

.social-ring i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
  margin-left: 3px;
  display: block;
}

.social-ring span {
  display: none;
}

.alo-circle {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  width: 50px;
  height: 50px;
  top: 3px;
  right: -3px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #0089B9;
  opacity: .5;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.alo-circle-fill {
  /* animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse; */
  width: 60px;
  height: 60px;
  top: -2px;
  right: -8px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: .75;
}

.call-icon:hover>span, .mes:hover>span, .sms:hover>span, .zalo:hover>span {
  display: block
}

.social-ring a span {
  border-radius: 2px;
  text-align: center;
  background: rgb(103, 182, 52);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 9px;
  right: 60px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
  font-size: 12px;
}

@-webkit-keyframes "headerAnimation" {
  0% {
    margin-top: -70px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes "headerAnimation" {
  0% {
    margin-top: -70px;
  }

  100% {
    margin-top: 0;
  }
}

.social-ring a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(103, 182, 52) transparent transparent;
  position: absolute;
  right: -10px;
  top: 10px;
  transform: rotate(180deg);
}

.baogia-button{
  display: none
}

.Cta-post {
  text-align: center;
  margin: 30px auto;
}

.Cta-post p {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 16px;
}

.Cta-post a {
  display: inline-block;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  background: #D62020;
  padding: 10px 35px;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0 5px;
}

.Cta-post a:last-child {
  background: var(--primary-color)
}

.Cta-post a:hover {
  background: #000;
  color: #fff;
}
.menu-top-mobile {
  display: none !important;
}

.lh-scr .woocommerce-breadcrumb i {
  font-style: normal;
  cursor: pointer;
}

.lh-scr .woocommerce-breadcrumb i::before {
  margin-right: 8px;
}

/* ------------ lh-scr-1 ------------ */
.lh-scr-1 .row-lh-1 .icon-box-text h3 {
  font-size: 24px;
  color: var(--primary-color);
}

.lh-scr-1 p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px !important;
}

.lh-scr-1 .row-lh-1 .button {
  font-size: 16px;
  color: var(--primary-color);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--primary-color) !important;
  text-transform: capitalize;
}

.lh-scr-1 .row-lh-1 .button::before {
  display: none;
}

.lh-scr-1 .row-lh-1 .col-inner {
  padding: 20px;
  height: 100%;
  border: 1px solid #eeeeee;
}

.row-lh-1 {
  margin-bottom: 30px;
}

.lh-scr-1 .row-lh-2 .icon-box-img img {
  width: auto !important;
}

.row-lh-2 .shadow-2 {
  padding: 30px;
  border: 1px solid #eee;
}

.row-lh-2 .shadow-2 .form-element-html {
  padding-bottom: 10px !important;
}
.br-white .breadcrumbs,.br-white .breadcrumbs a{
  color: #fff;
}

/* -------- end pc ---- */
/* ---------------------- iPads (portrait and landscape)------------------------------ */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {}

/* iPads (landscape-ngang) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .mh-col-regiter-services {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .mh-main-menu .nav>li>a{
    font-size: 13px !important;
  }

  .menu-top-mobile {
    display: none !important;
  }

  .menu-top-pc {
    display: flex !important;
    padding: 0 10px;
  }

  .row-collapse .mh-topbar {
    padding: 0 10px !important
  }

  .blog-home-left .post-item:first-child .image-zoom {
    padding-top: 68% !important;
  }

  .home-luxtour3 .box-text h4 {
    font-size: 24px;
  }

  .danh-sach-tour.large-columns-4 .flickity-slider>.col {
    max-width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }

  .home-luxtour1 .icon-box-text h3 {
    font-size: 18px;
  }

  .shoop-loop-chane-number .product-small.col {
    max-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }

  .mh-col-sidebar-tour .product-small.col {
    max-width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }

  .box-price-tour {
    min-height: 0;
  }

  .mh-sidebar .product-small.box .price-wrapper {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 20px;
  }

  .mh-sidebar .product-small.box .box-text-products {
    padding-bottom: 40px;
  }

  .box-shadow-cs .col-inner {
    box-shadow: none !important;
  }

  .mh-col-regiter-services {
    padding-top: 15px !important;
  }
}

/* iPads (portrait-doc) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .only_mobile {
    display: flex !important;
  }

  .mh-col-regiter-services {
    padding-top: 15px !important;
  }

  .only_pc {
    display: none !important;
  }

  .box-price-tour {
    min-height: 0;
  }

  .mh-col-sidebar-tour .product-small.col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .menu-top-mobile {
    display: flex !important;
  }

  .menu-top-pc {
    display: none !important;
  }

  /* -------- menu ------ */
  .mh-topbar p, .mh-topbar a, .mh-topbar .nav li>a {
    font-size: 9px !important;
  }

  .mh-topbar-left .social-icons {
    margin-right: 10px;
  }

  .mh-topbar-left .social-icons::after {
    height: 12px;
    margin-top: -1px;
    right: -4px;
  }

  .mh-topbar .nav li {
    margin: 0 5px;
  }

  .mh-topbar .nav li:not(:first-child)>a::after {
    height: 12px;
    margin-top: 3px;
    left: -5px;
  }

  .header-scr {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .mh-topbar-left .social-icons>a {
    font-size: 12px !important;
  }

  .button-menu-mobile, .button-search {
    margin: 0 !important;
    font-size: 15px;
  }

  .button-menu-mobile {
    font-size: 30px;
    color: #000;
    min-height: 0;
    line-height: 1;
  }

  .button-menu-mobile i, .button-search i {
    margin: 0 !important;
  }

  .top-menu {
    min-height: 0 !important;
    padding: 15px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  #menu-mobile li {
    display: block;
    width: 100%;
  }

  li.current-dropdown .nav-dropdown {
    position: static;
    max-height: initial;
    display: block;
    padding: 0 0 0 20px;
    background: transparent;
    box-shadow: none;
    border: 0 !important;
  }

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

  .menu-mobile li a {
    display: block;
    width: 100%;
  }

  .menu-mobile li.current-dropdown .nav-dropdown>li.nav-dropdown-col {
    width: 100%;
    display: block;
  }

  .menu-mobile li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 !important;
  }

  .menu-mobile li a {
    font-size: 16px;
    color: #333;
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 10px;
  }

  #menu-mobile {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* --------end menu ------ */
  .home-luxtour1 .icon-box-img {
    min-width: 70px !important;
    text-align: center;
  }

  .home-luxtour1 .col {
    padding: 15px !important;
  }

  .section-categories-container {
    margin-top: 15px;
  }

  .home-luxtour3 .box-text h4 {
    font-size: 18px;
  }

  .home-luxtour3 .box-text b {
    padding: 3px 40px;
  }

  /* .home-luxtour4-raw .icon-box-img, .home-luxtour4-raw .icon-box-img img {
    width: auto !important;
    max-height: 70px;
  } */
  .blog-home-right .box-vertical .box-image {
    width: 35% !important;
  }

  .blog-home-right .box-vertical .box-image.image-zoom {
    padding-top: 100px !important;
  }

  .blog-home-left .box-image .image-zoom {
    padding-top: 100px !important;
  }

  .blog-home-left .post-item:first-child .box-image .image-zoom {
    padding-top: 88% !important;
  }

  .home-luxtour6 .box-text p {
    font-size: 16px;
  }

  .accordion-title {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0 !important;
    font-size: 20px !important;
  }

  .accordion-title.active {
    background: #fff !important;
  }

  .accordion .toggle {
    left: auto;
    right: 10px;
    top: 10px !important;
  }

  .accordion-inner {
    padding: 15px !important;
  }

  .accordion-inner .nav li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .accordion-inner .nav li a {
    font-size: 17px;
    color: #333;
  }

  .wpcf7-form .medium-flex-wrap {
    flex-flow: nowrap !important;
  }

  .wpcf7-form .medium-flex-wrap .flex-col {
    -ms-flex-positive: none;
    flex-grow: inherit;
    width: auto;
  }

  .wpcf7-form .medium-flex-wrap .flex-grow {
    -ms-flex-positive: none;
    flex-grow: 10;
    width: auto;
  }
}

/* ---------------------------------ip6 plus--------------------- */
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 700px) {
  .list-post-dv.visa-slider .sub-item-dich-vu {
    width: 99% !important;
    margin: 1%;
  }
  .Cta-post a{
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 5px;
    min-width: 150px;
  }
  /* ---- ring ----- */
  .social-ring {
    display: grid;
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 100%;
    text-align: center;
    z-index: 99999;
  }

  .social-ring-content {
    display: flex;
    align-items: center;
  }

  .social-ring .call-icon .alo-circle-fill {
    display: none;
  }

  .social-ring a {
    background: var(--primary-color) !important;
    display: inline-flex;
    align-items: center;
    max-width: 33%;
    flex-basis: 33%;
    margin: 0 5px !important;
    justify-content: center;
    padding: 5px 15px;
  }

  .social-ring a span:before {
    display: none;
  }

  .baogia-button {
    display: block;
  }

  .alo-circle, .alo-circle-fill {
    display: none !important;
  }

  .social-ring-content .content.open {
    background: rgba(0, 0, 0, 0.41);
    padding: 5px 0;
    width: 100%;
    bottom: 0;
  }

  .social-ring i {
    margin: 0 !important;
  }

  .social-ring i.fa {
    background: transparent !important;
    width: 25px;
    height: 25px;
    line-height: 1;
  }

  .social-ring a span {
    background: transparent !important;
    display: inline-block !important;
    position: static !important;
    width: auto !important;
    margin: 0;
    font-size: 14px;
    padding: 0 5px;
  }

  .social-ring img,.social-ring .mes img {
    max-width: 15px;
  }

  .social-ring .viber, .social-ring .user-support {
    display: none !important;
  }
  .social-ring .zalo{
    position: fixed;
    right: 29px;
    bottom: 210px;
    padding: 8px 2px;
    background: transparent !important;
  }
  .social-ring .zalo span{
    display: none !important;
  }
  .social-ring .zalo i.fa {
    background: #43a1f3!important;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
 }
 .social-ring .zalo .alo-circle,.social-ring .zalo .alo-circle-fill {
     display: block!important;
 }

  /* --- end ring --- */
  .list-post-dv {
      grid-template-columns: 1fr 1fr ;
  }
  .list-post-dv.hotel-template{
    grid-template-columns: 1fr;
  }
  .list-post-header h2{
    font-size: 20px;
  }
  .tab-hotel .tab-hotel-header.active ul{
    display: block;
  }
  .tab-hotel .tab-hotel-header ul li.active a::after, .tab-hotel .tab-hotel-header ul li.active a::before{
    display: none;
  }
  .mh-col-info-hotel{
    padding-bottom: 10px !important;
  }
  .mc-menu{
    display: block;
    padding: 9px 10px;
    border: solid 1px var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    position: relative;
    cursor: pointer;
    font-size: 16px;
  }
  .tab-panel {
      padding: 15px;
  }
  .chi-tiet-khach-san{
    grid-template-columns: 1fr;
  }
  .tab-hotel .tab-hotel-header ul li a{
    font-weight: 400;
    padding: 9px 10px;
  }
  .mc-menu:before {
      content: "\f0d7";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .tab-hotel .tab-hotel-header ul{
      background: #e5e5e5;
      display: none;
  }
  .list-post-dv.visa-slider .flickity-page-dots{
    bottom: -20px !important;
  }
  .xe-du-lich .content .title{
    white-space: pre-wrap;
  }
  .xe-du-lich .content .title a{
    font-size: 12px;
    line-height: 1;
  }
  .mda-infox span{
    width: 50%;
    font-size: 12px;
  }
  .mda-infox span a{
    font-size: 12px;
  }
  .list-post-dv.xe-du-lich{
    grid-template-columns: 1fr 1fr;
  }
  .price_car{
    font-size: 10px;
    width: auto;
    padding:5px 25px;
  }
  .title-no-border h1 span{
    font-size: 30px;
  }
  .sub-item-dich-vu .content{
    padding: 10px;
  }
  /* -------- menu ------ */
  .mh-topbar p, .mh-topbar a, .mh-topbar .nav li>a {
    font-size: 9px !important;
  }
  .list-post-dich-vu{
    grid-template-columns:  1fr 1fr;
  }
  .mh-topbar-left .social-icons {
    margin-right: 10px;
  }
  .sub-item-dich-vu .title{
    font-size: 14px;
  }
  .contact-ticket-plane a{
    margin-top: 0;
  }
  .mh-topbar-left .social-icons::after {
    height: 12px;
    margin-top: -1px;
    right: -4px;
  }

  .mh-topbar .nav li {
    margin: 0 5px;
  }

  .mh-topbar .nav li:not(:first-child)>a::after {
    height: 12px;
    margin-top: 3px;
    left: -5px;
  }

  .header-scr {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .mh-topbar-left .social-icons>a {
    font-size: 12px !important;
  }

  .button-menu-mobile, .button-search {
    margin: 0 !important;
    font-size: 15px;
  }

  .button-menu-mobile {
    font-size: 30px;
    color: #000;
    min-height: 0;
    line-height: 1;
  }

  .button-menu-mobile i, .button-search i {
    margin: 0 !important;
  }

  .top-menu {
    min-height: 0 !important;
    padding: 15px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  #menu-mobile li {
    display: block;
    width: 100%;
  }

  li.current-dropdown .nav-dropdown {
    position: static;
    max-height: initial;
    display: block;
    padding: 0 0 0 20px;
    background: transparent;
    box-shadow: none;
    border: 0 !important;
  }

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

  .menu-mobile li a {
    display: block;
    width: 100%;
  }

  .menu-mobile li.current-dropdown .nav-dropdown>li.nav-dropdown-col {
    width: 100%;
    display: block;
  }

  .menu-mobile li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 !important;
  }

  .menu-mobile li a {
    font-size: 16px;
    color: #333;
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 10px;
  }

  #menu-mobile {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* --------end menu ------ */
  /* ---- trang chủ --- */
  .home-luxtour h2 {
    font-size: 24px !important;
  }

  .home-luxtour p {
    font-size: 9px;
  }

  .home-luxtour1 .col {
    margin-bottom: 25px;
  }

  .home-luxtour1 .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 50px !important;
  }

  .home-luxtour1 .icon-box-text p {
    font-size: 15px;
  }

  .home-luxtour1 .icon-box-text h3 {
    font-size: 18px;
    margin: 0;
  }

  .home-luxtour1 .icon-box-img {
    min-width: 70px !important;
    text-align: center;
  }

  .home .is-divider {
    width: calc(100% - (30px));
    margin: 0 auto;
    text-align: center;
  }

  .section-categories-container .section-categories a,
  .section-categories-container .section-categories {
    display: inline-block !important;
    color: #1bb3ae !important;
    font-size: 13px;
  }

  .mh-col-before-footer .icon-box-text>h5 {
    font-size: 20px;
  }

  .home-luxtour2 {
    padding-bottom: 0 !important;
  }

  .home-luxtour3 {
    padding-top: 20px !important;
  }

  .home-luxtour3 .box-text h4 {
    font-size: 18px;
    -webkit-line-clamp: 1;
  }

  .home-luxtour3 .box-text b {
    padding: 3px 40px;
    font-size: 12px;
  }

  .home-luxtour3 .section-title-main {
    display: block;
    width: 100%;
    text-align: center;
  }

  .row-home-scr-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .row-home-scr-3 .col {
    padding: 2px !important;
  }

  /* .home-luxtour4 {
    padding: 50px 0 !important;
  }

  .home-luxtour4-raw .col {
    width: 33.33%;
    flex-basis: 33.33%;
    padding: 5px !important;
  }

  .home-luxtour4-raw .icon-box-img, .home-luxtour4-raw .icon-box-img img {
    height: 55px;
  }

  .home-luxtour4-raw p {
    font-size: 10px;
  }

  .home-luxtour4-raw h4 {
    font-size: 12px;
  } */
  .blog-home-left .post-item:first-child,
  .blog-home-left .post-item,
  .blog-home-right .post-item {
    max-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }

  .blog-home-left .post-item:first-child .post-meta {
    display: block;
  }

  .blog-home-left .post-title,
  .blog-home-left .post-item:first-child .post-title {
    font-size: 15px !important;
  }

  .blog-home-left .post-item .box-text,
  .blog-home-left .post-item:first-child .box-text,
  .blog-home-right .post-item .box-text {
    padding: 10px !important;
    min-height: 0;
  }

  .blog-home-right .box-vertical {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .blog-home-right .post-item {
    padding: 0 5px 10px !important;
  }

  .blog-home-right .post-item:last-child {
    display: none !important;
  }

  .home-luxtour5 .section-title-main {
    display: block;
    width: 100%;
    text-align: center;
  }

  .mh-col-before-footer .icon-box-text {
    padding-left: 15px !important;
  }

  .mh-col-before-footer .icon-box-img {
    width: 40px !important;
  }

  .mh-col-before-footer .wpcf7 input.wpcf7-submit {
    display: block;
    width: 100% !important;
  }

  .mh-col-before-footer .wpcf7 input.wpcf7-text {
    border: 1px solid #d7d7d7;
  }

  .row-pd-small .col {
    padding:0 15px !important;
    padding-bottom: 15px !important;
  }

  .row-pd-small .col:nth-child(2n) {
    padding-right: 6px !important;
  }

  .row-pd-small .col:nth-child(2n+1) {
    padding-left: 6px !important;
  }

  .home-luxtour6 .box-text p {
    font-size: 16px;
  }

  .home-luxtour6 .box-text {
    padding: 10px;
  }

  .home-luxtour6 {
    padding-bottom: 60px !important;
  }

  .accordion-title {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0 !important;
    font-size: 20px !important;
  }

  .accordion-title.active {
    background: #fff !important;
  }

  .accordion .toggle {
    left: auto;
    right: 10px;
    top: 10px !important;
  }

  .accordion-inner {
    padding: 15px !important;
  }

  .accordion-inner .nav li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .accordion-inner .nav li a {
    font-size: 17px;
    color: #333;
  }

  .mh-col-footer {
    padding-bottom: 20px !important;
  }

  .footer-bottom p {
    text-align: center;
  }

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

  /* ------ trang gioi thieu --- */
  .mh-col-exp>.col-inner>p.exp {
    font-size: 30px;
  }

  /* ---- trang dang ky --- */
  .mh-col-regiter-services .col-inner {
    padding: 15px !important;
  }

  /* ----- trang cua hang ---- */
  .center-mobile .text-left,
  .center-mobile .text-right {
    text-align: center;
  }

  .mh-tour-order .woocommerce-ordering .orderby {
    border: 1px solid #ddd !important;
  }

  #mh_search .poka-search-submit {
    min-width: 50px;
  }

  .hidden-mobile {
    display: none !important;
  }

  .loc-mobile-wp .col-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .button-loc-mobile {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 0;
    border: 1px solid var(--primary-color) !important;
    height: 34px;
  }

  .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    width: 300px !important;
    background: #fff;
  }

  .poka-breadcrumb, .poka-breadcrumb a {
    font-size: 12px;
  }

  #search_mobile {
    box-shadow: none !important;
  }

  .mh-col-content-tour h1.product_title {
    font-size: 24px;
  }

  .mh-col-content-tour .mh-title-items,
  .mh-col-content-tour .tour-content>h5 {
    font-size: 20px;
    text-transform: capitalize;
  }

  .mh-col-content-tour .row-tour-info {
    margin: 10px 0;
  }

  .mh-col-content-tour .tour-content {
    margin-bottom: 10px;
  }

  .mh-col-content-tour .separator {
    bottom: 0;
  }

  .mh-col-content-tour .mh-list-extra-cost>li,
  .mh-col-content-tour .mh-tour-type ul li {
    width: 100%;
  }

  .woocommerce #reviews #comments h2 {
    font-size: 16px;
    font-weight: 500;
  }

  .box-price-tour {
    min-height: 0;
  }

  .form-book-tour .book-control {
    padding: 10px;
  }

  /* ----- .star_box -------- */
  .star_box {
    padding: 10px
  }

  .star_box_left .star-average,
  .star_box_left .reviews_bar {
    width: 100%;
    padding: 5px 0;
    border: 0;
  }

  .star_box_left .reviews_bar .woo_review_row .woo_stars_value {
    font-size: 12px;
  }

  .woocommerce-Reviews .commentlist {
    margin: 0;
  }

  div#review_form_wrapper {
    padding: 10px 5px;
  }

  #review_form_wrapper .form_row_reviews p,
  #review_form_wrapper .comment-form-comment,
  #review_form_wrapper .comment-form-rating {
    width: 100%;
    padding: 5px;
  }

  #review_form_wrapper .form_row_reviews p {
    padding: 5px;
  }

  #review_form_wrapper .form_row_reviews {
    margin: 0;
  }

  #review_form_wrapper .form_row_reviews p.comment-form-author {
    padding-right: 5px;
  }

  #review_form_wrapper .comment-form-rating {
    order: 2;
    padding: 5px;
    height: auto;
  }

  #review_form_wrapper .comment-form-rating .stars {
    padding: 10px 5px;
  }

  #review_form_wrapper .comment-form-comment {
    order: 3;
  }

  #review_form .comment-form-rating p.stars a {
    font-size: 10px;
  }

  #review_form_wrapper .comment-form-cookies-consent label {
    margin: 0;
    font-size: 12px;
    padding-left: 5px;
  }

  .woocommerce #review_form #respond p.form-submit input#submit {
    font-size: 14px;
  }

  /* ------ trang book ---- */
  .mh-form-booking .form-control .col {
    padding-bottom: 10px !important
  }

  .mh-form-booking .form-control .col:last-child {
    text-align: center;
  }

  .mh-form-booking label {
    margin: 0 0 5px;
    font-size: 14px;
  }

  .mh-form-booking .mh-tour-info {
    padding: 15px;
  }

  .menu-top-mobile {
    display: flex !important;
  }
  .menu-top-pc {
    display: none !important;
  }
  .blog-tintuc-style-1 .post-item:first-child .box{
        grid-template-columns: 1fr;
  }
  .follow-box{
    margin-top: 10px;
  }
}

/* ----------------------ip6---------------- */
@media screen and (max-width : 375px) {
  .mh-col-before-footer .icon-box-text>h5 {
    font-size: 19px;
  }
  .social-ring i.fa {
    background: transparent !important;
    width: 20px;
    height: 20px;
    line-height: 1;
  }

}

.archive-scr {
  z-index: 10;
}
