@charset "UTF-8";
.header.transparent {
  position: unset !important;
}

.header-nav-main > li {
  margin-right: 20px !important;
}
/* .header-nav-main > li > a {
  line-height: 16px;
  font-size: 14px !important;
  color: black !important;
} */
.header-nav-main > li > a:before {
  background-color: #ffc200 !important;
}
.header-nav-main .sub-menu {
  border: unset !important;
}
.header-nav-main .sub-menu li a {
  text-transform: inherit;
  font-size: 15px;
  font-weight: normal;
  border-bottom: unset !important;
}

.sidebar-menu {
  background: #0098d2;
}
.sidebar-menu button.ux-search-submit {
  background: white !important;
  color: #0098d2 !important;
}
.sidebar-menu a,
.sidebar-menu .icon-angle-down,
.sidebar-menu div {
  color: white !important;
}
.sidebar-menu li.active .sub-menu {
  border-top: 1px solid white;
  padding-bottom: 0px !important;
}
.sidebar-menu li.active .sub-menu a {
  padding: 15px 0px;
}
.sidebar-menu .header-newsletter-item {
  display: none;
}

.post-meta {
  position: relative;
  font-size: 14px !important;
}
.post-meta:before {
  content: "\f073";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.bannerslider h2,
.bannerslider p,
.bannerslider a,
.bannerslider i {
  color: white !important;
}
@media (min-width: 1200px) {
  .bannerslider h2 {
    font-size: 30px !important;
  }
}

@media (min-width: 845px) {
  .home main {
    padding-top: 0px;
  }
}

.buttonsite {
  position: relative;
}
.buttonsite:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-left: 34px solid #0098d2;
}
@media (max-width: 550px) {
  .buttonsite:before {
    border-top: 38px solid transparent;
  }
}
.buttonsite:before {
  right: -35px;
  top: 0px;
}

.listmenu {
  margin-top: 0px !important;
  padding: 0px 0px !important;
  -webkit-box-shadow: 0 3px 5px #ddd;
          box-shadow: 0 3px 5px #ddd;
}
.listmenu .row > .col {
  padding-bottom: 0px !important;
}
@media (min-width: 1100px) {
  .listmenu .ux-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.listmenu .ux-menu-link:hover {
  background: #e5e5e5;
}
.listmenu .ux-menu-link:hover a {
  color: #0098d2;
}
@media (min-width: 1100px) {
  .listmenu .ux-menu-link {
    margin-right: 0px !important;
    padding: 15px 10px;
  }
}
.listmenu a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.aboutus .row {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.aboutus--1 img {
  margin-left: 0px !important;
}
.aboutus__title {
  font-size: 25px;
}
.aboutus__textimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutus__textimg h2 {
  margin-bottom: 0px;
}
.aboutus__price {
  font-size: 45px;
}
@media (max-width: 845px) {
  .aboutus__price {
    font-size: 25px;
  }
}
.aboutus__price ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
@media (max-width: 845px) {
  .aboutus__price ul {
    display: block;
  }
  .aboutus__price ul li {
    font-size: 17px;
  }
}
.aboutus__price ul li {
  font-size: 25px;
  margin-left: 0px !important;
  margin-right: 20px;
  font-weight: bold;
}
.aboutus__price strong {
  margin-right: 10px;
}
.aboutus__textleft {
  border-bottom: 1px solid #333;
  padding: 20px 0;
}
.aboutus__textleft img {
  margin: 0px 10px 0px 0;
}
.aboutus__textleft .aboutus__price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutus__textright {
  border-bottom: 1px solid #333;
  padding: 20px 0;
}
.aboutus__textright img {
  margin: 0px 0px 0 10px;
}
.aboutus__textright .aboutus__price {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutus__textright p {
  text-align: center;
}
.aboutus__right h3 {
  color: #0e95c9;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.aboutus__right ul li {
  width: 130px;
  float: left;
  padding: 5px 0;
  list-style-type: disc;
  font-weight: bold;
}

.newevent__left .col-inner {
  height: 100%;
}
.newevent__row1 .col-inner,
.newevent__row1 .img-inner,
.newevent__row1 .img,
.newevent__row1 img {
  height: 100%;
}
.newevent__row1 {
  margin-bottom: 20px;
}
.newevent__row1 h3,
.newevent__row1 p,
.newevent__row1 span {
  color: white;
}
.newevent__row1 .ux-menu-link__text {
  position: relative;
  padding-left: 20px;
}
.newevent__row1 .ux-menu-link__text:before {
  content: "";
  background-image: url(/wp-content/uploads/2021/07/mt3.png);
  height: 20px;
  width: 10px;
  position: absolute;
  left: 0;
}
@media (min-width: 845px) {
  .newevent__row2 .col-inner {
    padding-top: 0px !important;
  }
}
@media (max-width: 845px) {
  .newevent__row2 .col-inner {
    padding-left: 0px !important;
  }
}
.newevent__row2 .col-inner {
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  height: 100%;
}
.newevent__row2 .col-inner .img-inner,
.newevent__row2 .col-inner .img,
.newevent__row2 .col-inner img {
  height: 100%;
}
.newevent__box .col {
  padding-bottom: 0px;
}
.newevent__new1 .post-item {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.newevent__new1 .is-divider {
  background: black;
  max-width: 60px;
  margin: 20px 0px !important;
}
.newevent__new2 .box-image,
.newevent__new2 .is-divider {
  display: none;
}
.newevent__new2 .post-item {
  padding-bottom: 10px;
}
.newevent__new2 h5 {
  font-weight: normal;
  position: relative;
  padding-left: 15px;
}
.newevent__new2 h5::before {
  content: "•";
  position: absolute;
  font-size: 20px;
  color: rgb(51, 51, 51);
  top: -3px;
  left: 0px;
}
.newevent__button1 {
  margin-bottom: 0px;
  color: black;
  font-weight: normal;
  padding-left: 15px;
}
.newevent__button2 {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  color: black;
}

.footer-2 .widget-title {
  font-size: 16px;
}
.footer-2 h3,
.footer-2 p,
.footer-2 a,
.footer-2 li {
  color: white;
}
@media (min-width: 1200px) {
  .footer-2 > .row > div:nth-child(1) p {
    margin-bottom: 10px;
  }
}
.footer-2 > .row .is-divider {
  max-width: 100%;
  background: #FFF;
  height: 1px;
}
.footer-2 > .row .widget_nav_menu li {
  border-top: unset;
}
.footer-2 > .row .widget_nav_menu li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
.footer-2 > .row .widget_nav_menu li a:after {
  position: absolute;
  left: 0;
  top: 6px;
  content: "\f105";
  font-weight: 900;
  font-family: FontAwesome;
  color: #ffc200;
}
.newsevent .is-divider {
  display: none;
}
.newsevent .post-meta {
  padding-left: 20px;
  position: relative;
  margin: 5px 0px;
  font-size: 14px;
}
.newsevent .post-meta:before {
  content: "\f073";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}
.newsevent .from_the_blog_excerpt,
.newsevent p {
  font-size: 14px;
}

.iconbox h3 {
  font-size: 13px;
  color: #ffc200;
}
.iconbox p {
  color: white;
}

.myservice .is-divider {
  display: none;
}
.myservice .post-title {
  margin-bottom: 10px;
}

.customerreviews .flickity-button-icon,
.customerreviews .star-rating {
  display: none;
}
.customerreviews h3,
.customerreviews p {
  font-style: initial !important;
}
.customerreviews .col-inner > p {
  min-height: 190px;
  padding: 30px 48px;
  font-size: 15px;
  border: 1px solid #ebebeb;
  background-color: #f7f7f7;
  position: relative;
}
.customerreviews .col-inner > p:after {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2021/07/q1.png");
  height: 19px;
  width: 24px;
  bottom: 15px;
  right: 15px;
}
.customerreviews .col-inner > p:before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2021/07/q2.png");
  height: 19px;
  width: 24px;
  top: 15px;
  left: 15px;
}
.customerreviews .flickity-page-dots .dot {
  background: #d8d8d8;
  border: unset;
}
.customerreviews .flickity-page-dots .is-selected {
  background-color: #0098d2 !important;
}

.listlogo h2 {
  color: white;
}
.listlogo .flickity-button-icon {
  color: white;
}

.back-to-top {
  color: #0098d2 !important;
  background: white !important;
  -webkit-box-shadow: 0px 0px 5px 0px #333333;
          box-shadow: 0px 0px 5px 0px #333333;
  border: unset !important;
  border-radius: 10px !important;
}

.post-sidebar {
  padding: 0px 15px !important;
}
.post-sidebar .is-divider {
  display: none !important;
}
.post-sidebar .widget-title {
  font-size: 15px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background: #0098d2;
  padding: 10px 10px;
  margin: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

.seriveleft {
  border: 1px solid #cccccc;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.seriveleft h5 {
  font-weight: normal;
  color: black;
  position: relative;
}
.seriveleft h5:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #0098d2;
  border-radius: 50%;
  margin-right: 5px;
}
.seriveleft .post-item {
  padding: 0px 0px;
}
.seriveleft .post-item:last-child box-text {
  border-bottom: unset;
}
.seriveleft .box-text {
  padding: 8px 10px;
  border-bottom: 1px solid #cccccc;
}

.relatepost h5 {
  font-weight: normal;
  color: black;
  position: relative;
  padding-left: 25px;
}
.relatepost h5:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 7px;
  left: 15px;
  position: absolute;
  background: black;
  border-radius: 50%;
  margin-right: 5px;
}
.relatepost .is-divider {
  display: none !important;
}
.relatepost .post-item {
  padding: 0px 0px;
}
.relatepost .box-text {
  padding: 8px 10px;
}

.newleft {
  padding: 10px 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.newleft .post-item {
  padding: 0px 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.newleft .box-text,
.newleft .box-image {
  padding-top: 0px;
}
.newleft .box-image,
.newleft .box-text {
  vertical-align: top !important;
}
.newleft h5 {
  font-size: 14px !important;
}

@media screen and (max-width: 1200px) {
  .singlepost > .row {
    margin: 0px 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .archive .medium-col-first .box-blog-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.archive .medium-col-first .box-blog-post .is-divider {
  display: none;
}
.archive .medium-col-first .box-blog-post h5 {
  margin-bottom: 5px;
  color: black;
}
.archive .medium-col-first .box-blog-post p {
  color: #747474;
  font-size: 14px;
}
.archive .medium-col-first .post-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.next-prev-nav .nav-next {
  border-left: unset !important;
}
.next-prev-nav a {
  font-size: 12px;
  color: black;
}
@media (max-width: 845px) {
  .next-prev-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .next-prev-nav span {
    display: block !important;
  }
  .next-prev-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.article-inner .entry-category,
.article-inner .entry-divider,
.article-inner .byline {
  display: none;
}

.page-title {
  display: none;
}

.entry-title {
  font-size: 20px;
}

.related-title {
  color: black;
  margin-top: 20px;
}

.quality p {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.quality .col-inner,
.quality .img,
.quality .img-inner {
  height: 100%;
}
.quality__left .img-inner {
  border: 1px solid #ebebeb;
  border-radius: 8px;
}
.quality__right .icon-box {
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: -2px 2px 5px #4e4e4e;
          box-shadow: -2px 2px 5px #4e4e4e;
  padding: 15px;
  background-color: #0e95c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e95c9), to(#1068a4));
  background-image: linear-gradient(#0e95c9, #1068a4);
  height: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.quality__button {
  color: #333 !important;
  text-align: right !important;
  font-weight: bold !important;
  width: 100% !important;
  text-transform: uppercase !important;
}

.culture__row {
  background: white;
  padding: 20px 0px;
}
.culture .post-item {
  padding-bottom: 0px;
}
.culture .is-divider {
  display: none;
}
.culture .social-icons i {
  color: black;
}
.culture .social-icons .icon {
  border: unset;
  margin-bottom: 0px;
}
.culture .icon-box {
  padding: 40px 30px 20px 50px;
  margin-top: 40px;
  position: relative;
  border-radius: 4px 0 0 0;
}
.culture .icon-box p {
  color: white;
}
.culture .icon-box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  bottom: -12px;
  left: 0px;
}
.culture .icon-box .content {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.culture__col1 .icon-box {
  background: #0092c9;
}
.culture__col1 .icon-box:before {
  border-left: 15px solid #0092c9;
  border-top: 1px solid #0092c9;
}
.culture__col2 .icon-box {
  background: #f9b10a;
  margin-top: 0px;
  margin-bottom: 40px;
}
.culture__col2 .icon-box:before {
  border-left: 15px solid #f9b10a;
  border-top: 1px solid #f9b10a;
}
.culture__col3 .icon-box {
  background: #b2db17;
}
.culture__col3 .icon-box:before {
  border-left: 15px solid #b2db17;
  border-top: 1px solid #b2db17;
}

.introcontact__item {
  clear: both;
}
.introcontact__item h3 {
  margin-bottom: 0px;
  text-transform: uppercase;
}
.introcontact__item .address {
  line-height: 20px;
  padding: 5px 0;
  margin-bottom: 0px;
}
.introcontact__item .phone {
  float: left;
  padding-right: 50px;
}

.introform .wpcf7-submit {
  width: 100%;
}

.wbcslider_tgdd {
  background: transparent !important;
}
.wbcslider_tgdd .item {
  max-width: 8%;
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
}
@media (max-width: 768px) {
  .wbcslider_tgdd .item {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.wbcslider_tgdd .TextCaptions {
  background-image: url(/wp-content/uploads/2021/07/timeline.png);
  background-repeat: no-repeat;
  padding-top: 15px;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .wbcslider_tgdd .TextCaptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wbcslider_tgdd .is-nav-selected {
  font-weight: bold;
  font-size: 20px;
}

.theboss .icon-box {
  background: #ebebeb;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .theboss .icon-box h3 {
    font-size: 28px;
  }
}

.listcompany .is-divider {
  display: none;
}
.listcompany .box-text {
  margin: 0px !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.listcompany .box-text h5 {
  color: white !important;
}

.corporatenews__left .is-divider {
  display: none;
}
.corporatenews__left h5 {
  font-size: 20px;
}
.corporatenews__left p {
  font-size: 14px;
}
.corporatenews__left {
  padding-bottom: 0px !important;
  margin-bottom: 20px !important;
}
.corporatenews__right {
  margin-bottom: 20px !important;
  padding-bottom: 0px !important;
}
.corporatenews__right .is-divider {
  display: none;
}
.corporatenews__right > .col-inner {
  border: 1px solid #ededed;
  padding: 15px;
  padding-bottom: 0px;
}
.corporatenews__right .box-image,
.corporatenews__right .box-text {
  vertical-align: top !important;
}
.corporatenews__right .post-item {
  padding-bottom: 0px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.corporatenews__right .post-item:last-child {
  border-bottom: unset;
  margin-bottom: 0px;
}
.corporatenews__right h5 {
  font-size: 16px;
}
.corporatenews__right p {
  font-size: 14px;
}
.corporatenews__right .row .post-item:nth-child(1) {
  display: none;
}
.corporatenews__left1 .is-divider,
.corporatenews__left1 .post-item:nth-child(1),
.corporatenews__left1 .post-item:nth-child(2),
.corporatenews__left1 .post-item:nth-child(3),
.corporatenews__left1 .post-item:nth-child(4) {
  display: none;
}
.corporatenews__left1 h5 {
  font-size: 16px;
}
.corporatenews__left1 p {
  font-size: 14px;
}
.corporatenews__right1 > .col-inner {
  padding: 20px;
}
.corporatenews__right1 .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.corporatenews__right1 h5 {
  font-weight: normal;
}
.corporatenews__right1 .box-image,
.corporatenews__right1 .box-text {
  vertical-align: top !important;
  padding-top: 0px;
}
.corporatenews__right1 .box-text {
  padding-right: 0px !important;
}
.corporatenews__right1 .is-divider {
  display: none;
}

.relatedpost .is-divider {
  display: none;
}
.relatedpost .flickity-prev-next-button {
  opacity: 1;
}
@media (min-width: 845px) {
  .relatedpost .next {
    position: absolute;
    top: -136px;
    right: 9px !important;
  }
  .relatedpost .next path {
    fill: #0098d2 !important;
  }
  .relatedpost .next .flickity-button-icon {
    background: #ededed;
  }
  .relatedpost .previous {
    position: absolute;
    top: -136px;
    right: 75px !important;
    left: auto !important;
  }
  .relatedpost .previous path {
    fill: #0098d2 !important;
  }
  .relatedpost .previous .flickity-button-icon {
    background: #ededed;
  }
}

/* Icons list phía trên footer – chỉ block này */
section.footer .row.above-footer {
  padding: 32px 0px !important;
  margin: 0;
  background-color: #17161a;
  /* Hàng icon */
}

section.footer .row.above-footer .row.icons-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 5px !important;
  /* Cột */
}

section.footer .row.above-footer .row.icons-list > .col {
  padding-bottom: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

section.footer .row.above-footer .row.icons-list > .col .col-inner {
  width: 100%;
  text-align: center;
}

section.footer .row.above-footer .row.icons-list > .col .icon-info {
  padding-bottom: 0px;
}

section.footer .row.above-footer .row.icons-list > .col {
  /* Icon box */
}

section.footer .row.above-footer .row.icons-list > .col .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0;
  height: 70px;
}

section.footer .row.above-footer .row.icons-list > .col .icon-box p {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.footer .row.above-footer .row.icons-list > .col .icon-box .icon-box-img {
  margin-bottom: 0;
}

section.footer .row.above-footer .row.icons-list > .col .icon-box .icon-box-text p {
  margin-bottom: 0 !important;
}

section.footer .row.footer-2 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

section.footer .row.footer-2 .widget-title h4 {
  margin-bottom: 30px !important;
  line-height: 1;
}

section.footer .row.footer-2 .footer__aboutus {
  padding-bottom: 0;
}

section.footer .row.footer-2 .footer__aboutus .col-inner .text {
  margin-bottom: 16px;
}

section.footer .row.footer-2 .footer__aboutus .col-inner .button.primary {
  border-radius: 8px;
  padding: 0 24px;
  margin-bottom: 0;
}

section.footer .row.footer-2 .footer__form {
  padding-bottom: 0;
}

section.footer .row.footer-2 .footer__form .footer__formtext {
  margin-top: -7px;
}

section.footer .row.footer-2 .footer__form {
  padding-bottom: 0;
}

section.footer .row.footer-2 .footer__form .footer__formtext {
  margin-top: -7px;
}

section.footer .row.footer-2 .footer__form .wpcf7-form {
  margin-top: 30px !important;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #000 !important;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]::-webkit-input-placeholder {
  color: #000;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]::-moz-placeholder {
  color: #000;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]:-ms-input-placeholder {
  color: #000;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]::-ms-input-placeholder {
  color: #000;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]::placeholder {
  color: #000;
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=email]:focus {
  outline: none;
  border-color: #ec0000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.footer .row.footer-2 .footer__form .wpcf7-form {
  /* BUTTON SEND */
}

section.footer .row.footer-2 .footer__form .wpcf7-form input[type=submit] {
  width: 100%;
  background-color: #ec0000;
  border-radius: 5px;
}

section.footer .row.footer-2 .footer__menu {
  padding-bottom: 0;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start {
  /* Chỉ item cuối */
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link {
  margin-bottom: 20px !important;
  padding-bottom: 0;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link:last-child {
  margin-bottom: 0px !important;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link .ux-menu-link__text {
  color: #adb5bd;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link .ux-menu-link__text:before {
  content: "\f105";
  color: #ec0000;
  font-family: fl-icons !important;
  margin-right: 10px;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link .ux-menu-link__text:hover {
  color: #ec0000 !important;
}

section.footer .row.footer-2 .footer__menu .ux-menu.stack.stack-col.justify-start .ux-menu-link a.ux-menu-link__link {
  padding-bottom: 0;
  padding-top: 0 !important;
  line-height: 1;
  min-height: 0;
}

.footer-2 {
  background-color: #b91c1c !important;
}

/* Transport Service Section */
.transport-service-section {
  position: relative;
  overflow: hidden;
}

.transport-service-section::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.06) 0%, transparent 70%);
  border-radius: 50%;
}

.transport-service-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
  border-radius: 50%;
}

/* Service Header */
.service-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.service-header .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  color: #dc2626;
}

/* Service Description */
.service-description p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

/* Service Features Row */
.service-features-row {
  position: relative;
  z-index: 1;
}
.service-features-row .box-image {
  margin: 0px !important;
}

.service-features-row .col {
  margin-bottom: 30px;
}

/* Service Feature Box */
/* .service-feature-box {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid #f0f0f0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
} */

.service-feature-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  border-color: #e5e7eb;
}

/* Image Container */
.service-feature-box .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.service-feature-box .box-image img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.service-feature-box:hover .box-image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* Feature Title */




.service-feature-box:hover .feature-title h3 {
  color: #dc2626;
}

/* Feature Description */



/* Specific Feature Styling with Accent Colors */
.feature-commitment:hover {
  border-color: rgba(220, 38, 38, 0.3);
}

.feature-commitment .box-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.05) 0%, transparent 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.feature-commitment:hover .box-image::after {
  opacity: 1;
}

.feature-delivery:hover {
  border-color: rgba(37, 99, 235, 0.3);
}

.feature-delivery .box-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, transparent 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.feature-delivery:hover .box-image::after {
  opacity: 1;
}

.feature-cod:hover {
  border-color: rgba(16, 185, 129, 0.3);
}

.feature-cod .box-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, transparent 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.feature-cod:hover .box-image::after {
  opacity: 1;
}



.service-feature-box:hover::before {
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .service-header h2 {
    font-size: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .service-description p {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .feature-title {
    padding: 18px 20px 0 20px;
  }
  .feature-title h3 {
    font-size: 17px;
  }
  .feature-description {
    padding: 10px 20px 20px 20px;
  }
  .feature-description p {
    font-size: 13px;
  }
  .service-features-row .col {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .transport-service-section {
    padding: 50px 15px !important;
  }
  .service-header h2 {
    font-size: 22px;
  }
  .service-header .service-icon {
    font-size: 28px;
  }
  .service-description p {
    font-size: 14px;
  }
}
/* Animation */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Subtle pulse effect on load */
.service-feature-box {
  -webkit-animation: subtle-pulse 2s ease-in-out infinite;
          animation: subtle-pulse 2s ease-in-out infinite;
}

.service-feature-box:hover {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes subtle-pulse {
  0%, 100% {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }
  50% {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  }
}

@keyframes subtle-pulse {
  0%, 100% {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }
  50% {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  }
}
/* Hover shine effect */
.service-feature-box .box-image::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.service-feature-box:hover .box-image::before {
  opacity: 1;
  -webkit-animation: shine-effect 0.8s ease;
          animation: shine-effect 0.8s ease;
}

@-webkit-keyframes shine-effect {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shine-effect {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
/* ===============================
   Popular Routes Section
================================ */
.popular-routes-section {
  background: #ffffff;
  position: relative;
}
@media (max-width: 480px) {
  .popular-routes-section {
    padding: 50px 15px !important;
  }
}

/* ===============================
   Routes Header
================================ */
.routes-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .routes-header h2 {
    font-size: 26px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .routes-header h2 {
    font-size: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.routes-header .routes-icon {
  font-size: 32px;
  color: #dc2626;
}
@media (max-width: 480px) {
  .routes-header .routes-icon {
    font-size: 28px;
  }
}

/* ===============================
   Route Products
================================ */
.route-products .product {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}
.route-products .product:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  border-color: #e5e7eb;
}
.route-products .product:hover .product-title a {
  color: #dc2626;
}
.route-products .product:hover .box-image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.route-products .product:hover .box-image::before {
  opacity: 1;
  -webkit-animation: shine-slide 0.8s ease;
          animation: shine-slide 0.8s ease;
}
.route-products .product:hover::after {
  opacity: 1;
}
.route-products .product {
  /* Animation delay */
}
.route-products .product:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.route-products .product:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.route-products .product:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.route-products .product:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.route-products .product {
  /* Bottom accent */
}
.route-products .product::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#dc2626), color-stop(#f59e0b), to(#10b981));
  background: linear-gradient(90deg, #dc2626, #f59e0b, #10b981);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.route-products .product.loading {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  -webkit-animation: loading-pulse 1.5s ease-in-out infinite;
          animation: loading-pulse 1.5s ease-in-out infinite;
}
.route-products {
  /* ===============================
      Image
   ================================ */
}
.route-products .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.route-products .box-image img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.route-products .box-image::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.route-products {
  /* ===============================
      Badge
   ================================ */
}
.route-products .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.95);
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}
.route-products {
  /* ===============================
      Content
   ================================ */
}
.route-products .box-text {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: unset !important;
}
@media (max-width: 768px) {
  .route-products .box-text {
    padding: 16px;
  }
}
.route-products .product-title {
  margin-bottom: 15px;
}
.route-products .product-title a {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .route-products .product-title a {
    font-size: 15px;
  }
}
.route-products {
  /* ===============================
      Route Info
   ================================ */
}
.route-products .route-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 15px;
}
.route-products .route-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5563;
}
.route-products .route-point::before {
  content: "📍";
  font-size: 16px;
}
.route-products .route-point.origin::before {
  content: "🟡";
}
.route-products .route-point.destination::before {
  content: "🟠";
}
@media (max-width: 768px) {
  .route-products .route-point {
    font-size: 13px;
  }
}
.route-products .route-divider {
  width: 2px;
  height: 20px;
  background: #e5e7eb;
  margin-left: 8px;
}
.route-products {
  /* ===============================
      Price
   ================================ */
}
.route-products .price-wrapper {
  margin-top: auto;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .route-products .price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
}
.route-products .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.route-products .price ins {
  text-decoration: none;
}
.route-products .price del {
  font-size: 18px;
  color: #9ca3af;
  margin-right: 8px;
}
.route-products .price-label {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.route-products .amount {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .route-products .amount {
    font-size: 20px;
  }
}
.route-products .price-suffix {
  font-size: 13px;
  color: #6b7280;
}
.route-products {
  /* ===============================
      Buttons (reuse)
   ================================ */
}
.route-products .button,
.route-products .add_to_cart_button {
  background: #dc2626;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
          box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}
.route-products .button:hover,
.route-products .add_to_cart_button:hover {
  background: #991b1b;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(220, 38, 38, 0.4);
          box-shadow: 0 6px 16px rgba(220, 38, 38, 0.4);
}
@media (max-width: 768px) {
  .route-products .button,
  .route-products .add_to_cart_button {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .route-products .button,
  .route-products .add_to_cart_button {
    width: 100%;
    text-align: center;
  }
}
.route-products .button,
.route-products .add_to_cart_button {
  olor: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 24px;
  border-radius: 20px;
  text-transform: inherit;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 46, 46)), color-stop(rgb(255, 106, 42)), to(rgb(255, 30, 37))) !important;
  background-image: linear-gradient(to right, rgb(255, 46, 46), rgb(255, 106, 42), rgb(255, 30, 37)) !important;
}
.route-products {
  /* Sale badge */
}
.route-products .onsale {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #dc2626;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
          box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
}
.route-products {
  /* ===============================
     Animations
  ================================ */
}
@-webkit-keyframes shine-slide {
  from {
    left: -50%;
  }
  to {
    left: 150%;
  }
}
@keyframes shine-slide {
  from {
    left: -50%;
  }
  to {
    left: 150%;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loading-pulse {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes loading-pulse {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

/* === CARD TỔNG === */
.route-products .product-small {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.route-products .product-small:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

/* === ẢNH === */
.route-products .box-image {
  border-radius: 16px 16px 0 0 !important;
  overflow: hidden;
}

/* === TITLE + CATEGORY === */
.route-products .title-wrapper {
  margin-bottom: 10px;
  background: white;
  text-transform: inherit;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: rgb(31, 41, 55);
  border-radius: 20px;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.route-products .title-wrapper p, .route-products .title-wrapper span {
  color: rgb(31, 41, 55);
  text-transform: inherit;
  opacity: 1;
}

.route-products .box-text {
  padding-top: 0px !important;
}

.route-products .product-cat {
  font-size: 12px;
  color: #666;
}

.route-products .product-title {
  font-size: 16px;
  font-weight: 700;
}

/* === ROUTE LINE === */
.route__line {
  position: relative;
  padding-left: 18px;
  margin: 12px 0 16px;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  padding-bottom: 12px;
}

.route__line::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  bottom: 6px;
  width: 1px;
  height: 26px;
  border-left: 1px dashed #dcdcdc;
}

/* Điểm đi */
.route__linefrom {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.route__linefrom::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #f5b400;
  border-radius: 50%;
}

/* Điểm đến */
.route__lineto {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.route__lineto::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #ff6a00;
  border-radius: 50%;
}

/* === GIÁ + NÚT === */
.route__linebottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  max-width: 100%;
  width: 100%;
}

/* Giá */
.route-products .price {
  font-size: 22px;
  font-weight: 800;
  color: #111;
}

.route-products .price-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.route-products .product-title {
  display: none;
}

.route-products .price .woocommerce-Price-currencySymbol {
  font-size: 16px;
  vertical-align: top;
}

/* === NÚT ĐẶT VÉ === */
.dat-ve-wrap {
  margin-left: 12px;
}
.dat-ve-wrap a {
  margin: 0px !important;
}

.dat-ve-button {
  background: #ff3b30 !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 0px 18px;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-shadow: 0 6px 14px rgba(255, 59, 48, 0.35);
          box-shadow: 0 6px 14px rgba(255, 59, 48, 0.35);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dat-ve-button:hover {
  background: #e62e24 !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}