.tour-host {
    padding: 50px 0;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

.tour-host .section-title {
    margin-bottom: 50px;
}

.tour-item {
    position: relative;
    box-shadow: 0px 0px 4px #014c8152;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .tour-item .trvl-style {
        position: absolute;
        top: 10px;
        left: 0;
        background-color: #f1251e;
        color: #FFF;
        padding: 10px 10px;
        text-align: center;
        font-size: 18px;
        line-height: 1;
        height: 40px;
    }

        .tour-item .trvl-style b {
            font-size: 1.5rem;
            line-height: .5;
            color: #fff;
        }

        .tour-item .trvl-style::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            top: 0;
            right: -17px;
            border-top: 20px solid #f1251e;
            border-right: 17px solid transparent;
            border-bottom: 20px solid #f1251e;
            margin: 0;
        }

    .tour-item a.tour-photo {
        display: inline-block;
        width: 100%;
        min-height: 330px;
    }

        .tour-item a.tour-photo img {
            min-height: 350px;
			max-height: 450px;
			width:100%;
            object-fit: cover;
            border-radius: 10px;
        }

    .tour-item .tour-content {
        transform: translateY(55%);
        transition: all .5s ease;
        border-radius: 0 0 10px 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 0;
    }

    .tour-item:hover .tour-content {
        transform: translateY(0);
    }

    .tour-item .tour-content .tour-day {
        color: #014c81;
        background-color: rgba(216, 210, 210, 0.87);
        position: absolute;
        top: -15%;
        width: 100%;
        padding: 5px 10px;
    }

        .tour-item .tour-content .tour-day p {
            margin: 0;
        }

    .tour-item .tour-content .tour-content-box {
        padding: 10px 5px;
    }

        .tour-item .tour-content .tour-content-box .title-tour-all {
            /* float: unset; */
            text-align: left;
            display: inline-block;
            width: 100%;
            overflow: hidden;
            vertical-align: top;
            height: 22px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

            .tour-item .tour-content .tour-content-box .title-tour-all a {
                -webkit-line-clamp: 1;
                color: #000;
                font-weight: 600;
                font-size: 1.3rem;
                display: -webkit-box;
                width: 100%;
                max-height: 22px;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-box-orient: vertical;
                vertical-align: middle;
                text-transform: capitalize;
            }

        .tour-item .tour-content .tour-content-box .tour-content-short p.text-tour {
            color: #245eaa;
            height: 80px;
        }

        .tour-item .tour-content .tour-content-box .tour-button {
            padding: 10px;
            text-align: center;
        }

.btn-success {
    font-size: 15px;
    background-color: #162e54;
    border: none;
    padding: 10px 30px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    outline: none;
    border: none;
}

    .btn-success:hover {
        background-color: #f1251e;
    }

.btn-tour-host {
    text-transform: initial;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 50px;
    position: relative;
    background-color: transparent;
}

    .btn-tour-host:hover {
        background-color: transparent;
    }

    .btn-tour-host a {
        padding: 10px 25px;
        background: #162e54;
        color: #FFF;
        border-radius: 5px;
        transition: all .5s ease-in-out;
    }

        .btn-tour-host a:hover {
            background: #f1251e;
            text-decoration: none;
        }

.blog-travel {
    padding: 70px 0 30px;
}

    .blog-travel .section-title {
        margin-bottom: 50px;
    }

    .blog-travel .blog-gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 5px;
		margin-bottom:30px;
    }

        .blog-travel .blog-gallery-item::before {
            content: '';
            position: absolute;
            border: 1px solid #fff;
            border-radius: 5px;
            opacity: 1;
            visibility: hidden;
            left: -5px;
            top: -5px;
            right: -5px;
            bottom: -5px;
        }

        .blog-travel .blog-gallery-item:hover::before {
            visibility: visible;
            opacity: 1;
            left: 10px;
            top: 10px;
            right: 10px;
            bottom: 10px;
        }

    .blog-travel .blog-head {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .blog-travel .blog-gallery-item img.blog-img {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }

    .blog-travel .blog-gallery-item .blog-content {
        padding: 20px;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: -86px;
        border-radius: 0 0 5px 5px;
        z-index: 10;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .blog-travel .blog-gallery-item:hover .blog-content {
        background-color: #fff;
        bottom: 10px;
    }

    .blog-travel .blog-gallery-item .blog-content .blog-gallery-title {
        font-size: 17px;
        color: #fff;
        margin: 0;
        display: inline-block;
        text-transform: uppercase;
    }

    .blog-travel .blog-gallery-item:hover .blog-content .blog-gallery-title {
        color: #162e54;
    }

    .blog-travel .blog-gallery-item .blog-content-gallery {
        opacity: 0;
        visibility: hidden;
        display: block;
        margin-top: 7px;
        font-size: 13px;
        height: 72px;
        overflow: hidden;
    }

    .blog-travel .blog-gallery-item:hover .blog-content-gallery {
        visibility: visible;
        opacity: 1;
        height: auto;
        overflow: inherit;
    }

    .blog-travel .details {
        display: flex;
        justify-content: space-between;
    }

        .blog-travel .details .more a {
            color: #162e54;
            font-weight: bold;
            transition: all .5s ease-in;
        }

            .blog-travel .details .more a:hover {
                letter-spacing: .13rem;
                text-decoration: underline;
            }

.view-loadmore {
    display: none;
}
.viewDt {
  color: white !important;
    cursor: pointer;
}