:root {
    --vbt-font: 'Nunito', sans-serif;
}

html,
body,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
.title,
._title,
.tour_title,
.slide_title {
    font-family: var(--vbt-font) !important;
}

.about-us-page .statistics_item ._value {
    background: transparent;
    overflow: hidden;
}

.btn-sale {
    height: 28px;
    line-height: 28px;
    width: auto;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    margin-right: 8px;
    background: #D03000;
}

.price_old {
    text-decoration: line-through;
    color: #b7b7b7;
    font-weight: normal;
    font-size: 87%;
}

.price {
    color: #db3300;
    font-size: 23px;
}

.input-search {
    width: calc(100% - 150px);
    border: 0;
    border-radius: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
    padding: 0 20px
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility .5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
    display: block;
    right: 60px;
    bottom: -25px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #25d366;
    opacity: 1;
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, .4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: .1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 100px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: #25d366;
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 70px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #25d366;
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
}

.suntory-alo-ph-img-circle img {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    display: block;
    width: 24px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: 9px;
    width: 65%;
}

.page-facebook {
    position: fixed;
    bottom: 18px;
    right: 23px;
    background: #0571e6;
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    z-index: 999;
}

.tour_page_body .left_content .programm .day_item-head .preview .image {
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    background: #d03010;
    color: white;
}

.contacts-page .contacts-left .tel {
    margin-bottom: 15px;
}

.contacts-page .contacts-left .tel,
.contacts-page .contacts-left .email {
    width: 100%;
}

.gtx-bubble {
    width: auto;
}

.hot_daily_tour {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.hot_daily_tour .tour_item {
    flex: 0 23.5%;
    margin-right: 0;
    padding: 20px;
}

.hot_daily_tour .tour_item .tour_item_bottom {
    padding: 0 20px 20px;
}

.hot_daily_tour .tour_item .tour_item_bottom ._title {
    font-size: 21px;
}

.hot_daily_tour .tour_item .tour_item_top .add_bookmark {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 1200px) {
    .page .posts .tour_item {
        flex: 0 32%;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .input-search {
        width: 100%;
        margin-bottom: 10px;
    }
    .page .posts .tour_item {
        flex: 0 49%;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .page .posts .tour_item {
        flex: 0 100%;
        width: 100%;
        margin-right: 0;
    }
    .top_panel .left {
        text-align: left;
    }
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

/* Vietnam Booking Tour brand layer */
:root {
    --vbt-blue: #0b49c9;
    --vbt-blue-dark: #07358f;
    --vbt-blue-deep: #06266b;
    --vbt-yellow: #ffc400;
    --vbt-ink: #12213f;
}

::selection {
    color: var(--vbt-blue-deep);
    background: var(--vbt-yellow);
}

.top_panel {
    border-bottom: 3px solid var(--vbt-yellow);
    box-shadow: 0 8px 28px rgba(6, 38, 107, 0.12);
}

.top_panel .left {
    width: 250px;
}

.top_panel .left .logo {
    width: 64px;
    height: 64px;
    margin-top: -8px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 18px rgba(11, 73, 201, 0.18);
}

.top_panel .left .logo img {
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

.top_panel .currency {
    width: 120px;
    height: 40px;
    margin-top: -20px;
    border-radius: 22px;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 7px;
    width: max-content;
}

.language-option {
    display: inline-flex;
    width: 32px;
    height: 32px;
    padding: 2px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(6, 38, 107, 0.15);
    transition: transform .2s ease, border-color .2s ease;
}

.language-option:hover,
.language-option.is-active {
    border-color: var(--vbt-yellow);
    transform: translateY(-2px);
}

.language-option img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.top_panel .center .menu ul li a,
.top_panel .right .tel a,
.top_panel.inversion .center .menu ul li a,
.top_panel.inversion .right .tel a {
    color: var(--vbt-blue-deep);
}

.top_panel .center .menu ul li a:before,
.top_panel .mobile_btn,
.top_panel .right .favorites-count ._counter {
    background: var(--vbt-yellow);
}

.top_panel .mobile_btn span {
    background: var(--vbt-blue-deep);
}

.top_panel .center .menu ul li a:hover span,
.top_panel.inversion .center .menu ul li a:hover span,
.top_panel .right .tel a:hover span {
    color: var(--vbt-blue);
    border-color: var(--vbt-yellow);
}

.top_panel .center .menu ul li .dropdown_ul li a:hover {
    color: var(--vbt-blue);
}

.main_slider .slider_wrap .slide:before {
    background: linear-gradient(90deg, rgba(6, 38, 107, .8) 0%, rgba(6, 38, 107, .36) 48%, rgba(6, 38, 107, .06) 100%);
}

.main_slider .slider_wrap .slide .slide_content .buttons .btn,
.button,
.btn.button,
.search-form .btn {
    color: #fff;
    background: var(--vbt-blue);
    box-shadow: 0 8px 24px rgba(11, 73, 201, .22);
}

.main_slider .slider_wrap .slide .slide_content .buttons .btn:hover,
.button:hover,
.btn.button:hover,
.search-form .btn:hover {
    color: var(--vbt-blue-deep);
    background: var(--vbt-yellow);
}

.price,
.title_wrap a[style*="#ff3b00"],
a[style*="color: #ff3b00"] {
    color: var(--vbt-blue) !important;
}

.title_wrap span[style*="color: red"] {
    color: var(--vbt-blue) !important;
}

.tag.red,
.btn-sale,
.tour_page_body .left_content .programm .day_item-head .preview .image {
    background: var(--vbt-blue);
}

.destinations_item:after,
.tour_item:after {
    background: linear-gradient(0deg, rgba(6, 38, 107, .78), rgba(6, 38, 107, 0));
}

.footer {
    color: #fff;
    background: linear-gradient(135deg, var(--vbt-blue-deep), var(--vbt-blue));
    border-top: 5px solid var(--vbt-yellow);
}

.footer_top ._title,
.footer_top .right .contacts_info .tel a,
.footer_top .right .contacts_info .email a {
    color: #fff;
}

.footer_top ul li a,
.footer_top .right .contacts_info p,
.footer_bottom,
.footer_bottom a {
    color: rgba(255, 255, 255, .78);
}

.footer_top ul li a:hover,
.footer_bottom a:hover {
    color: var(--vbt-yellow);
}

@media screen and (max-width: 1762px) {
    .top_panel .left {
        width: 190px;
    }

    .top_panel .left .logo {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .top_panel .menu_wrap {
        color: var(--vbt-ink);
        background: #fff;
    }

    .top_panel .menu_wrap .close {
        top: 18px;
        right: 4%;
        background: var(--vbt-yellow);
        box-shadow: 0 6px 18px rgba(6, 38, 107, .16);
    }

    .top_panel .menu_wrap .close span {
        background: var(--vbt-blue-deep);
    }

    .top_panel .mobile_btn.opened {
        opacity: 0;
        pointer-events: none;
    }

    .top_panel .search_btn {
        background: #eef3ff;
    }

    .top_panel .center .menu ul li a,
    .top_panel.inversion .center .menu ul li a {
        color: var(--vbt-blue-deep);
        border-bottom-color: rgba(6, 38, 107, .14);
    }

    .top_panel .center .menu ul li a.active span:before {
        background: var(--vbt-yellow);
    }

    .top_panel .center .menu ul li.dropdown_li a:before {
        background: #eef3ff;
    }

    .top_panel .center .menu ul li.dropdown_li a.hover:before {
        background: var(--vbt-yellow);
    }

    .top_panel .center .menu ul li .dropdown_ul {
        background: #f7f9ff;
        border-bottom-color: rgba(6, 38, 107, .14);
        box-shadow: none;
    }

    .top_panel .center .menu ul li .dropdown_ul li a {
        color: #44516b;
    }

    .top_panel .center .menu .currency_mob p,
    .top_panel .center .menu .mobile_content .tel p {
        color: #737d91;
    }

    .top_panel .center .menu .mobile_content .tel a {
        color: var(--vbt-blue-deep);
    }

    .top_panel .left .logo {
        margin-left: 0;
    }

    .top_panel .mobile_btn {
        z-index: 10;
    }

    .top_panel .center .menu .currency_mob {
        padding-left: 0;
    }

    .top_panel .center .menu .currency_mob .language-switcher {
        margin-bottom: 10px;
    }

    .top_panel .center .menu .currency_mob p {
        line-height: 28px;
    }
}

@media screen and (max-width: 640px) {
    .top_panel .left {
        width: 100%;
        text-align: center;
    }

    .top_panel .left .logo {
        width: 54px;
        height: 54px;
        margin-top: -2px;
    }

    .top_panel .mobile_btn {
        top: 1px;
        right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .top_panel .center .menu ul li a,
    .top_panel.inversion .center .menu ul li a {
        color: var(--vbt-blue-deep);
    }
}
