﻿.link-no-style {
    text-decoration: none;
    color: unset;
}


.home-wrapper .top-bar .top-bar-wrapper .left-content .list-item-wrapper .item:hover > img {
    content: url(../../assets/images/icon/arrow-aqua.svg) !important;
}

.home-wrapper .top-bar .top-bar-wrapper .left-content .list-item-wrapper .dropdown:has(input[type=checkbox]:checked) img {
    content: url(../../assets/images/icon/arrow-blue.svg) !important;
}

.home-wrapper .contact-box-wrapper .phone-call {
    width: 50px;
    height: 50px;
}

.home-wrapper .contact-box-wrapper .scroll-to-top {
    width: 50px;
    height: 50px;
}

.home-wrapper .contact-box-wrapper {
    bottom: 90px;
}
/*===============Star CSS region===============================*/
:root {
    --star-size: 100px;
    --star-color: #ccc;
    --star-background: #fc0;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 48px;
    font-family: Times;
    line-height: 1;
}

    .Stars::before {
        content: '★★★★★';
        letter-spacing: -3px;
        background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.star-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
}

    .star-wrapper label {
        display: block;
        --size: 12px;
        width: var(--size);
        height: var(--size);
    }

        .star-wrapper label .star {
            background-image: url(../../assets/images/icon/star.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: inherit;
            height: inherit;
            position: relative;
        }

.home-wrapper .content-type-section-multi-picture-banner-07 .content-type-section-multi-picture-banner-07-wrapper .title-1 {
    color: #34499d;
    margin-inline: auto;
    font-size: 42px;
    font-weight: 600;
    line-height: 58px;
    /* letter-spacing: -0.48px; */
    max-width: 737px;
    line-height: 58px;
    text-align: center;
}
.home-wrapper .content-type-grid-image-icon-flow .content-type-grid-image-icon-flow-wrapper .title,
.home-wrapper .video-how-to .title, .home-wrapper .faq .title {
    font-weight: 500;
}
/*.zalo-chat-widget {*/
/* width: 44px !important;
        height: 44px !important;*/
/*position: sticky;*/
/*position: fixed !important;*/
/*bottom: 12px !important;
    right: 20px !important;
}

    .zalo-chat-widget iframe {*/
/*       width: 44px !important;
            height: 44px !important;*/
/*position: fixed !important;
        bottom: 30px !important;
        right: 20px !important;
    }

        .zalo-chat-widget iframe .za-chat__head-box {
            width: 100% !important;
            height: 100% !important;
        }

            .zalo-chat-widget iframe .za-chat__head-box .logo {
                width: 100% !important;
                height: 100% !important;
            }

                .zalo-chat-widget iframe .za-chat__head-box .logo img {
                    width: 100% !important;
                    height: 100% !important;
                }*/
