

.acount-user {
    font-size: 14px !important;
}

.tophead h3 .slogan {
    font-size: 20px;
}

.color-red {
    color: #e20613;
}

.color-blue {
    color: #00a2d3;
}

.blockquote {
    color: #666;
    quotes: "\201C""\201D""\2018""\2019";
    font-style: italic;
    line-height: 1.6em;
    color: #000;
}

    .blockquote .quote {
        font-weight: normal;
        color: #00a2d3;
        font-size: 17px;
        line-height: 20px;
        text-transform: none;
    }

.foundation2 {
    background: #fff;
    border-radius: 0;
    color: #000;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #f3d2d2;
    padding: 10px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 100%;
    font-size: 15px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 4rem;
    opacity: 0.6;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.box-hightlight {
    background: url(/images/bgr-hightlight.jpg) no-repeat center center;
    padding: 20px 25px 15px;
    margin: 1.5em 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.btnEditPro {
    float: right;
    border: 1px solid #fff;
    margin-top: -5px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-slide a {
        width: 100%;
    }

.note-title {
    background: linear-gradient(180deg,transparent,#000);
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 24px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    min-height: 16.43px;
    padding: 1px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: 0px;
        color: #000 !important;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

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

.modal-footer {
    padding: 2px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
        display: block;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
}

.btn-primary {
    background: rgba(218, 32, 50, 0.6);
    color: #fff;
    transition: all 0.35s ease-in-out;
    border: 0px;
}

.btn-primary {
    background: rgba(218, 32, 50, 0.6);
    color: #fff;
    transition: all 0.35s ease-in-out;
    border: 0px;
    
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
   padding: 1rem;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.edit-tour h5 {
    font-weight: bold;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 5px;
    color: #555;
}

    .edit-tour h5 small {
        line-height: 15px;
        width: auto !important;
        text-align: center;
        font-size: 1rem;
        color: #777;
        border: 1px solid #ddd;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        display: block;
        float: left;
        margin-right: 5px;
        position: relative;
        top: -3px;
        background: #f2f2f2;
        padding: 5px;
    }

.edit-tour-content {
    min-height: 171px;
    max-height: 171px;
    overflow: auto;
    border: 1px solid #DDD;
    padding: 5px;
}

.edit-tour-content-text {
    min-height: 171px;
    max-height: 171px;
    overflow: auto;
    border: 1px solid #DDD;
    padding: 5px;
}

.alert {
    position: relative;
    padding: .515rem 0.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background: rgba(3, 169, 244, 0.6);
    color: #fff;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    padding-left: 5px;
    top: 43px;
}

.error {
    color: #fff;
    background-color: red;
    position: relative;
    padding: .515rem 0.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 1rem;
}

.spinner {
    position: fixed;
    top: 0%;
    left: 0%;
    text-align: center;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    z-index: 9999;
    -moz-opacity: 0.8;
    opacity: .40;
    filter: alpha(opacity=40);
}

    .spinner .img {
        position: fixed;
        top: 40%;
        left: 50%;
        margin-left: -110px; /* half width of the spinner gif */
        margin-top: -10px; /* half height of the spinner gif */
        text-align: center;
        overflow: auto;
        width: 220px; /* width of the spinner gif */
    }

.table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 60%;
    padding-left: 15px;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    /* word-wrap: break-word; */
    /* vertical-align: top !important; */
    top: 5px;
}
/*.table td {
    padding-left: 70%;
    text-align: left;
    position: relative;
}*/
.table td {
    padding-left: 15px;
    text-align: left;
    position: relative;
}

.tbHotel td {
    padding-left: 15px;
    text-align: left;
    position: relative;
}

.text-bold {
    font-weight: bold;
}

.tbHotel td a {
    color: #3570c3;
}

.text-center {
    text-align: center !important;
}

.table td.tdTotal {
    padding-left: 15px;
    text-align: left;
    position: relative;
}

.table p {
    padding: 15px;
    line-height: 25px;
    background: #fff !important;
}

.table td table td {
    padding-left: 15px;
    text-align: left;
    position: relative;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        border: 1px solid #ddd;
    }
}

.menu-bar1, .menu-bar2, .menu-bar3 {
    width: 2.2rem;
    height: 0.1rem;
    background-color: #333;
    margin: 0.4rem 0;
    transition: 0.4s;
}

.bg-darkgray {
    background: #E5E8E8;
    color: #454545;
}

.tablePrice {
    border-collapse: collapse !important
}

    .tablePrice td, .table th {
        background-color: #fff !important
    }

.table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important
}


.table-bordered {
    border: 1px solid #ddd;
}

.tablePrice {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.tb-hotel td {
    position: relative;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    border-bottom-width: 1px;
}

.tablePrice > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.tablePrice > tbody > tr > td, .tablePrice > tbody > tr > th, .tablePrice > tfoot > tr > td, .tablePrice > tfoot > tr > th, .tablePrice > thead > tr > td, .tablePrice > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.tb-hotel th {
    background: #eee;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

        .table-responsive > .tablePrice > tbody > tr > td, .table-responsive > .tablePrice > tbody > tr > th, .table-responsive > .tablePrice > tfoot > tr > td, .table-responsive > .tablePrice > tfoot > tr > th, .table-responsive > .tablePrice > thead > tr > td, .table-responsive > .tablePrice > thead > tr > th {
            white-space: wrap;
        }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

.item-day .day > strong {
    color: #00a2d3;
    font-size: 16px;
}

.day-title {
    font-weight: bold;
    font-size: 18px;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mr-auto {
    margin-right: auto !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.fst-italic {
    font-style: italic !important
}

.Itinerary a {
    color: inherit;
    color: #232323;
}

.back-top {
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 50%;
    right: 5px;
    display: none;
    opacity: 0.8;
}

.back-top {
    opacity: 0;
}

    .back-top:hover {
        opacity: 1;
    }

    .back-top.show {
        opacity: 1;
        transition: opacity .4s ease-out;
    }

/*.fix-btn a:last-child {
    background-color: #E36C76;
    color: #fff;
}*/

.table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.btn-primary1 {
    background-color: rgba(3, 169, 244, 0.15);
    color: #00a2d3;
    font-size: 20px;
    font-weight: bold;
}

.sticky-menu ul {
    list-style: none;
    margin: 0;
    padding: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00a2d3;
}

/*.fix-btn a {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}*/

/*.acount-user {
    padding: 0.25rem 1rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

.font15 {
    font-size: 15px;
}

.foundation2 strong {
    color: gray !important;
}

.modal-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.menu .sale {
    padding-bottom: 8rem;
}

.menu ul {
    padding: 0rem 0 0rem;
}

.sticky-menu li a {
    padding: 0.5rem 0.5rem;
}

.menu {
    transform: translateX(-120vw);
}

::-webkit-scrollbar {
    width: 4px;
    height: 5px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


#ValidateQoutation p {
    padding: 1rem;
}

#myModal .modal-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: lightpink;
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.5em
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-reverse {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right
}

    .form-check-reverse .form-check-input {
        float: right;
        margin-left: 0;
        margin-right: -1.5em
    }

.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    height: 1em;
    margin-top: .25em;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        -webkit-filter: brightness(90%);
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #f2d89e;
        -webkit-box-shadow: 0 0 0 .25rem rgba(229,176,60,.25);
        box-shadow: 0 0 0 .25rem rgba(229,176,60,.25);
        outline: 0
    }

    .form-check-input:checked {
        background-color: #00a2d3;
        border-color: #00a2d3
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #00a2d3;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
        border-color: #00a2d3
    }

    .form-check-input:disabled {
        -webkit-filter: none;
        filter: none;
        opacity: .5;
        pointer-events: none
    }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            cursor: default;
            opacity: .5
        }

.validateform {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

    .validateform a:first-child {
        background-color: rgba(3, 169, 244, 0.6);
        color: #fff;
    }

    .validateform a {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 50%;
        padding: 0.75rem -0.2rem;
        position: relative;
    }

    .validateform a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0.5rem 1rem;
        position: relative;
        border-radius: 8px 8px 0 0;
        border: 1px solid #fff;
        border-bottom: 0;
    }
/*.footer {
    background: #fff;
    padding: 1rem 1rem;
    color: #424242;
}
    .footer h3 {
        color: #555;
        letter-spacing: 1px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }*/

.text-welcome {
    color: #666;
    text-transform: uppercase;
    padding: 1.5rem;
    background: #fff;
    text-align: center;
    margin: 0.5rem;
    margin-top: 0px;
}
/*.fix-btn a:first-child {
    background-color: #da2032;
    color: #fff;
}*/

.box-client .Itinerary span {
    color: #666;
}

/*.fix-btn a:last-child:hover {
    background-color: #48AAD8;
}*/

/*.fix-btn a:last-child {
    background-color: #48AAD8;
    color: #fff;
}*/

/*.btn-primary {
    background: #48AAD8;
    color: #fff;
    transition: all 0.35s ease-in-out;
    border: 0px;
}*/

.p-1rem {
    padding: 1rem;
}
.bg-blue {
    background: var(--brand-blue);
}

.whatsapp {
    background: #29A71A !important;
}

.sticky-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #fff, transparent);
    color: #00a2d3;
    gap: 0.5rem;
    width: 100%;
    padding: 0.2rem;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    z-index: 2;
}

.modal-footer {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #f2f2f2;
    z-index: 2;
}

.modal-header {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
   
    z-index: 2;
}

/*.name-tour {
    background: rgb(14, 14, 14);
    background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, rgb(14 14 14 / 83%) 50%, rgb(14 14 14 / 84%) 100%);
    color: #ffffff;
    font-size: 2rem;
    padding: 4rem 1rem 1rem !important;
    line-height: 1.3;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
    top: auto !important;
}*/
.menu ul li span {
    width: 16px;
    height: 16px;
    background: red;
    display: block;
    border-radius: 50%;
    border: 5px solid #f2f2f2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
}
.menu ul li a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #454545;
    padding: 1rem 0;
    padding-left: 1.5rem;
    display: block;
    border-bottom: 1px solid #999;
    text-transform: uppercase;
}

.menu ul li .active {
    font-weight: bold;
}

.sticky-btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
   
    gap: 0.5rem;
    width: 100%;
    
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    z-index: 2;
}

.menu ul li .active {
    background: #A2D3FA;
}
.font12
{
    font-size:1.2rem;
}

.menuhome ul li a {
    text-transform:uppercase;
}
.bg-blue.not-important {
    color: #fff;
}
.footer a
{
    color:#fff;
}
.footer a:hover {
    color: #fff;
}
.box-hightlight {
    background: url(images/bgr-hightlight.jpg) no-repeat center center;
    padding: 20px 25px 15px;
    margin: 1.5em 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}



.box-hightlight h3 {
    color: #F69320;
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.box-hightlight p {
    overflow: hidden;
    margin-bottom: .5em;
    text-align: justify;
}

.box-hightlight {
    background: url(/images/bgr-hightlight.jpg) no-repeat center center;
    padding: 20px 25px 15px;
    margin: 1.5em 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background-size:cover;
}
.nopading {
    padding: 0 6px !important;
}
img, video {
    max-width: 100%;
    height: auto;
}
.programe {
    position: relative;
    z-index: 100;
}
.modal-header .close span {
    font-weight: 100;
    font-size: 28px;
    line-height: 0.8;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-4 {
    gap: 2rem;
}

.shrink-0 {
    flex-shrink: 0;
}

.contact-agent {
    padding: 4%;
    background: rgba(0, 137, 185, 0.8);
    position: relative;
    z-index: 0;
    &::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 137, 185, 0.9); */
    z-index: 1;
}

}
.img-sale {
    max-width: 200px;
}

.underline {
    text-decoration: underline;
}

.img-top {
    position: absolute;
    left: 0;
    width: 1024px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

ul.hoz, ul.ver {
    list-style: none;
    margin: 0;
    padding: 0;
}

.posleft {
    position: relative;
    float: left;
    left: 50%;
}

.posright {
    position: relative;
    float: left;
    right: 50%;
}
.shrink-0 {
    flex-shrink: 0;
}

.z-2 {
    z-index: 2;
}

.relative {
    position: relative;
}
blockquote {
    color: #fff;
    border-left: 1px solid #fff;
    margin: 0.5em 0;
    font-style: italic;
    padding: 0 20px;
    quotes: "\201C""\201D""\2018""\2019";
}
.item-jour {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
    .item-jour {
        flex-wrap: nowrap;
    }
}

.item-jour:last-childp {
    margin-bottom: 0;
}

.arrow-red {
    background: url(../images/arrow-red.png) no-repeat 100% 1px;
    padding-right: 20px;
}

.day {
    color: var(--brand-blue);
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.jour-day {
    width: 100%;
    float: left;
}

@media (min-width: 1200px) {
    .jour-day {
        width: 20%;
    }
}

.jour-day .small {
    font-size: 90%;
    font-style: italic;
    margin-bottom: 5px;
}

.jour-detail {
    width: 100%;
    float: right;
}

@media (min-width: 1200px) {
    .jour-detail {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .flex-lg-column {
        flex-direction: column;
    }
    .d-lg-block
    {
        display:block !important;
    }
    .d-lg-none {
        display: none !important;
    }
}
.tb-hotel .head-td {
    background: #eee !important;
    background-clip: border-box;
    text-align: center;
    font-weight: bold;
    background-clip: padding-box;
}