﻿/*.breadcrumb*/
.breadcrumb {
    display: block;
    font-size: 12px;
    color: #fff;
}

    .breadcrumb ol {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }

    .breadcrumb li {
        display: inline-block;
    }

    .breadcrumb ol li:first-child a {
        padding-left: 0px !important;
    }

    .breadcrumb a, .breadcrumb h1, .breadcrumb h2 {
        font-size: 1.1rem;
        font-weight: normal;
        color: #fff;
        /*background: linear-gradient(90deg, #2b2108, #715011);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -ms-background-clip: text;
        -o-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-fill-color: transparent;
        -ms-fill-color: transparent;
        -o-fill-color: transparent;
        color: transparent;*/
    }

    .breadcrumb a {
        position: relative;
        display: block;
        padding: 3px;
    }

        .breadcrumb a:hover {
            color: #b5b5b5;
        }

    .breadcrumb li.sub-item {
        position: relative;
        margin-left: 0.75rem;
        line-height: 1.6;
    }

        .breadcrumb li.sub-item:after {
            top: 50%;
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: -10px;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            position: absolute;
            content: "\f105";
           /* background: linear-gradient(90deg, #2b2108, #715011);
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -ms-background-clip: text;
            -o-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            -moz-fill-color: transparent;
            -ms-fill-color: transparent;
            -o-fill-color: transparent;
            color: transparent;*/
        }

/*baner đầu trang start */
.banner-page {
    min-height: 200px;
    position: relative;
    padding: 9rem 0 5rem;
    color: #fff;
    width: 100%;
}

    .banner-page .container {
        text-align: center
    }

    .banner-page.banner-page-title {
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        font-size: 2.2rem;
        font-weight: normal;
        display: block;
        margin: 10px 0;
        font-family: 'Roboto', sans-serif;
    }

        .banner-page.banner-page-title h1 {
            font-weight: normal;
            font-size: 2.2rem;
        }

    .banner-page.style-display-2 {
        min-height: auto;
        padding: 0rem 1rem;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 0.375rem;
        margin: 1rem 0 1.5rem;
    }

    .banner-page[class*=style-display-] > ol > li {
        display: inline-block;
        position: relative;
    }

    .banner-page.style-display-2 > ol > li {
        padding: 0.5rem 1rem;
    }

    .banner-page[class*=style-display-] > ol > li:first-child {
        padding-left: 0;
    }

    .banner-page[class*=style-display-] > ol > li:not(:first-child):after {
        position: absolute;
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        left: 0.05rem;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.7rem;
        color: #999;
    }

    .banner-page[class*=style-display-] > ol > li > a:hover > * {
        color: #000;
    }

    .banner-page[class*=style-display-] > ol > li > a > * {
        font-size: 1rem !important;
        font-weight: normal;
        color: #333;
    }

    .banner-page.style-display-4 {
        margin-top: -0.5rem;
        min-height: 22rem;
        position: relative;
        margin-bottom: 2.75rem;
        padding: 9rem 0 1.5rem;
    }

        .banner-page.style-display-4 > ol > li {
            padding: 0.25rem 1rem;
        }

    .banner-page.banner-page-4,
    .banner-page.banner-page-4 .breadcrumb {
        margin-bottom: 3.5rem;
    }

        .banner-page.banner-page-4 .banner-page-title {
            position: relative;
            z-index: 1;
            text-transform: uppercase;
            font-size: 2.2rem;
            font-weight: normal;
            display: block;
            margin: 0.75rem 0;
            /*font-family: Oswald, sans-serif;*/
            /*background: linear-gradient(90deg, #2b2108, #715011);
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -ms-background-clip: text;
            -o-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            -moz-fill-color: transparent;
            -ms-fill-color: transparent;
            -o-fill-color: transparent;
            color: transparent;*/
            text-align: left;
            padding-left: 1rem;
            border-left: 5px solid #1a5aa9;
        }

/*baner đầu trang end */
