/*! CSS Used from: https://uuviettravel.com.vn/wp-content/cache/breeze-minification/css/breeze_05b11f1c9a398b5e2ab773921636c73a.css ; media=all */
/*! CSS Used from: https://uuviettravel.com.vn/wp-content/cache/breeze-minification/css/breeze_05b11f1c9a398b5e2ab773921636c73a.css ; media=all */
@media all {
    .flex-row {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .flex-col {
        max-height: 100%;
    }

    .flex-grow {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-negative: 1;
        -ms-flex-preferred-size: auto !important;
    }

    .flex-col input {
        margin-bottom: 0;
    }

    form {
        margin-bottom: 0;
    }

    select {
        box-sizing: border-box;
        border: 1px solid #ddd;
        padding: 0 0.75em;
        height: 2.507em;
        font-size: 0.97em;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
        background-color: #fff;
        color: #333;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
    }

        select:focus {
            box-shadow: 0 0 5px #ccc;
            opacity: 1 !important;
            outline: 0;
            color: #333;
            background-color: #fff;
        }

    select {
        box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-position: right 0.45em top 50%;
        background-repeat: no-repeat;
        padding-right: 1.4em;
        background-size: auto 16px;
        border-radius: 0;
        display: block;
    }

        input:hover,
        select:hover {
            box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
        }


    .breadcrumbs {
        text-transform: uppercase;
        color: #222;
        font-weight: bold;
        letter-spacing: 0;
        padding: 0;
    }

        .breadcrumbs .divider {
            position: relative;
            top: 0;
            opacity: 0.35;
            margin: 0 0.3em;
            font-weight: 300;
        }

        .breadcrumbs a {
            color: rgba(102, 102, 102, 0.7);
            font-weight: normal;
        }

            .breadcrumbs a:first-of-type {
                margin-left: 0;
            }

            .breadcrumbs a:hover {
                color: #111;
            }

    .page-title {
        position: relative;
    }

    .page-title-inner {
        position: relative;
        padding-top: 20px;
        min-height: 60px;
    }

        .page-title-inner select,
        .page-title-inner form,
        .page-title-inner p {
            margin-top: 0;
            margin-bottom: 0;
        }

    .woocommerce-result-count {
        display: inline-block;
        margin: 0 1em 0 auto;
    }

    .woocommerce-ordering,
    .woocommerce-ordering select {
        margin: 5px 0;
        display: inline-block;
    }

    #container {
        max-width: 1070px;
    }

    .breadcrumbs {
        text-transform: none;
    }

    .woocommerce-result-count {
        display: none !important;
    }

    @media all{
        .box {
            width: 100%;
            position: relative;
            margin: 0 auto;
            margin-bottom: 30px;
        }

            .box a {
                display: inline-block;
            }

        .box,
        .box-image,
        .box-text {
            transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
        }

            .box-image > div > a {
                display: block;
            }

        .box-text {
            padding-top: 0.7em;
            padding-bottom: 1.4em;
            position: relative;
            width: 100%;
            font-size: 0.9em;
        }

        .has-shadow .box-text {
            padding-left: 1.2em;
            padding-right: 1.2em;
        }

        .box-image {
            position: relative;
            height: auto;
            margin: 0 auto;
            overflow: hidden;
        }

            .box-image img {
                max-width: 100%;
                width: 100%;
                transform: translateZ(0);
                margin: 0 auto;
            }

        img {
            transition: opacity 1s;
            opacity: 1;
        }

        .image-tools {
            padding: 10px;
            position: absolute;
        }

            .image-tools.bottom.left {
                padding-top: 0;
                padding-right: 0;
            }

            .image-tools.top.right {
                padding-bottom: 0;
                padding-left: 0;
            }
    }
 
    .is-small {
        font-size: 0.8em;
    }

    .box-text a:not(.button) {
        line-height: 1.3;
        margin-top: 0.1em;
        margin-bottom: 0.1em;
    }

    .box-text p {
        margin-top: 0.1em;
        margin-bottom: 0.1em;
    }

    @media (max-width: 549px) {
        .hide-for-small {
            display: none !important;
        }
    }

    .text-center {
        text-align: center;
    }

    .top {
        top: 0;
    }

    .right {
        right: 0;
    }

    .left {
        left: 0;
    }

    .bottom {
        bottom: 0;
    }

    .has-shadow .box:not(.box-overlay):not(.box-shade) {
        background-color: #fff;
    }

    .has-hover [class*="image-"] img {
        transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    }

    .show-on-hover,
    .hover-slide-in {
        opacity: 0;
        transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s;
        filter: blur(0);
        pointer-events: none;
    }

    .hover-slide-in {
        transform: translateY(100%) translateZ(0);
    }

    .has-hover:hover .hover-slide-in,
    .has-hover:hover .show-on-hover {
        opacity: 1;
        transform: scale(1) translateZ(0) translateY(0) !important;
        pointer-events: inherit;
    }

    .grid-tools {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 0 !important;
        margin-bottom: -1px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        white-space: nowrap;
    }

    .price {
        line-height: 1;
    }

    .price-wrapper .price {
        display: block;
    }

    span.amount {
        white-space: nowrap;
        color: #111;
        font-weight: bold;
    }

    del span.amount {
        opacity: 0.6;
        font-weight: normal;
        margin-right: 0.3em;
    }

    .product-title a {
        color: #015196;
        font-size: 16px;
        font-weight: 700;
        min-height: 42px;
        -webkit-line-clamp: 2;
    }

    @media only screen and (max-width: 48em) {
        .product-title a {
            font-size: 14px !important;
        }
    }

    a:hover {
        color: #000;
    }

    .product-small.box .price-wrapper ins > .amount {
        color: #00c1de;
        font-size: 22px;
        font-weight: bold;
    }

    .product-small.box .price-wrapper del > .amount {
        font-size: 18px !important;
    }

    .list-hinh {
        list-style: none;
        margin-left: -1em;
    }
}
 @media all {
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-home:before {
        content: "\f015";
    }

    .fa-clock-o:before {
        content: "\f017";
    }

    .fa-calendar:before {
        content: "\f073";
    }

    .fa-map:before {
        content: "\f279";
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-family: "utm-avo";
    font-style: normal;
    src: url("https://uuviettravel.com.vn/wp-content/uploads/useanyfont/190110075447UTM-Avo.eot");
    src: local("utm-avo"), url("https://uuviettravel.com.vn/wp-content/uploads/useanyfont/190110075447UTM-Avo.eot") format("embedded-opentype"), url("https://uuviettravel.com.vn/wp-content/uploads/useanyfont/190110075447UTM-Avo.woff") format("woff");
}

@font-face {
    font-family: "FontAwesome";
    src: url("https://cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("https://cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"), url("https://cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

ins {
    text-decoration: none;
}
/*! CSS Used from: https://uuviettravel.com.vn/wp-content/cache/breeze-minification/css/breeze_05b11f1c9a398b5e2ab773921636c73a.css ; media=all */
@media all {
  
    .badge {
        display: table;
        z-index: 20;
        pointer-events: none;
        height: 2.8em;
        width: 2.8em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: none !important;
    }

    .badge-inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #446084 !important;
        line-height: 0.85;
        color: #fff;
        font-weight: bolder;
        padding: 2px;
        white-space: nowrap;
        transition: background-color 0.3s, color 0.3s, border 0.3s;
    }

    .secondary {
        background-color: #d26e4b;
    }

    .absolute {
        position: absolute !important;
    }

    .top {
        top: 0;
    }

    .left {
        left: 16px;
    }

    .z-1 {
        z-index: 21;
    }

    .product-small .on-sale {
        background-color: red !important;
    }

    .badge-inner {
        background-color: #015196;
    }

    .badge {
        height: 1.8em !important;
        width: 4.8em !important;
    }

    .badge-inner {
        padding: 5px;
        background-color: red !important;
    }
}
