:root {
    --primary: #80d40a;
    --secondary: #00AEEF;
    --rating: #FDC012;
    --orange: #F96D01;
    --unactive: #484848;
    --primary-dark: #65a808;
    --secondary-dark: blue;
    --unactive-dark: #302e2e;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body.modal-open {
    height: 100vh;
    width: 100vw !important;
}

select[readonly] {
    pointer-events: none;
}

.text-lg {
    font-size: 24px;
}

.text-md {
    font-size: 18px;
}

.text-sm {
    font-size: 14px;
}

.text-xs {
    font-size: 12px;
}

.tv-text-primary {
    color: var(--primary);
}

.tv-bg-primary {
    background-color: var(--primary);
}

.tv-text-secondary {
    color: var(--secondary);
}

.tv-bg-secondary {
    background-color: var(--secondary);
}

.tv-text-rating {
    color: var(--rating);
}

.tv-bg-rating {
    background-color: var(--rating);
}

.tv-text-orange {
    color: var(--orange);
}

.tv-bg-orange {
    background-color: var(--orange);
}

.tv-header {
    background: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

.nav-link.active,
.nav-link:hover {
    color: var(--secondary) !important;
}

.tv-icon-circle {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    color: #fff;
    display: block;
    border-radius: 50%;
}

.tv-btn-secondary {
    background-color: var(--secondary);
    color: white;
    border: 1px solid var(--secondary);
}

.tv-btn-secondary.active,
.tv-btn-secondary:hover {
    color: white;
    background-color: blue;
    border: 1px solid blue;
}

.tv-btn-secondary:focus {
    color: white !important;
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
}

.tv-btn-booking {
    background-color: var(--secondary);
    color: white;
    border: 3px solid white;
    box-shadow: 0px 3px 6px rgb(0 0 0/0.16);
    padding: 12px 24px 10px;
}

.tv-btn-booking:hover {
    color: white;
    background-color: var(--secondary-dark);
    border: 3px solid white;
    box-shadow: 0px 3px 6px rgb(0 0 0/0.16)
}

.tv-btn-booking:focus {
    color: white !important;
    background-color: var(--secondary) !important;
    border: 3px solid white !important;
    box-shadow: 0px 3px 6px rgb(0 0 0/0.16) !important;
}

.tv-btn-phone {
    background-color: var(--primary);
    color: white;
    border: 3px solid white;
    box-shadow: 0px 3px 6px rgb(0 0 0/0.16);
    padding: 12px 24px 10px;
}

.tv-btn-phone:hover {
    color: white;
    background-color: var(--primary-dark);
    border: 3px solid white;
    box-shadow: 0px 3px 6px rgb(0 0 0/0.16)
}

.tv-btn-phone:focus {
    color: white !important;
    background-color: var(--primary) !important;
    border: 3px solid white !important;
    box-shadow: 0px 3px 6px rgb(0 0 0/0.16) !important;
}

.tv-btn-chat {
    background-color: var(--unactive);
    color: white;
    border: 3px solid white;
    box-shadow: 0px 3px 6px rgb(0 0 0/0.16);
    padding: 12px 24px 10px;
}

.tv-btn-chat:hover {
    color: white;
    background-color: var(--unactive-dark);
    border: 3px solid white;
    box-shadow: 0px 3px 6px rgb(0 0 0/0.16)
}

.tv-btn-chat:focus {
    color: white !important;
    background-color: var(--unactive) !important;
    border: 3px solid white !important;
    box-shadow: 0px 3px 6px rgb(0 0 0/0.16) !important;
}

/* LIST */
.tv-border-title {
    border-bottom: 5px solid var(--secondary);
    width: 80px;
}

.tv-bg-list {
    position: absolute;
    width: 100%;
    height: 450px;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0,0,0,0.5); */
    background-color: rgba(0, 0, 0, .35);
}

.tv-bg-list #text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 2px 2px 4px #000;
    width: max-content;
}

@media only screen and (max-width: 570px) {
    .tv-bg-list #text {
        font-size: 26px;
    }
}

.tv-top-banner-box {
    transform: translateY(-68px);
    border-radius: 20px 0;
    background: rgba(0, 0, 0, .7);
    padding: 10px;
    margin-bottom: -35px;
    font-size: 21px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.tv-zoom-img {
    height: auto;
    overflow: hidden;
}

.tv-zoom-img img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.tv-zoom-img img:hover {
    transform: scale(1.1);
}

.tv-card {
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
}

.tv-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.starts-checked {
    color: var(--rating);
}

.tv-text-discount {
    color: rgb(143, 143, 143);
    font-style: normal;
    text-decoration-line: line-through;
}

.tv-text-1-row {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tv-text-2-row {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* END LIST */
.tv-border-radius-left {
    border-radius: 0 20px;
}

.tv-border-radius-right {
    border-radius: 20px 0px;
}

.tv-text-justify {
    text-align: justify;
}

#tv-splide img {
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}

.tm-search {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    width: 80%;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    transition: .3s;
}

@media only screen and (max-width: 991px) {
    .tm-search {
        width: 100%;
    }
}

.tm-search:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
    transform: translateY(-6px);
}

.tm-search .input-group-text i {
    color: #0dcaf0;
}

.tv-search-select {
    width: 200px;
}

.tv-search-select select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.tv-search-input {
    width: calc(100% - 200px - 200px);
}

.tv-search-input .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tv-search-input input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tm-search button {
    border-radius: 0 20px 20px 0;
    padding: 7px 20px;
    width: 200px;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 767px) {
    .tm-search {
        border-radius: 5px;
    }

    .tv-search-select,
    .tv-search-input,
    .tm-search button {
        width: 100%;
        margin-top: 5px;
    }

    .tv-search-input .input-group-text,
    .tm-search button,
    .tv-search-select select,
    .tv-search-input input {
        border-radius: 6px;
    }

    .tv-search-select select,
    .tv-search-input input {
        border-right: 1px solid rgb(222, 226, 230);
    }
}

.tv-crossbar {
    width: 80px;
    height: 5px;
    display: inline-block;
}

.tv-crossbar-sub {
    width: 50px;
    height: 2px;
    display: inline-block;
}

.tv-introduce-button {
    border: 2px solid #fff;
    padding: 7px 20px;
    border-radius: 50px;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);
}

/* #tv-splide-featured-tour .splide__slide img {
    display: block;
    height: 100%;
    max-height: 260px;
    width: 100%;
    border-radius: 8px;
    transition: transform 400ms;
    transform: scale(.9);
    transform-origin: center center;
    opacity: 0.7;
}

#tv-splide-featured-tour .splide__slide.is-active img {
    transform: scale(1);
    opacity: 1;
} */

.tv-tour-card {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: .3s;
}

.tv-tour-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}

.tv-tour-card img {
    height: 260px;
    border-top-left-radius: 20px;
}

.tv-tour-card i {
    width: 20px;
}

.tv-rating {
    position: relative;
    width: 177px;
    display: inline-block;
    height: 30px;
}

.tv-rating strong {
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    background: url("/images/gold-star.svg");
    background-size: auto;
    background-size: auto;
    background-size: auto 100%;
}

#tv-splide-customer img {
    border-radius: 100%;
    max-width: 115px;
    max-height: 115px;
    height: 115px;
}

#tv-splide-customer p {
    font-size: 14px;
}

.tv-tour-customer {
    background: url("/images/bg-home.jpeg") no-repeat fixed;
    background-size: cover
}

.tv-tour-customer>div {
    background: #f8f9fab3;
}

#tv-splide-tour-top img {
    height: 100%;
    max-height: 450px;
}

.tv-splide-tour-top-title {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.tv-splide-tour-top-title span {
    background-color: #00aeefad;
}

.tv-news-content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tv-tour-news-button a {
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
    padding: 10px 15px;
    font-size: 12px;
}

.tv-tour-news-button span {
    width: 200px;
    height: 2px;
    background: var(--secondary);
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .tv-tour-news-button span {
        width: 120px;
    }
}

@media only screen and (max-width: 400px) {
    .tv-tour-news-button span {
        width: 70px;
    }
}

.tv-footer-logo {
    font-size: 45px;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: bold;
}

.tv-post-crossbar {
    width: 50px;
    height: 2px;
    display: inline-block;
}

.tv-description-background {
    background-color: #F9F9F9;
    border-radius: 8px;
}

.tv-ceo-avatar {
    width: 75%;
}

.tv-new-post-block {
    min-width: 250px;
}

.tv-small-divider {
    width: 30px;
    height: 3px;
    background-color: #ccc;
}

@media only screen and (max-width: 991.9px) {
    .tv-new-post-block {
        min-width: 100%;
    }

    .tv-ceo-avatar {
        width: 100%;
    }
}

.tv-contact-title::after {
    content: "";
    display: block;
    width: 36%;
    max-width: 80px;
    background: var(--secondary);
    margin-top: 6px;
    height: 5px;
}

.object-fit-cover {
    object-fit: cover;
}

.tv-post-banner {
    min-height: 40px;
    z-index: 99;
    bottom: 0;
}

.tv-post-banner .container {
    min-height: inherit;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    width: calc(100% - 16px);
}

.tv-img-feedback {
    border-radius: 100%;
    min-width: 115px;
    width: 115px;
    height: 115px;
}