﻿header {
}

.header-top-full {
    height: 50px;
    pointer-events: all;
    position: relative;
}

    .header-top-full::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 100%;
        top: 0;
        background-color: #FFFF;
        z-index: 1;
    }

.header-banner .decor-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.header-banner .decor-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    /* display: none; */
}

.header-banner-item {
    position: relative;
}

.swiper-slide-active .header-banner-item img {
    animation: bgZoomIn 4s ease-in-out 1 forwards;
}

.swiper-slide-next .header-banner-item img {
    animation: bgZoomOut 4s ease-in-out 1 forwards;
}

@keyframes bgZoomIn {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@keyframes bgZoomOut {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(2);
    }
}

.swiper.sliderbanner {
}

    .swiper.sliderbanner .swiper-pagination {
        position: absolute;
        margin: 0;
        top: auto;
        list-style-type: none;
        display: inline-flex;
        width: max-content;
        right: 0;
        left: 0;
        bottom: 17px;
        height: 6%;
        margin: auto;
        align-items: center;
        justify-content: center;
    }

        .swiper.sliderbanner .swiper-pagination span.swiper-pagination-bullet {
            background: transparent;
            border: 1px solid #ffffff;
            border-radius: 0;
            transform: rotate(44deg);
            margin: 7px 14px;
        }

            .swiper.sliderbanner .swiper-pagination span.swiper-pagination-bullet:hover {
                background: #fff;
                opacity: 1;
            }

            .swiper.sliderbanner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
                cursor: pointer;
                display: inline-block;
                display: inline-block;
                line-height: 1;
                width: 11px;
                height: 11px;
                background: #fff;
                transform: rotate(44deg);
            }

.header-banner-item::before {
    content: '';
    position: absolute;
    width: 100%;
}

.header-banner-item::after {
    content: '';
    position: absolute;
    width: 100%;
}

.header-wrap-right {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header-nav-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 63px;
}

.header.fix .header-container {
}

    .header.fix .header-container::before {
        backdrop-filter: blur(109px);
        opacity: 1;
    }

.header-top-h {
    display: none;
}

.header {
    width: 100%;
    z-index: 99999999999999;
}

    .header .grid.wide {
    }

.header-container::before {
    /* content: ''; */
    /* position: absolute; */
    width: 22%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-color: #61dce3; */
    z-index: 3;
}

.header-container {
    position: relative;
    z-index: 999999999999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.header-logo {
    position: relative;
    flex: 1 1 0;
}

    .header-logo img {
    }

.header-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.header-top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 40px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    padding-left: 19px;
    padding-right: 6px;
}

.header-info {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    justify-content: space-between;
}

a.contact-header-top {
    color: #071E8A;
    font-family: 'WIXMADEFORDISPLAY-SEMIBOLD';
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    font-style: normal;
    line-height: normal;
}

    a.contact-header-top:hover {
        color: #daad31;
    }

.header-info-item {
    display: flex;
    align-items: baseline;
    font-family: avertaSTD;
}

.header-nav-top a.item:hover {
    color: #D49C03;
}

.header-info-item.tel:hover .header-info-icon svg path {
    fill: #5b5b5b;
}

.header-info-item.tel span {
    text-align: center;
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    color: var(--default-color-3);
}

    .header-info-item.tel span a {
        position: relative;
        margin: 0 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all linear .2s;
    }

        .header-info-item.tel span a::after {
            content: '';
            position: absolute;
            width: 0%;
            height: 1px;
            background-color: #333;
            border-radius: 3px;
            transition: all linear .2s;
            left: 0;
            top: calc(100% + 4px);
        }

        .header-info-item.tel span a:hover {
            color: #333;
        }

            .header-info-item.tel span a:hover::after {
                width: 100%;
                transition: 0.8s cubic-bezier(.3,1.6,.3,1);
            }

        .header-info-item.tel span a:last-child::before {
            width: 4px;
            height: 2px;
            content: '';
            position: absolute;
            background-color: var(--default-color-2);
            left: -8px;
            transform: translateY(2px);
        }

.header-info-item span {
    display: flex;
    align-items: center;
    transition: all linear .2s;
}

.l-header-compa h5 {
    margin: 0;
    color: #072582;
    font-family: 'WixMadeforDisplay-SemiBold';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 4px;
}

.l-header-compa {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.header-info-item.tel {
    align-items: center;
    margin-left: 18px;
    padding: 6px 10px 7px 11px;
    transition: all .3s;
    margin-right: 6px;
}

    .header-info-item.tel:hover span {
        color: #5b5b5b;
    }

    .header-info-item.tel:hover {
        /* border: 1.5px solid #D49C03; */
        /* background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%); */
    }

.header-info-icon svg path {
    fill: var(--default-color-3)
}

.header-info-icon {
    margin-right: 5px;
    transform: translateY(-1px);
}

.header-nav {
    display: flex;
    align-items: center;
    transition: all ease .2s;
    position: relative;
    width: 100%;
    flex: 1;
    justify-content: space-between;
    z-index: 9999999999999;
}

    .header-nav .nav-list {
        display: flex;
        align-items: center;
    }

    .header-nav .nav-item {
        position: relative;
    }

a.header-info-item.tel.email-header-r .header-info-icon svg {
}

.header-wrap-right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
    background: linear-gradient(90deg,rgba(78, 221, 226, 1) 73%, rgba(0, 75, 171, 1) 91%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 3;
    opacity: 1;
    transform: translateX(0) scale(1);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    will-change: opacity, transform;
}

.header-b-full::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
    background-color: #4ddce1;
}

.header-b-full::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: #184FAF;
}

.header-b-full {
    /* position: relative; */
    top: 0;
    left: 0;
    right: 0;
    height: 93px;
    background: linear-gradient(90deg,rgba(97, 220, 227, 1) 0%, rgba(24, 79, 175, 1) 89%);
}

a.header-logo-side-h img {
    width: 87%;
}

.header.fix .header-b-full a.header-logo-side-h .demo-bb svg {
    width: 100px;
    height: 100%;
}

.header.fix .header-b-full {
    position: fixed;
    background-color: #22407e00;
    padding: 5px 0;
    transition: all .5s ease;
    height: auto;
}

.header.fix .behind-logo {
    /* display: none; */
    transition: all .3s ease;
}

.header.fix .header-b-full a.header-logo-side-h .demo-bb {
}

.header.fix .header-b-full a.header-logo-side-h img {
}

.header.fix .header-nav.grid.wide {
    justify-content: center;
}

a.header-logo-side-h .demo-bb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
}

a.header-logo-side-h::before {
    /* content: ''; */
    position: absolute;
    width: 24%;
    height: 100%;
    left: 100%;
    right: 0;
    background-color: #0055aa;
    clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
}

.behind-logo {
    position: relative;
    transition: all .3s ease;
}

    .behind-logo .header-logo-side-h-s {
        display: none;
    }

.header-wrap-right::after {
    content: '';
    position: absolute;
    width: 10%;
    height: 100%;
    left: -76px;
    top: 0;
    background-color: #e0e0e0;
    clip-path: polygon(0 0, 100% 0, 26% 100%, 0% 100%);
    z-index: 1;
    opacity: 1;
    transform: translateX(0) scale(1);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    will-change: opacity, transform;
}

a.header-logo-side-h {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 4;
    width: 77%;
    opacity: 1;
    transform: translateY(0); /* Start in normal position */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth GPU-accelerated transition */
    will-change: opacity, transform; /* Hint to browser for optimization */
}

}

a.header-logo-side-h-s {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.header-logo-side-h-s img {
    width: 130px;
}

.logo-header-s {
    display: none;
}

.header.fix .logo-header-s {
    display: block;
}

.header.fix a.header-logo-side-h {
    opacity: 0;
    transform: translateY(-10px); /* Subtle slide-up effect for smoothness */
    pointer-events: none; /* Prevent interaction when hidden */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.header-search img {
    width: 24px;
    height: 24px;
}

ul.nav-list.rs.nav-left-header-menu li.nav-item:nth-child(1) a.nav-link {
    margin-left: 0;
}

ul.nav-list.rs.nav-left-header-menu li:nth-child(5) .nav-link {
    margin-right: 16px;
}

a.header-info-item.tel.email-header-r span {
    color: #3e3e3e;
}

ul.nav-list.rs.nav-right-header-menu li:nth-child(1) .nav-link {
    margin-left: 17px;
}

.header-nav .nav-link {
    padding: 12px 0px;
    margin: 0 17px;
    color: #FFF;
    font-family: Montserrat-Medium;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    transition: all linear .2s;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 100;
}

.header.fix .header-wrap-right::before, .header.fix .header-wrap-right::after, .header.fix .header-top-full::after {
    opacity: 0;
    transform: translateX(-20px) scale(0.95); /* Hiệu ứng trượt và thu nhỏ nhẹ */
    pointer-events: none;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.header-nav .nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 8px;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    background: #fff;
    transform-origin: bottom right;
    transition: transform .4s ease 0s, left .4s ease 0s;
}

.header-nav-top {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

    .header-nav-top .icon {
        margin-right: 4px;
        display: flex;
        align-items: center;
    }

    .header-nav-top .item:nth-child(1) {
        margin-left: 0;
    }

    .header-nav-top .item {
        font-size: 14px;
        font-family: 'WixMadeforDisplay-SemiBold';
        position: relative;
        display: flex;
        align-items: center;
        color: var(--default-color-1);
        width: max-content;
        padding: 4px 8px;
    }

        .header-nav-top .item.active {
            color: #D49C03;
        }

        .header-nav-top .item:nth-child(1):after {
            content: "";
            position: absolute;
            width: 1px;
            height: 12px;
            background: #333;
            right: 0;
            top: 7px;
        }

.header-nav.ru .nav-link {
    font-size: 12px;
}

.header-nav .nav-link::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 22px;
    background: rgba(25, 67, 125, 0.30);
    right: 0;
    display: none;
}

.header-nav .nav-link:hover {
}

.header-nav.white .nav-link:hover {
    /* background-color: var(--default-color-1); */
    /* color: #fff; */
}

.header-nav .nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.header-nav .nav-drop {
    position: absolute;
    background-color: #fff;
    padding: 0px 0;
    opacity: 0;
    left: 0;
    top: calc(100% + 15px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    border-top: 2px solid #0b6597;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}

.header-nav .nav-item:hover .nav-drop {
    pointer-events: all;
    opacity: 1;
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.header-nav .nav-drop-link {
    color: #333;
    transition: all linear .2s;
    padding: 8px 16px;
    white-space: nowrap;
    font-size: 15px;
}

    .header-nav .nav-drop-link:hover {
        color: #fff;
        background-color: var(--default-color-3);
    }

.header-search {
    position: relative;
    color: #454243;
    font-size: 18px;
    cursor: pointer;
    height: 100%;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    =: none;
}

    .header-search:hover::before {
        display: block;
    }

    .header-search::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 40px;
        top: calc(100%);
        right: 0;
        display: none;
    }

    .header-search .search-drop {
        height: 35px;
        position: absolute;
        right: 0;
        top: calc(100% + 4px);
        display: flex;
        align-items: center;
        background-color: #fff;
        box-shadow: 0 0 6px 0 #00000042;
        border-radius: 3px;
        transform: translateY(15px);
        opacity: 0;
        pointer-events: none;
        z-index: 1;
        transition: 0.6s cubic-bezier(.3,2,.3,1);
    }

    .header-search:hover .search-drop {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .header-search .search-drop input {
        border: none;
        outline: none;
        background: transparent;
        height: 100%;
        padding: 0 10px;
    }

        .header-search .search-drop input::placeholder {
            font-size: 13px;
        }

    .header-search .search-drop a {
        height: 100%;
        width: 38px;
        background-color: var(--default-color-1);
        color: #fff;
        font-size: 12px;
    }

.header-top-btn {
    font-size: 18px;
    color: #22407e;
    background-color: #f6b64d;
    padding: 0 17px;
    transition: all linear .2s;
    font-family: 'Montserrat-SemiBold';
    border-radius: 5px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

    .header-top-btn:hover {
        background-color: #fff;
    }

    .header-top-btn .decor {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 18px;
        color: var(--default-color-1);
        text-transform: uppercase;
        font-family: 'Montserrat-SemiBold';
        width: 100%;
        background-color: #fff;
        height: 100%;
        border-radius: 0;
    }

.btn-menu-rs {
    font-size: 24px;
    margin: 0 25px;
    display: none !important;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.header-top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#google_translate_element .goog-te-gadget-simple {
    display: flex;
    align-items: center;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: flex;
    align-items: center;
}

.header-banner {
    position: relative;
}

/*RS*/
@media(max-width: 1023px) {
    .header-info-item:first-child {
        display: none;
    }

    .header-top-h {
        border-bottom: 1px solid #e9e8e8;
        display: flex;
        background: #fff;
        background-size: cover;
        height: 35px;
        align-items: center;
    }

    .home-about-tel img {
        width: 18%;
    }

    .home-about-tel {
        display: flex;
        align-items: center;
        z-index: 2;
        position: relative;
    }

        .home-about-tel img {
        }

        .home-about-tel .content {
            padding-left: 13px;
        }

        .home-about-tel h3 {
            margin: 0;
            color: #fff;
            font-size: 15px;
            font-weight: 100;
        }

        .home-about-tel span {
            background: linear-gradient(90deg, #f6b64d 0%, #f6b64d 29.5%, #f6b64d 79.5%, #f6b64d 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 0.25;
            -webkit-text-stroke-color: #000;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: capitalize;
        }

        .home-about-tel:hover span {
            background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .home-about-tel span {
            font-size: 14px;
        }

    .header-nav-top .item:nth-child(1):after {
        top: 8px;
        right: -1px;
    }

    .btn-menu-rs svg path {
        fill: #fff;
    }

    .header.fix .header-container .btn-menu-rs svg path {
        fill: #fff;
    }

    .item.btn-menu-rs.flex-center svg.menu-icon {
        width: 30px;
        height: 30px;
    }

    .header-nav-top .icon img {
        margin-right: 4px;
        width: 100%;
        height: 100%;
    }

    .header-top {
        padding: 0 10px;
        display: none;
    }

    .header-info-item.tel span {
        font-size: 14px;
    }

    .header-info-item.tel {
        margin-left: 0;
    }

    .header-top-btn {
    }

    .header-nav .nav-list {
        display: none;
    }

    .btn-menu-rs {
        display: flex !important;
        border: 1.5px solid #D49C03;
    }

    .header-nav {
        justify-content: end;
        display: flex;
        justify-content: flex-end;
    }

    span.hotline-f-bb {
        font-family: 'WixMadeforDisplay-SemiBold';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 30px */
        background: linear-gradient(90deg, #0A2D7C 0%, #1D79D0 20.5%, #071E8A 43%, #0E5BB9 65%, #072582 86.5%, #1591F0 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .header-b-full {
        background: no-repeat;
        height: auto;
    }

        .header-b-full:before {
            content: unset;
        }

    .header-top-full {
        width: 100%;
        height: 100%;
        display: block;
    }

    .header-b-full:after {
        content: unset;
    }

    .header.fix .header-container {
        box-shadow: 0 0 10px 0 #3333333d;
    }

    .header.fix .header-nav.grid.wide {
        justify-content: unset;
        /* gap: 20px; */
    }

    .header.fix .header-b-full {
        position: unset;
    }

    a.home-about-tel.none {
        display: flex !important;
        gap: 0px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .header-search {
        margin-right: 15px;
    }
}

@media(max-width:739px) {
    a.header-logo-side-h::before {
        display: none;
    }

    .header-wrap-right::before, .header-wrap-right::after {
        display: none;
    }

    .header-logo-side-h-s img {
        width: 70px;
    }

    .behind-logo::before {
        display: none;
    }

    .behind-logo .header-logo-side-h-s {
        display: block;
    }

        .behind-logo .header-logo-side-h-s image-rendering {
            width: 20px
        }

    .header-container {
        top: 0;
        left: 0;
        height: auto;
        padding: 8px 5px;
        padding-left: 4px;
        display: flex;
        align-items: center;
        background: linear-gradient(90deg,rgba(97, 220, 227, 1) 0%, rgba(24, 79, 175, 1) 89%);
        gap: 0;
    }

    .hotel-name-mobile.none {
        display: block !important;
    }

    .header-nav-top .item:nth-child(3) {
        margin-right: 0;
    }

    .header-wrap-right {
        padding: 0;
        align-items: end;
        align-items: flex-end;
        align-items: self-end;
        width: 80%;
    }

    .header {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0;
    }

    .header-container::before {
        display: none;
    }

    .header-logo img {
        width: 106px;
        height: auto;
    }

    .header-info-item {
    }

    .header.df {
        background-color: var(--header-color);
        position: relative;
    }

        .header.df .header-container {
            background-color: transparent;
        }

    .header-top-btn {
        white-space: nowrap;
        font-size: 10px;
        padding: 7px 14px;
        background-color: var(--default-color-1);
        color: #fff;
        height: auto;
    }

    .btn-menu-rs {
        margin: 0;
    }

    .header-top-btn .decor {
        white-space: nowrap;
        font-size: 10px;
        background-color: var(--default-color-2);
        color: #fff;
    }

    .header-top {
        background-image: unset;
        width: fit-content;
        height: 29px;
        padding: 0;
        background-color: transparent;
        =: none;
    }

    .header-search {
        margin-right: 0;
        margin: 0 20px;
        margin-right: 0;
    }

    .header-logo {
        transform: translateY(0);
        margin-top: 0;
        display: block !important;
    }

    .header-top-container {
        padding-left: 0;
    }

    .header-nav {
        height: auto;
        padding: 5px 0;
    }

    .header-nav-right {
        position: absolute;
        right: 0;
        display: none;
    }

    a.header-logo-side-h {
    }

    .header.fix a.header-logo-side-h {
        display: block !important;
        opacity: 1;
        transform: none;
    }

    .header-language-item span {
        font-size: 11px;
    }

    .hotel-name-mobile h2 {
        margin: 0;
        font-family: 'Montserrat-Bold';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 139%;
        background: linear-gradient(90deg, #2786cb 0%, #2786cb 29.5%, #4463DD 79.5%, #0050AB 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hotel-name-mobile {
    }

    .header-nav-top .item {
        margin: 0 2px !important;
        color: #000;
        padding: 5px 6px;
        font-size: 12px;
    }

    .header-container-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .header.fix .header-container a.header-logo {
        margin-top: 0;
    }

    .header-nav-top .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 17px;
        height: 17px;
    }

    .header-nav-top .item:nth-child(1) {
        padding-left: 0;
    }

    .header-info-item {
        display: flex;
        margin: 0 !important;
        border-radius: 10px;
        background: #166d9c;
        padding: 5px 8px;
    }

    .header .grid.wide {
        padding: 0 0 !important;
        gap: 8px;
    }

    .header-nav {
        padding: 0;
        margin-top: 8px;
    }

    .header.fix .header-container {
        position: fixed;
        padding: 5px 9px;
        transition: all .5s ease;
        background: linear-gradient(90deg,rgba(97, 220, 227, 1) 0%, rgba(24, 79, 175, 1) 89%);
    }

        .header.fix .header-container .home-about-tel h3 {
            color: #fff;
        }

        .header.fix .header-container .home-about-tel span {
            background: linear-gradient(90deg, #f6b64d 0%, #f6b64d 29.5%, #f6b64d 79.5%, #f6b64d 100%);
            background-clip: text;
            -webkit-background-clip: text;
        }
}
