* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-family: "SVN-Gilroy", sans-serif !important;
    scroll-behavior: smooth;
    font-weight: 400;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: "SVN-Gilroy", sans-serif !important;
}

a {
    color: #000;
    text-decoration: none;
}

    a:active {
        color: black;
    }

:root {
    --default-padding: 0 210px;
}

ul {
    padding-inline-start: 40px;
}

li {
    cursor: pointer;
}

.btn {
    display: inline-flex;
    align-items: center;
    text-align: center;
    font-weight: 600;
    padding: 12px 24px;
    color: #fff;
    background-color: #2b5aa9;
    cursor: pointer;
    font-family: "SVN-Gilroy";
    border: 0;
}

.btn-video {
    padding: 0;
}

.btn:hover {
    background-color: #ffd500;
    color: #2b65ca;
    fill: #ffd500;
}

.btn > svg {
    margin-left: 12px;
}

.btn:hover .btn-fill {
    fill: #2b65ca;
}

.btn:hover .round-btn {
    stroke: #2b65ca;
}

.btn:hover .rect-btn {
    fill: #ffd500;
}

.content-container {
    max-width: 1024px;
    margin: auto;
    background-color: transparent;
}

.container {
    position: relative;
}

.alert-header {
    display: none !important;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

/*blockquote p {
    display: inline;
}*/
@media (max-width: 740px) {
    html {
        font-size: 13px;
    }
}

.giuseart-mobile-contact-bar {
    display: none
}

.giuseart-pc-contact-bar {
    right: 20px;
    bottom: 90px;
    position: fixed;
    z-index: 998;
    margin-bottom: 0
}

    .giuseart-pc-contact-bar li {
        width: 44px;
        height: 46px;
        overflow: hidden;
        margin-bottom: 0;
        list-style: none
    }

        .giuseart-pc-contact-bar li.facebook {
            margin-bottom: 8px;
            /*background: url(https://giuseart.com/wp-content/uploads/2020/03/fb.png);*/
            /*background-repeat: no-repeat;*/
        }

        .giuseart-pc-contact-bar li.zalo {
            /*background: url(https://giuseart.com/wp-content/uploads/2020/03/zl.png);*/
            /*background-repeat: no-repeat;*/
            margin-bottom: 8px;
        }

        .giuseart-pc-contact-bar li.hotline {
            /* background: url(https://giuseart.com/wp-content/uploads/2020/03/p2.gif);
            background-repeat: no-repeat;*/
            margin-bottom: 8px;
        }

        .giuseart-pc-contact-bar li a {
            display: block;
            width: 54px;
            height: 54px;
        }

@media only screen and (max-width: 499px) {
    .giuseart-pc-contact-bar {
        display: none
    }

    .giuseart-mobile-contact-bar {
        left: 10px;
        bottom: 10px;
        position: fixed;
        z-index: 998;
        margin-bottom: 0;
        display: block !important
    }

        .giuseart-mobile-contact-bar li {
            display: inline-block;
            float: left;
            margin-right: 7px;
            list-style: none
        }

            .giuseart-mobile-contact-bar li img {
                display: block;
                width: 44px;
                height: 44px;
            }
}