/*
Theme Name: Lamvt-Saola-Tours
Theme URI: https://Lamvt.vn
Author: Lamvt - Vũ Thành Lâm
Author URI: https://Lamvt.vn
Description: Giao diện WordPress tùy chỉnh cho công ty SaolaTours. Thiết kế Web và SEO bởi Lamvt.vn Contact: 0399815232
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saolatours
Tags: custom-theme, responsive, tour, travel

Contact: 0399815232
Email: Lamvt19792003@gmail.com
Slogan: Thiết Kế Web And SEO By Lamvt.vn
Copyright: © SaolaTours. All rights reserved.
*/
.lamvt-slider .item {
  height: 100vh;
  position: relative;
}
.lamvt-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lamvt-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  display: flex;
  align-items: center;
}
.lamvt-slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.lamvt-slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.lamvt-slider .item .cover .header-content .h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.lamvt-slider .item .cover .header-content .h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.lamvt-slider .item .cover .header-content .h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.lamvt-slider .owl-item.active .h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.lamvt-slider .owl-item.active .h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.lamvt-slider .owl-item.active .h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.lamvt-slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.lamvt-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.lamvt-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.lamvt-slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.lamvt-slider .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.lamvt-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.lamvt-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.lamvt-slider .owl-nav .owl-next:focus {
  outline: 0;
}
.lamvt-slider .owl-nav .owl-next:hover {
  background: #000 !important;
}
.lamvt-slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.lamvt-slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.hover-card {
  transition: all 0.3s ease;
}

.hover-card:hover {
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.tour-item.hover-effect {
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.tour-item.hover-effect:hover {
  background-color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.zoom-img img {
  transition: transform 0.3s ease;
}

.zoom-img:hover img {
  transform: scale(1.05);
}

.wp-caption {
  width: 100% !important;
}

.chat-with-us-btn {
  position: fixed;
  bottom: 50px;
  right: 0px;
  background-color: #25D366;
  color: white;
  padding: 12px 16px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  text-decoration: none;
  z-index: 9999;
  transition: background-color 0.3s;
}
.chat-with-us-btn:hover {
  background-color: #1DA851;
}
.chat-with-us-btn i {
  font-size: 20px;
}
