#main .home-sec-4 {
  padding-top: 60px;
}

.home-sec-4 .post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-family: var(--medium);
  font-weight: normal;
  color: var(--black);
  font-size: 18px;
  min-height: 47px;
}

.home-sec-4 .post-item:hover .post-title a {
  color: var(--theme-color);
}

.home-sec-4 .post-item .post-date {
  font-size: 14px;
  font-family: var(--medium);
  font-weight: normal;
  color: var(--black);
  max-width: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.home-sec-4 .post-item .post-date pre {
  margin: 0;
  background-color: transparent;
  border: unset;
  overflow-x: unset;
  padding: 0px;
  line-height: 1;
}

.home-sec-4 .post-item .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-family: var(--regular);
  font-weight: normal;
  color: var(--black);
  font-size: 16px;
  min-height: 67px;
}

/* animation */
@keyframes moveX {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes fly-plane {
  0% {
    transform: translate(-50%, -40%) rotate(-10deg);
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    transform: translate(150%, -100%) rotate(5deg);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}

@keyframes smoothBounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

/* text */
.title-txt p {
  font-size: 16px;
  color: var(--black);
  margin-bottom: 8px;
}

/* header */
.phone-icon {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 16px;
}

.hotline-item {
  font-size: 20px;
  color: var(--orange);
  font-family: var(--bold);
}

.header-nav-main {
  gap: 20px;
}

.header-nav-main li.current-dropdown>.nav-dropdown {
  left: 0px;
  border: none;
  border-radius: 10px;
}

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

.header-main>.header-inner>.flex-left>.nav-left>.menu-item {
  margin-right: 10px !important;
}

.header-main>.header-inner>.flex-left>.nav-left>.menu-item>a {
  font-family: var(--medium);
  color: var(--black);
  padding: 0;
  line-height: 1.6;
  text-transform: none;
  font-size: 18px;
  font-weight: 100;
}

.header-main>.header-inner>.flex-left>.nav-left>.menu-item>a:hover,
.header-main>.header-inner>.flex-left>.nav-left>.menu-item.active>a {
  color: var(--theme-color);
}

.header-main>.header-inner>.flex-left>.nav-left>.menu-item>a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background-color: currentColor;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
}

.header-main>.header-inner>.flex-left>.nav-left>.menu-item>a:hover::after,
.header-main>.header-inner>.flex-left>.nav-left>.menu-item.active>a::after {
  width: 100%;
}


.nav-dropdown.nav-dropdown-default>li>a {
  border-bottom: 1px solid #ddd !important;
  color: var(--black);
}

.nav-dropdown.nav-dropdown-default>li>a:hover {
  color: var(--theme-color);
}

/* tin tuc */
/* sec noi bat */
.custom-latest-posts {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.sec-noi-bat .post-item .image-cover {
  padding-top: 57%;
}

.sec-noi-bat .post-left.post-item {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.sec-noi-bat .post-item .post-title {
  position: absolute;
  bottom: 0;
  padding: 25px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.68%, rgba(0, 0, 0, .72) 53.2%, rgba(0, 0, 0, .86) 69.35%, #000 86.01%);
}

.sec-noi-bat .post-left.post-item .post-title * {
  font-size: 30px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--white) !important;
  line-height: 1.4;
  margin: 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 84px;
}

.sec-noi-bat .post-right .post-item .post-title * {
  font-size: 18px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--white) !important;
  line-height: 1.4;
  margin: 0;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sec-noi-bat .post-right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sec-noi-bat .post-right .post-item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sec-noi-bat .post-right .post-item:first-child {
  border-top-right-radius: 20px;
}

.sec-noi-bat .post-right .post-item:last-child {
  border-bottom-right-radius: 20px;
}

.image-zoom {
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.image-zoom img {
  transition: transform 0.5s ease;
  will-change: transform;
}

.post-item:hover .image-zoom img {
  transform: scale(1.05);
  /* Phóng to nhẹ khi hover */
}

/* danh sach tin tuc */
.sec-list-post .post-title.title-txt * {
  font-size: 30px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--black);
  line-height: normal;
  width: fit-content;
  margin-bottom: 24px !important;
}

.sec-list-post .post-title.title-txt {
  display: flex;
}

.sec-list-post .post-title.title-txt::before {
  content: '';
  display: block;
  width: 3px;
  background-color: var(--theme-color);
  margin: 0px 10px 25px 0px;
}

.sec-list-post .post-list .post-thumbnail {
  position: relative;
}

.sec-list-post .post-list .post-thumbnail .post-categories {
  position: absolute;
  top: 20px;
  left: 0;
}

.sec-list-post .post-list .post-thumbnail .post-categories a {
  background: rgba(0, 0, 0, 0.6);
  color: var(--white);
  padding: 5px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sec-list-post .post-list .post-excerpt {
  font-size: 16px;
  color: var(--black);
  line-height: 1.3em;
  font-weight: normal;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sec-list-post .post-list .post-item .image-cover {
  padding-top: 62% !important;
  border-radius: 10px;
}

.sec-list-post .post-list .post-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
}

.sec-list-post .post-list .post-item .post-title {
  margin-bottom: 10px !important;
}

.sec-list-post .post-list .post-item .post-meta {
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
}

.sec-list-post .post-list .post-item .post-info .post-title a {
  font-family: var(--medium);
  font-size: 18px;
  color: var(--black);
  font-weight: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 46px;
}

.sec-list-post .post-list .post-item:hover .post-info .post-title a {
  color: var(--theme-color);
}

.load-more-wrapper .load-more-posts,
.load-more-wrapper .load-more-hotel,
.load-more-wrapper .load-more-tours,
.post-detail .load-more-btn {
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
  text-transform: initial;
  font-size: 16px;
  font-family: var(--semi);
  font-weight: normal;
  border-radius: 10px;
  margin-right: 0px;
}

.load-more-wrapper .load-more-posts:hover,
.load-more-wrapper .load-more-tours:hover,
.load-more-wrapper .load-more-hotel:hover,
.post-detail .load-more-btn:hover {
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 16px 0 rgb(38 131 214 / 80%) !important;
}

/* single-post */
.single-post .post-sidebar .widget-area,
.sidebar {
  position: sticky;
  top: 100px;
}

.custom-sidebar .title-txt {
  font-size: 24px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--black);
  line-height: normal;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 5px;
  width: fit-content;
  margin-bottom: 24px !important;
}

.custom-sidebar .box-blog-post {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}

.custom-sidebar .box-blog-post:last-child {
  border: none;
}

.custom-sidebar .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-family: var(--medium);
  font-weight: normal;
  color: var(--black);
  font-size: 18px;
}

.custom-sidebar .box-blog-post:hover .post-title a {
  color: var(--theme-color);
}

.custom-sidebar .box-image {
  height: fit-content;
  border-radius: 5px;
  margin-bottom: 10px;
}

.custom-sidebar .box-image img {
  height: 90px;
  width: 150px;
  object-fit: cover;
}

.custom-sidebar .box-text {
  padding: 0px;
}

.custom-sidebar .post-date {
  font-size: 14px;
  font-family: var(--medium);
  font-weight: normal;
  color: #999;
  max-width: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.custom-sidebar .post-date pre {
  margin: 0;
  background-color: transparent;
  border: unset;
  overflow-x: unset;
  padding: 0px;
  line-height: 1;
}

/* chi tiet bai viet */
.single-post input[type="search"] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.single-post .submit-button {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: var(--theme-color);
  color: var(--white);
  font-weight: normal;
}

.single-post .widget_categories .widget-title span {
  font-size: 24px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--black);
  line-height: normal;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 5px;
  width: fit-content;
  margin-bottom: 24px !important;
  text-transform: initial;
}

.single-post .widget_categories .is-divider {
  display: none;
}

.single-post .widget_categories ul {
  margin-top: 15px;
  margin-left: 5px;
}

.single-post .widget_categories ul>li>a {
  color: var(--black);
  font-family: var(--regular);
  font-weight: normal;
}

.single-post .widget_categories ul>li>a:hover {
  color: var(--theme-color);
}

.single-post .entry-header-text.text-center {
  padding: 0 0 25px;
}

.single-post .entry-title {
  font-size: 30px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--black);
  text-align: left;
  border-bottom: 1px dashed #e4e4e4;
  width: 100%;
  padding-bottom: 15px;
}

.single-post .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post .entry-meta span{
  text-transform: initial;
  font-size: 16px;
}

.single-post .entry-content {
  background-color: var(--white);
  color: var(--black);
}

.single-post .entry-content p,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content ul {
  color: var(--black) !important;
}

.entry-content p:has(img) {
  padding: 0 !important;
}

/* model hotel */
div[id^="hotelModal-"] h3 {
  color: var(--black);
  font-size: 20px;
  font-family: var(--semi);
  padding: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #cdd0d1;
}

div[id^="hotelModal-"] .policy-list {
  padding: 16px;
}

/* model room */
div[id^="roomModal-"] h3 {
  padding: 10px 10px 0 10px;
  color: var(--black);
  font-family: var(--semi);
  margin-bottom: 0;
}

div[id^="roomModal-"] .policy-text h4 {
  margin-bottom: 10px;
}

.policy-item:last-child {
  border-bottom: none;
}

div[id^="roomModal-"] .policy-item ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(122px, 1fr));
  row-gap: 4px;
  padding-left: 16px;
  margin: 0px;
}

div[id^="roomModal-"] .policy-item:first-child ul,
div[id^="roomModal-"] .policy-item:nth-child(2) ul {
  padding-left: 0;
}

div[id^="roomModal-"] .policy-item:first-child ul li,
div[id^="roomModal-"] .policy-item:nth-child(2) ul li {
  list-style: none;
}

/* ctks */
.sec-header .tab-menu-scroll {
  justify-content: flex-start;
}

.ctks-sec-2 .col-mo-ta-chung .btn:hover {
  background-color: unset;
  color: var(--theme-color);
}

.ctks-sec-2 .gia-tb .chon-phong:hover {
  background-color: #df440f;
}

.phong-item .icon-text {
  margin-bottom: 10px;
}

.flickity-button {
  font-weight: normal;
}

.flickity-button svg {
  background-color: var(--white);
}

.slider:hover .flickity-prev-next-button {
  opacity: 1;
}

.flickity-button svg .arrow {
  fill: var(--theme-color) !important;
}

.flickity-button:hover svg {
  background-color: var(--theme-color);
}

.flickity-page-dots .dot {
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  border-color: #1ba0e2;
}

.phong-item .btn-view a:hover {
  color: var(--theme-color);
}

.btn-dat button[disabled] {
  color: var(--red);
  text-transform: initial;
  font-weight: normal;
}

.phong-item .lua-chon .btn-dat .chon-phong:hover {
  background-color: var(--theme-color);
}

.ctks-sec-2 .col-mo-ta h3,
.ctks-sec-2 .col-mo-ta h4 {
  color: var(--black);
  font-family: var(--semi);
}

.ctks-sec-2 .col-mo-ta #btn-expand:hover {
  color: var(--theme-color);
}

.ctks-sec-3 .section-content>.row {
  background-color: var(--white);
}

.ctks-sec-3 .group-row-1 {
  padding-bottom: 32px;
}

.ctks-sec-3 .group-row-1 .button {
  font-weight: normal;
  border-color: transparent;
  color: var(--blue);
  font-size: 14px;
  font-family: var(--semi);
  text-transform: none;
  padding: 0px;
}

.ctks-sec-3 .group-row-1 .button:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.ctks-sec-3 .group-row-1 .button::after {
  font-family: var(--fa6);
  content: "\f105";
  margin-left: 4px;
}

.ctks-sec-3 .group-row-1 tr td:first-child {
  color: #687176;
}

.ctks-sec-3 .group-row-1 tr td:last-child {
  color: var(--black);
}

tbody tr:nth-child(odd) {
  background-color: #f7f9fa;
}

.policy-text h4 {
  color: var(--black);
  font-family: var(--semi);
}

.ctks-sec-3 .group-row-1 .col-right h2 {
  font-family: var(--semi);
  color: var(--theme-color);
  font-size: 16px;
}

div[id^="popup-chinh-sach-"] h3 {
  font-family: var(--semi);
  color: var(--black);
  padding: 10px 10px 0 10px;
}

div[id^="hotelModal-"],
div[id^="roomModal-"],
div[id^="popup-chinh-sach-"],
#faq-popup {
  border-radius: 10px;
}

#faq-popup {
  padding: 16px;
}

.ctks-sec-3 .group-row-2 .col-right {
  padding: 0 15px 30px;
}

/* 
.button.primary {
  font-weight: normal;
  text-transform: none;
  border-radius: 10px;
  font-family: var(--semi);
  color: var(--theme-color);
  text-transform: none;
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding: 0;
}
.button.primary:hover {
  color: var(--theme-color);
  box-shadow: unset;
} */
.button.primary::after {
  font-family: var(--fa6);
  content: "\f103";
  margin-left: 4px;
}

.ctks-sec-3 .group-row-2 .text-center {
  text-align: left;
}

/* chi tiet tour */
.ctdl-sec-1 .entry-title {
  font-family: var(--semi);
  color: var(--theme-color);
  font-size: 30px;
}

.ctdl-sec-1 .khoi-hanh {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.ctdl-sec-1 .tour-info-sections {
  margin-bottom: 20px;
}

.ctdl-sec-1 h3 {
  font-family: var(--semi);
  font-size: 24px;
  color: var(--black);
}

.ctdl-sec-1 .trai-nghiem,
.ctdl-sec-1 .chuong-trinh-tour,
.ctdl-sec-1 .lich-khoi-hanh,
.ctdl-sec-1 .thong-tin-can-luu-y,
.danh-gia {
  background-color: var(--white);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 15px;
}

.ctdl-sec-1 .chuong-trinh-tour {
  margin-top: 20px !important;
  margin-bottom: 20px;
}

.ctdl-sec-1 .lich-khoi-hanh {
  margin-bottom: 20px;
}

thead tr th {
  text-transform: none;
  font-weight: normal;
  color: var(--black);
  font-size: 14px;
}

td:first-child,
th:first-child {
  padding-left: 10px;
}

.ctdl-sec-1 .tab-titles {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  padding: 5px 0;
  gap: 10px;
  /* Khoảng cách giữa các tab */
}

.ctdl-sec-1 .tab-titles::-webkit-scrollbar {
  display: none;
  /* Ẩn scrollbar nếu cần */
}

.ctdl-sec-1 .tab-titles::-webkit-scrollbar {
  display: none;
}

.ctdl-sec-1 .tab-titles li {
  margin-left: 0;
  margin-bottom: 0;
  background-color: #f9fbfc;
  color: var(--black);
  border: 1px solid #ddd;
}

.ctdl-sec-1 .tab-titles li.active {
  background-color: #f9fbfc;
  color: var(--blue);
}

.ctdl-sec-1 .tab-content {
  border: none;
}

.ctdl-sec-1 .tour-price-box {
  background-color: #fff3e0;
  padding: 15px;
  border: 1px solid rgba(0, 60, 113, 0.05);
  border-radius: 6px;
}

.ctdl-sec-1 .tour-tab {
  margin: 0;
  background-color: var(--white);
  color: var(--black);
  padding: 0px 12px;
  border-radius: 6px;
  font-weight: normal;
  border: 2px solid transparent;
}

.ctdl-sec-1 .tour-tab.active {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid var(--blue);
}

.tab-titles {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tab-titles li {
  cursor: pointer;
  padding: 8px 15px;
  background: #eee;
  border-radius: 4px;
}

.tab-titles li.active {
  background: #0073aa;
  color: #fff;
}

.tab-content {
  display: none;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
}

.tab-content.active {
  display: block;
}

.ctdl-sec-1 .price-row {
  background-color: var(--white);
  gap: 5px;
}

.ctdl-sec-1 .price-row .label {
  font-weight: normal;
}

.ctdl-sec-1 .price-row .price {
  font-weight: normal;
}

.ctdl-sec-1 .btn-plus,
.ctdl-sec-1 .btn-minus {
  font-weight: normal;
  margin: 0;
  background-color: transparent;
}

.ctdl-sec-1 .quantity-box input {
  margin-bottom: 0;
  box-shadow: unset;
  width: 30px;
  padding: 0;
}

.ctdl-sec-1 .quantity-box input:focus {
  box-shadow: unset;
}

.ctdl-sec-1 .tour-price-box .btn {
  background-color: var(--orange);
  color: var(--white);
  text-transform: initial;
  font-weight: normal;
  width: 100%;
  border-radius: 6px;
  font-family: var(--semi);
}

.ctdl-sec-1 #total-price {
  color: var(--orange);
}

.danh-gia {
  margin-top: 20px;
}

.danh-gia-item {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}

.danh-gia .info-user {
  display: flex;
}

.danh-gia .name {
  font-size: 18px;
  font-family: var(--semi);
  font-weight: normal;
  margin-right: 10px;
  color: var(--black);
}

.danh-gia .danh-gia-avatar img {
  max-width: 40px;
  width: 40px;
  height: 40px;
  object-fit: fill;
  border-radius: 50%;
  margin-right: 10px;
}

.danh-gia-sao .star {
  color: #ffac33;
}

.danh-gia-sao .rating-text {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}

.danh-gia-item .danh-gia-ngay {
  color: #a1a1aa;
  font-size: 15px;
  font-weight: normal;
}

.danh-gia-text {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
}

/* khach san */
.badge-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.badge-item.more {
  background: #eee;
  position: relative;
}

.badge-item.more:hover .more-popup {
  display: block;
}

.more-popup {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  color: var(--white);
  padding: 10px;
  border-radius: 8px;
  min-width: 180px;
  z-index: 9999;
  max-height: 80vh;
  overflow: auto;
}

.more-popup::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: var(--theme-color) transparent transparent transparent;
}

.more-popup.popup-down {
  bottom: auto;
  top: 120%;
}

.more-popup.popup-down::before {
  bottom: auto;
  top: -8px;
  border-color: transparent transparent var(--theme-color) transparent;
}

.more-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.more-popup li {
  margin-bottom: 5px;
}

.more-popup li:last-child {
  margin-bottom: 0;
}

/* gioi thieu */
.page-header-wrapper .page-title-inner {
  flex-direction: column;
}

.page-header-wrapper .title-overlay {
  background-color: transparent;
  --background-overlay: "";
  background-image: linear-gradient(180deg, #001a3d 0%, #001a3d66 100%);
}

.page-header-wrapper .title-content {
  margin-left: 0;
}

.page-header-wrapper .entry-title {
  font-size: 60px;
  font-family: var(--bold);
  text-transform: capitalize;
}

.page-header-wrapper .divider {
  font-weight: normal;
}

.page-header-wrapper .title-content .title-breadcrumbs {
  padding: 6px;
}

.page-header-wrapper .title-content nav {
  font-size: 16px;
  font-family: var(--semi);
  font-weight: normal;
  color: var(--white);
  text-shadow: none;
  border-radius: 5px;
  text-transform: capitalize;
}

.page-header-wrapper .title-content a {
  color: var(--white);
  transition: opacity 0.2s ease;
  font-weight: normal;
}

.page-header-wrapper .title-content a:hover {
  opacity: 0.8;
}

.gt-sec-1 {
  padding-top: 90px !important;
}

.gt-sec-1 .img-1 {
  position: absolute;
  top: -17px;
  right: 82px;
  animation: moveX 5s ease-in-out infinite;
}

.gt-sec-1 .img-2 {
  border-radius: 10px;
  overflow: hidden;
}

.gt-sec-1 .img-3 {
  position: absolute;
  bottom: -26px;
  left: -54px;
  display: inline-block;
  padding: 12px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gt-sec-1 .gt-icon {
  position: absolute;
  top: -16px;
}

.gt-sec-1 .gt-icon p {
  font-size: 34px;
  padding: 12px 18px;
  border-radius: 10px;
  color: var(--white);
  background-color: var(--blue);
}

.gt-sec-1 .sub-title p {
  font-size: 18px;
  letter-spacing: 2.6px;
  color: var(--theme-color);
  margin-bottom: 5px;
}

.gt-kinhnghiem {
  position: absolute;
  bottom: -11px;
  right: 65px;
  background: var(--white);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.gt-kinhnghiem .count-up {
  font-size: 32px;
  color: var(--blue);
  font-family: var(--bold);
  display: block;
  margin-right: 6px;
}

.gt-kinhnghiem p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--black);
  padding: 6px 14px;
  border: 2px dashed orange;
  border-radius: 12px;
}

.gt-sec-1 .title-txt h2 {
  font-size: 32px;
  margin-bottom: 25px;
}

.gt-sec-1 .icon-box .icon-box-text h3 {
  font-size: 24px;
  margin-bottom: 8px;
  color: var(--black);
}

.gt-sec-1 .icon-box {
  margin-bottom: 35px;
  align-items: center;
}

.gt-sec-1 .icon-box .icon-box-img .icon-inner {
  border-radius: 50%;
  background-color: #edeef1;
  padding: 15px;
}

.gt-sec-1 .icon-box .icon-box-img {
  width: 85px !important;
}

.gt-sec-1 .icon-box .icon-box-img img {
  padding-top: 0;
  filter: brightness(0) saturate(100%) invert(64%) sepia(85%) saturate(2274%) hue-rotate(173deg) brightness(95%) contrast(89%);
}

.gt-sec-2 .video-button-wrapper .button {
  background-color: var(--orange);
  border-color: var(--orange);
}

.gt-sec-2 .video-button-wrapper .button i {
  color: var(--white);
  top: 0;
}

.gt-sec-2 .video-button-wrapper .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--orange);
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite;
  z-index: -1;
}

.gt-sec-3 .col-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  background-color: var(--blue);
  border-radius: 8px;
  position: absolute;
  top: -190px;
  overflow: hidden;
}

.gt-sec-3 h2 {
  color: var(--white);
  font-size: 32px;
}

.gt-sec-3 h3 {
  color: var(--orange);
  font-size: 24px;
}

.gt-sec-3 .button {
  color: var(--white);
  border-radius: 30px;
  padding: 10px 30px;
  background-color: var(--orange);
  font-weight: normal;
}

.gt-sec-3 .button.success:hover {
  background-color: var(--white);
  color: var(--black);
}

.gt-sec-3-circle1 {
  position: absolute;
  right: 60px;
  top: -42px;
  width: 8% !important;
}

.gt-sec-3-circle2 {
  position: absolute;
  left: 426px;
  bottom: -55px;
  width: 10% !important;
}

.gt-sec-3-palne {
  width: 6% !important;
  animation: fly-plane 4.5s infinite linear;
  transform: translate(-50%, 50%) rotate(-10deg);
  opacity: 1;
  position: absolute;
  right: 160px;
  top: 55px;
}

.gt-sec-3-palne img {
  transform: rotate(-30deg);
}

.gt-sec-4 .section-content {
  background-color: #032040;
  padding: 50px 50px;
}

.gt-sec-4 .section-content .row {
  align-items: center;
}

.col-right-gt-sec4 .col-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.col-right-gt-sec4 .icon-box {
  border-radius: 10px;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  padding: 60px 70px;
}

.col-right-gt-sec4 .icon-box:hover {
  background-color: var(--blue);
  border-color: var(--blue);
}

.col-right-gt-sec4 .icon-box .icon-box-text h3 {
  font-size: 24px;
  color: var(--white);
}

.col-right-gt-sec4 .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(85%) saturate(2274%) hue-rotate(7deg) brightness(95%) contrast(89%);
  transition: transform 0.5s ease-in-out;
}

.col-right-gt-sec4 .icon-box:hover .icon-inner img {
  animation: smoothBounce 0.6s ease-in-out;
}

.col-right-gt-sec4 .icon-box-img {
  width: 75px !important;
}

.col-left-gt-sec4 .video-button-wrapper .button {
  background-color: var(--orange);
  border-color: var(--orange);
}

.col-left-gt-sec4 .video-button-wrapper .button i {
  color: var(--white);
  top: 0;
}

.col-left-gt-sec4 .video-button-wrapper .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--orange);
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite;
  z-index: -1;
}

.col-left-gt-sec4 h4 {
  font-family: var(--regular);
  color: var(--blue);
  letter-spacing: 2.88px;
}

.col-left-gt-sec4 .title-txt h2 {
  font-size: 38px;
  color: var(--white);
  margin-bottom: 20px;
}

.col-left-gt-sec4 p {
  color: var(--white);
  margin-bottom: 30px;
}

.col-left-gt-sec4 .button.primary {
  padding: 10px 30px;
  background-color: var(--blue);
  border-radius: 30px;
  color: var(--white);
  font-weight: normal;
  text-transform: inherit;
}

.col-left-gt-sec4 .button.primary:hover {
  background-color: var(--orange);
}

.acf-slider-du-lich .slide-item {
  margin-right: 20px;
}

.acf-slider-du-lich .slide-item img {
  border-radius: 20px;
}

.gt-sec-5 {
  padding-top: 60px !important;
}

.gt-sec-5 .img-right-gt-sec5 img {
  width: 95%;
  border-radius: 20px;
}

.gt-sec-5 h2 {
  margin-bottom: 30px;
}

.gt-sec-5 p {
  font-size: 18px;
  line-height: 2;
}

.gt-sec-5 .sub-title p {
  letter-spacing: 2.6px;
  color: var(--theme-color);
  margin-bottom: 5px;
}

.gt-sec-5 .video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 88%;
}

.gt-sec-5 .button.primary {
  padding: 10px 30px;
  background-color: var(--blue);
  border-radius: 30px;
  color: var(--white);
  font-weight: normal;
  text-transform: inherit;
}

.gt-sec-5 .button.primary:hover {
  background-color: var(--orange);
}

.gt-sec-5 .video-button-wrapper .button {
  background-color: var(--orange);
  border-color: var(--orange);
}

.gt-sec-5 .video-button-wrapper .button i {
  color: var(--white);
  top: 0;
}

.gt-sec-5 .video-button-wrapper .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--orange);
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite;
  z-index: 0;
}

.gt-sec-5 .img-1 {
  position: absolute;
  top: -17px;
  right: -20px;
  animation: moveX 5s ease-in-out infinite;
  width: 30% !important;
  z-index: -1;
}

.gt-sec-6 .sub-title p {
  font-size: 18px;
  letter-spacing: 2.6px;
  color: var(--theme-color);
  margin-bottom: 5px;
}

/* trang liên hệ */
/* footer */
.footer-sec-1 {
  background-color: var(--navy);
}

.footer-sec-1 h3 {
  color: var(--white);
  font-size: 22px;
}

.footer-sec-1 .row h4 {
  color: var(--white);
}

.footer-sec-1 p {
  color: var(--white);
  letter-spacing: 1.3px;
  line-height: 1.6;
}

.footer-sec-1 .wpcf7 form {
  margin-bottom: 0px;
}

.footer-sec-1 .wpcf7 label {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.footer-sec-1 .wpcf7 label input {
  height: 40px;
  border-radius: 5px;
  box-shadow: none;
}

.footer-sec-1 .wpcf7 .wpcf7-spinner {
  display: none;
}

.footer-sec-1 .wpcf7 .wpcf7-not-valid-tip {
  left: 13px;
  bottom: -6px;
  font-size: 12px;
}

.footer-sec-1 .wpcf7 label input[type="submit"] {
  background-color: #ff5e1f;
  text-transform: inherit;
}

.footer-row-bottom .ux-menu-link:hover .ux-menu-link__link {
  color: var(--orange);
}

.footer-row-bottom .ux-menu-link__link .ux-menu-link__text {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.footer-row-bottom .ux-menu-link__link .ux-menu-link__text::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--orange);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.footer-row-bottom .ux-menu-link__link:hover .ux-menu-link__text::after {
  transform: translateX(0);
}

.footer-sec-1 .social-icons i {
  top: 0;
}

.footer-sec-1 .social-icons .button.icon:hover {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
}

.footer-sec-1 .footer-img-logo {
  text-align: center;
}

.footer-sec-1 .img.has-hover {
  margin-bottom: 0;
}

.footer-sec-1 .footer-img-logo img {
  width: 70%;
  float: left;
}

.footer-sec-1 a {
  color: var(--white);
}

.footer-sec-1 .social-icons a {
  font-size: 20px;
  color: var(--white);
  margin-right: 10px;
}

.footer-sec-1 .social-icons a.facebook {
  background-color: var(--blue);
  border-color: var(--blue);
}

.footer-sec-1 .social-icons a.instagram {
  background-color: #e1306c;
  border-color: #e1306c;
}

.footer-sec-1 .social-icons a.phone {
  background-color: var(--green);
  border-color: var(--green);
}

.footer-sec-1 .social-icons a.youtube {
  background-color: var(--red);
  border-color: var(--red);
}

.footer-wrapper .absolute-footer {
  background-color: var(--navy);
  color: var(--white);
}

/* trang liên hệ */
.lh-sec-1 .icon-box {
  background-color: var(--white);
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
  padding: 50px 40px 45px 40px;
  border-radius: 10px;
  text-align: center;
}

.lh-sec-1 .icon-box:hover .icon-box-img .icon-inner {
  background-color: var(--blue);
}

.lh-sec-1 .icon-box:hover .icon-box-img img {
  filter: contrast(0) brightness(100);
}

.lh-sec-1 .icon-box .icon-box-text p {
  min-height: 60px;
}

.lh-sec-1 .icon-box .icon-box-text h3 {
  color: var(--theme-color);
  font-family: var(--semi);
}

.lh-sec-1 .icon-box .icon-box-img {
  width: 80px !important;
}

.lh-sec-1 .icon-box .icon-box-img .icon-inner {
  border-radius: 50%;
  background-color: rgba(0, 108, 228, 0.1);
  padding: 20px;
  transition: background-color 0.8s ease;
}

.lh-sec-1 .icon-box .icon-box-img img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(85%) saturate(2274%) hue-rotate(153deg) brightness(95%) contrast(89%);
}

.lh-col-form .col-inner {
  padding: 30px 50px;
  background-color: #f2f7fa;
  border-radius: 20px;
}

.lh-col-form .col-inner p {
  text-align: center;
  margin-bottom: 20px;
}

.lh-sec-2 .lh-col-form .title-txt h2 {
  text-align: center;
}

.lh-sec-2 .title-txt {
  margin-bottom: 5px;
}

.lh-tiepcan {
  background-color: #ff3366;
  padding: 2px 20px;
  border-radius: 10px 0 0 10px;
}

.lh-goidientuvan {
  background-color: #ff8c00;
  padding: 2px 20px;
}

.lh-baogia {
  background-color: #5c60f5;
  padding: 2px 20px;
}

.lh-datdichvu {
  background-color: #00cc88;
  padding: 2px 20px;
  border-radius: 0px 10px 10px 0px;
}

.lh-col-form .stack-row {
  padding-bottom: 20px;
}

.lh-col-form .stack-row p {
  font-size: 14px;
  color: var(--white);
}

.lh-col-form .wpcf7-form input[type="text"] {
  border-radius: 10px;
  height: 60px;
  box-shadow: none;
  margin-bottom: 30px;
}

.lh-col-form .wpcf7-form input[type="email"] {
  border-radius: 10px;
  height: 60px;
  box-shadow: none;
  margin-bottom: 30px;
}

.lh-col-form .wpcf7-form textarea {
  border-radius: 10px;
  box-shadow: none;
}

.lh-col-form .wpcf7-form {
  text-align: center;
}

.lh-col-form .wpcf7-form input[type="submit"] {
  background-color: #ff5e1f;
  padding: 5px 70px;
  border-radius: 10px;
  text-transform: inherit;
  font-weight: normal;
}

.lh-col-form .wpcf7-form .wpcf7-spinner {
  display: none;
}

.lh-col-form .wpcf7 .wpcf7-not-valid-tip {
  bottom: 5px;
  font-size: 12px;
}

.lh-sec-2 .lh-col-left h2 {
  font-size: 38px;
  margin-bottom: 20px;
  font-family: var(--semi);
  color: var(--black);
  letter-spacing: 2px;
}

.lh-sec-2 .lh-col-left .sub-title p {
  font-size: 18px;
  letter-spacing: 2.88px;
  color: var(--theme-color);
}

.lh-sec-2 .lh-col-left .col-inner {
  padding-right: 80px;
}

.lh-sec-2 .lh-col-left p {
  letter-spacing: 1.6px;
  line-height: 2;
}

.lh-sec-2 .lh-col-left h5 {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  color: var(--black);
  font-family: var(--medium);
  font-size: 18px;
  letter-spacing: 1.6px;
  line-height: 2;
}

.lh-sec-2 .social-icons a {
  font-size: 20px;
  color: var(--white);
  margin-right: 10px;
}

.lh-sec-2 .social-icons a i {
  top: 0;
}

.lh-sec-2 .social-icons a.facebook {
  background-color: var(--blue);
  border-color: var(--blue);
}

.lh-sec-2 .social-icons a.instagram {
  background-color: #e1306c;
  border-color: #e1306c;
}

.lh-sec-2 .social-icons a.phone {
  background-color: var(--green);
  border-color: var(--green);
}

.lh-sec-2 .social-icons a.youtube {
  background-color: var(--red);
  border-color: var(--red);
}

.lh-sec-3 iframe {
  width: 100%;
  height: 550px;
  border-radius: 15px;
}

/* section bài viêt trang chủ */
.home-sec-4 .slider .flickity-prev-next-button:hover svg {
  border-radius: 25px;
}

.home-sec-4 .slider .flickity-prev-next-button:hover .arrow {
  fill: var(--white) !important;
}

.home-sec-4 .flickity-button:hover svg {
  background-color: var(--theme-color);
}

.home-sec-4 .flickity-button svg {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  background-color: var(--white);
  padding: 10px !important;
}

.home-sec-4 .flickity-prev-next-button {
  opacity: 1;
}
.col-menu .ux-menu-link {
    margin-bottom: 10px !important;
}

.col-menu .ux-menu-link {
    color: var(--black);
}

.col-menu .ux-menu-link.active>a,
.col-menu .ux-menu-link:hover>a {
    background: #323232;
    border-radius: 8px;
    color: var(--white);
}

.col-menu .ux-menu-link>a {
    padding: 5px 15px;
    min-height: unset;
}

.col-menu .col-inner {
    position: sticky;
    top: 100px;
}
.col-content .col-inner {
    background-color: rgb(248, 249, 250);
    padding: 30px;
    border-radius: 8px;
    color: var(--black);
}
.policy-select-menu {
    display: none;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-top: 10px;
}
/* responsive trang liên hệ */
@media (max-width: 980px) {
      .policy-sidebar .ux-menu-link {
        display: none !important;
    }

    .policy-select-menu {
        display: block;
    }
  .lh-sec-1 .icon-box .icon-box-text p {
    min-height: 90px;
  }

  .lh-sec-1 .icon-box {
    padding: 30px 40px;
  }

  .lh-sec-2 .lh-col-left .col-inner {
    padding-right: 0px;
  }

  .lh-sec-3 iframe {
    height: 400px;
  }

  .lh-tiepcan {
    padding: 3px 14px;
  }

  .lh-goidientuvan {
    padding: 3px 14px;
  }

  .lh-baogia {
    padding: 3px 14px;
  }

  .lh-datdichvu {
    padding: 3px 14px;
  }

  .lh-col-form .stack-row p {
    font-size: 12px;
  }

  .lh-col-form .col-inner {
    padding: 40px 20px 20px;
  }

  .lh-col-form .wpcf7-form input[type="submit"] {
    margin-top: 15px;
  }

  .lh-col-form .wpcf7-form input[type="text"] {
    margin-bottom: 25px;
  }

  .lh-col-form .wpcf7-form input[type="email"] {
    margin-bottom: 25px;
  }

  /* responsive trang giới thiệu */
  .gt-sec-1 .img-1 {
    top: -23px;
    right: -15px;
  }

  .gt-sec-1 .img-2 {
    width: 100% !important;
  }

  .gt-sec-1 .img-3 {
    left: -10px;
  }

  .gt-sec-3-palne {
    width: 8% !important;
  }

  .gt-kinhnghiem {
    right: 0px;
  }

  .gt-sec-5 .img-right-gt-sec5 img {
    width: 100%;
  }

  .gt-sec-5 h2 {
    margin-bottom: 10px;
  }

  .gt-sec-5 p {
    line-height: 1.5;
  }

  .gt-sec-5 .section-content .row {
    align-items: center;
  }

  .gt-sec-5 .video-button-wrapper {
    left: 90%;
  }

  .col-right-gt-sec4 .icon-box {
    padding: 40px 50px;
  }

  .gt-sec-3 .col-inner {
    width: 95%;
    right: 20px;
  }

  /* tin tuc */
  .sec-noi-bat .post-left.post-item .post-title * {
    font-size: 24px;
    line-height: 1.2;
  }

  .sec-noi-bat .post-item .post-title {
    padding: 15px;
  }

  .sec-noi-bat {
    padding-bottom: 0px !important;
  }

  .custom-latest-posts {
    gap: 10px;
  }

  .sec-noi-bat .post-right {
    gap: 10px;
  }

  .sec-danh-muc .category-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  .sec-danh-muc .category-item {
    width: 100%;
  }

  .sec-list-post {
    padding-top: 0px;
  }

  .custom-sidebar .post-list-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .custom-sidebar .post-list-box .box:nth-child(n+5) {
    display: none;
  }

  /* responsive footer */
  .footer-sec-1 .social-icons a {
    font-size: 18px;
  }
}

@media (max-width: 500px) {

  /* responsive trang liên hệ */
  .lh-sec-1 .icon-box .icon-box-text p {
    min-height: 65px;
  }

  .lh-sec-2 {
    padding-top: 0px !important;
  }

  .lh-sec-3 {
    padding-top: 0px !important;
  }

  .lh-sec-3 iframe {
    height: 300px;
  }

  /* responsive trang giới thiệu */
  .page-header-wrapper .entry-title {
    font-size: 38px;
  }

  .page-header-wrapper .page-title-inner {
    min-height: 250px !important;
  }

  .gt-sec-1 {
    padding-bottom: 0px !important;
  }

  .gt-sec-1 .img-1 {
    top: -17px;
    right: -15px;
  }

  .gt-sec-2 {
    padding-top: 0px !important;
  }

  .gt-sec-2 .banner.has-hover {
    padding-top: 350px !important;
  }

  .gt-sec-3 {
    padding-bottom: 0px !important;
  }

  .gt-sec-3 h2 {
    font-size: 18px;
  }

  .gt-sec-3 h3 {
    font-size: 16px;
  }

  .gt-sec-3 .col-inner {
    right: 10px;
    padding: 25px;
    top: -118px;
  }

  .gt-sec-3 .button {
    padding: 2px 15px;
    margin-right: 0;
    margin-bottom: 0;
  }

  .gt-sec-3 .col-inner {
    padding: 20px;
  }

  .gt-sec-3-palne {
    right: 100px;
    top: 19px;
  }

  .gt-sec-5 .video-button-wrapper {
    left: 80%;
    top: 92%;
  }

  .gt-sec-4 {
    padding-top: 0px !important;
  }

  .gt-sec-4 .section-content {
    padding: 30px 10px;
  }

  .col-right-gt-sec4 .icon-box .icon-box-text h3 {
    font-size: 18px;
  }

  .col-right-gt-sec4 .icon-box {
    padding: 30px 35px;
  }

  /* responsive footer */
  .footer-sec-1 .footer-img-logo img {
    float: none;
  }

  /* tin tuc */
  .sec-danh-muc .category-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec-list-post .post-list .post-item {
    grid-template-columns: 1fr;
  }

  .custom-sidebar .post-list-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .single-post .entry-title {
    font-size: 26px;
  }
}