@import '../font.css';

:root {
    --default-color-1: #ec932e;
    --default-color-2: #02adf3;
    --default-color-3: #EC1F25;
    --default-color-4: #00a1dc;
    --default-gra-1: linear-gradient(270deg, #00AA6C 0%, #195452 100%);
    --default-gra-2: linear-gradient(0deg, #EE4F2C 0%, #FFCE85 100%);
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    box-sizing: inherit;
}

.giuseart-nav {
    display: none;
}

section h3 {
    color: var(--default-color-1);
    font-weight: 100;
    font-family: 'Montserrat-SemiBold';
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

thead {
    background: linear-gradient(to right, #FF9800, #FFC107);
    color: #fff;
}

th, td {
    padding: 14px 20px;
    text-align: center;
    border: 1px solid #ddd;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

th {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

td {
    color: #333;
}

section {
    line-height: 164%;
}

    section img {
        max-width: 100%;
        height: auto !important;
        !i;
        !;
    }

    section h3::before {
    }

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

html {
    line-height: normal;
    font-family: 'Montserrat-Regular';
    box-sizing: border-box;
    overflow-x: hidden !important;
    overflow-y: auto;
    scroll-behavior: smooth;
}

    html.rs {
        overflow-y: hidden !important;
    }

    html.active header .banner {
        display: none;
    }

    html.active .zalo.bookings {
        display: none;
    }

    html.active header {
        position: absolute;
        z-index: 99;
    }

    html.no-icon .hotline-phone-ring-wrap {
        display: none;
    }

    html.no-icon .zalo.bookings {
        display: none !important;
    }

    html.no-icon .gm {
        display: none !important;
    }

    html.no-icon .message {
        display: none !important;
    }

    html.no-icon .zalo {
        display: none !important;
    }

    html.no-icon .btn-langs {
        display: none;
    }

    html.no-icon .back-to-top {
        display: none;
    }

body {
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: 0;
    background-color: #fff;
}

.seo {
    display: none;
}

.rs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fill {
    width: 100%;
    height: 100%;
}

.up-case {
    text-transform: uppercase;
}

ul {
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.none {
    display: none !important;
}

img {
    object-fit: cover;
}

.help-space-1 {
    height: 60px;
    background-color: #fff;
}
