/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/
.lich-trinh-content {
  
    width: 100%;
    overflow-x: unset !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.single-tours {
    overflow-x: hidden !important;
}
.tour-slider .slider-item {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.tour-slider .slider-item img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.tour-slider .slider-item h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}
.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 18px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
