/* Minification failed. Returning unminified contents.
(24,28): run-time error CSS1039: Token not allowed after unary operator: '-thm-black'
(61,23): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(71,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-black'
(73,23): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(339,27): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(415,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-secondary'
(498,27): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(499,21): run-time error CSS1039: Token not allowed after unary operator: '-thm-black'
(696,29): run-time error CSS1046: Expect comma, found '0'
(696,33): run-time error CSS1046: Expect comma, found '/'
(892,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-secondary'
(921,27): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(1133,27): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(1204,23): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(1206,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-black'
(1241,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(1436,22): run-time error CSS1039: Token not allowed after unary operator: '-cluster-color'
(1455,26): run-time error CSS1039: Token not allowed after unary operator: '-cluster-color'
(1469,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1473,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1477,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1492,29): run-time error CSS1046: Expect comma, found '0'
(1492,33): run-time error CSS1046: Expect comma, found '/'
(2676,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-black'
(2702,21): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(3455,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3463,54): run-time error CSS1039: Token not allowed after unary operator: '-percent'
(3463,78): run-time error CSS1039: Token not allowed after unary operator: '-percent'
(4267,29): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(4622,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4637,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4683,1): run-time error CSS1019: Unexpected token, found '}'
(5069,26): run-time error CSS1039: Token not allowed after unary operator: '-thm-primary'
(5073,36): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(5582,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5583,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5605,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5606,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6551,82): run-time error CSS1046: Expect comma, found '255'
(6551,90): run-time error CSS1046: Expect comma, found '/'
(6703,39): run-time error CSS1046: Expect comma, found '255'
(6703,47): run-time error CSS1046: Expect comma, found '/'
 */
@import url(elegant-icons.css);
@import url(map.css);
@import url('https://fonts.googleapis.com/css2?family=Charmonman:wght@700&display=swap');

.main-nav__right .bootstrap-select > .dropdown-toggle {
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    border: none;
    color: #ffffff;
}

.main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100px;
    position: relative;
    top: -4px;
}

.main-nav__right .bootstrap-select + .bootstrap-select {
    margin-left: 30px;
}

.stricked-menu {
    background-color: var(--thm-black);
    padding-left: 0px;
    padding-right: 0px;
    z-index: 2147483646;
}

.main-nav__logo.alter_logo {
    display: none;
}

.stricked-menu .main-nav__logo.alter_logo {
    display: block;
}

.stricked-menu .main-nav__logo {
    display: none;
}

.main-nav__login, .main-nav__search {
    color: #fff;
    margin-right: 0;
    margin-left: 30px;
}

.main-nav__search {
    margin-left: 175px;
}

.destinations-three__single h3 {
    font-size: 20px;
}

.stricked-menu.stricky-fixed .main-nav__navigation-box > li > a {
    color: #fff;
}

.tour-details__content h3 {
    font-family: var(--thm-font);
    padding: 5px 0;
}

.tour-details__content p {
    text-align: justify;
}

.blog-details__title h3 {
    margin: 0;
    color: var(--thm-black);
    font-weight: 600;
    font-family: var(--thm-font);
    font-size: 36px;
}

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(minimal.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal {
    background-position: 0 0;
}

    .icheckbox_minimal.hover {
        background-position: -20px 0;
    }

    .icheckbox_minimal.checked {
        background-position: -40px 0;
    }

    .icheckbox_minimal.disabled {
        background-position: -60px 0;
        cursor: default;
    }

    .icheckbox_minimal.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal {
    background-position: -100px 0;
}

    .iradio_minimal.hover {
        background-position: -120px 0;
    }

    .iradio_minimal.checked {
        background-position: -140px 0;
    }

    .iradio_minimal.disabled {
        background-position: -160px 0;
        cursor: default;
    }

    .iradio_minimal.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_minimal,
    .iradio_minimal {
        background-image: url(../images/icons/minimal@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

.virtualtours-page .tour-one__content h3 {
    line-height: 1.3;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.box_grid {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

    .box_grid .price {
        display: inline-block;
        font-weight: 500;
        color: #999;
    }

        .box_grid .price strong {
            color: #32a067;
        }

    .box_grid a.wish_bt {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
        background-color: #000;
        background-color: rgba(0,0,0,0.6);
        padding: 9px 10px;
        display: inline-block;
        color: #fff;
        line-height: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

        .box_grid a.wish_bt:after {
            font-family: 'ElegantIcons';
            content: "\e030";
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .box_grid a.wish_bt.liked:after {
            content: "\e089";
            color: #fc5b62;
        }

        .box_grid a.wish_bt:hover.liked:after {
            color: #fc5b62;
        }

        .box_grid a.wish_bt:hover:after {
            content: "\e089";
            color: #fff;
        }

    .box_grid figure {
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        height: 210px;
    }

        .box_grid figure small {
            position: absolute;
            background-color: #000;
            background-color: rgba(0,0,0,0.6);
            left: 20px;
            top: 22px;
            text-transform: uppercase;
            color: #ccc;
            font-weight: 600;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            padding: 7px 10px 4px 10px;
            line-height: 1;
        }

        .box_grid figure .read_more {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -12px;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            -o-transform: translateY(10px);
            transform: translateY(10px);
            text-align: center;
            opacity: 0;
            visibility: hidden;
            width: 100%;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
            z-index: 2;
        }

            .box_grid figure .read_more span {
                background-color: #fcfcfc;
                background-color: rgba(255,255,255,0.8);
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                -ms-border-radius: 20px;
                border-radius: 20px;
                display: inline-block;
                color: #222;
                font-size: 12px;
                font-size: 0.75rem;
                padding: 5px 10px;
            }

        .box_grid figure:hover .read_more {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        .box_grid figure a .img-bg {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            -moz-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
            -o-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            width: 100%;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .box_grid figure a:hover .img-bg {
            -webkit-transform: translate(-50%, -50%) scale(1);
            -moz-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
            -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
        }

    .box_grid .wrapper {
        padding: 25px;
    }

        .box_grid .wrapper h3 {
            font-size: 1.5rem;
            margin-top: 0;
        }

    .box_grid ul {
        padding: 20px 15px;
        border-top: 1px solid #ededed;
    }

        .box_grid ul li {
            display: inline-block;
            margin-right: 15px;
        }

            .box_grid ul li .score {
                margin-top: -10px;
            }

            .box_grid ul li:last-child {
                margin-right: 0;
                float: right;
            }

    .box_grid h3 {
        font-family: var(--thm-font);
    }

    .box_grid a {
        color: #fc5b62;
        text-decoration: none;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        outline: none;
    }

        .box_grid a:hover,
        .box_grid a:focus {
            color: #111;
            text-decoration: none;
            outline: none;
        }

.score strong {
    background-color: #0054a6;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px;
    display: inline-block;
}

.score span {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right;
    line-height: 1.1;
    font-weight: 500;
}

    .score span em {
        display: block;
        font-weight: normal;
        font-size: 11px;
        font-size: 0.6875rem;
    }

.blog-one {
    padding-top: 40px;
    padding-bottom: 40px;
}

.destinations-three {
    padding-top: 0px;
    padding-bottom: 40px;
}

.tour-one {
    padding-top: 0px;
}

.brand-one {
    padding-top: 40px;
    padding-bottom: 0;
}

.topbar-one__left a {
    color: #a4cae5 !important;
}

.footer-widget__about a {
    color: var(--thm-secondary) !important;
}

.blog-details__content img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
    margin: auto;
}

.blog-details__image img {
    width: 100%;
}

.blog-details__summary {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}

.blog-details__content iframe {
    margin: auto;
    display: inherit;
}

.comment-one__title, .comment-form__title {
    margin-top: 10px;
}

.comment-one__content {
    width: 100%;
}

.comment-one__single {
    align-items: start;
}

    .comment-one__single .comment-one__single {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-top: 15px;
    }

.comment-one__content h3 {
    margin-bottom: 20px;
}

.tour-details__gallery-image img {
    width: 100%;
}

.tour-details__gallery-thumb-image img {
    width: 100%;
}

.popin {
    background: #fff;
    padding: 10px 10px 0px 10px;
    box-shadow: 0 0 2px #999;
    border-radius: 2px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .popin .place-map {
        width: 100%;
        height: 250px;
    }

    .popin .directions {
        margin-top: 10px;
    }

        .popin .directions ul#instructions {
            background: rgba(255, 255, 0, 0.3);
            margin-top: 5px;
        }

    .popin h3.map-title {
        margin: 0;
        margin-bottom: 10px;
        font-family: var(--thm-font);
        color: var(--thm-black);
        font-size: 30px;
        font-weight: 600;
        margin-top: 0px;
    }

.tour-sidebar__featured-single > img {
    width: 61px;
    height: 63px;
}

.tour-sidebar__featured-single span {
    font-size: 17px;
}

.tour-sidebar__featured-single p i {
    margin-right: 5px;
    color: #2196f3;
}

.tour-sidebar__featured-single small {
    color: #ff0143;
    font-size: 14px;
    font-style: italic;
}

/* custom size */
/*.footer-widget__about,
.footer-widget__gallery {
    -webkit-box-flex: 1;
    flex: 1 1 33.333333%;
    max-width: 33.333333%;
}

.footer-widget__links,
.footer-widget__options {
    -webkit-box-flex: 1;
    flex: 1 1 33.333333%;
    max-width: 33.333333%;
}*/

.footer-widget__gallery-list li {
    text-align: center;
}

    .footer-widget__gallery-list li a {
        display: inline-block;
    }

.tour-two__right p {
    text-align: right;
}

.destinations-in-tour h3 {
    font-size: 26px;
    font-weight: 500;
}

.tour-details__review-form-stars i {
    color: #fcd703;
    font-size: 20px;
}

/*---------- star rating ----------*/
.front-stars, .back-stars, .star-rating {
    display: flex;
}

.star-rating {
    align-items: center;
    justify-content: center;
    display: inline-block;
    margin-right: 10px;
}

    .star-rating i {
        margin-right: 0px !important;
        margin-left: 0px !important;
        top: 0px !important;
    }

.back-stars {
    color: #aaa;
    position: relative;
    top: 0;
}

    .back-stars i {
        color: #aaa;
    }

.front-stars {
    color: #FFBC0B;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

    .front-stars i {
        color: #FFBC0B;
    }


.tour-details__review-comment-content h3 {
    margin-bottom: 0px;
}

.tour-details__review-comment-top {
    padding-left: 125px;
    padding-top: 15px;
}

    .tour-details__review-comment-top img {
        width: 95px;
        height: 95px;
    }

.star-color-0 {
    color: transparent !important;
}

.star-color-1 {
    color: #ff4545 !important;
}

.star-color-2 {
    color: #ffa534 !important;
}

.star-color-3 {
    color: #ffe234 !important;
}

.star-color-4 {
    color: #b7dd29 !important;
}

.star-color-5 {
    color: #57e32c !important;
}

.score-color-0 {
    background-color: transparent !important;
}

.score-color-1 {
    background-color: #ff4545 !important;
}

.score-color-2 {
    background-color: #ffa534 !important;
}

.score-color-3 {
    background-color: #ffe234 !important;
}

.score-color-4 {
    background-color: #b7dd29 !important;
}

.score-color-5 {
    background-color: #57e32c !important;
}

.tour-list {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-nav__logo-box {
    background-color: transparent;
    width: auto;
    max-width: initial !important;
    padding: 5px 0;
}

    .main-nav__logo-box .main-logo {
        height: 54px;
        width: auto;
    }

.main-nav__main-navigation .main-nav__navigation-box > li {
    padding: 15px 0px;
}

@media (max-width: 1199px) {
    .main-nav__logo-box::before {
        background-color: transparent;
    }
}

/*modal-fullscreen*/
.modal-fullscreen {
    padding-right: 0px !important;
    z-index: 2147483647;
    background-color: rgb(0 0 0 / 80%);
}

    .modal-fullscreen .modal-dialog {
        margin: 0px;
    }

    .modal-fullscreen .modal-content {
        background-color: transparent;
    }

    .modal-fullscreen .modal-header {
        z-index: 1;
        padding: 0rem 0rem 0rem 1rem;
        color: #fff;
        border-bottom: none;
        height: 40px;
    }

    .modal-fullscreen .modal-title {
        visibility: hidden;
        font-size: 20px;
        line-height: 40px;
    }

    .modal-fullscreen .modal-header .close {
        padding: 0.4rem 1rem 0.6rem 1rem;
        color: #fff;
        background-color: transparent;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 24px;
        white-space: nowrap;
    }

    .modal-fullscreen .modal-body {
        overflow: hidden !important;
        padding: 0rem;
        height: calc(100vh - 40px);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .modal-fullscreen .modal-content {
        border: none;
    }

.page-header {
    padding: 100px 0;
    background-size: cover !important;
    background-position: center !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bg-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    width: 100%;
}

.icon-360 {
    position: relative;
}

    .icon-360:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 60px;
        height: 60px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/360.png);
    }

.tour-sidebar__sorter-top {
    margin-bottom: 20px;
}

.tour-sidebar__sorter-single + .tour-sidebar__sorter-single {
    margin-top: 20px;
}

.side-menu__block {
    z-index: 1002;
}

.main-nav__search {
    margin-left: 20px;
}

.main-nav__right .bootstrap-select .dropdown-toggle .filter-option {
    padding-left: 20px;
}

.tour-sidebar__search-form .input-group small {
    background: #fff;
    width: 100%;
    padding-left: 30px;
}

.single-line-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.multi-line-truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}

.blog-details__bottom {
    padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Login Popup
--------------------------------------------------------------*/

.login-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

    .login-popup.active {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.login-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
    cursor: none;
}

.login-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.logged-user span {
    font-size: 16px;
    font-weight: 500;
}

.login-popup__form a {
    color: #fff;
    font-weight: normal;
    font-size: initial;
}

.liked {
    background-color: #fff !important;
    color: var(--thm-secondary) !important;
}

.sidebar__social-list a {
    width: 44px;
    height: 44px;
}

/*login-form*/
.login-form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 400px;
    position: relative;
    color: #555;
    background-color: #eff1f3;
}

    .login-form .form {
        margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
        font-family: var(--thm-base);
    }

    .login-form .hint-text {
        color: #555;
        padding-bottom: 15px;
        text-align: center;
        font-size: 13px;
    }

    .login-form .form-control, .login-form .btn {
        min-height: 38px;
        border-radius: 2px;
    }

    .login-form .login-btn {
        font-size: 15px;
        font-weight: bold;
    }

    .login-form .or-seperator {
        margin: 40px 0 0px;
        text-align: center;
        border-top: 1px solid #ccc;
    }

        .login-form .or-seperator i {
            padding: 0 10px;
            background: #f7f7f7;
            position: relative;
            top: -20px;
            z-index: 1;
            color: #333;
        }

    .login-form .social-btn .btn {
        margin: 10px 0;
        font-size: 15px;
        text-align: left;
        line-height: 24px;
    }

        .login-form .social-btn .btn i {
            float: left;
            margin: 4px 15px 0 5px;
            min-width: 15px;
        }


    .login-form .input-group-addon .fa {
        font-size: 18px;
    }

.contact-one__form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]) {
    height: 50px;
}

.thm-btn {
    padding: 10px 30.5px;
}

a.add-favorite {
    /*font-size: inherit !important;
    color: inherit !important;*/
}

.stricky-fixed a.side-menu__toggler {
    color: #fff !important;
}

.tour-search-one__home-two {
    margin-bottom: 20px;
}

/*panorama*/
#pano-slider {
    position: relative;
    height: calc(90vh - 100px);
    width: 100%;
    background-color: #6e6f70;
}

    #pano-slider #pano-progress {
        position: absolute;
        width: 100%;
        height: 3px;
    }

        #pano-slider #pano-progress #pano-bar {
            background-color: #ff9800;
            height: 100%;
            transition: width 0.1s ease;
        }

            #pano-slider #pano-progress #pano-bar.hide {
                opacity: 0;
                transition: opacity 1s ease;
            }

    #pano-slider #pano-viewer {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.pano-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    letter-spacing: 2px;
}

    .pano-caption h1 {
        letter-spacing: 3px;
        font-family: inherit;
        text-shadow: 2px 0 0 #666, -2px 0 0 #666, 0 2px 0 #666, 0 -2px 0 #666, 1px 1px 0 #666, -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 5px #666;
    }

    .pano-caption p {
        line-height: 1.1;
        text-shadow: 1px 0 0 #666, -1px 0 0 #666, 0 1px 0 #666, 0 -1px 0 #666, 1px 1px 0 #666, -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 1px #666;
    }

    .pano-caption a {
        color: #fff;
        border: solid 1px #fff;
        padding: 5px 30px;
        border-radius: 4px;
        text-shadow: 0px -1px 0px #666;
    }

        .pano-caption a:hover {
            background-color: rgba(255,255,255,.3);
        }

@media (max-width: 768px) {
    .pano-caption h1 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .pano-caption h1 {
        font-size: 26px;
    }
}

.pano-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: rgba(0,0,0,.3);
    color: rgba(255,255,255,.5);
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
}

    .pano-button:hover {
        background-color: rgba(0,0,0,.6);
        color: rgba(255,255,255,1.0);
    }

    .pano-button.pano-button-prev {
        left: 20px;
    }

    .pano-button.pano-button-next {
        right: 20px;
    }

/*tour 3d slider*/
#owl-tour3d {
    height: calc(90vh - 100px);
    width: 100%;
    margin-bottom: 60px;
}

    #owl-tour3d .owl-stage-outer {
        height: 100%;
    }

    #owl-tour3d .owl-stage {
        height: 100%;
    }

    #owl-tour3d .owl-item {
        height: 100%;
    }

    #owl-tour3d .owl-slide {
        height: 100%;
    }

    #owl-tour3d .owl-slide-iframe {
        width: 100%;
        height: 100%;
        border: 0px;
        z-index: 1;
        position: absolute;
    }

    #owl-tour3d .owl-slide-text {
        z-index: 2;
        position: absolute;
        font-size: 32px;
        color: #fff;
        font-family: var(--thm-font);
        text-transform: uppercase;
        font-weight: 700;
        top: 20px;
        left: 20px;
        /*noselect*/
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    }

    #owl-tour3d .owl-nav {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
    }

        #owl-tour3d .owl-nav button {
            font-size: 90px;
            line-height: 90px;
            border-radius: 3px;
            color: #FFF;
            opacity: 0.3;
        }

            #owl-tour3d .owl-nav button:hover {
                opacity: 1.0;
            }

        #owl-tour3d .owl-nav .owl-prev {
            float: left;
            margin-left: 20px;
        }

        #owl-tour3d .owl-nav .owl-next {
            float: right;
            margin-right: 20px;
        }

.search-slt {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.tour-sorter-one__select {
    width: 190px;
}

.tour-sorter-one .bootstrap-select > .dropdown-toggle {
    text-transform: inherit;
}

.search-title {
    font-family: var(--thm-font);
    font-size: 36px;
    color: var(--thm-black);
    text-align: center;
    font-weight: 600;
}

.destinations-three__content, .destinations-three__hover-content {
    padding-left: 20px;
    padding-right: 50px;
    width: 100%;
}

.destinations-three__link {
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 20px;
}

    .destinations-three__link i {
        line-height: 40px;
    }

.blog-details__content p, .destinations-details__content p {
    color: #222;
    text-align: justify;
}

.sidebar__tags-list a {
    color: #333;
}

.destinations-three__content ul {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-base);
    line-height: 1em;
}

    .destinations-three__content ul li {
        display: inline-block;
        margin-right: 20px;
    }

@media (max-width: 767px) {
    .topbar-one, .main-nav__right {
        display: block;
    }

    .topbar-one__left, topbar-one__right {
        display: none;
    }
}


/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #ffa801;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #ffa801;
    }

/*weather*/
.weather a {
    margin-left: 40px;
    color: #fff !important;
    font-size: 16px;
}

.weather .dropdown-toggle img {
    height: 29px;
}

.weather .dropdown-menu {
    background: rgba(0,76,133,.85);
    padding: 15px;
    z-index: 9999;
    box-shadow: 0 0 0 2px #fff inset;
    border: 5px solid #a4cae5;
}

.weather .dropdown-toggle {
    cursor: pointer;
}

.weather-details {
    max-width: 650px;
    width: 100vw;
}

    .weather-details h4 {
        font-family: inherit;
        color: #f5f5f5;
    }

    .weather-details ul {
        padding: 0px 10px;
    }

    .weather-details li {
        list-style-type: none;
        font-weight: 600;
        color: #fff;
        line-height: 26px;
    }

        .weather-details li label {
            margin: 0 20px 0 0;
            width: 200px;
            border-right: 1px solid rgba(233, 236, 239, .3);
            color: #d9d9da;
            white-space: nowrap;
            font-weight: 600;
        }

    .weather-details table {
        margin-bottom: 0px;
    }

    .weather-details th, .weather-details td {
        text-align: center;
        white-space: nowrap;
    }

    .weather-details col:nth-child(2n+1) {
        background: #ccc;
    }

    .weather-details col:nth-child(2n+2) {
        background: #ddd;
    }

@media (max-width: 576px) {
    .main-nav__right {
        padding-right: 20px;
    }

    .weather a {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .weather .local-time {
        display: none;
    }
}

span.price {
    color: #f00;
    font-size: 26px;
}

span.sales-off {
    color: #28a745;
    font-size: 20px;
}

select.quantity {
    min-width: 80px;
}

span#total {
    color: #f00;
    font-size: 26px;
}

/*account-menu*/
ul.account-menu {
    list-style: none;
    background: linear-gradient(90deg,#f8f7f9,#fff);
    box-shadow: 7px 0 8px #e9ebee;
    padding: 20px 0px;
}

    ul.account-menu li {
        padding: 5px 5px 5px 25px;
    }

        ul.account-menu li:hover, ul.account-menu li.active {
            background-color: #f8f7f9;
        }

        ul.account-menu li.active {
            border-right: 3px solid #007bff;
        }

        ul.account-menu li a {
            display: block;
            line-height: 32px;
            color: #333;
        }

            ul.account-menu li a:hover {
                color: #007bff;
            }

            ul.account-menu li a i {
                margin-right: 10px;
                color: #007bff;
            }

        ul.account-menu li.active a {
            color: #007bff;
        }

div#map img {
    opacity: 1.0;
}

/*custom-clustericon*/
.custom-clustericon {
    background: var(--cluster-color);
    color: #fff;
    border-radius: 100%;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
}

    .custom-clustericon::before,
    .custom-clustericon::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: var(--cluster-color);
        opacity: 0.2;
        border-radius: 100%;
    }

    .custom-clustericon::before {
        padding: 7px;
    }

    .custom-clustericon::after {
        padding: 14px;
    }

.custom-clustericon-1 {
    --cluster-color: #00a2d3;
}

.custom-clustericon-2 {
    --cluster-color: #ff9b00;
}

.custom-clustericon-3 {
    --cluster-color: #ff6969;
}

.custom-marker img {
    border: 2px solid #fff !important;
    border-radius: 50%;
}

/*map-info*/
.map-info {
    width: 400px;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0 0 0 / 30%);
}

    .map-info .caption {
        text-align: center;
        padding: 10px;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
    }

        .map-info .caption h4 {
            margin: 0;
            padding: 0;
            font-family: inherit;
            color: #fff;
        }

        .map-info .caption a {
            background-color: transparent;
            border: solid 1px #fff;
            border-radius: 3px;
            color: #fff;
            margin: 5px;
        }

            .map-info .caption a:hover {
                background-color: #fff;
                color: #000;
            }

/* The popup bubble styling. */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    overflow-y: auto;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}

    /* This element draws the tip. */
    .popup-bubble-anchor::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        /* Center the tip horizontally. */
        transform: translate(-50%, 0);
        /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
        width: 0;
        height: 0;
        /* The tip is 8px high, and 12px wide. */
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid white;
    }

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 350px;
}

.popup-bubble h3 {
    font-family: inherit;
    font-size: 14px;
    color: #333;
    margin-bottom: .1rem;
}

.popup-bubble p {
    color: #333;
    font-size: 12px;
    margin-bottom: 0rem;
}

.marker-label {
}

.map-view {
    width: 100%;
    height: 80vh;
}

.card-header > .card-tools {
    float: right;
    margin-right: -.625rem;
}

.card-title {
    float: left;
    font-size: 1.4rem;
    margin: 4px 0 0 0;
    font-family: inherit;
    color: #007bff;
}

.back-to-list {
    border-bottom: solid 1px #eee;
}

/*image-list-small*/
.image-list-small {
    margin: 20px auto;
    text-align: center;
    padding: 0;
}

    .image-list-small li {
        display: inline-block;
        width: 181px;
        margin: 0 12px 30px;
    }

        /* Photo */

        .image-list-small li > a.btn-view {
            display: block;
            text-decoration: none;
            background-size: cover;
            background-repeat: no-repeat;
            height: 137px;
            margin: 0;
            padding: 0;
            border: 4px solid #ffffff;
            outline: 1px solid #d0d0d0;
            box-shadow: 0 2px 1px #DDD;
        }

    .image-list-small .details {
        margin-top: 13px;
    }

        .image-list-small .details .image-author {
            display: block;
            color: #717171;
            font-weight: normal;
            margin: 0;
        }

/*image-list-basic*/
.image-list-basic {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

    .image-list-basic li {
        display: inline-block;
        position: relative;
        width: 274px;
        margin: 0 12px 36px;
    }

        /* The photo */
        .image-list-basic li > a {
            display: block;
            text-decoration: none;
            background-size: cover;
            background-repeat: no-repeat;
            height: 197px;
            border: 4px solid #ffffff;
            outline: 1px solid #d0d0d0;
            box-shadow: 0 2px 1px #DDD;
        }

        .image-list-basic li .image-details {
            margin-top: 13px;
        }

            /* Title */
            .image-list-basic li .image-details > div > a {
                margin: 0 0 3px 0;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 23px;
            }

            /* Author and upload date */
            .image-list-basic li .image-details p a {
                text-decoration: none;
                color: #599cc7;
                font-weight: normal;
            }

            .image-list-basic li .image-details p {
                color: #717171;
                font-weight: normal;
                padding: 0;
                margin: 6px 0 0 0;
            }

        /* Image buttons */
        .image-list-basic li .image-buttons {
            opacity: 0;
            position: absolute;
            left: 0;
            right: 0;
            top: 32%;
            -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
            cursor: default;
        }

            .image-list-basic li .image-buttons a {
                display: inline-block;
                margin: 0 5px auto;
                border-radius: 6px;
                background-color: rgba(39, 39, 39, 0.8);
                color: #ffffff;
                font-size: 23px;
                line-height: 2;
                text-align: center;
                width: 48px;
                height: 43px;
                -webkit-transition: background-color 0.3s;
                transition: background-color 0.3s;
            }

        .image-list-basic li:hover .image-buttons {
            opacity: 1;
        }

        .image-list-basic li .image-buttons a.favorite:hover {
            background-color: rgba(244, 182, 240, 0.8);
        }

        .image-list-basic li .image-buttons a.add-to-collection:hover {
            background-color: rgba(155, 193, 220, 0.8);
        }

        .image-list-basic li .image-buttons a.share:hover {
            background-color: rgba(182, 220, 152, 0.8);
        }

.route-of-day {
    line-height: 59px;
    background: #eee;
    margin-left: -60px;
    padding-left: 60px;
}

/*btn-appstore*/
.btn-appstore {
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ddd;
    padding: 4px 20px 4px 10px;
    margin: 5px 5px;
    border-radius: 4px;
    color: #fff;
    fill: #fff;
    background: #000;
    line-height: 1em;
    height: 46px;
    transition: 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

    .btn-appstore:hover,
    .btn-appstore:focus {
        background: #111;
        color: #fff;
        fill: #fff;
        border-color: #fff;
        transform: scale(1.01) translate3d(0, -1px, 0);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .btn-appstore:active {
        outline: 0;
        background: #353535;
        transition: none;
    }

.btn-appstore__icon,
.btn-appstore__text,
.btn-appstore__storename {
    display: inline-block;
    vertical-align: top;
}

.btn-appstore__icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 2px;
}

.btn-appstore__icon--amazon {
    transform: scale(0.85);
}

.btn-appstore__text {
    letter-spacing: 0.08em;
    margin-top: -0.1em;
    font-size: 10px;
}

.btn-appstore__storename {
    display: block;
    margin-left: 34px;
    margin-top: -17px;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.btn-appstore--small {
    padding: 2px 8px;
    min-width: 118.75px;
    height: 24px;
    border-radius: 3px;
}

    .btn-appstore--small .btn-appstore__icon {
        width: 16px;
        height: 16px;
        margin: 1px 2px 0 0;
    }

    .btn-appstore--small .btn-appstore__text {
        display: none;
    }

    .btn-appstore--small .btn-appstore__storename {
        font-size: 12px;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

.btn-appstore--tiny {
    padding: 3px;
    width: 22px;
    height: 22px;
    min-width: 0;
    border-radius: 3px;
}

    .btn-appstore--tiny .btn-appstore__icon {
        width: 14px;
        height: 14px;
        margin: 0;
    }

    .btn-appstore--tiny .btn-appstore__text,
    .btn-appstore--tiny .btn-appstore__storename {
        display: none;
    }

.modal-title, .modal-body h4 {
    font-family: inherit;
}

img.leaflet-marker-icon {
    border: solid 3px #fff;
    border-radius: 50%;
}

.place-map img.leaflet-marker-icon {
    border: none;
    border-radius: 0%;
}

.island-vn {
    white-space: nowrap;
    font-size: 20px;
    color: #4074b5;
    text-shadow: 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px 0px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0px 0 #ffffff, 0px -2px 0 #ffffff;
}

img.leaflet-marker-icon:hover {
    -webkit-animation: neon5 1.5s ease-in-out infinite alternate;
    -moz-animation: neon5 1.5s ease-in-out infinite alternate;
    animation: neon5 1.5s ease-in-out infinite alternate;
}

/*neon5*/
@-webkit-keyframes neon5 {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #f6841f, 0 0 70px #f6841f, 0 0 80px #f6841f, 0 0 100px #f6841f, 0 0 150px #f6841f;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #f6841f, 0 0 35px #f6841f, 0 0 40px #f6841f, 0 0 50px #f6841f, 0 0 75px #f6841f;
    }
}

@-moz-keyframes neon5 {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
}

@keyframes neon5 {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }

    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
}

/*visitors*/
.visitors {
    text-align: center;
}

    .visitors .stats {
        margin-right: 20px;
    }

        .visitors .stats .number {
            color: #007bff;
            font-weight: 600;
        }

/*scroll-down-button*/
#slide3d {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.scroll-down-button {
    position: absolute;
    bottom: 70px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font: normal 400 13px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    .scroll-down-button:hover {
        color: #fff;
        opacity: .5;
    }

    .scroll-down-button.style1 {
        padding-top: 60px;
    }

        .scroll-down-button.style1 span {
            position: absolute;
            top: 0;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            box-sizing: border-box;
        }

    .scroll-down-button.style2 {
        padding-top: 60px;
    }

        .scroll-down-button.style2 span {
            position: absolute;
            top: 0;
            left: 50%;
            width: 46px;
            height: 46px;
            margin-left: -23px;
            border: 1px solid #fff;
            border-radius: 100%;
            box-sizing: border-box;
        }

            .scroll-down-button.style2 span::after {
                position: absolute;
                top: 50%;
                left: 50%;
                content: '';
                width: 16px;
                height: 16px;
                margin: -12px 0 0 -8px;
                border-left: 1px solid #fff;
                border-bottom: 1px solid #fff;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                box-sizing: border-box;
            }

    .scroll-down-button.style3 {
        padding-top: 60px;
    }

        .scroll-down-button.style3 span {
            position: absolute;
            top: 0;
            left: 50%;
            width: 46px;
            height: 46px;
            margin-left: -23px;
            border: 1px solid #fff;
            border-radius: 100%;
            box-sizing: border-box;
        }

            .scroll-down-button.style3 span::after {
                position: absolute;
                top: 50%;
                left: 50%;
                content: '';
                width: 16px;
                height: 16px;
                margin: -12px 0 0 -8px;
                border-left: 1px solid #fff;
                border-bottom: 1px solid #fff;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                box-sizing: border-box;
            }

            .scroll-down-button.style3 span::before {
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                content: '';
                width: 44px;
                height: 44px;
                box-shadow: 0 0 0 0 rgba(255,255,255,.1);
                border-radius: 100%;
                opacity: 0;
                -webkit-animation: sdb03 3s infinite;
                animation: sdb03 3s infinite;
                box-sizing: border-box;
            }

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.scroll-down-button.style4 {
    padding-top: 60px;
}

    .scroll-down-button.style4 span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb04 2s infinite;
        animation: sdb04 2s infinite;
        box-sizing: border-box;
    }

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

.scroll-down-button.style5 {
    padding-top: 70px;
}

    .scroll-down-button.style5 span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb05 1.5s infinite;
        animation: sdb05 1.5s infinite;
        box-sizing: border-box;
    }

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

.scroll-down-button.style6 {
    padding-top: 70px;
}

    .scroll-down-button.style6 span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        -webkit-animation: sdb06 1.5s infinite;
        animation: sdb06 1.5s infinite;
        box-sizing: border-box;
    }

@-webkit-keyframes sdb06 {
    0% {
        -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb06 {
    0% {
        transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

.scroll-down-button.style7 {
    padding-top: 80px;
}

    .scroll-down-button.style7 span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb07 2s infinite;
        animation: sdb07 2s infinite;
        opacity: 0;
        box-sizing: border-box;
    }

        .scroll-down-button.style7 span:nth-of-type(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .scroll-down-button.style7 span:nth-of-type(2) {
            top: 16px;
            -webkit-animation-delay: .15s;
            animation-delay: .15s;
        }

        .scroll-down-button.style7 span:nth-of-type(3) {
            top: 32px;
            -webkit-animation-delay: .3s;
            animation-delay: .3s;
        }

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.scroll-down-button.style8 {
    padding-top: 60px;
}

    .scroll-down-button.style8 span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        box-sizing: border-box;
    }

        .scroll-down-button.style8 span::before {
            position: absolute;
            top: 10px;
            left: 50%;
            content: '';
            width: 6px;
            height: 6px;
            margin-left: -3px;
            background-color: #fff;
            border-radius: 100%;
            box-sizing: border-box;
        }

.scroll-down-button.style9 {
    padding-top: 80px;
}

    .scroll-down-button.style9 span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        box-sizing: border-box;
    }

        .scroll-down-button.style9 span::before {
            position: absolute;
            top: 10px;
            left: 50%;
            content: '';
            width: 6px;
            height: 6px;
            margin-left: -3px;
            background-color: #fff;
            border-radius: 100%;
            box-sizing: border-box;
        }

        .scroll-down-button.style9 span::after {
            position: absolute;
            bottom: -18px;
            left: 50%;
            width: 18px;
            height: 18px;
            content: '';
            margin-left: -9px;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            box-sizing: border-box;
        }

.scroll-down-button.style10 {
    padding-top: 60px;
}

    .scroll-down-button.style10 span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        box-sizing: border-box;
    }

        .scroll-down-button.style10 span::before {
            position: absolute;
            top: 10px;
            left: 50%;
            content: '';
            width: 6px;
            height: 6px;
            margin-left: -3px;
            background-color: #fff;
            border-radius: 100%;
            -webkit-animation: sdb10 2s infinite;
            animation: sdb10 2s infinite;
            box-sizing: border-box;
        }

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.footer-icon-links-list {
    margin: 0;
    margin-top: -15px;
}

    .footer-icon-links-list li {
        float: left;
        margin-right: 20px;
    }

        .footer-icon-links-list li a {
            color: #555;
            font-size: 18px;
            font-weight: 500;
        }

            .footer-icon-links-list li a i {
                color: #ccc;
                font-size: initial;
            }

            .footer-icon-links-list li a:hover {
                color: #007bff;
            }

/*addressbook-page*/
.addressbook-page .contact-info-one__single {
    margin-bottom: 30px;
    padding: 20px;
}

.addressbook-page .contact-info-one {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-info-one__single.active .bg-info {
    background-color: #ffc107 !important;
}

#contact-list {
    padding-top: 60px;
    border-top: solid 1px #ccc;
}

    #contact-list .choose {
        width: 100%;
        overflow: hidden;
        margin: 20px 0px;
    }

        #contact-list .choose a {
            margin-left: 15px;
            font-size: 26px;
            color: gray;
            float: right;
        }

    #contact-list .book {
        display: inline-block;
        width: 100%;
        box-shadow: 0 0 5px #aaa;
        margin-bottom: 30px;
        padding: 10px 10px 0 10px;
        vertical-align: top;
        transition: height 1s;
        cursor: pointer;
    }

        #contact-list .book:hover {
            box-shadow: 0 0 5px #ffc107;
        }

        /* star button */
        #contact-list .book:after {
            font-family: "Font Awesome 5 Free";
            content: "\f005";
            font-size: 22px;
            position: absolute;
            right: 30px;
            top: 10px;
        }

        #contact-list .book.read:after {
            color: #ffc107;
        }

        #contact-list .book.unread:after {
        }

    #contact-list .cover {
        border: 2px solid gray;
        overflow: hidden;
    }

        #contact-list .cover img {
            width: 100%;
        }

    #contact-list .book p {
        margin-top: 12px;
        font-size: 20px;
    }

    #contact-list .book .author {
        font-size: 15px;
    }

        #contact-list .book .author i {
            color: #ffc107;
        }

    /*list*/
    #contact-list.list .book {
        width: 100%;
        padding: 10px;
        overflow: hidden;
    }

    #contact-list.list .cover {
        display: none;
    }

    #contact-list.list p {
        border: 2px solid gray;
        padding: 0px 10px;
        margin: 0px;
    }

    #contact-list.list .book:after {
        display: none;
    }

    #contact-list .choose .view-switch.active {
        color: #ffc107;
    }

/*addr-details*/
.addr-header {
    font-family: inherit;
}

.addr-details {
}

    .addr-details .addr-image {
        max-width: 100%;
    }

    .addr-details .addr-contact {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .addr-details .addr-contact i {
            color: #ff6a00;
        }

    .addr-details .addr-note {
    }

    .addr-details #addr-map {
    }

div#myContactModal {
    z-index: 9999999999;
}

/*section-highlight*/
.section-highlight {
    position: relative;
    z-index: 10;
    margin-top: -30px;
}

    .section-highlight .container {
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px;
        border-radius: 5px;
        padding: 15px;
        background: #fff;
    }


    .section-highlight .left {
        border-right: solid 1px #ddd;
    }

@media (max-width: 991px) {
    .section-highlight .left {
        border-right: none;
        padding-bottom: 15px;
    }

    .section-highlight .right {
        border-top: solid 1px #ddd;
        padding-top: 15px;
    }
}

.section-highlight h2 {
    font-family: inherit;
    color: var(--thm-black);
}

.section-highlight p {
    color: rgb(8, 39, 64);
    line-height: 1.3;
}

.section-highlight img {
    width: 100%;
}

.section-highlight .btn-details {
    color: #ffa801;
}

/*accordion*/
.accordion {
    border-bottom: solid 1px #ddd;
}

    .accordion .card-header:after {
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 14px;
        color: var(--thm-base);
        float: right;
    }

    .accordion .card-header.collapsed:after {
        content: '\f067';
    }

.main-nav__main-navigation {
    margin: auto;
}

@media (min-width: 1200px) {
    .main-nav__header-one .container {
        /*max-width: fit-content;*/
    }
}

/*img-link*/
.main-nav__navigation-box .img-link {
    padding: 0 !important;
}

    .main-nav__navigation-box .img-link img {
        max-height: 40px !important;
    }

.header-navigation.stricked-menu .main-nav__navigation-box .img-link img {
    filter: brightness(0) invert(1);
}

.header-navigation.stricked-menu .main-nav__logo .main-logo {
    filter: brightness(0) invert(1);
}

/*Videos*/
.video-sec-wrap {
    width: 100%;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    background-color: #121212;
}

    .video-sec-wrap .video-sec {
        width: 85%;
        margin: 0 auto;
        /*border-bottom: 2px solid #353535;*/
        text-align: left;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .video-sec-wrap .video-sec video {
            max-width: 100%;
            width: 100%;
        }

    .video-sec-wrap .video-sec-middle {
        grid-template-columns: repeat(5,1fr);
        display: grid;
        justify-content: center;
        align-content: center;
        grid-template-rows: auto;
        grid-row-gap: 15px;
        grid-column-gap: 10px;
        padding: 20px 0;
    }

    .video-sec-wrap .thumb-wrap {
        display: inline;
        cursor: pointer;
        position: relative;
    }

        .video-sec-wrap .thumb-wrap.video-360::before {
            content: "";
            position: absolute;
            top: 14px;
            right: 0px;
            color: #fff;
            font-size: 14px;
            width: 40px;
            height: 25px;
            background-image: url(../images/360-icon-white.png);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 1;
        }

    .video-sec-wrap .thumb {
        display: block;
        margin: .4em 0;
        width: 100%;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        opacity: 1;
        transition: all .2s ease-in-out;
    }

        .video-sec-wrap .thumb:hover {
            opacity: .8;
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
        }

    .video-sec-wrap .thumb-info {
        display: inline-block;
        width: 100%;
        padding: .4em;
    }

    .video-sec-wrap .thumb-title {
        color: #f5f5f5;
        margin: 0;
        line-height: 1.2;
    }

        .video-sec-wrap .thumb-title i {
            font-size: 16px;
            color: #08c;
        }

    .video-sec-wrap .thumb-user {
        color: #7e7e7e;
        display: block;
        margin: 0;
        font-size: .9em;
        display: none;
    }

    .video-sec-wrap .thumb-text {
        color: #7e7e7e;
        display: inline-block;
        margin: 0;
        font-size: .8em;
    }

    .video-sec-wrap .video-sec-title {
        font-weight: bolder;
        font-size: 1.4em;
        color: #f5f5f5;
        margin: 5px 0 10px 10px;
    }

        .video-sec-wrap .video-sec-title a, .video-sec-wrap .video-sec-title a:hover {
            color: #f5f5f5;
        }

    .video-sec-wrap .video-showmore {
        font-weight: bold;
        font-variant: all-petite-caps;
        display: block;
        color: #7e7e7e;
        padding: 10px;
        font-size: 1.2em;
    }

@media only screen and (max-width: 1456px) {
    .video-sec-wrap .video-sec-middle {
        grid-template-columns: repeat(4,1fr);
    }
}

@media only screen and (max-width: 1024px) {
    .video-sec-wrap .video-sec-middle {
        grid-template-columns: repeat(3,1fr);
    }
}

@media only screen and (max-width: 756px) {
    .video-sec-wrap .video-sec-middle {
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (max-width: 496px) {
    .video-sec-wrap .video-sec-middle {
        grid-template-columns: repeat(1,1fr);
    }
}

/*video details*/
.video-title {
    font-family: inherit;
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
}

.video-stats {
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
    font-size: 16px;
}

    .video-stats .video-stats-right {
        float: right;
    }


/*other video*/
.video-list {
    max-width: 100%;
    margin: 0px auto;
    padding: 0;
}

    .video-list a {
        text-decoration: none;
        color: #fff;
    }

    .video-list .li-sub p {
        margin: 0;
        font-size: 16px;
        color: #7c859b;
    }

    .video-list li {
        border-bottom: 1px solid #343a40;
        display: table;
        border-collapse: collapse;
        width: 100%;
        padding: 10px 0;
    }

        .video-list li:first-child {
            padding-top: 0;
        }

        .video-list li:last-child {
            border-bottom: none;
        }

    .video-list .inner {
        display: table-row;
        overflow: hidden;
    }

    .video-list .li-img {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
        padding-right: 1em;
    }

        .video-list .li-img.video-360::before {
            content: "";
            position: absolute;
            top: 6px;
            left: 16px;
            color: #fff;
            font-size: 14px;
            width: 32px;
            height: 20px;
            background-image: url(../images/360-icon-white.png);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .video-list .li-img img {
            display: block;
            width: 100%;
            height: auto;
        }

    .video-list .li-text {
        display: table-cell;
        vertical-align: middle;
        width: 60%;
    }

    .video-list .li-head {
        margin: 0;
        font-family: inherit;
        font-size: 18px;
    }

    .video-list .li-sub {
        margin: 0;
    }

@media all and (min-width: 45em) {
    .video-list li {
        float: left;
        width: 50%;
    }
}

@media all and (min-width: 75em) {
    .video-list li {
        width: 33.33333%;
    }
}

/* for flexbox */
@supports(display: flex) {
    .video-list {
        display: flex;
        flex-wrap: wrap;
    }

        .video-list .li-img,
        .video-list .li-text,
        .video-list li {
            display: block;
            float: none;
        }

        .video-list .li-img {
            align-self: center; /* to match the middle alignment of the original */
        }

        .video-list .inner {
            display: flex;
        }
}

/* for grid */
@supports(display: grid) {
    .video-list {
        display: grid;
    }

        .video-list li {
            width: auto; /* this overrides the media queries */
        }
}

/*gallery-wrap*/
.gallery-wrap {
    background-color: #121212;
    padding-bottom: 20px;
}

.gallery-heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding-top: 30px;
    color: #fff;
}

.gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .gallery-image img {
        height: 250px;
        width: 350px;
        transform: scale(1.0);
        transition: transform 0.4s ease;
    }

    .gallery-image .img-box {
        box-sizing: content-box;
        margin: 10px;
        height: 250px;
        width: 350px;
        overflow: hidden;
        display: inline-block;
        color: #fff;
        position: relative;
        background-color: #343a40;
    }

        .gallery-image .img-box a {
            color: #fff;
        }

    .gallery-image .caption {
        position: absolute;
        bottom: 15px;
        left: 15px;
        opacity: 1.0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

        .gallery-image .caption p {
            margin-bottom: 0;
            line-height: 24px;
        }

        .gallery-image .caption .title {
        }

            .gallery-image .caption .title i {
                font-size: 16px;
                color: #ffc107;
            }

        .gallery-image .caption .stats, .gallery-image .caption .desc {
            font-size: 16px;
            font-style: italic;
        }

        .gallery-image .caption .desc {
            display: none;
        }

    .gallery-image .transparent-box {
        height: 250px;
        width: 350px;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 0;
        left: 0;
        transition: background-color 0.3s ease;
    }

    .gallery-image .img-box:hover img {
        transform: scale(1.1);
    }

    .gallery-image .img-box:hover .transparent-box {
        background-color: rgba(0, 0, 0, 0);
    }

    .gallery-image .img-box:hover .caption {
        transform: translateY(-20px);
        opacity: 1.0;
    }

    .gallery-image .img-box:hover {
        cursor: pointer;
    }

    .gallery-image .opacity-low {
        opacity: 0.5;
    }

/*gallery-wrap*/
.gallery-wrap {
    background-color: #121212;
}

.gallery-heading {
    text-align: center;
    padding-top: 20px;
    line-height: 1.5;
}

    .gallery-heading .gallery-subtitle a {
        font-size: 18px;
        letter-spacing: 1px;
        color: #7c859b;
    }

    .gallery-heading .gallery-album-title {
        color: #ffc107;
        font-size: 22px;
    }

    .gallery-heading .gallery-album-stats {
        font-size: 14px;
    }

        .gallery-heading .gallery-album-stats a {
            color: #fff;
        }

    .gallery-heading .gallery-album-desc {
        font-size: 14px;
        font-style: italic;
    }

/*gallery-3d-space*/
.gallery-3d-space {
    position: relative;
    width: 100vw;
    height: 85vh;
    overflow: hidden;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

    .gallery-3d-space::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../../../img/space-bg.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        filter: grayscale(100%) brightness(0.3);
    }

    .gallery-3d-space img {
        position: absolute;
        overflow: hidden;
        cursor: pointer;
        left: 100%;
        max-width: 80%;
        max-height: 75%;
        width: auto;
        height: auto;
        border-radius: 4px;
        /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    }

    .gallery-3d-space span {
        position: absolute;
        color: #efe;
        font-size: 0px;
        white-space: nowrap;
        left: -999px;
        background: rgba(0, 0, 0, 0.7);
        padding: 5px;
        margin: 0;
        line-height: 1.2;
    }

        .gallery-3d-space span small {
            display: block;
        }

        .gallery-3d-space span:empty {
            display: none;
        }

.fa-zalo {
    height: 16px;
}

.fa-tiktok {
    height: 16px;
}

/*gallery-grid*/
.gallery-grid {
    list-style: none;
    margin: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 90%;
    grid-gap: 1em;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 2em 1em;
    background-color: #121212;
}

    .gallery-grid figure {
        margin: 0;
    }

    .gallery-grid figcaption {
        font-style: italic;
        font-size: 0.8em;
        color: grey;
        line-height: 1.4;
    }

@media all and (min-width: 600px) {
    .gallery-grid {
        grid-auto-flow: initial;
        grid-template-columns: repeat(auto-fit, minmax(auto, 20em));
        justify-content: center;
    }
}

.gallery-grid .grid__figure {
    display: grid;
    grid-template-rows: 12em 1fr;
    grid-gap: 1em;
}

    .gallery-grid .grid__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: .8s opacity;
    }

/*image hover effect */
.gallery-grid:hover img {
    opacity: 0.3;
}

    .gallery-grid:hover img:hover {
        opacity: 1;
        /*box-shadow: 0px 0px 8px #F5F5F5;*/
    }

/*PRODUCTS GRID*/
.products {
    padding: 50px 0;
}

.product-list {
    width: 100%;
    padding: 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .product-list .product-item {
        width: 25%;
        float: left;
        padding: 0.625rem; /* 10 */

        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .product-list .product-item .product-item-inner {
            width: 100%;
            color: #474d51;
            background-color: #fff;
            overflow: hidden;
            -webkit-box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 ); /* 2 5 */
            box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 ); /* 2 5 */
            position: relative;
            padding-bottom: 15px;
        }

            .product-list .product-item .product-item-inner a {
                display: block;
                overflow: hidden;
            }

        .product-list .product-item img {
            width: 100%;
            display: block;
        }

        .product-list .product-item figcaption {
            padding: 1.25rem; /* 20 */
        }

        .product-list .product-item h5 {
            font-family: inherit;
        }

/* JavaScript disabled */
html.no-js .product-list .product-item {
    width: 100%;
    float: none;
}

    html.no-js .product-list .product-item img {
        max-width: 9.375rem; /* 150 */
        float: right;
        margin-left: 1.25rem; /* 20 */
    }

@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex ) {
    html.no-js .product-list .product-item {
        width: 25%;
        float: left;
    }

        html.no-js .product-list .product-item img {
            max-width: none;
            float: none;
            margin-left: 0;
        }
}

@media screen and ( max-width: 1024px ) {
    .product-list .product-item {
        width: 33.333%; /* 3 items per row */
    }

    @supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex ) {
        html.no-js .product-list .product-item {
            width: 33.333%;
        }
    }
}

@media screen and ( max-width: 768px ) {
    .product-list .product-item {
        width: 50%; /* 2 items per row */
    }

    @supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex ) {
        html.no-js .product-list .product-item {
            width: 50%;
        }
    }
}

@media screen and ( max-width: 480px ) {
    .product-list .product-item {
        width: 100%; /* 1 item per row */
        float: none;
    }

    @supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex ) {
        html.no-js .product-list .product-item {
            width: 100%;
        }
    }

    html.no-js .product-list .product-item img {
        max-width: none;
        float: none;
        margin-left: 0;
    }
}

/*item-price*/
.item-price {
}

    .item-price .units {
        color: #777;
    }

    .item-price .old-price {
        color: #232323;
        position: relative;
        margin-right: 10px;
        white-space: nowrap;
    }

        .item-price .old-price::after {
            content: "";
            display: block;
            border-top: 1px solid rgba(0, 0, 0, 0.4);
            top: 50%;
            left: 0;
            right: 0;
            z-index: 3;
            position: absolute;
        }

    .item-price .new-price {
        font-weight: bold;
        font-size: 26px;
        color: #dc4949;
        white-space: nowrap;
    }

/*item-stars*/
.item-stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 20px;
    line-height: 1;
}

    .item-stars::before {
        content: "★★★★★";
        background: linear-gradient(90deg, #fc0 var(--percent), #808080 var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .item-stars::after {
        content: attr(data-rating);
        font-size: 14px;
        margin-left: 5px;
    }

.item-stats {
    border-top: solid 1px #ddd;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
}

    .item-stats .item-likes {
        float: left;
    }

    .item-stats .item-views {
        float: right;
    }

/*product-details*/
.product-details {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .product-details .tour-details__gallery-thumb-image img {
        width: auto;
        max-width: 100%;
        max-height: 80px;
        margin: auto;
        display: block;
    }

    .product-details .tour-details__gallery-image img {
        width: auto;
        max-width: 100%;
        max-height: 450px;
        margin: auto;
        display: block;
    }

.product-details-header {
    margin-bottom: 45px;
}

    .product-details-header h3 {
        font-family: inherit;
        margin-bottom: 15px;
        color: #333;
    }

    .product-details-header p {
        background-color: #fafafa;
        padding: 10px 20px;
        line-height: 1.5;
        margin-top: 20px;
        font-size: 16px;
    }

    .product-details-header .item-price {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .product-details-header .item-price .new-price {
            font-size: 40px;
        }

.product-descriptions {
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

    .product-descriptions img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto;
    }

.product-descriptions-title {
    font-family: inherit;
    font-size: 32px;
    background-color: #fafafa;
    color: #333;
    padding: 5px 10px;
}

.product-descriptions-details {
    padding: 5px 10px;
}

.product-review-comment {
    padding: 20px 30px;
}

/*qty-block*/
.qty-block {
    margin-top: 20px;
}

    .qty-block label {
        float: left;
        margin: 0;
        line-height: 50px;
        padding-right: 20px;
    }

    .qty-block .qty {
        float: left;
        width: 80px;
        margin-right: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .qty-block .qty_inc_dec .increment,
    .qty-block .qty_inc_dec .decrement {
        float: left;
        text-align: center;
        width: 30px;
        cursor: pointer;
        font-size: 1.2em;
        line-height: 20px;
        height: 25px;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .qty-block .qty_inc_dec .increment {
        border-bottom: 0;
        line-height: 25px;
    }

    .qty-block .qty_inc_dec {
        float: left;
        width: 10px;
        height: 50px;
        display: inline-block;
    }

    .qty-block .qty input[type=text] {
        float: left;
        outline: 0;
        font-size: 1.2em;
        text-align: center;
        width: 50px;
        height: 50px;
        color: #2a2a2a;
        line-height: 40px;
        border: 1px solid #ccc;
        border-right: 0;
    }

    .qty-block button[type=button] {
        cursor: pointer;
        color: #2a2a2a;
        background: #fc0;
        height: 50px;
        font-size: 1.2em;
        transition: all 0.2s;
        border: 1px solid #ccc;
        box-shadow: 0 1px 2px #fc0;
        padding: 0 20px;
    }

        .qty-block button[type=button]:hover {
            box-shadow: 0 1px 2px #cbc3ba;
        }

        .qty-block button[type=button]:active, button[type=button]:focus {
            outline: none;
        }

.buy-now {
    background-color: #fc0;
    color: #333;
    padding: 10px 20px;
    border-radius: 3px;
}

    .buy-now:hover {
        color: #fff;
    }

/*other-product*/
.other-product {
    margin-bottom: 30px;
}

    .other-product h3 {
        font-family: inherit;
    }

    .other-product .item {
        border: solid 1px #ccc;
    }

        .other-product .item .img {
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            width: 100%;
            height: 250px;
        }

        .other-product .item h4 {
            font-family: inherit;
            font-size: 20px;
        }

            .other-product .item h4 a {
                color: #444;
                padding: 10px 10px;
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

        .other-product .item .item-price {
            padding: 0 10px;
            margin-bottom: 10px;
        }

            .other-product .item .item-price .new-price {
                font-size: 22px;
            }

    .other-product .owl-nav button {
        position: absolute;
        top: 50%;
        background-color: #000;
        color: #fff;
        margin: 0;
        transition: all 0.3s ease-in-out;
    }

        .other-product .owl-nav button.owl-prev {
            left: 0;
        }

        .other-product .owl-nav button.owl-next {
            right: 0;
        }

    .other-product .owl-dots {
        text-align: center;
        padding-top: 15px;
    }

        .other-product .owl-dots button.owl-dot {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            display: inline-block;
            background: #ccc;
            margin: 0 3px;
        }

            .other-product .owl-dots button.owl-dot.active {
                background-color: #000;
            }

            .other-product .owl-dots button.owl-dot:focus {
                outline: none;
            }

    .other-product .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.38) !important;
    }

        .other-product .owl-nav button span {
            font-size: 70px;
            position: relative;
        }

        .other-product .owl-nav button:focus {
            outline: none;
        }

/*SHOPPING CART*/
#cart {
}

@media (max-width: 991px) {
    #cart {
    }
}

#cart .badge,
.cart-dropdown .badge {
    background-color: #ffa800;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400;
}

.cart-dropdown {
    margin-top: 10px;
    background: #e9ecef;
    width: 380px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

    .cart-dropdown .cart-dropdown-header {
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 15px;
    }

        .cart-dropdown .cart-dropdown-header .badge {
        }

        .cart-dropdown .cart-dropdown-header .cart-dropdown-total {
            float: right;
        }

    .cart-dropdown .cart-dropdown-items {
        padding: 20px 0 0 0;
        list-style: none;
        max-height: 390px;
        overflow-y: auto;
    }

        .cart-dropdown .cart-dropdown-items li {
            margin-bottom: 18px;
        }

            .cart-dropdown .cart-dropdown-items li .remove {
                visibility: hidden;
                cursor: pointer;
            }

            .cart-dropdown .cart-dropdown-items li:hover {
                background-color: #f5f5f5;
            }

                .cart-dropdown .cart-dropdown-items li:hover .remove {
                    visibility: visible;
                }

        .cart-dropdown .cart-dropdown-items img {
            float: left;
            width: 70px;
        }

        .cart-dropdown .cart-dropdown-items .desc {
            margin-left: 80px;
        }

        .cart-dropdown .cart-dropdown-items .item-name {
            display: block;
            line-height: 1.2;
        }

        .cart-dropdown .cart-dropdown-items .item-price {
            color: #dc3545;
            margin-right: 8px;
        }

        .cart-dropdown .cart-dropdown-items .item-quantity {
            color: #ABB0BE;
        }

    .cart-dropdown:after {
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #e9ecef;
        border-width: 8px;
    }

    .cart-dropdown.right:after {
        left: 84%;
    }

    .cart-dropdown .cart-icon {
        color: #ffa800;
        font-size: 20px;
    }

    .cart-dropdown .button {
        background: #ffa800;
        color: #fff !important;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        display: block;
        border-radius: 3px;
        font-size: 16px;
        margin-top: 20px;
    }

        .cart-dropdown .button:hover {
        }

    .cart-dropdown .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

    .cart-dropdown .lighter-text {
        color: #ABB0BE;
    }

    .cart-dropdown .main-color-text {
        color: #dc3545;
        padding-left: 5px;
    }

/*toast-message*/
.toast-message {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 400px;
    font-size: 16px;
    transition: all 0.5s;
    z-index: 9999;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 424px) {
    .toast-message {
        width: calc(100% - 20px);
    }
}

.toast-message.success {
    background: #008000;
}

.toast-message.danger {
    background: #F44336;
}

.toast-message .message {
    color: #fff;
    padding: 20px 30px;
    text-align: center;
}

.toast-message .close {
    position: absolute;
    top: 25%;
    right: 15px;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: black;
    text-shadow: white 0px 1px 0px;
    opacity: 0.2;
    cursor: pointer;
}

    .toast-message .close::after {
        content: "×";
    }

    .toast-message .close:hover {
        opacity: 0.6;
    }

/*checkout-form*/
.checkout-form {
    margin: 40px 0;
}

    .checkout-form h3 {
        font-family: inherit;
    }

/*lineitems*/
#lineitems .lineitem-image img {
    width: 75px;
    max-width: initial;
}

#lineitems .lineitem-quantity input {
    width: 90px;
}

#lineitems .lineitem-price,
#lineitems .lineitem-total {
    text-align: right;
}

#lineitems tfoot {
    text-align: right;
}

#lineitems .subtotal,
#lineitems .shipping,
#lineitems .grand-total {
    text-align: right;
}

/*animation-fly*/
.animation-fly {
    position: absolute;
    z-index: 99999;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    transition: all 1s ease;
    animation: zoom 1.5s; /* <=> animation-name: zoom; animation-duration: 1.5s */
}

@-webkit-keyframes zoom { /* Google Chrome , Apple Safari */
    0% {
        transform: scale(0.4);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}

@-moz-keyframes zoom { /* Mozilla Firefox */
    0% {
        transform: scale(0.4);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}

@-o-keyframes zoom { /*  Opera */
    0% {
        transform: scale(0.4);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}

/*IMAGE HOVER EFFECT*/
/* Shine */
.shine-hover a::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine-hover a:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Circle */
.circle-hover a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.circle-hover a:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* Flashing */
.flashing-hover:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

/*map-product-info*/
.map-product-info {
    overflow: hidden;
}

    .map-product-info h4 {
        font-family: inherit;
        font-size: 20px;
    }

    .map-product-info .image {
        width: 160px;
        float: left;
        overflow: hidden;
    }

        .map-product-info .image img {
            width: 100%;
        }

    .map-product-info .desc {
        font-size: 14px;
        margin-left: 180px;
    }

    .map-product-info .btn-readmore {
        display: block;
        border: 1px solid #ccc;
        color: #333;
        padding: 5px 10px;
        border-radius: 3px;
        margin: 15px 0;
        text-align: center;
    }

    .map-product-info button {
        background-color: #fc0;
        font-size: 14px;
        transition: all 0.2s;
        border: 1px solid #ccc;
        box-shadow: 0 1px 2px #fc0;
        padding: 5px 10px;
        border-radius: 3px;
        margin-bottom: 10px;
        width: 100%;
    }

/*gallery-home-8*/
.gallery-home-8 {
    padding-top: 30px;
    margin: 50px 0;
}

    .gallery-home-8 .block-title h3 {
        color: #fff;
    }

.gallery-home-8__single img {
    width: 100%;
    -webkit-animation: galleryHomeEightImg 5s linear infinite;
    animation: galleryHomeEightImg 5s linear infinite;
}

.gallery-home-8__single-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
}

    .gallery-home-8__single-content h3 {
        font-family: inherit;
        font-size: 24px;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

        .gallery-home-8__single-content h3 a {
            color: #fff;
        }

            .gallery-home-8__single-content h3 a:hover {
                color: var(--thm-base);
            }

    .gallery-home-8__single-content p {
        padding: 0;
        margin: 0;
        color: #ddd;
    }

/*callout-section*/
.callout-section {
    background: url(https://premiumlayers.com/html/globaltours/images/callout-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 250px;
    padding: 0;
}

    .callout-section::before {
        position: absolute;
        content: "";
        width: 61%;
        background-color: #f3a316;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: inline-block;
        transform: skewX(-136deg);
        -webkit-transform: skewX(-136deg);
        -ms-transform: skewX(-136deg);
        z-index: 1;
        transform-origin: left bottom 0;
    }

    .callout-section::after {
        background-color: #0094d9;
        bottom: 0;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        top: 0;
        transform: skewX(-131deg);
        -webkit-transform: skewX(-131deg);
        -ms-transform: skewX(-131deg);
        transform-origin: left bottom 0;
        width: 63%;
        z-index: 0;
    }

.callout-content {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-right: 40px;
}

    .callout-content h3 {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        letter-spacing: 0.44px;
        line-height: 26px;
        font-weight: 700;
        font-family: inherit;
        margin: 0 0 9px;
    }

    .callout-content span {
        color: #945e00;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.36px;
        line-height: 26px;
        text-transform: capitalize;
    }

    .callout-content ul {
        padding-left: 0;
        margin-top: 40px;
    }

        .callout-content ul li {
            display: inline-block;
            margin-right: 75px;
        }

            .callout-content ul li:last-child {
                margin-right: 0;
            }

            .callout-content ul li i {
                color: #945e00;
                font-size: 24px;
                margin-right: 7px;
                top: 2px;
                position: relative;
            }

            .callout-content ul li a {
                color: #fff;
                font-size: 23px;
                letter-spacing: 0.46px;
                line-height: 26px;
                font-weight: 500;
                text-decoration: none;
                transition: all 1s ease 0s;
                -webkit-transition: all 1s ease 0s;
                -moz-transition: all 1s ease 0s;
                -o-transition: all 1s ease 0s;
            }

                .callout-content ul li a:hover {
                    color: #000;
                }

@media (max-width: 1200px) {
    .callout-section::before {
        width: 75%;
    }

    .callout-section::after {
        width: 79%;
    }

    .callout-content {
        margin-left: 15px;
    }

        .callout-content h3 {
            font-size: 20px;
        }

        .callout-content span {
            font-size: 16px;
        }

        .callout-content ul {
            margin-top: 20px;
        }

            .callout-content ul li {
                width: 100%;
                margin-bottom: 5px;
                margin-right: 0;
            }

                .callout-content ul li span {
                    font-size: 20px;
                }

                .callout-content ul li a {
                    font-size: 18px;
                }
}

@media (max-width: 767px) {
    .callout-section::before {
        width: 95%;
    }

    .callout-section::after {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .callout-content {
        padding-top: 35px;
    }

    .callout-section::before {
        transform: skewX(-170deg);
    }

    .callout-section::after {
        transform: skewX(-162deg);
    }

    .callout-content h3 {
        font-size: 18px;
        margin: 0 05px;
    }

    .callout-content span {
        font-size: 13px;
    }

    .callout-content ul li span {
        font-size: 18px;
        top: 2px;
    }

    .callout-content ul li a {
        font-size: 15px;
    }
}

.explore-360 {
    text-align: center;
    margin-bottom: 5px;
}

/*slick-slider*/
.slick-container {
    margin: 0 auto 20px auto;
    width: 100%;
}

.slick-slider .slick-image {
    height: 0;
    padding-top: calc(200% / 3);
    position: relative;
}

    .slick-slider .slick-image img {
        bottom: 0;
        height: 100%;
        left: 0;
        margin: auto;
        object-fit: contain;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    border-radius: 50%;
    z-index: 99;
}

    .slick-slider .slick-arrow.slick-prev {
        left: 10px;
    }

    .slick-slider .slick-arrow.slick-next {
        right: 10px;
    }

    .slick-slider .slick-arrow:hover {
        background-color: rgba(0,0,0,.8);
    }

/*HERO SLIDER*/
.hero-slider {
    width: 100%;
    height: calc(100vh - 135px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

    .hero-slider .slide-container {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

    .hero-slider .swiper-button-prev:before {
        font-family: "Font Awesome 5 Free";
        content: "\f060";
        font-size: 15px;
        color: #d4d3d3;
        font-style: normal;
        display: inline-block vertical-align: middle;
        font-weight: 900;
    }

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

    .hero-slider .swiper-button-next:before {
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        font-size: 15px;
        color: #d4d3d3;
        font-style: normal;
        display: inline-block vertical-align: middle;
        font-weight: 900;
    }

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
    }
}

.hero-slider .swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 30px;
    }
}

.hero-style {
    height: 850px;
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    /*max-width: 690px;*/
}

    .hero-style .slide-title h2 {
        font-size: 100px;
        font-weight: 600;
        line-height: 1;
        color: #ffffff;
        margin: 0 0 40px;
        text-transform: capitalize;
        transition: all .4s ease;
        font-family: inherit;
        line-height: 1.1;
    }

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}

.hero-style .theme-btn,
.hero-style .theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #40b9eb;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

.hero-style a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero-style .theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.6);
    color: #222;
}

    .hero-style .theme-btn:hover,
    .hero-style .theme-btn-s2:hover,
    .hero-style .theme-btn:focus,
    .hero-style .theme-btn-s2:focus,
    .hero-style .theme-btn:active,
    .hero-style .theme-btn-s2:active {
        background-color: rgba(255, 255, 255, 1.0);
    }

.hero-style .theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

.hero-style i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

.hero-style a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .hero-style .theme-btn, .hero-style .theme-btn-s2, .hero-style .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .hero-style .theme-btn, .hero-style .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}


/*horizontal-parallax-slider*/
.horizontal-parallax-slider {
    overflow: hidden;
}

    .horizontal-parallax-slider [class^=swiper-button-] {
        transition: all 0.3s ease;
    }

    .horizontal-parallax-slider .swiper-slide {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .horizontal-parallax-slider *, .horizontal-parallax-slider *:before, .horizontal-parallax-slider *:after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .horizontal-parallax-slider .swiper-container {
        width: 80%;
        height: calc(100vh - 135px);
        float: left;
        transition: opacity 0.6s ease, transform 0.3s ease;
    }

        .horizontal-parallax-slider .swiper-container.nav-slider {
            width: 20%;
            padding-left: 5px;
        }

            .horizontal-parallax-slider .swiper-container.nav-slider .swiper-slide {
                cursor: pointer;
                opacity: 0.4;
                transition: opacity 0.3s ease;
            }

                .horizontal-parallax-slider .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
                    opacity: 1;
                }

                .horizontal-parallax-slider .swiper-container.nav-slider .swiper-slide .content {
                    width: 100%;
                }

                    .horizontal-parallax-slider .swiper-container.nav-slider .swiper-slide .content .title {
                        font-size: 20px;
                        font-weight: 500;
                    }

        .horizontal-parallax-slider .swiper-container:hover .swiper-button-prev,
        .horizontal-parallax-slider .swiper-container:hover .swiper-button-next {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

        .horizontal-parallax-slider .swiper-container.loading {
            opacity: 0;
            visibility: hidden;
        }

    .horizontal-parallax-slider .swiper-slide {
        overflow: hidden;
    }

        .horizontal-parallax-slider .swiper-slide .slide-bgimg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
        }

        .horizontal-parallax-slider .swiper-slide .entity-img {
            display: none;
        }

        .horizontal-parallax-slider .swiper-slide .content {
            position: absolute;
            top: 30%;
            left: 0;
            width: 80%;
            padding-left: 5%;
            color: #fff;
        }

            .horizontal-parallax-slider .swiper-slide .content .title {
                font-size: 2.6em;
                font-weight: bold;
                margin-bottom: 30px;
                line-height: 1.1;
            }

            .horizontal-parallax-slider .swiper-slide .content .caption {
                display: block;
                font-size: 20px;
                line-height: 1.4;
                transform: translateX(50px);
                opacity: 0;
                transition: opacity 0.3s ease, transform 0.7s ease;
            }

                .horizontal-parallax-slider .swiper-slide .content .caption.show {
                    transform: translateX(0);
                    opacity: 1;
                }

            .horizontal-parallax-slider .swiper-slide .content .button {
                font-size: 20px;
                font-weight: 500;
                text-align: center;
                padding: 9px 32px;
                border: 0;
                border-radius: 3px;
                text-transform: uppercase;
                display: inline-block;
                line-height: initial;
                text-decoration: none;
                transition: all 0.2s ease;
                background-color: rgba(255, 255, 255, 0.6);
                color: #222;
                margin-top: 30px;
            }

                .horizontal-parallax-slider .swiper-slide .content .button:hover,
                .horizontal-parallax-slider .swiper-slide .content .button:focus,
                .horizontal-parallax-slider .swiper-slide .content .button:active {
                    background-color: rgba(255, 255, 255, 1.0);
                }

    .horizontal-parallax-slider [class^=swiper-button-] {
        width: 44px;
        opacity: 0;
        visibility: hidden;
    }

    .horizontal-parallax-slider .swiper-button-prev {
        transform: translateX(50px);
    }

    .horizontal-parallax-slider .swiper-button-next {
        transform: translateX(-50px);
    }

@media (max-width: 1199px) {
    /*.horizontal-parallax-slider .swiper-slide .content .title {
                font-size: 2.6em;
                margin-bottom: 30px;
            }

            .horizontal-parallax-slider .swiper-slide .content .caption {
                font-size: 20px;
                line-height: 1.4;
            }

            .horizontal-parallax-slider .swiper-slide .content .button {
                font-size: 20px;
                margin-top: 30px;
            }*/
}

@media (max-width: 991px) {
    .horizontal-parallax-slider .swiper-container.nav-slider .swiper-slide .content .title {
        font-size: 18px;
    }

    .horizontal-parallax-slider .swiper-slide .content .title {
        font-size: 2.0em;
        margin-bottom: 20px;
    }

    .horizontal-parallax-slider .swiper-slide .content .caption {
        font-size: 18px;
        line-height: 1.3;
    }

    .horizontal-parallax-slider .swiper-slide .content .button {
        font-size: 16px;
        padding: 9px 20px;
    }
}

@media (max-width: 767px) {
    .horizontal-parallax-slider .swiper-container.nav-slider .swiper-slide .content .title {
        font-size: 14px;
    }

    .horizontal-parallax-slider .swiper-slide .content .title {
        font-size: 1.6em;
        margin-bottom: 20px;
    }

    .horizontal-parallax-slider .swiper-slide .content .caption {
        font-size: 14px;
        line-height: 1.3;
    }

    .horizontal-parallax-slider .swiper-slide .content .button {
        font-size: 14px;
        padding: 9px 10px;
    }
}

.site-footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.goog-te-menu-value:before {
    font-size: 18px;
}

.destinations-three__more-link, .tour-one__more-link {
    text-align: center;
}

    .destinations-three__more-link a, .tour-one__more-link a {
        color: #fff;
        border-radius: 4px;
        padding: 8px 20px;
        background: var(--thm-primary);
    }

        .destinations-three__more-link a:hover, .tour-one__more-link a:hover {
            background-color: var(--thm-base);
            color: #333;
        }

/*weblinks*/
.partner-logo-grid {
    padding-top: 90px;
    padding-bottom: 90px;
}

    .partner-logo-grid .square-holder {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        background: rgb(255,255,255);
        background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(2,124,184,1) 100%);
        border: 1px solid rgba(2,124,184,1);
    }

        .partner-logo-grid .square-holder img {
            max-width: 100%;
            filter: grayscale(100%);
            transition: all 0.3s;
        }

        .partner-logo-grid .square-holder:hover img {
            filter: none;
        }

/*doc-metas*/
.doc-metas {
    padding: 0;
    margin: 5px 15px;
    list-style: none;
    font-size: 14px;
    line-height: 1.8;
}

    .doc-metas li {
        color: #2196f3;
    }

        .doc-metas li span {
            color: #777;
        }

#google_translate {
    display: inline-block;
}

.tour-one__carousel .owl-nav button.owl-next, .tour-one__carousel .owl-nav button.owl-prev {
    width: 36px;
    height: 36px;
    border: solid 1px #000;
    border-radius: 50%;
    text-align: center;
}

.thank-you {
    width: 100%;
    padding: 120px 0;
    margin: 0px;
    text-align: center;
}

.blog-one__thumb {
    height: 300px;
    width: 100%;
}

.tour-one__thumb {
    height: 292px;
}

/*filter*/
.filter-toggle .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.btn-filter-toggle {
    border: solid 1px #ccc;
    border-radius: 3px;
    font-size: 16px;
    display: none;
    background-color: #fff;
    padding: 0px 10px;
}

@media only screen and (max-width: 767px) {
    .btn-filter-toggle {
        display: block;
    }

    .filter-toggle {
        position: absolute;
        top: 100%;
        left: 15px;
        z-index: 9;
        background-color: #f5f5f5;
        width: 100%;
        max-width: 350px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        display: none;
    }

        .filter-toggle.show {
            display: block;
        }
}

/* Equal Heights for OwlCarousel 2 */
.owl-carousel.equal-heights .owl-stage {
    display: flex;
}

.owl-carousel.equal-heights .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-carousel.equal-heights article {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0;
    border: solid 1px #eee;
}

    .owl-carousel.equal-heights article:hover {
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
    }

    .owl-carousel.equal-heights article .blog-thumb-img {
        height: 260px;
        overflow: hidden;
        display: grid;
    }

        .owl-carousel.equal-heights article .blog-thumb-img img {
            min-width: 100%;
            min-height: 100%;
        }

    .owl-carousel.equal-heights article .blog-caption {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
        padding: 30px;
    }

        .owl-carousel.equal-heights article .blog-caption ul {
            list-style: none;
            margin: 0;
            padding: 0;
            font-size: 14px;
        }

            .owl-carousel.equal-heights article .blog-caption ul li {
                display: inline-block;
                margin-right: 20px;
            }

                .owl-carousel.equal-heights article .blog-caption ul li a {
                    color: #555;
                }

                    .owl-carousel.equal-heights article .blog-caption ul li a i {
                        color: #ffa801;
                        margin-right: 5px;
                    }

        .owl-carousel.equal-heights article .blog-caption h3 {
            font-family: inherit;
            color: #082740;
            font-weight: 600;
            line-height: 38px;
            font-size: 26px;
        }

            .owl-carousel.equal-heights article .blog-caption h3 a {
            }

                .owl-carousel.equal-heights article .blog-caption h3 a:hover {
                    color: #2a6acd;
                }

        .owl-carousel.equal-heights article .blog-caption p {
            flex-grow: 1;
        }

.owl-carousel.equal-heights .owl-nav button.owl-next,
.owl-carousel.equal-heights .owl-nav button.owl-prev {
    border: solid 1px #ddd;
    width: 36px;
    height: 36px;
    text-align: center;
}

/*popup-url*/
.popup-url {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.3);
    z-index: 9999999999;
}

    .popup-url .popup-url-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 70%;
        height: 70%;
        background-color: #fff;
    }

        .popup-url .popup-url-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        .popup-url .popup-url-container .close {
            position: absolute;
            top: 0;
            right: -45px;
            width: 42px;
            height: 42px;
            line-height: 42px;
            text-align: center;
            border: solid 1px #fff;
            color: #fff;
            cursor: pointer;
            border-radius: 3px;
            background-color: rgba(0,0,0,.3);
        }

/*faq-form*/
.faq-form .block-title {
    margin-bottom: 10px;
}

    .faq-form .block-title h3 {
        font-size: 42px;
    }

#frmHotelBookingModal {
    z-index: 9999999999;
}

/*events-section */
.events-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
    position: relative;
    background-color: #141414;
    margin-bottom: 50px;
}

.events-section-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    text-transform: uppercase;
}

    .events-section-title.text-center {
        text-align: center;
    }

        .events-section-title.text-center h6:before {
            left: calc(50% - 2vw);
            top: calc(100% + 10px);
        }

    .events-section-title.light {
        color: #fff;
    }

        .events-section-title.light h6 {
            opacity: 0.6;
        }

            .events-section-title.light h6:before {
                background: #fff;
            }

    .events-section-title h6 {
        width: 100%;
        display: block;
        font-size: 15px;
        font-weight: 800;
        opacity: 0.3;
        letter-spacing: 2px;
        position: relative;
        font-family: inherit;
    }

        .events-section-title h6:before {
            content: "";
            width: 4vw;
            max-width: 100%;
            height: 1px;
            display: inline-block;
            background: #141414;
            position: absolute;
            left: calc(-4vw - 20px);
            top: calc(50% - 0.5px);
        }

    .events-section-title h2 {
        width: 100%;
        display: block;
        margin: 0;
        font-size: 60px;
        font-family: inherit;
    }

@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .events-section-title h2 {
        font-size: 48px;
    }

    .events-section-title h6:before {
        display: none;
    }
}


@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .events-section-title h2 {
        font-size: 34px;
    }

        .events-section-title h2 br {
            display: none;
        }
}

/* Carousel events box */
.carousel-events-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

    .carousel-events-box .swiper-prev {
        width: 60px;
        height: 60px;
        background: #141414;
        position: absolute;
        left: 0;
        top: 33%;
        z-index: 2;
        cursor: pointer;
    }

        .carousel-events-box .swiper-prev:hover:before {
            opacity: 1;
        }

        .carousel-events-box .swiper-prev:before {
            content: "";
            width: 15px;
            height: 15px;
            border-left: 4px solid #fff;
            border-bottom: 4px solid #fff;
            transform: rotate(45deg);
            position: absolute;
            left: 25px;
            top: 23px;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .30s ease-in-out;
            -ms-transition: all .30s ease-in-out;
            -o-transition: all .30s ease-in-out;
            transition: all .30s ease-in-out;
            opacity: 0.5;
        }

    .carousel-events-box .swiper-next {
        width: 60px;
        height: 60px;
        background: #141414;
        position: absolute;
        right: 0;
        top: 33%;
        z-index: 2;
        cursor: pointer;
    }

        .carousel-events-box .swiper-next:hover:before {
            opacity: 1;
        }

        .carousel-events-box .swiper-next:before {
            content: "";
            width: 15px;
            height: 15px;
            border-right: 4px solid #fff;
            border-top: 4px solid #fff;
            transform: rotate(45deg);
            position: absolute;
            right: 25px;
            top: 23px;
            -webkit-transition: all .35s ease-in-out;
            -moz-transition: all .30s ease-in-out;
            -ms-transition: all .30s ease-in-out;
            -o-transition: all .30s ease-in-out;
            transition: all .30s ease-in-out;
            opacity: 0.5;
        }

    .carousel-events-box figure {
        width: 100%;
        display: block;
        margin-bottom: 25px;
    }

        .carousel-events-box figure:before {
            background: #856d47 !important;
        }

        .carousel-events-box figure img {
            width: 100%;
            display: block;
        }

    .carousel-events-box .content {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        color: #fff;
        text-align: center;
    }

        .carousel-events-box .content h5 {
            width: 100%;
            display: block;
            font-size: 28px;
            font-family: inherit;
        }

            .carousel-events-box .content h5 a {
                display: inline-block;
                color: #fff;
            }

                .carousel-events-box .content h5 a:hover {
                    color: #856d47;
                }

        .carousel-events-box .content span {
            display: inline-block;
            margin: 4px auto;
            color: #f5f3ec;
            opacity: 0.6;
        }

        .carousel-events-box .content small {
            width: 100%;
            display: block;
        }

/* REVEAL EFFECT */
.reveal-effect {
    float: left;
    position: relative;
}

    .reveal-effect.animated:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #141414;
        position: absolute;
        left: 0;
        top: 0;
        animation: 1s reveal linear forwards;
        -webkit-animation-duration: 1s;
        z-index: 1;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .reveal-effect.animated > * {
        animation: 1s reveal-inner linear forwards;
    }

@-webkit-keyframes reveal {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@-webkit-keyframes reveal-inner {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    50% {
        visibility: hidden;
        opacity: 0;
    }

    51% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

/*RESPONSIVE*/
@media screen and (max-width: 1600px) {
    .block-title {
        margin-bottom: 30px;
    }

    .tour-one__content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
    }

        .tour-one__content h3 {
            line-height: 30px;
            font-size: 26px;
        }

        .tour-one__content p {
            margin-bottom: 15px;
        }

    .tour-one__meta {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .tour-one__carousel {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1366px) {
    .blog-one {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .block-title {
        margin-bottom: 30px;
    }

        .block-title h3 {
            font-size: 42px;
        }

        .block-title p + h3 {
            margin-top: 10px;
        }

    /*blog home*/
    .blog-one__single {
        margin-bottom: 10px;
    }

    .blog-one__thumb {
        height: 230px;
    }

    .blog-one__content {
        padding: 10px 20px;
    }

        .blog-two__content h3, .blog-one__content h3 {
            line-height: 1.5;
            font-size: 20px;
        }

    /*tour home*/
    .tour-one {
        padding-bottom: 50px;
    }

    .tour-one__thumb {
        height: 230px;
    }

    .tour-one__single {
        margin-bottom: 10px;
    }

    .tour-one__content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

        .tour-one__content h3 {
            line-height: 1.3;
            font-size: 20px;
        }

        .tour-one__content p {
            margin-bottom: 15px;
        }

    .tour-one__meta {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .tour-one__carousel {
        margin-bottom: 10px;
    }

        .tour-one__carousel .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

    .cta-one {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .cta-one h3 {
            font-size: 40px;
        }

    .cta-four h3 {
        font-size: 66px;
    }

    .destinations-three__single h3 {
        font-size: 20px;
    }

    .gallery-home-8__single-content h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .table-documents {
        border: 0;
    }

        .table-documents thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .table-documents tr {
            border-bottom: 1px solid #ddd;
            display: block;
            margin-bottom: 20px;
        }

        .table-documents td {
            padding: 10px;
            display: block;
            /*text-align: right;*/
            overflow: hidden;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }

            .table-documents td::before {
                content: attr(data-label);
                /*float: left;*/
                font-weight: 500;
                color: #777;
                padding-right: 10px;
            }

            .table-documents td:last-child {
                border-bottom: 0;
            }
}

@media screen and ( max-width: 768px ) {
    .block-title h3 {
        font-size: 40px;
    }

    .gallery-home-8__single-content h3 {
        font-size: 18px;
    }

    .gallery-home-8__single-content p {
        font-size: 16px;
    }

    .cta-one {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .cta-one h3 {
            font-size: 42px;
        }

    .cta-four h3 {
        font-size: 60px;
    }

    .page-header h2 {
        font-size: 40px;
    }

    .tour-details__content .tour-two__top h3 {
        font-size: 28px;
    }

    .tour-details__content .tour-two__right span {
        font-size: 28px;
    }

    .tour-details__title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .tour-details__plan-content h3 {
        font-size: 22px;
    }

    .destinations-one__single h3 a, .destinations-two__single h3 a {
        font-size: 22px;
    }

    .tour-details__review-score-ave h3 {
        font-size: 60px;
    }

    .tour-details__review-comment-content h3 {
        font-size: 20px;
    }

    .tour-details__review-form-stars span {
        font-size: 18px;
    }

    .destinations-three__single {
        display: block;
    }

    .tour-one__single {
        display: block;
    }

    .tour-one__carousel .tour-one__content {
        padding-top: 0;
    }
}

@media screen and ( max-width: 480px ) {
    .tour-two__top {
        flex-direction: initial;
    }

    .tour-details__content .tour-one__stars {
        align-items: end;
        text-align: center;
    }

    .tour-one__stars a {
        margin-left: 15px;
    }

    .tour-one__stars i {
        display: block;
        text-align: center;
    }

    .tour-one__meta {
        display: block;
    }

        .tour-one__meta li + li {
            margin-left: 0;
        }

    .tour-details__content .tour-one__meta li + li {
        margin-left: 0;
    }

    .comment-one__title, .comment-form__title {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .blog-list {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sidebar__single:not(.sidebar__search):not(.sidebar__twitter) {
        padding: 30px;
    }

    .sidebar__post-list {
        margin-bottom: 0;
    }

        .sidebar__post-list li + li {
            margin-top: 15px;
            padding-top: 15px;
        }

    .blog-one__meta li i {
        display: block;
        text-align: center;
    }

    .destinations-details__title {
        font-size: 38px;
    }

    .tour-sidebar {
        margin-top: 40px;
    }

    .tour-sidebar__featured, .tour-sidebar__organizer {
        padding: 30px;
    }
}

/*Swiper-Slider*/
.swiper-slider {
    padding: 0;
    height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    .swiper-slider {
        height: 500px;
    }
}

.swiper-slider .swiper-slide {
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .swiper-slider .swiper-slide:after {
        content: "";
        /*background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));*/
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        z-index: 1;
        opacity: 0.3;
    }

    .swiper-slider .swiper-slide:before {
        content: "";
        /*background-color: rgba(69, 69, 78, 0.2);
        background-image: linear-gradient(180deg, rgba(255, 234, 213, 0.3), rgba(241, 244, 255, 0.3));*/
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        z-index: 1;
    }

/* swiper arrows */
.swiper-slider .swiper-button-prev,
.swiper-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slider .swiper-button-prev {
    left: 30px;
}

.swiper-slider .swiper-button-next {
    right: 30px;
}

    .swiper-slider .swiper-button-prev span,
    .swiper-slider .swiper-button-next span {
        width: 10px;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        position: absolute;
        border: solid 2px white;
        border-left: 0;
        border-bottom: 0;
        transition: all 0.3s ease;
    }

.swiper-slider .swiper-button-prev span {
    transform: rotate(-135deg);
    left: 50%;
}

.swiper-slider .swiper-button-next span {
    transform: rotate(45deg);
    right: 50%;
}

    .swiper-slider .swiper-button-prev span:after,
    .swiper-slider .swiper-button-next span:after {
        content: "";
        position: absolute;
        background-color: white;
        width: 0px;
        height: 2px;
        transition: all 0.3s ease;
        transform: rotate(-45deg);
    }

.swiper-slider .swiper-button-prev:hover span {
    left: 30%;
}

.swiper-slider .swiper-button-next:hover span {
    right: 30%;
}

    .swiper-slider .swiper-button-prev:hover span:after,
    .swiper-slider .swiper-button-next:hover span:after {
        width: calc(20px - 4px);
    }

/* swiper arrows mobile */
@media screen and (max-width: 768px) {
    .swiper-slider .swiper-button-prev {
        left: 0px;
    }

    .swiper-slider .swiper-button-next {
        right: 0px;
    }

    .swiper-slider .swiper-button-prev:hover span {
        left: 50%;
    }

    .swiper-slider .swiper-button-next:hover span {
        right: 50%;
    }

        .swiper-slider .swiper-button-prev:hover span:after,
        .swiper-slider .swiper-button-next:hover span:after {
            display: none;
        }
}
/* swiper pagination */
.swiper-slider .swiper-pagination {
    height: 40px;
}

.swiper-slider .swiper-pagination-bullet {
    background-color: transparent;
    border: solid 1px white;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

    .swiper-slider .swiper-pagination-bullet:hover {
        background-color: white;
    }

.swiper-slider .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    left: 0;
    background-color: transparent;
    border: solid 1px white;
}

/* text content */
.swiper-slider .slide-text {
    text-align: center;
    color: white;
    opacity: 1;
    z-index: 2;
    width: 80%;
    max-width: 500px;
}

    .swiper-slider .slide-text h1 {
        font-family: inherit;
        font-size: 30px;
        letter-spacing: 0.03em;
    }

    .swiper-slider .slide-text p {
        font-size: 16px;
        line-height: 1.5;
    }

/* text mobile */
@media screen and (max-width: 768px) {
    .swiper-slider .slide-text {
        width: 60%;
    }

        .swiper-slider .slide-text h1 {
            font-size: 20px;
            letter-spacing: 0.02em;
        }

        .swiper-slider .slide-text p {
            font-size: 14px;
        }
}
/* button */
.swiper-slider .slide-text a {
    background-color: transparent;
    border: solid 1px white;
    padding: 15px 30px;
    min-width: 100px;
    width: fit-content;
    font-size: 14px;
    letter-spacing: 2px;
    color: white;
    position: relative;
    border-radius: 80px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-top: 20px;
}

    .swiper-slider .slide-text a:after {
        content: "";
        background-color: rgba(255, 255, 255, 0.1);
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: 2;
        left: 0px;
        top: 0px;
        border-radius: inherit;
        transition: all 0.3s ease-in-out;
    }

    .swiper-slider .slide-text a:hover::after {
        left: 4px;
        top: 5px;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .swiper-slider .slide-text a:hover {
        font-weight: 800;
    }

@media screen and (max-width: 768px) {
    .swiper-slider .slide-text a:hover::after {
        left: 0px;
        top: 0px;
        background-color: rgba(255, 255, 255, 0.1);
    }
}

/* text content left*/
.swiper-slider .swiper-slide.slide-text-left {
    display: initial;
}

    .swiper-slider .swiper-slide.slide-text-left .slide-text {
        text-align: left;
        margin-top: 10%;
    }

        .swiper-slider .swiper-slide.slide-text-left .slide-text h1 {
            font-size: 42px;
        }

        .swiper-slider .swiper-slide.slide-text-left .slide-text a {
            border: none;
            padding: 0;
            min-width: auto;
        }

            .swiper-slider .swiper-slide.slide-text-left .slide-text a:after {
                display: none;
            }

@media (max-width: 767px) {
    .swiper-slider {
        height: calc(100vh - 64px);
    }

        .swiper-slider .swiper-slide.slide-text-left .slide-text {
            text-align: center;
            margin-top: 20%;
            width: 100%;
        }
}

/*feature-links*/
.feature-links {
    position: relative;
    margin-top: -131px;
    margin-bottom: 40px;
    z-index: 1;
}

    .feature-links .columns {
        display: flex;
        width: 100%;
        background-color: rgba(0,0,0,.5);
        border-top: 1px solid #f0eeee;
    }

        .feature-links .columns .column {
            flex: 1;
        }

            .feature-links .columns .column:nth-child(3) {
                flex: none;
                padding-left: 20px;
                padding-right: 20px;
            }

            .feature-links .columns .column a {
                color: #fff;
                font-size: 22px;
                text-transform: uppercase;
                display: block;
                text-align: center;
                margin: 25px 15px;
                white-space: nowrap;
                line-height: 80px;
            }

                .feature-links .columns .column a.link {
                    border-right: 1px solid #f0eeee;
                    margin-right: 0;
                }

                    .feature-links .columns .column a.link i {
                        color: #da1203;
                        margin-left: 20px;
                        font-size: 28px;
                    }

                    .feature-links .columns .column a.link svg {
                        margin-right: 10px;
                    }

@media (max-width: 991px) {
    .feature-links .columns .column:nth-child(2) a.link {
        border-right-color: transparent;
    }

    .feature-links .columns .column:nth-child(3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .feature-links {
        margin-top: -240px;
    }

        .feature-links .columns {
            display: initial;
            background-color: rgba(0,0,0,0);
            border-top-color: transparent;
        }

            .feature-links .columns .column:nth-child(1) a.link,
            .feature-links .columns .column:nth-child(2) a.link {
                border: 2px solid #ffffff;
                border-radius: 4px;
                margin: 20px 20px 30px;
                line-height: 66px;
                background-color: rgba(0,0,0,0.4);
            }
}

@media (max-width: 1199px) {
    .main-nav__logo-box {
        width: 100%;
        margin-right: 0px;
    }

        .main-nav__logo-box::before {
            background-color: transparent !important;
        }
}

/*audio-player-list*/
.audio-player-list {
    width: 100%;
    max-width: 400px;
    margin: auto;
    border: solid 1px #eee;
    border-radius: 4px;
    background-color: #f1f3f4;
}

    .audio-player-list audio {
        width: 100%;
        border-bottom: solid 1px #eee;
    }

    .audio-player-list ul {
        list-style: decimal-leading-zero;
    }

        .audio-player-list ul li {
            cursor: pointer;
        }

            .audio-player-list ul li.playing {
                color: #e61426;
            }

/*book-cover-zine*/
.book-cover-zine-grid {
    padding-top: 30px;
    padding-bottom: 30px;
}

.book-cover-zine {
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    position: relative;
    background-color: #bbb;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #ddd, #777), linear-gradient(to right, #ccc, #777), linear-gradient(to right, #ddd, #777), linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.08), rgba(0,0,0,0)), linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.08), rgba(0,0,0,0)), linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.08), rgba(0,0,0,0)), linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0) 3%);
    background-size: 0.5% 5%, 0.5% 5%, 0.5% 5%, 10% 8%, 10% 8%, 10% 8%, 100% 100%;
    background-position: 0 10%, 0 50%, 0 90%, 0 9%, 0 50%, 0 91%, 0 0;
    border-radius: 2px 1px 1px 2px;
    box-shadow: 2px 1px 0 #ccc, 3px 2px 0 #bbb, 4px 3px 0 #ccc, 6px 4px 0 #aaa, 0 3px 12px rgba(0,0,0,0.2), 6px 5px 7px 1px rgba(0,0,0,0.4);
    margin: 20px auto;
}

    .book-cover-zine img {
        width: 100%;
        display: block;
    }

    .book-cover-zine:hover img {
        filter: grayscale(100%) contrast(1) brightness(70%);
    }

    .book-cover-zine div {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 9;
        display: none;
        color: #fff;
        text-align: center;
    }

    .book-cover-zine:hover div {
        display: block;
    }

    .book-cover-zine div h3 {
        font-size: 20px;
    }

    .book-cover-zine div ul {
        padding: 0;
        margin: 0;
        font-size: 14px;
        list-style: none;
        display: flex;
    }

        .book-cover-zine div ul li {
            padding: 0 5px;
        }

    .book-cover-zine div a {
        color: #fff;
    }

    .book-cover-zine div button {
        background-color: rgba(255,255,255,0.2);
        color: #fff;
        border: solid 1px #fff;
        border-radius: 3px;
        margin-top: 10px;
        font-size: 14px;
        padding: 2px 15px;
    }

        .book-cover-zine div button i {
            margin-right: 5px;
        }

    .book-cover-zine:before,
    .book-cover-zine:after {
        content: '';
        position: absolute;
    }

    .book-cover-zine:before {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        background-repeat: no-repeat;
        background-image: linear-gradient(to right, rgba(255,255,255,0) 60%, rgba(255,255,255,0.25) 65%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0) 80%), linear-gradient(to right, rgba(255,255,255,0) 40%, rgba(255,255,255,0.1) 41%, rgba(255,255,255,0.1) 41.5%, rgba(255,255,255,0) 42%), linear-gradient(75deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 30%), repeating-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0) 2%, rgba(0,0,0,0.15) 5%, rgba(0,0,0,0.15) 7%, rgba(0,0,0,0) 12%), repeating-linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0) 0.8%, rgba(0,0,0,0.03) 1%, rgba(0,0,0,0.03) 1.6%);
    }

    .book-cover-zine:after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 3;
        background-image: linear-gradient(to right, rgba(0,0,0,0) 15%, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0.15) 30%, rgba(0,0,0,0) 40%), linear-gradient(to left, rgba(0,0,0,0) 10%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0) 40%), linear-gradient(-140deg, rgba(0,0,0,0.02) 2%, rgba(0,0,0,0.07) 3%, rgba(0,0,0,0.08) 3.2%, rgba(255,255,255,0.04) 3.25%, rgba(255,255,255,0.04) 3.5%, rgba(255,255,255,0) 3.55%);
    }

/*tour360-in-blog*/
.tour360-in-blog {
}

    .tour360-in-blog h3 {
        font-size: 24px;
        text-align: center;
    }

    .tour360-in-blog ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        list-style: none;
        padding: 0;
        margin-top: 1rem;
        gap: 15px;
    }

    .tour360-in-blog li {
        background-position: center;
        background-size: cover;
        width: 100%;
        max-width: 200px;
        height: 125px;
        position: relative;
    }

        .tour360-in-blog li h5 {
            font-family: inherit;
            font-size: 18px;
            color: #fff;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

/*feature-links*/
.feature-links {
    position: relative;
    margin-top: -131px;
    z-index: 1;
}

    .feature-links .columns {
        display: flex;
        width: 100%;
        background-color: rgba(0,0,0,.5);
        border-top: 1px solid #f0eeee;
    }

        .feature-links .columns .column {
            flex: 1;
        }

            .feature-links .columns .column:nth-child(3) {
                flex: none;
                padding-left: 20px;
                padding-right: 20px;
            }

            .feature-links .columns .column a {
                color: #fff;
                font-size: 22px;
                text-transform: uppercase;
                display: block;
                text-align: center;
                margin: 25px 15px;
                white-space: nowrap;
                line-height: 80px;
            }

                .feature-links .columns .column a.link {
                    border-right: 1px solid #f0eeee;
                    margin-right: 0;
                    padding-right: 10px;
                }

                    .feature-links .columns .column a.link.map-v2 {
                        display: none;
                    }

                    .feature-links .columns .column a.link span {
                    }

                    .feature-links .columns .column a.link i {
                        color: #da1203;
                        margin-left: 20px;
                        font-size: 28px;
                        background: radial-gradient(circle, #ffffff 60%, rgb(255 255 255 / 0%) 0%);
                        border-radius: 50%;
                    }

                    .feature-links .columns .column a.link svg {
                        margin-right: 10px;
                    }

@media (max-width: 991px) {
    .feature-links .columns .column a {
        font-size: 20px;
    }

    .feature-links .columns .column:nth-child(2) a.link {
        border-right-color: transparent;
    }

    .feature-links .columns .column:nth-child(3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .feature-links {
        margin-top: -240px;
    }

        .feature-links .columns {
            display: initial;
            background-color: rgba(0,0,0,0);
            border-top-color: transparent;
        }

            .feature-links .columns .column:nth-child(1) a.link,
            .feature-links .columns .column:nth-child(2) a.link {
                border: 2px solid #ffffff;
                border-radius: 4px;
                margin: 20px 20px 30px;
                line-height: 66px;
                background-color: rgba(0,0,0,0.4);
            }

            .feature-links .columns .column a.link {
                display: flex;
                align-items: center;
                padding-right: 0;
            }

                .feature-links .columns .column a.link i {
                    margin-left: 0px;
                }

                .feature-links .columns .column a.link span:nth-child(1) {
                    width: 20%;
                }

                .feature-links .columns .column a.link span:nth-child(2) {
                    flex: 1;
                    text-align: left;
                }

                .feature-links .columns .column a.link span:nth-child(3) {
                    width: 15%;
                }

                .feature-links .columns .column a.link.map-v1 {
                    display: none;
                }

                .feature-links .columns .column a.link.map-v2 {
                    display: flex;
                }
}

/*feature-links-v2*/
.feature-links-v2 {
    position: absolute;
    top: 232px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

    .feature-links-v2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.3);
        border-radius: 12px;
        z-index: -1;
        filter: blur(15px);
    }

.feature-links-v2-inner {
    margin: 30px 50px;
}

.feature-links-v2 h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
}

.feature-links-v2 .links,
.feature-links-v3 .links {
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

    .feature-links-v2 .links .link,
    .feature-links-v3 .links .link {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin: 0 15px;
        box-shadow: 3px 5px 8px 0px #0000004D;
        padding: 10px 20px;
        transition: all 0.3s;
        position: relative;
        border-radius: 5px;
        border: solid 1px #fff;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        white-space: nowrap;
    }

        .feature-links-v2 .links .link::before,
        .feature-links-v2 .links .link::after,
        .feature-links-v3 .links .link::before,
        .feature-links-v3 .links .link::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100%;
            border-radius: 5px;
        }

        .feature-links-v2 .links .link::before,
        .feature-links-v3 .links .link::before {
            width: 0%;
            background-color: rgb(255 255 255 / 10%);
            z-index: -1;
            transition: all 0.3s;
        }

        .feature-links-v2 .links .link::after,
        .feature-links-v3 .links .link::after {
            width: 100%;
            background-color: #03583E;
            z-index: -2;
        }

        .feature-links-v2 .links .link:hover::before,
        .feature-links-v3 .links .link:hover::before {
            width: 100%;
        }

        .feature-links-v2 .links .link:first-child,
        .feature-links-v3 .links .link:first-child {
            padding: 2px 20px;
        }

        .feature-links-v2 .links .link span,
        .feature-links-v3 .links .link span {
            margin: 0 5px;
        }

        .feature-links-v2 .links .link.map-v2,
        .feature-links-v3 .links .link.map-v2 {
            display: none;
        }

@media (max-width: 767px) {
    .feature-links-v2 {
        width: 90%;
    }

        .feature-links-v2 h1 {
            white-space: normal;
        }

        .feature-links-v2 .links,
        .feature-links-v3 .links {
            flex-direction: column;
        }

            .feature-links-v2 .links .link:first-child,
            .feature-links-v3 .links .link:first-child {
                margin-bottom: 20px;
            }

            .feature-links-v2 .links .link.map-v1,
            .feature-links-v3 .links .link.map-v1 {
                display: none;
            }

            .feature-links-v2 .links .link.map-v2,
            .feature-links-v3 .links .link.map-v2 {
                display: inline-block;
            }
}

/*feature-links-v3*/
.feature-links-v3 {
    position: absolute;
    top: 250px;
    left: 80px;
    max-width: calc(100% - 80px);
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

    .feature-links-v3 h3 {
        color: #fff;
        font-weight: 500;
        font-size: 30px;
        border-left: solid 5px #DA1203;
        padding-left: 10px;
        text-shadow: 3px 4px 7px rgba(0,0,0,0.8);
    }

    .feature-links-v3 h1 {
        color: #fff;
        font-weight: 600;
        font-size: 80px;
        text-shadow: 3px 4px 7px rgba(0,0,0,0.8);
    }

    .feature-links-v3 .links {
        justify-content: start;
    }

        .feature-links-v3 .links .link {
            text-transform: none;
            pointer-events: initial;
        }

            .feature-links-v3 .links .link:first-child {
                margin-left: 0;
            }

            .feature-links-v3 .links .link::after {
                background-color: rgba(0,0,0,.7);
            }

@media (max-width: 767px) {
    .feature-links-v3 h1 {
        font-size: 64px;
    }

    .feature-links-v3 .links {
        align-items: start;
    }

        .feature-links-v3 .links .link {
            margin-left: 0;
        }
}

@media (max-width: 520px) {
    .feature-links-v3 h1 {
        font-size: 48px;
    }
}

/*topbar__language*/
ul.topbar__language {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

    ul.topbar__language li + li {
        margin-left: 10px;
    }

    ul.topbar__language li a {
        display: flex;
        align-items: center;
        color: #9E9E9E;
    }

    ul.topbar__language li.active a {
        color: #fff;
    }

    ul.topbar__language li a img {
        max-height: 20px;
        margin-right: 5px;
    }

/*side-menu__language*/
ul.side-menu__language {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.side-menu__language li + li {
        margin-top: 20px;
    }

    ul.side-menu__language li a {
        display: flex;
        align-items: center;
        color: #555;
    }

    ul.side-menu__language li.active a {
        color: #007bff;
    }

    ul.side-menu__language li a img {
        max-width: 30px;
        margin-right: 5px;
    }
