﻿/*.item-tour:hover .i-img a img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item-tour .i-img a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}*/
.item-tour .i-img {
    position: relative;
}
.item-tour .i-img a {
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}
.item-tour .i-img a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-tour:hover .i-img a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item-tour .i-img a .i-address{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px;
    background: rgba(52,74,113,0.9);
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}
.div-price{
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}
.item-tour.tour-km .i-img a .i-address {
    max-width: -webkit-calc(100% - 130px);
    max-width: -moz-calc(100% - 130px);
    max-width: calc(100% - 130px);
}
.div-price .i-address{
max-width: -webkit-calc(100% - 130px);
    max-width: -moz-calc(100% - 130px);
    max-width: calc(100% - 130px);
}
.item-tour .i-img a .i-address:before, .div-price .i-address:before{
    padding-right: 8px;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: bold;
    content: '\f3c5';
}
.item-tour .i-desc {
    background: #f6f6f6;
    padding: 10px;
}
.item-tour .i-title {
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    font-weight: bold;
    height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
}
.item-tour.tour-km .i-title {
    font-size: 17px;
    line-height: 30px;
    height: 60px;
}
.item-tour .i-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    color: #d82727;
    font-weight: bold;
}
.item-tour .i-price-line {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    text-decoration: line-through;
}
.item-tour .text-overflow {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.item-tour .i-content {
    font-size: 14px;
    line-height: 22px;
    min-height: 90px;
    color: #666666;
    position: relative;
}
.item-tour.tour-km .i-content {
    padding-right: 130px;
}
.item-tour .i-content .i-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    text-align: right;
}
.item-tour.tour-km .i-content .i-right {
    width: 120px;
}

.tour-detail .i-img {
    position: relative;
}

.item-tour .ribbon,
.tour-detail .ribbon {
    position: absolute;
    top: 10px;
    left: -10px;
    pointer-events: none;
}

.item-tour .ribbon .rib,
.tour-detail .ribbon .rib {
    font-weight: bold;
    padding: 4px 10px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}

.item-tour .ribbon .rib:before,
.tour-detail .ribbon .rib:before {
    content: "";
    width: 0;
    bottom: 0;
    border-top: solid 10px;
    border-left: solid 10px transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}
.link-more-2 {
    margin: 14px 0;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.style-title-1 {
    margin-bottom: 20px;
    border-bottom: 2px solid #333333;
}
.link-more-2 a:after {
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: bold;
    content: '\f061';
    padding-left: 8px;
    color: #d82727;
}
.wrap-item {
     padding: 0 5px;
}
.iNews .i-img {
    overflow: hidden;
    margin-bottom: 10px;
}
.iNews .i-img a {
    display: block;
    padding-top: 66.666667%;
    position: relative;
}

.iNews .i-img a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.media-object-tour {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.tour3d-list > li {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    height: 308px;
    min-height: 310px;
    padding: 5px !important;
}
.tour3d-list {
    list-style: none;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: left;
}
.tour-sorter-one {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-left:10px;
}
    

        .tour3d-list > li .media {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 4px !important;
            overflow: hidden;
            position: relative;
        }

        .tour3d-list > li img {
            min-width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            transition: width .5s, height .5s, top .1s, left .1s;
            max-width: none !important;
            height: 220px;
        }

        .tour3d-list > li:hover .media-body {
            display: block;
            z-index: 100;
            position: absolute;
            text-align: center;
            width: 100%;
            padding: 0px 15px 15px 15px;
            top: 15px;
            height: 40px;
            color: #fff;
            background: transparent;
        }

            .tour3d-list > li:hover .media-body a {
                color: #fff;
            }

.tour3d-list > li:hover h3.place-name {
    color: #fff !important;
}

.tour3d-list > li:hover .tags {
    display: none;
}

/*.tour3d-list .media-body {
    position: absolute;
    bottom: 0px;
    margin-left: -10px;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}*/

    .tour3d-list .media-body > span {
        text-shadow: 1px 1px 1px #333;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
        line-height: 20px !important;
        display: none;
    }

    .tour3d-list .media-body > h3 {
        margin-bottom: 3px !important;
        margin-top: 3px !important;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .tour3d-list .media-body a {
        font-size: 18px;
        font-weight: bold;
        color: #965306;
        text-transform: capitalize;
    }

.tour3d-list > li .city-opts {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: rgba(150, 83, 6, 0.6);
    padding-top: 40px;
    text-align: center;
    display: none;
}

    .tour3d-list > li .city-opts .btn {
        color: white;
        text-transform: uppercase;
        box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.2);
        transition: width .5s, height .5s, background-color .5s, opacity 2s;
        border: 0;
        border-radius: 2px !important;
        margin-top: 5px !important;
        width: 100%;
        text-shadow: none !important;
    }

        .tour3d-list > li .city-opts .btn.btn-explore:focus {
            background: #3fbfdf !important;
        }

        .tour3d-list > li .city-opts .btn.btn-planner:focus {
            background: #fb7a19 !important;
        }

        .tour3d-list > li .city-opts .btn i {
            color: white;
        }

.tour3d-list > li:hover .city-opts {
    display: block;
}

.tour3d-list > li .buttons {
    width: 70%;
    margin: auto;
    display: block;
    text-align: center;
    z-index: 999;
}

.tour3d-list li .list-buttons {
    height: 0;
    transition: height .5s;
}

.tour3d-list > li:hover .list-buttons {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 130px;
    bottom: 0;
    height: auto;
}

.tour3d-list li .list-buttons-3d {
    height: 0;
    transition: height .5s;
}

.tour3d-list > li:hover .list-buttons-3d {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 220px;
    bottom: 0;
    height: auto;
}

.tour3d-list .intro {
    width: 100%;
    padding: 10px 10px 0;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tour3d-list > li .btn-explore {
    background: #d08025;
}

.tour3d-list > li .btn-planner {
    background: #fb6a09;
}

.tour3d-list > li .city-opts .btn-explore:hover {
    background: #965306;
}

.tour3d-list > li .city-opts .btn-planner:hover {
    background: #fb7a19;
}
.tour3d-list .media-body {
    position: absolute;
    bottom: 0px;
    margin-left: -10px;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#965306;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#965306;
    border-radius:0;
}


nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.tab-content{
    padding:10px 0;
    
}

.videobanner {
    position: relative;
    background-color: black;
    height: 50vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

    .videobanner video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .videobanner .container {
        position: relative;
        z-index: 2;
    }

    .videobanner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 65vh;
        min-height: 25rem;
        width: 100%;
        background-color: black;
        opacity: 0.2;
        z-index: 1;
    }

.display-3 {
    margin-top: 150px;
    font-family: 'Birthstone Bounce', cursive, sans-serif;
    font-size: 56px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 75%);
    color: #fff;
    text-transform: none;
    letter-spacing: 14px;
}

@media (pointer: coarse) and (hover: none) {
    .videobanner {
        background: url('images/3FE35A.jpg') black no-repeat center center scroll;
    }

        .videobanner video {
            display: none;
        }
}

.gm-style-iw-d h4 {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    font-family: inherit;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    padding: 5px 10px 10px 0px;
    border-radius: 0px 10px 0px 0px;
}

#markerLayer img {
    border: 3px solid #fff !important;
    /*width: 85% !important;
        height: 90% !important;*/
    border-radius: 50%;
}
.tour-3D {
    padding: 10px 0;
}
@media (max-width: 370px) {
    nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
        padding: 14px 12px;
    }
    .display-3{
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .new_hcm_menu .container{
        z-index: 5;
    }
    .videobanner{
        z-index: 1;
    }
}
