h5.anus_heading {
    margin-left: 4px;
    font-weight: 700;
    text-decoration: underline;
}

#sidebar {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: -9px 4px 5px -5px #eee;
    background-color: white;
    height: 77vh;
}

    #sidebar .h6 {
        color: #fff;
    }

    #sidebar.active {
        margin-left: -270px;
    }

    #sidebar ul.components {
        padding: 0;
    }

    #sidebar ul li {
        font-size: 14px;
        padding: 5px;
    }

        #sidebar ul li > ul {
            margin-left: 10px;
        }

            #sidebar ul li > ul li {
                font-size: 13px;
            }

                #sidebar ul li > ul li a {
                    border-bottom: 1px solid transparent;
                }

                    #sidebar ul li > ul li a span {
                        color: #000;
                    }

        #sidebar ul li a {
            padding: 10px 0;
            display: block;
            color: black;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            background: whitesmoke;
        }

            #sidebar ul li a span {
                color: #fff;
            }

        #sidebar ul li.active > a {
            background: transparent;
            color: #fc7fb2;
        }

@media (max-width: 767.98px) {
    #sidebar {
        min-width: 100%;
        max-width: 180px;
        border-left: none;
    }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}

    #sidebar .custom-menu .btn i {
        margin-right: -40px;
        font-size: 14px;
    }

    #sidebar .custom-menu .btn.btn-primary {
        background: transparent;
        border-color: transparent;
    }

        #sidebar .custom-menu .btn.btn-primary:after {
            z-index: -1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #fc7fb2;
            border-radius: 10px;
        }

        #sidebar .custom-menu .btn.btn-primary:hover,
        #sidebar .custom-menu .btn.btn-primary:focus {
            background: transparent !important;
            border-color: transparent !important;
        }

.listItemA {
    height: 52px;
    /* width: 240px; */
    transition: 0.3s;
    position: relative;
    margin: 0px 0px 1px 0px;
    padding: 5px;
}

    .listItemA:hover {
        background: #5f4f1a;
        box-shadow: 0px 6px 1px 9px;
        box-shadow: 0 8px 6px -6px black;
        /* margin: 15px 0; */
        /* background: #ccc; */
    }

.listItemT {
    text-align: center;
}

.no-padding {
    padding: 0;
}

header {
    background: #FFFFFF;
}

.button_container {
    position: absolute;
    left: 30%;
    right: 14%;
    top: 100%;
}

.description,
.link {
    font-family: "Amatic SC", cursive;
    text-align: center;
}

.description {
    font-size: 35px;
}

.btn3 {
    left: 0px;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #222;
    padding: 14px 50px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

    .btn3 span {
        position: relative;
        z-index: 1;
    }

    .btn3:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 490%;
        width: 140%;
        color: #fff;
        background: #49adad;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
        transform: translateX(-98%) translateY(-25%) rotate(45deg);
    }

    .btn3:hover:after {
        -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
        transform: translateX(-9%) translateY(-25%) rotate(45deg);
    }

.btn1 {
    left: 50px;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #222222;
    padding: 14px 50px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

    .btn1 span {
        position: relative;
        z-index: 1;
    }

    .btn1:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 490%;
        width: 140%;
        background: #fecd28;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
        transform: translateX(-98%) translateY(-33%) rotate(45deg);
    }

    .btn1:hover:after {
        -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
        transform: translateX(-9%) translateY(-25%) rotate(45deg);
    }

.btn2 {
    left: 100px;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #222222;
    padding: 14px 50px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

    .btn2 span {
        position: relative;
        z-index: 1;
    }

    .btn2:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 490%;
        width: 140%;
        background: #fe9748;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
        transform: translateX(-98%) translateY(-33%) rotate(45deg);
    }

    .btn2:hover:after {
        -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
        transform: translateX(-9%) translateY(-25%) rotate(45deg);
    }


a.btn_link {
    color: #fff;
}

.link {
    font-size: 20px;
    margin-top: 30px;
}

    .link a {
        color: #000;
        font-size: 25px;
    }

.ancbx {
    /* width: 300px;
    margin: 20px auto; */
}

.antcn {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
}

    .antcn .ttl,
    .antcn .ttl2 {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        line-height: 70px;
        text-align: center;
        text-transform: uppercase;
    }

    .antcn .ttl {
        background: #2d0897;
        font-size: 22px;
    }

    .antcn .ttl2 {
        background: #5f4f1a;
        font-size: 15px;
        position: absolute;
        width: 100%;
    }

.ancbx:hover > .antcn .ttl2 {
    margin-top: -70px;
}

.txtcn {
    padding: 10px;
    font-size: 14px;
    font-family: "calibri";
    text-align: justify;
    background: #fff;
}

.trs {
    transition: 0.322s;
    -webkit-transition: 0.322s;
    -moz-transition: 0.322s;
    -moz-transition: 0.322s;
    -o-transition: 0.322s;
    transition-timing-function: cubic-bezier(0.31, 0.79, 0.57, 0.7);
    -webkit-transition-timing-function: cubic-bezier(0.31, 0.79, 0.57, 0.7);
}

.apply_now {
}

h3.cente_title {
    /* background: #92d701;
    padding: 5px;
    color: blue;
    box-shadow: 2px 2px 2px;
    border-radius: 26px; */
    color: blue;
}

.announc_bg {
    background: #577597;
}

.announc_bg1 {
    background: #fff;
}

li.ann_msg a {
    color: aliceblue;
    font-weight: 200;
}

.bg {
    background: aliceblue;
    min-height: 76vh;
}


/******************************************** LEFT CONTAINER *****************************************/

.left-container {
}


/* .menu-box {
    height: 360px;
} */

.menu-box .titular {
    background: #11a8ab;
}

.menu-box-menu .icon {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    margin-left: 20px;
    margin-right: 15px;
}

.menu-box-number {
    width: 36px;
    line-height: 22px;
    background: #50597b;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-box-menu li {
    height: 60px;
    position: relative;
    list-style: none;
}

ul.menu-box-menu {
    margin-left: -2.5rem;
}

.menu-box-tab {
    line-height: 56px;
    display: block;
    border-top: 1px solid #243165;
    border-bottom: 1px solid #243165;
    background-color: #111;
}

a.menu-box-tab {
    color: aliceblue;
}

.menu-box-tab:hover {
    background: #5f4f1a;
    border-top: 1px solid #1f253d;
    text-decoration: none;
}

    .menu-box-tab:hover .icon {
        color: #fff;
    }

    .menu-box-tab:hover .menu-box-number {
        background: #e64c65;
    }

.donut-chart-block {
    height: 434px;
}

    .donut-chart-block .titular {
        padding: 10px 0;
    }

.donut-chart {
    height: 270px;
}


/*--------------*/

body {
    font-family: "Lora";
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: "PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    /* background-color: #eee; */
}

.logo_algn img {
    position: absolute;
    margin: 0 auto;
    top: 8px;
    bottom: 0;
    right: 0;
    left: 0;
}

.logo_algn1 img {
    position: absolute;
    margin: 0 auto;
    top: -46px;
    bottom: 0;
    right: 0;
    left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway";
}

p {
    line-height: 1.75;
    text-align: justify;
}

.text-faded {
    color: #32009d;
}

.site-heading {
    margin-top: 2rem;
    margin-bottom: 2rem;
    /*text-transform: uppercase;*/
    line-height: 1;
    font-family: "Raleway";
}

    .site-heading .site-heading-upper {
        display: block;
        font-size: 1.5rem;
        font-weight: 800;
    }

    .site-heading .site-heading-lower {
        font-size: 1rem;
        letter-spacing: 3px;
        color: #2d0897;
    }

.page-section {
    /* margin-top: 1rem;
    margin-bottom: 0rem; */
}

.section-heading {
    text-transform: uppercase;
}

    .section-heading .section-heading-upper {
        display: block;
        font-size: 1rem;
        font-weight: 800;
    }

    .section-heading .section-heading-lower {
        display: block;
        font-size: 1rem;
        font-weight: 600;
    }

.bg-faded {
    background-color: transparent;
    /* background-color: blue;
    background-image: linear-gradient(10deg, lightblue 50%, transparent 50%), linear-gradient(-60deg, brown 30%, transparent 30%); */
}

#mainNav {
    background-color: #111;
    font-family: "Raleway";
}

li.nav-item:hover {
    background: #3c6ede;
}

@import url("https://fonts.googleapis.com/css?family=Anton&display=swap");

/* vietnamese */

@font-face {
    font-family: "Anton";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Anton Regular"), local("Anton-Regular"), url(https://fonts.gstatic.com/s/anton/v11/1Ptgg87LROyAm3K8-C8QSw.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: "Anton";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Anton Regular"), local("Anton-Regular"), url(https://fonts.gstatic.com/s/anton/v11/1Ptgg87LROyAm3K9-C8QSw.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: "Anton";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Anton Regular"), local("Anton-Regular"), url(https://fonts.gstatic.com/s/anton/v11/1Ptgg87LROyAm3Kz-C8.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.navbar-slogan {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #2d0897;
    font-family: "Anton", sans-serif;
    padding-top: 10px;
}

.navbar {
    padding: 0 !important;
}

#mainNav .navbar-brand {
    color: #e8e5f1;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
    padding-left: 3px;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
    color: #f3f0e9;
    background: #3c6ede;
    padding-left: 5px;
}

.navbar-collapse {
    padding: 0px 5px 0px 5px;
}

}

@media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }

        #mainNav .navbar-nav .nav-item .nav-link:hover {
            color: #f8f9fa;
        }

    #mainNav .navbar-nav .nav-item.active .nav-link:hover {
        color: #f3f0e9;
    }
}

.btn-xl {
    font-weight: 700;
    font-size: 0.8rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.intro {
    position: relative;
    padding-bottom: 4rem;
}

@media (min-width: 992px) {
    .intro .intro-img {
        width: 75%;
        float: right;
    }

    .intro .intro-text {
        left: 0;
        width: 60%;
        margin-top: 0.5rem;
        position: absolute;
    }

        .intro .intro-text .intro-button {
            width: 100%;
            left: 0;
            position: absolute;
            bottom: -2rem;
        }
}

@media (min-width: 1200px) {
    .intro .intro-text {
        width: 100%;
    }
}

.cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgba(230, 167, 86, 0.9);
}

    .cta .cta-inner {
        position: relative;
        padding: 3rem;
        margin: 0.5rem;
        background-color: rgba(255, 255, 255, 0.85);
    }

        .cta .cta-inner:before {
            border-radius: 0.5rem;
            content: "";
            position: absolute;
            top: -0.5rem;
            bottom: -0.5rem;
            left: -0.5rem;
            right: -0.5rem;
            border: 0.25rem solid rgba(255, 255, 255, 0.85);
        }

@media (min-width: 992px) {
    .about-heading .about-heading-img {
        position: relative;
        z-index: 0;
    }

    .about-heading .about-heading-content {
        margin-top: -5rem;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .product-item .product-item-title {
        position: relative;
        z-index: 1;
        margin-bottom: -3rem;
    }

    .product-item .product-item-img {
        position: relative;
        z-index: 0;
        max-width: 60vw;
    }

    .product-item .product-item-description {
        position: relative;
        z-index: 1;
        margin-top: -3rem;
        max-width: 50vw;
    }
}

.list-hours {
    font-size: 0.9rem;
}

    .list-hours .list-hours-item {
        border-bottom: 1px solid rgba(230, 167, 86, 0.5);
        padding-bottom: 0.25rem;
        margin-bottom: 1rem;
        font-style: italic;
    }

        .list-hours .list-hours-item.today {
            font-weight: bold;
            color: #2d0897;
        }

@media (min-width: 992px) {
    .list-hours {
        width: 50%;
        font-size: 1.1rem;
    }
}

.address strong {
    font-size: 1.2rem;
}

.footer {
    /*background-color: #111;*/
    position: fixed;
    bottom: 0;
    width: 100%;
}

.text-primary {
    color: #2d0897 !important;
}

.bg-primary {
    background-color: #2d0897 !important;
}

.btn {
    box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
    background-color: #2d0897;
    border-color: #2d0897;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #df902a;
        border-color: #df902a;
    }

.font-weight-light {
    font-weight: 100 !important;
}

@media (max-width: 360px) {
    .button_container {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
}

@media (max-width: 360px) {
}
/* Extra small devices (phones, 600px and down) */
@media (max-width: 320px) {
    btn1 {
        padding: 14px 29px;
    }
}
