/* Minification failed. Returning unminified contents.
(24,28): run-time error CSS1039: Token not allowed after unary operator: '-thm-black'
(49,23): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(313,27): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(389,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-secondary'
(472,27): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(473,21): run-time error CSS1039: Token not allowed after unary operator: '-thm-black'
(812,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-secondary'
(841,27): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(951,27): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(1022,23): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(1024,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-black'
(1058,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(1253,22): run-time error CSS1039: Token not allowed after unary operator: '-cluster-color'
(1272,26): run-time error CSS1039: Token not allowed after unary operator: '-cluster-color'
(1286,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1290,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1294,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2441,17): run-time error CSS1039: Token not allowed after unary operator: '-thm-black'
(2467,21): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
 */
@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__login, .main-nav__search {
    color: #fff;
    margin-right: 0;
    margin-left: 30px;
}

.main-nav__search {
    margin-left: 175px;
}

.destinations-three__single h3 {
    font-size: 30px;
}

.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;
}

/* 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;
    }
}


.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;
}

/* 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: 34px;
}

.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;
    max-width: 150px;
    padding: 15px 0;
}

.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 {
    padding-right: 0px !important;
    z-index: 2147483647;
}

    .modal-fullscreen .modal-dialog {
        margin: 0px;
    }

    .modal-fullscreen .modal-header {
        z-index: 1;
        padding: 0rem 0rem 0rem 1rem;
        color: #fff;
        border-bottom: none;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }

        .modal-fullscreen .modal-header .close {
            padding: 0.4rem 1rem 0.6rem 1rem;
            color: #fff;
            background-color: rgba(0,0,0,.5);
            border-radius: 10%;
        }

    .modal-fullscreen .modal-body {
        overflow: hidden !important;
        padding: 0rem;
    }

    .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;
}

.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;
}

/*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;
}

    .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 {
    max-width: 400px;
}

    .map-info a {
        padding: 0px;
        margin-left: 0px;
    }

    .map-info img {
        width: 100%;
        max-height: 250px;
        float: none;
    }

    .map-info h4 {
        position: absolute;
        bottom: 0px;
        margin: 0px;
        font-family: inherit;
        background-color: #fff;
        color: #333;
        font-size: 18px;
        padding: 5px 10px 10px 0px;
        border-radius: 0px 10px 0px 0px;
    }

/* 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;
}

/*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: 30px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -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 {
    }

/*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';
    }

/*menu center*/
.main-nav__logo-box {
    width: auto;
    padding: 0;
}

.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-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;
    }

    .video-sec-wrap .thumb {
        display: block;
        margin: .4em;
        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;
        height: 100%;
        width: 100%;
        padding: .4em;
    }

    .video-sec-wrap .thumb-title {
        color: #f5f5f5;
        margin: 0;
    }

        .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 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);
        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.5);
    }

    .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;*/
    }
