
h2 {
    color: #005062;
    font-size: 64px;
}

.icon_arrow_class {
    font-size: 24px;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.icon_arrow_class.active {
    opacity: 1;
}

div#carousel_se_03_carousel .owl-nav {
    position: absolute;
    top: -13%;
    right: 0;
}

.slider .item {
    position: relative;
}

.tour_content {
    position: absolute;
    top: 28%;
    left: 10%;
}

.tour_content h5 {
    color: #fff;
    font-size: 20px;
}

.tour_content .btn_vc_standard {
    color: #005062;
    font-size: 14px;
    border: 2px solid #E9F0C1 !important;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    background:  #BDD72F;
    height: 45px;
    min-width: 150px;
}

.tour_content .btn_vc_standard:hover {
    color: #005062;
    border: 2px solid #E9F0C1;
    background: #E9F0C1;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}

.tour_content .btn_vc_outline {
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: #105a7e00;
    padding: 10px 20px 10px 20px;
    height: 45px;
    min-width: 150px;
}

.tour_content .btn_vc_outline:hover {
    color: #005062;
    background-color: #fff;
}

.carousel-tour-slider button.owl-dot {
    background: #9BBACD;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: 38px !important;
    margin: 13px 4px;
}

.carousel-tour-slider button.owl-dot.active {
    background: #105A7E;
    width: 4%;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.carousel-tour-slider p {
    font-size: 22px;
    max-width: 811px;
    margin: 0 auto;
    line-height: 1.6;
    color: #005062;
    padding-bottom: 30px;
}

#carousel_se_03_carousel .image_layer {
    position: relative;
    width: 100%;
    max-width: 100%; 
    margin: auto;
    text-align: center;
    color: white;
}

#carousel_se_03_carousel .virtualTour_overLay_OverlayColor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 55%);
    z-index: 0;
}

@media(max-width: 1366px) {
    .tour_content {
        position: absolute;
        top: 28%;
        left: 10%;
    }

    .tour_content .btn_vc_outline {
        border: 2px solid #fff;
        border-radius: 10px;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        background: #105a7e00;
        padding: 10px 20px 10px 20px;
        height: 45px;
        min-width: 150px;
    }

}

@media(max-width: 768px) {

    .tour_content .btn_vc_outline {
        padding: 10px 10px 10px 10px;
    }

    .tour_content .btn_vc_standard {
        min-width: 130px;
        padding: 10px 20px 10px !important;
    }

}

@media(max-width: 767px) {

    section#slider {
        background-image: none !important;
    }

    .news-carousel-slider {
        margin-bottom: 20px
    }

    .carousel-tour-slider button.owl-dot.active {
        background: #105A7E;
        width: 12%;
    }

    .carousel-tour-slider h2 {
        font-size: 24px;
        margin-top: -20%;
    }

    .carousel-tour-slider p {
        font-size: 16px;
        padding-bottom: 54px;
        font-weight: 500;
    }

    .tour_content {
        position: absolute;
        top: 28%;
    }

}
