﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.upper-head-inner a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    /* --tw-bg-opacity: 1; */
    /* color: rgb(117 62 99 / var(--tw-bg-opacity)); */
}

.logo-custom {
    width: 180px;
}

header.head-style-1 {
    border-bottom: none;
}

.logo img {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.head-style-1 .nav.navbar-nav > li > a {
    color: #fff;
    padding: 10px 10px;
    font-weight: 600;
}

.nav.navbar-nav > li > a {
    line-height: 3.5;
    font-size: 15px;
    color: #333;
    position: relative;
    font-weight: normal;
}

.nav.navbar-nav li ul li a {
    font-size: 14px;
}

.blog-home-custom .blog-content h3 {
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.2;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-home-custom .blog-content p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    height: 65px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-home-custom .blog-image img {
    transition: all ease-in-out .3s;
    height: 235px;
}

.partners-logo-custom li {
    padding: 0 15px;
    margin-bottom: 0;
    transition: all ease-in-out .3s;
}

.style-1 .partners-logo-custom .slick-slide img {
    border-radius: 10px;
    display: block;
    width: 100%;
    background: transparent;
    padding: 15px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #ccc;
    margin: 2px;
}
/*.search-footer{
    width:200px;
}*/
.newsletter .form-sub-footer {
    position: relative;
    width: 45%;
    margin: 0 auto;
}

.footer-upper .about-logo img {
    width: auto;
    width: 72%;
    text-align: center;
}

.footer-upper .about-logo {
    text-align: center;
}

.footer-links h3 {
    color: #fff;
    margin-bottom: 10px;
}

iframe {
    width: 100%;
    border: none;
}

.bg-grey {
    background: #f1f1f1 !important;
}

.mb-10, .my-10 {
    margin-bottom: 5rem !important;
}

.contact-main .contact-info .info-item {
    position: relative;
    padding: 20px;
}

    .contact-main .contact-info .info-item .info-icon i {
        font-size: 32px;
        color: #fff;
        border-radius: 50%;
        background: #162241;
        height: 70px;
        width: 70px;
        text-align: center;
        line-height: 2.2;
    }

.nir-btn, .nir-btn-black {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding: 12px 24px;
    text-transform: capitalize;
    transition: all ease-in-out .5s;
    background: #0791be;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    box-shadow: 0 0 0 4px rgb(255 255 255 / 10%);
    cursor: pointer;
}

.form-group {
    width: 100%;
    display: inline-block;
}

.error-form {
    color: #dc3545 !important;
}

.breadcrumb-content {
    text-align: center;
}

.border-t {
    border-top: 2px dashed #cccccc;
}

.why-us .why-us-item {
    padding: 24px 20px 33px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 15px #cccccc;
    transition: all ease-in-out .5s;
    overflow: hidden;
    position: relative;
    transform: translateY(0px)
}

    .why-us .why-us-item::after {
        content: '';
        background: #f56961;
        height: 2px;
        width: 0%;
        bottom: 0;
        left: 0;
        transition: all .5s;
        position: absolute;
        transition: all ease-in-out .5s
    }

    .why-us .why-us-item .why-us-icon [class^=flaticon-]::before, .why-us .why-us-item .why-us-icon i {
        font-size: 58px
    }

    .why-us .why-us-item:hover {
        transform: translateY(-5px);
        transition: all ease-in-out .5s;
        cursor: pointer
    }

        .why-us .why-us-item:hover::after {
            width: 100%;
            transition: all ease-in-out .5s
        }

        .why-us .why-us-item:hover h4 a {
            color: #f56961
        }

.bg-lgrey {
    background: #fbfbfb !important;
}

.pink {
    color: #f56961 !important;
}

.section-title h2 span, .section-title-w h2 span {
    color: #f56961;
    font-weight: 700;
}

.our-team .team-list .team-content1 {
    background: #fff;
    top: -2rem;
    transition: all .5s;
    position: relative;
    z-index: 1;
    width: 96%;
    padding-top: 20px;
}

.overlay, .dot-overlay, .color-overlay, .black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #162241;
    transition: all ease-in-out .5s;
    opacity: .1;
}

.counter .counter-item {
    text-align: center;
    width: 100%;
    padding: 40px 20px;
}

    .counter .counter-item i {
        height: 80px;
        width: 80px;
        background: #ffffff2e;
        border-radius: 50%;
        font-size: 32px;
        line-height: 2.5;
    }

.navy {
    color: #162241 !important;
}

.bg-navy {
    background: #162241 !important;
}

.counter .counter-item h3 {
    font-size: 42px;
    display: block;
    padding-bottom: 0px;
}

.pb-6, .py-6 {
    padding-bottom: 3rem !important;
}

.pt-6, .py-6 {
    padding-top: 3rem !important;
}

section {
    position: relative;
}

.container {
    position: relative;
    z-index: 1;
}

.marrrr {
    display: block;
    margin-top: 50px;
}

.item-detail-body-custom {
    line-height: 25px;
    font-size: 14px;
}

    .item-detail-body-custom p {
        line-height: 25px;
        font-size: 14px;
    }

    .item-detail-body-custom img {
        max-width: 100%;
        height: auto;
    }
/*tour box*/
.box-tour-custom {
}

.bg-box-gray {
    /*background: #eaeaea;*/
}

.box-shadow {
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    background: #fff;
}

.box-tour-custom .box-tour-image {
    height: 250px;
    overflow: hidden;
}

.box-tour-content {
    padding: 15px;
    padding-bottom: 1px;
}

.c-category-t a {
    color: rgba(61,176,73,1);
    font-size: 14px;
    font-weight: 600;
}

.box-tour-content h3 {
    line-height: 29px;
    padding-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* background: rebeccapurple; */
    color: #313131;
}

    .box-tour-content h3 a {
        color: #313131;
        font-size: 18px;
    }

.box-tour-content p {
    line-height: 25px;
    font-size: 14px;
    color: rgba(97,99,101,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.package-content {
    line-height: 25px;
    font-size: 14px;
    color: rgba(97,99,101,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-tour-price.bg-box-gray {
    width: 100%;
    display: inherit;
    float: left;
    padding: 0 15px;
}

.box-tour-detail {
    background: #e87919;
    clear: both;
    padding: 15px;
    text-align: right;
    color: #fff;
    --tw-bg-opacity: 1;
    background-color: rgb(117 62 99 / var(--tw-bg-opacity));
}

    .box-tour-detail a {
        color: #fff;
    }

.tourbox-promotion {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    width: 58px;
    height: 58px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 10;
    background: url(../images/bg_promotion.png);
    text-align: center;
    padding-left: 8px;
}

p.c-from {
    text-align: right;
    color: #e87919;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

p.c-price {
    text-align: right;
    color: #e87919;
    font-size: 22px;
    font-weight: 600;
}

p.c-Scheduled {
    text-align: left;
    color: rgba(97,99,101,1);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

p.c-day {
    text-align: left;
    color: rgba(97,99,101,1);
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: lowercase;
}

.pagination li a {
    border: 1px solid #e6e6e6;
    color: #888888;
    float: left;
    height: 30px;
    line-height: 27px;
    padding: 1px 6px;
    width: 30px;
    background: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    margin: 0px 2px;
}

    .pagination li a:hover {
        border: 1px solid #e87919;
        background: #e87919;
    }

.pagination li.active a {
    border: 1px solid #e87919;
    background: #e87919;
    color: #fff;
}

.breadcrumb-content ul {
    margin-bottom: 0;
    background-color: transparent;
    padding: 12px 30px;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    bottom: -10px;
    border-radius: 0;
    color: #fff;
}

.breadcrumb-content li a {
    transition: all ease-in-out .3s;
    color: #fff;
}

.breadcrumb-content .breadcrumb > .active {
    color: #e87919;
}

section.breadcrumb-outer {
    padding: 250px 0 10px !important;
    padding-bottom: 120px !important;
    !i;
    !;
}

.col-md-3-dtq {
    background: #ed7818;
}

    .col-md-3-dtq .sec-title {
        color: #fff;
    }

    .col-md-3-dtq .sec-title {
        margin: 10px 0;
    }

        .col-md-3-dtq .sec-title:after {
            content: '';
            height: 2px;
            background-color: #fff;
            display: block;
            position: relative;
            top: 2px;
            z-index: 0;
        }

    .col-md-3-dtq ul {
        margin-left: 15px;
        padding: 0px 0px 15px 7px;
    }

        .col-md-3-dtq ul li {
            list-style-type: disc;
            line-height: 30px;
            color: #fff;
        }

.box-tour-content a:hover {
    color: rgba(61,176,73,1);
}

.box-tour-detail a:hover {
    /*color: rgba(61,176,73,1);*/
    text-decoration: underline;
}


.style-1 .section-title h2:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 75px;
    background: #e87919;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(117 62 99 / var(--tw-bg-opacity));
}

.price-visa-promotion {
    font-style: italic;
    margin-left: 5px;
    text-decoration: line-through;
    color: gray;
    font-weight: normal;
    font-size: 20px;
}

.summary-detail-tour {
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}

.hoso h2, h2.text-center {
    background: #ed7818;
    text-align: left !important;
    color: #FFF;
    margin: 0px;
    padding: 8px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.summary-detail-tour-content-1 {
    padding: 15px;
}

.canhgiua {
    text-align: center;
}

.canhgiua-bg {
    background: #f0f0f0;
    margin: 0 auto;
    width: 400px;
    padding: 20px 20px;
    border-radius: 6px;
}

.price-content-visa {
    color: #ed7818;
    /* text-shadow: 1px 1px #999; */
    font-size: 30px;
    font-weight: bold;
}

.vst li {
    list-style: none;
    color: #000;
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    margin: 0;
}

    .vst li.head {
        text-transform: uppercase;
        background: #ed7818;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        line-height: 35px;
    }

    .vst li span {
        float: left;
        text-align: center;
        background: #ed7818;
        border-radius: 50%;
        color: #FFF;
        width: 25px;
        height: 25px;
        padding-top: 3px;
        margin-right: 13px;
        font-size: 14px;
    }

.visa-question {
    color: #222;
    text-align: left;
    /* text-decoration: underline; */
    font-size: 16px;
    font-weight: bold;
}

.visa-answer {
    text-align: left;
    line-height: 25px;
    font-size: 16px;
}

    .visa-answer .swin-ans {
        line-height: 25px;
        font-size: 16px;
        color: #ed7818;
        font-weight: bold;
    }

.summary-detail-tour-content-1 {
    font-size: 14px;
    line-height: 25px;
}

    .summary-detail-tour-content-1 p {
        font-size: 14px;
        line-height: 25px;
    }

.margin-bottom-visa {
    margin: 15px 0px;
}

.summary-detail-tour-content-1 img {
    max-width: 100%;
    height: auto;
}

#exampleModalSendFriend .modal-header {
    padding: 0;
    border: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #ed7818;
    background: -moz-linear-gradient(top, #ed7818 0%, #f2652e 100%);
    background: -webkit-linear-gradient(top, #ed7818 0%,#f2652e 100%);
    background: linear-gradient(to bottom, #ed7818 0%,#f2652e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2638', endColorstr='#f2652e',GradientType=0 );
}

    #exampleModalSendFriend .modal-header h1 {
        color: #fff;
        margin-bottom: 4px;
        font-size: 25px;
    }

#exampleModalSendFriend .head {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #ed7818;
    background: -moz-linear-gradient(top, #ed7818 0%, #f2652e 100%);
    background: -webkit-linear-gradient(top, #ed7818 0%,#f2652e 100%);
    background: linear-gradient(to bottom, #ed7818 0%,#f2652e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2638', endColorstr='#f2652e',GradientType=0 );
}

#btn-send-product-to-friend {
    padding: 10px;
    color: #fff;
    background: #ed7818;
    background: -moz-linear-gradient(top, #ed7818 0%, #f2652e 100%);
    background: -webkit-linear-gradient(top, #ed7818 0%,#f2652e 100%);
    background: linear-gradient(to bottom, #ed7818 0%,#f2652e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2638', endColorstr='#f2652e',GradientType=0 );
}

    #btn-send-product-to-friend:hover {
        padding: 10px;
        color: #fff;
        background: #f2652e;
        background: -moz-linear-gradient(top, #f2652e 0%, #ed7818 100%);
        background: -webkit-linear-gradient(top, #f2652e 0%,#ed7818 100%);
        background: linear-gradient(to bottom, #f2652e 0%,#ed7818 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2652e', endColorstr='#eb2638',GradientType=0 );
    }

#exampleModalSendFriend .modal-header .close {
    margin-top: 3px;
    color: #eb2638;
    text-shadow: none;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

    #exampleModalSendFriend .modal-header .close:hover {
        margin-top: -67px;
        color: #fff;
        text-shadow: none;
        opacity: 1;
        background: #f2652e;
        border-radius: 50%;
        padding: 4px;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

.modal-body {
    position: relative;
    padding: 15px;
}

.head p {
    color: #fff;
}

.content-send-form-visa label {
    font-size: 13px;
}

.content-send-form-visa p {
    margin-bottom: 0;
}

.price-content-promotion-visa {
    font-style: italic;
    margin-left: 5px;
    text-decoration: line-through;
    color: gray;
    font-weight: normal;
    font-size: 20px;
}

.recent-content h4 {
    font-size: 15px;
    font-weight: normal;
}

.popular-content h4 {
    font-size: 15px;
    font-weight: normal;
}

.title-new-custom {
    line-height: 29px;
    padding-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.summary-new-custom {
    line-height: 25px;
    padding-bottom: 0;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 79px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

h4.diem-den {
    line-height: 20px;
    padding-bottom: 0;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #313131;
    font-weight: 500;
    /* background: red; */
}

.slider-button .package-content h4 {
    line-height: 25px;
    font-size: 14px;
    color: rgba(97,99,101,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.style-1 section {
    padding: 50px 0 0px;
}
/*Modal*/
#myModal {
}

    #myModal .modal-content {
        background: #d8a403;
    }

    #myModal img {
        width: auto; /* text-align: center; */
        display: inline-block;
        height: 80px;
    }

    #myModal .modal-content .modal-header {
        width: 100%;
        display: block;
        text-align: center;
        border: none;
        position: relative;
    }

        #myModal .modal-content .modal-header button {
            border: none;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            position: absolute;
            right: 34px;
            font-size: 30px;
            line-height: 10px;
        }

    #myModal .modal-header h4 {
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 5px;
        color: #000;
        margin-bottom: 5px;
    }

    #myModal .modal-header h5 {
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 0;
    }

    #myModal .modal-body {
    }

        #myModal .modal-body .form-group {
            width: 100%;
            margin: 0 auto;
            margin-bottom: 10px;
        }

        #myModal .modal-body label {
            color: #000;
        }

        #myModal .modal-body small {
            color: #dc3545;
            display: none;
            font-size: 13px;
        }

    #myModal .modal-body {
        border: none;
    }

        #myModal .modal-body .btn-send {
            text-align: center;
            margin-top: 15px;
        }

            #myModal .modal-body .btn-send button {
                color: #fff;
                font-weight: bold;
            }

    #myModal #modal-content-2 {
    }

        #myModal #modal-content-2 .modal-header {
        }

        #myModal #modal-content-2 .modal-body {
            color: #fff;
            background: #d8a403;
            padding: 0 15px 15px 15px;
        }

            #myModal #modal-content-2 .modal-body h3 {
                color: #fff;
                padding-bottom: 0;
            }

            #myModal #modal-content-2 .modal-body p {
                margin-bottom: 0;
                font-size: 16px;
                color: #fff;
            }

div#modal-content-2 {
    display: none;
}
/*End Model*/
.overlay1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
}

    .overlay1 .overlay__inner {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .overlay1 .overlay__content {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .overlay1 .spinner {
        width: 75px;
        height: 75px;
        display: inline-block;
        border-width: 2px;
        border-color: rgba(255, 255, 255, 0.05);
        border-top-color: #fff;
        animation: spin 1s infinite linear;
        border-radius: 100%;
        border-style: solid;
    }

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.overlay1 {
    display: none;
    z-index: 999999;
}

.tab-content-custom-new {
}

    .tab-content-custom-new ul {
        list-style: inherit;
        padding: 0;
        margin: 0;
        margin-left: 15px;
    }

    .tab-content-custom-new li {
        line-height: 25px;
        margin-bottom: 0;
    }

    .tab-content-custom-new ol {
        list-style: inherit;
        padding: 0;
        margin: 0;
        margin-left: 15px;
    }

.foooter-hotline {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
}

.bg-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(117 62 99 / var(--tw-bg-opacity));
}

.foooter-hotline-body {
}

    .foooter-hotline-body span {
        display: inline-block;
    }

.foooter-hotline-a {
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
}

    .foooter-hotline-a:hover {
        --tw-text-opacity: 1;
        color: rgb(242 135 187 / var(--tw-text-opacity));
    }

.foooter-hotline-a-btn {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 16px 20px;
    display: inline-block;
}

    .foooter-hotline-a-btn:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(226 24 122 / var(--tw-bg-opacity));
        color: #fff;
    }

.bg-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.text-slate-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity));
}

#footer-new {
    position: relative;
}

.clear-both {
    clear: both;
}

#footer-new:after {
    /*content: '';
    background-color: rgba(240,240,240,1);
    position: absolute;
    top: 0;*/
    /* left: 0; */
    /*right: 0;
    width: 50%;
    height: 100%;
    text-align: right;*/
}

#footer-new #logo-footer-6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

    #footer-new #logo-footer-6 img {
        text-align: center;
    }

#footer-new .footer-about {
}

#footer-new .about-logo {
    margin-top: 15px;
    /*text-align: center;*/
    margin-bottom: 0;
}

    #footer-new .about-logo img {
        width: auto;
    }

#footer-new .footer-social-links {
    margin-top: 10px;
}

    #footer-new .footer-social-links li {
        margin-right: 5px;
    }

    #footer-new .footer-social-links img {
        width: 88%;
    }

.copyright-content {
    color: #000;
    margin-top: 15px;
    margin-left: -15px;
}

    .copyright-content p {
        /* margin-top: 15px; */
        --tw-text-opacity: 1;
        color: rgb(30 41 59 / var(--tw-text-opacity));
    }

    .copyright-content a {
        margin-top: 15px;
        --tw-text-opacity: 1;
        color: rgb(30 41 59 / var(--tw-text-opacity));
    }

#footer-new .about-location {
    margin-top: 15px;
}

    #footer-new .about-location a {
        --tw-text-opacity: 1;
        color: rgb(30 41 59 / var(--tw-text-opacity));
    }

.footer-caption {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.col-lg-4.footer-widget {
    margin-top: 10px;
}

#footer-new .about-location li {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity));
    margin-bottom: 6px;
}

#footer-new .about-location i {
}

#footer-new .newsletter {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity));
}

    #footer-new .newsletter h2 {
        --tw-text-opacity: 1;
        color: rgb(30 41 59 / var(--tw-text-opacity));
    }

    #footer-new .newsletter p {
        --tw-text-opacity: 1;
        color: rgb(30 41 59 / var(--tw-text-opacity));
    }

#footer-new .section-title {
    position: relative;
    padding: 0 10%;
    margin-bottom: 10px;
    z-index: 1;
}

#footer-new .newsletter .form-sub-footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#footer-new .newsletter a {
    position: absolute;
    padding: 10px;
    color: #fff;
    top: 6px;
    right: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(117 62 99 / var(--tw-bg-opacity));
}

.slider-button .slick-prev, .slider-button .slick-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 5px solid #fff;
    line-height: 2;
    background: #005294;
    --tw-bg-opacity: 1;
    background-color: rgb(117 62 99 / var(--tw-bg-opacity));
}

#menu-get-in-touch {
}

#menu-search {
}

.head-style-1 .navbar-sticky .nav.navbar-nav > li > a#menu-search {
    color: #fff;
}

.head-style-1 .navbar-sticky .nav.navbar-nav > li > a#menu-get-in-touch {
    color: #fff;
}

#menu-li-get-in-touch {
    --tw-bg-opacity: 1;
    background-color: rgb(117 62 99 / var(--tw-bg-opacity));
}

#menu-li-search {
    --tw-bg-opacity: 1;
    background-color: rgb(155 103 139 / var(--tw-bg-opacity));
}

.header_menu .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    padding-left: 0;
}

.logo-wrapper, .navbar-nav-wrapper, .nav-mini-wrapper {
    float: right;
}

#pull-left-1 {
    padding-top: 27px;
}

    #pull-left-1 #menu-introduction {
        margin-right: 15px;
    }

    #pull-left-1 #menu-contact {
    }

.navbar-sticky div#navbar {
    margin-top: 10px;
}

#menu-li-get-in-touch:hover, #menu-li-search:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 24 122 / var(--tw-bg-opacity));
}

#menu-li-get-in-touch #menu-get-in-touch:hover {
    background: none !important;
}

#menu-search {
    padding: 0 20px;
}

    #menu-search:hover {
        background: none !important;
    }

#menu-get-in-touch {
    padding: 0 20px;
}

.content-enquiry .description-content {
    border: 1px solid #f1f1f1;
    padding: 15px;
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.enquiry-error-label {
    color: #eb2638;
}

.blog-slider {
    position: relative;
}

    .blog-slider .col-lg-8 {
        position: relative;
    }

.blog-home {
    width: 700px;
    margin: 0 auto;
}

.blog-slider .slick-slide img {
    width: inherit;
    height: auto;
    display: none;
}
/*section:nth-child(even) {
    background: none;
}*/
.blog-slider .sale-item {
    height: 500px;
    width: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}

    .blog-slider .sale-item .sale-image {
    }

.style-1 .trusted-partners {
    padding: 30px 0 30px;
    background: #fff;
}

.blog-slider .sale-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #040404c7 1%, #ffad0000 100%);
}

.blog-slider .slick-dots {
    position: absolute;
    bottom: 21px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.blog-slider .slick-next {
    right: 10px;
}

section.deals-on-sale {
    padding-bottom: 50px;
}

.blog-slider .sale-content {
    padding: 20px 30px;
    position: absolute;
    top: inherit;
    bottom: 35px;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.blog-slider h3, .blog-slider h3 {
    display: inline-block;
    padding-bottom: 0;
    position: relative;
}
/* Custom CSS */
.image-column img {
    max-width: 100%;
    height: auto;
}

.content-column {
}

.body-content-destination {
    font-size: 18px;
    margin-bottom: 50px;
}

    .body-content-destination p {
        font-size: 18px;
    }

    .body-content-destination img {
        max-width: 100%;
        height: auto;
    }

.padding-content {
    clear: both;
    margin-bottom: 70px;
}

    .padding-content .row {
        margin-bottom: 0;
    }

        .padding-content .row .content-column h2 {
            display: block;
            width: 100%;
            margin-top: 30px;
        }

        .padding-content .row .content-column {
        }

            .padding-content .row .content-column .body p {
                font-size: 16px;
                line-height: 25px;
            }

            .padding-content .row .content-column .body {
                font-size: 16px;
                line-height: 25px;
            }

                .padding-content .row .content-column .body img {
                    max-width: 100%;
                    height: auto;
                }

        .padding-content .row .image-column img {
            max-width: 100%;
            height: auto;
        }

.dropdown-menu-tour {
    width: 616px !important;
    left: -196px !important;
    text-align: center;
    /* position: relative !important; */
}

    .dropdown-menu-tour .li-dropdown-item-tour {
        display: inline-block !important;
        width: 30.6%;
        float: left;
        margin-left: 15px !important;
        /* background: red; */
        margin-top: 5px !important;
    }

        .dropdown-menu-tour .li-dropdown-item-tour .dropdown-item-tour {
        }

        .dropdown-menu-tour .li-dropdown-item-tour .dropdown-item-tour {
            font-size: 18px;
            font-weight: bold;
            padding: 5px;
            border-bottom: none;
            background: transparent;
            padding-left: 0;
        }

            .dropdown-menu-tour .li-dropdown-item-tour .dropdown-item-tour .arrow-indicator {
                display: none;
            }

        .dropdown-menu-tour .li-dropdown-item-tour .sub-menu-tour {
            display: block;
            position: relative;
            /* margin-left: 5px; */
            box-shadow: none;
            border: none;
            width: 100%;
        }

            .dropdown-menu-tour .li-dropdown-item-tour .sub-menu-tour .menu-top-tour {
                border: none;
            }

                .dropdown-menu-tour .li-dropdown-item-tour .sub-menu-tour .menu-top-tour a {
                    border: none;
                    max-height: 60px;
                    padding-left: 5px;
                    /* background: red; */
                    min-height: 60px;
                    overflow: hidden;
                }

                .dropdown-menu-tour .li-dropdown-item-tour .sub-menu-tour .menu-top-tour img {
                    height: 100px;
                    width: 100%;
                }

.menu-country-container {
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
    padding-top: 15px !important;
}

    .menu-country-container ul {
        margin: 0 auto;
        padding: 0;
    }

        .menu-country-container ul li {
            display: inline-block;
            padding: 0;
            margin: 0;
            text-align: center;
            margin-bottom: 15px;
        }

            .menu-country-container ul li a {
                padding: 4px 12px;
                font-size: 15px;
                text-transform: uppercase;
                font-weight: 500;
            }

.btn-detail-article-country {
}

    .btn-detail-article-country a {
        border-color: rgb(117 62 99 / var(--tw-bg-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(117 62 99 / var(--tw-bg-opacity));
    }

.contact-info-item {
    border-right: none;
    margin-right: 0;
    text-align: center;
    width: 160px;
    /* background: red; */
    margin-right: 15px;
}

.style-1 .newsletter {
    padding-top: 50px;
}

.newsletter {
    padding: 55px 0 15px;
}

.form-sub-footer {
    width: 100%;
}

    .form-sub-footer #subscribe_name {
        display: inline-block;
        width: 40%;
    }

    .form-sub-footer #subscribe_email {
        display: inline-block;
        width: 55%;
    }

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring-wrap {
    left: 20px;
    bottom: 20px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-bar {
    background: rgb( 30, 115, 190, .7 );
}

    .hotline-bar > a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 50px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Arial;
    }

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 87px;
    height: 87px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(47,42,62, 1);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 57px;
    height: 57px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(47,42,62, 1);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: rgba(47,42,62, 1);
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px;
        }

.hotline-bar {
    position: absolute;
    background: #009556;
    height: 40px;
    width: 171px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

    .hotline-bar > a {
        color: #FFF;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 50px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Arial;
    }

        .hotline-bar > a:hover,
        .hotline-bar > a:active {
            color: #fff;
        }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.you-might-like {
    clear: both;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 100px;
}

    .you-might-like p {
        position: relative;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 28px;
        text-align: center;
        font-weight: 600;
        color: #444;
        margin-bottom: 30px;
    }

    .you-might-like a {
        --tw-bg-opacity: 1;
        font-size: 17px;
        background: rgb(117 62 99 / var(--tw-bg-opacity));
        color: #fff;
        border: none;
    }

        .you-might-like a svg {
            vertical-align: middle;
            width: 24px;
        }

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.inline-block {
    display: inline-block;
}

.row-des-odd {
}

.row-des-eve {
}

.row-des-odd .image-column {
    margin-right: 0;
    padding-right: 0;
}

.row-des-odd .content-column {
    vertical-align: middle;
    padding-left: 30px;
}

.row-des-eve .image-column {
    padding-left: 0;
}

.row-des-eve .content-column {
    padding-right: 30px;
}

.looking-for-inspiration {
    margin-bottom: 30px;
    margin-top: 50px;
}

    .looking-for-inspiration p {
        position: relative;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 28px;
        text-align: center;
        font-weight: 600;
        color: #444;
    }

.looking-for-content-cod {
    text-align: center;
    margin-bottom: 30px;
}

.looking-for-content {
    margin-bottom: 80px;
    margin-top: 40px;
}

    .looking-for-content .img {
        position: relative;
        height: 250px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .looking-for-content .img img {
            vertical-align: middle;
            /* position: absolute; */
            left: 0;
            overflow: hidden;
            opacity: 0;
        }

    .looking-for-content .content {
        margin-top: 15px;
    }

        .looking-for-content .content h3 {
            display: block;
            padding-bottom: 15px;
            margin-bottom: 0;
            line-height: 25px;
        }

        .looking-for-content .content a {
            display: block;
            font-size: 17px;
        }

            .looking-for-content .content a svg {
                vertical-align: middle;
                width: 24px;
            }

.looking-for-inspiration p:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 75px;
    background: #e87919;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(117 62 99 / var(--tw-bg-opacity));
}

.looking-for-inspiration p:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 200px;
    background: #e1e1e1;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.you-might-like p:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 75px;
    background: #e87919;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(117 62 99 / var(--tw-bg-opacity));
}

.you-might-like p:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 200px;
    background: #e1e1e1;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hotel_container .hotel {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;*/
}

.hotel_container .hotel-item {
    padding: 0;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 10px;
}

    .hotel_container .hotel-item img {
        width: 100%;
        height: auto;
    }

    .hotel_container .hotel-item span.title_image {
        position: absolute;
        right: 25px;
        top: 25px;
        color: #fff;
        text-transform: uppercase;
    }

    .hotel_container .hotel-item .content {
        padding: 20px;
        text-align: center;
    }

        .hotel_container .hotel-item .content h3 {
            margin: 0;
            font-size: 22px;
            color: #333;
            padding-bottom: 5px;
            display: block;
        }

        .hotel_container .hotel-item .content p {
            margin: 5px 0;
            color: #777;
        }

        .hotel_container .hotel-item .content .location {
            color: #000;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .hotel_container .hotel-item .content .learn-more {
            display: inline-block;
            margin-top: 10px;
            color: #007BFF;
            text-decoration: none;
            font-weight: bold;
            font-size: 15px;
            --tw-bg-opacity: 1;
            color: rgb(117 62 99 / var(--tw-bg-opacity));
        }

            .hotel_container .hotel-item .content .learn-more i {
                margin-left: 5px;
            }

    .hotel_container .hotel-item .label {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 5px 10px;
        font-size: 0.9em;
        border-radius: 3px;
    }

    .hotel_container .hotel-item .content h4 {
        color: #6a6d72;
        font-weight: 400;
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .hotel_container .hotel-item .content h5 {
    }

    .hotel_container .hotel-item .content a svg {
        vertical-align: middle;
        width: 21px;
    }

    .hotel_container .hotel-item .image_hotel {
        overflow: hidden;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .hotel_container .hotel-item .image_hotel img {
            opacity: 0;
        }

.resort-card {
    cursor: pointer;
    transition: transform 0.3s;
}

    .resort-card:hover .hotel-item-shadow {
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

.resort-card-sub {
    cursor: pointer;
    transition: transform 0.3s;
}

    .resort-card-sub:hover .hotel-item-shadow {
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

.detailed-content {
    display: none;
    margin-top: 20px;
}

.detailed-content-sub {
    display: none;
    margin-top: 20px;
}

.contant_wrapper_place {
    display: none;
}

    .contant_wrapper_place .detailed-content {
        display: block;
        margin-top: 20px;
    }

.slick-slide img {
    width: 100%;
    border-radius: 10px;
}

.back-button {
    cursor: pointer;
    color: rgb(226,24,122,1);
    margin-bottom: 15px;
    margin-top: 20px;
}

.detail-hotel-des {
}

.detailed-content {
}

    .detailed-content .back-button {
    }

.detailed-content {
}

.detailed-content {
}

    .detailed-content .slider_hotel_we_love {
    }

    .detailed-content .right-hotel-detail {
    }

        .detailed-content .right-hotel-detail p.location {
            color: rgb(226,24,122,1);
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 10px;
        }

            .detailed-content .right-hotel-detail p.location img {
                width: 24px;
            }

        .detailed-content .right-hotel-detail h3.title-detail-hotel {
            padding-bottom: 0px;
        }

    .detailed-content .detail-hotel-des {
        font-size: 15px;
    }

        .detailed-content .detail-hotel-des p {
            font-size: 15px;
        }

        .detailed-content .detail-hotel-des img {
            max-width: 100%;
            height: auto;
        }

    .detailed-content .slick-prev, .detailed-content .slick-next {
        background: rgb(226,24,122,0.5);
    }

        .detailed-content .slick-prev:hover, .detailed-content .slick-next:hover {
            background: rgb(226,24,122,1);
        }

    .detailed-content .slick-prev {
        left: 10px;
    }

    .detailed-content .slick-next {
        right: 10px;
    }

.place_container {
}

    .place_container .place_title {
        text-align: center;
        font-size: 20px;
        color: #000;
    }

#resort-list-sub .learn-more {
    font-size: 15px;
}

.detailed-content-sub {
    margin-bottom: 30px;
}

    .detailed-content-sub .slider_hotel_we_love {
    }

    .detailed-content-sub .right-hotel-detail {
    }

        .detailed-content-sub .right-hotel-detail p.location {
            color: rgb(226,24,122,1);
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 10px;
        }

            .detailed-content-sub .right-hotel-detail p.location img {
                width: 24px;
            }

        .detailed-content-sub .right-hotel-detail h3.title-detail-hotel {
            padding-bottom: 0px;
        }

    .detailed-content-sub .detail-hotel-des {
        font-size: 15px;
    }

.detailed-content .detail-hotel-des p {
    font-size: 15px;
}

.detailed-content-sub .detail-hotel-des img {
    max-width: 100%;
    height: auto;
}

.detailed-content-sub .slick-prev, .detailed-content-sub .slick-next {
    background: rgb(226,24,122,0.5);
}

    .detailed-content-sub .slick-prev:hover, .detailed-content-sub .slick-next:hover {
        background: rgb(226,24,122,1);
    }

.detailed-content-sub .slick-prev {
    left: 10px;
}

.detailed-content-sub .slick-next {
    right: 10px;
}

.contact-info pull-right {
}

    .contact-info pull-right .contact-info-item {
    }

        .contact-info pull-right .contact-info-item p {
        }

        .contact-info pull-right .contact-info-item span {
        }

.hotline_top_a {
    color: #fff;
    font-weight: bold;
    /*background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-size: 18px;
    text-shadow: 0 0 5px #00000088;
    /* -webkit-text-stroke: 1px #fff; */ /* Add a red outline */
}

.footer-widget {
    margin-top: 10px;
}

.contact-us {
    position: relative;
    /*display: inline-block;
    position: relative;
    color: blue;
    text-decoration: underline;
    cursor: pointer;*/
}

.tooltip-footer {
    display: none;
    position: absolute;
    top: -160px;
    left: 40%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 350px;
    z-index: 1000;
    font-size: 14px;
}

    .tooltip-footer:before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border: 5px solid transparent;
        border-top-color: #ccc;
    }

    .tooltip-footer:after {
        content: "";
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        border: 5px solid transparent;
        border-top-color: #fff;
    }

.overlay-footer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.mobile-tooltip {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 90%;
    z-index: 1000;
    font-size: 14px;
}

.close-tooltip {
    text-align: right;
    font-size: 12px;
    color: red;
    cursor: pointer;
}

@media (max-width: 768px) {
    .tooltip {
        display: none !important;
    }

    .contact-us {
        display: block;
    }
}


.footer_link {
    margin-top: 30px;
    /* padding-bottom: 15px; */
}

    .footer_link a {
        font-weight: bold;
        padding: 15px;
    }

.about-location {
}

    .about-location h3 {
        padding-bottom: 0;
        margin-bottom: 5px;
        font-size: 17px;
    }

    .about-location p {
    }

.copyright {
    padding: 0 0 15px;
}

.tooltip-footer a {
    font-weight: normal;
}

.breadcrumb-content-page h2 {
    text-shadow: 0 0 5px #00000088;
    padding-bottom: 13px;
    font-size: 3.55rem;
    font-weight: 400;
}

.breadcrumb-content-page h3 {
    text-shadow: 0 0 5px #00000088;
    color: #fff;
    font-weight: 400;
}

    .breadcrumb-content-page h3 p {
        color: #fff;
    }

.breadcrumb-content-page:before {
    display: none;
}

section.breadcrumb-outer-enquiry {
    padding: 68px !important;
    background: #AAAAAA;
}

.menu-country-container ul li a.active {
    color: #990099;
    font-weight: 500;
}

sup.sup-name {
    font-weight: normal;
    margin-left: 5px;
}
.tour-summary {
    display: block;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}