body,
html {
    width: 100%;
    background-color: #333333;
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1140px) {
    .container {
        max-width: 1140px;
    }
}


/* Rotate */
.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}


/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}


.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}


hr.divider {
    max-width: 3.25rem;
    border-width: 0.2rem;
    border-color: #feaf0b;
}

@font-face {
    font-family: 'Quicksand_Bold';
    src: url(fonts/Quicksand_Bold.otf);
}

@font-face {
    font-family: 'GrutchShaded';
    src: url(fonts/GrutchShaded.ttf);
}


.now-img {
    top: -25px;
    left: 25px;
    width: 45px;
}

hr.light {
    border-color: #fff;
}

.btn {
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.btn-xl {
    padding: 1.25rem 2.25rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 10rem;
}

.page-section {}

#mainNav {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-image: url(img/blackboard.jpg);
    background-size: cover;
    /* border-bottom: solid 8px  #0E1047; */
}

.logo-img {
    width: 60px;
}

#mainNav .navbar-brand {
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    color: #ffffff;
    font-family: "Quicksand_Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;

    padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #feaf0b;
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {}

#mainNav .navbar-nav .nav-item .nav-link.active {}

.navbar {
    padding: 0;
}

@media (min-width: 992px) {


    .about {
        padding: 50px 0;
        padding-bottom: 100px;
    }

    .about-title-img {
        width: 150px;
        margin-bottom: 40px;
    }

    #mainNav {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav {
        padding-bottom: 20px;

        padding-top: 60px;
    }

    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 1);
    }

    #mainNav .navbar-brand:hover {
        color: #fff;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        color: white;
        padding: 0 1rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: #feaf0b;
    }

    #mainNav .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }

    #mainNav.navbar-scrolled {
        /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
        /*background-color: #fff;*/
    }

    #mainNav.navbar-scrolled .navbar-brand {
        color: #fff;
    }

    #mainNav.navbar-scrolled .navbar-brand:hover {}

    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
        color: white;
    }

    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {}
}


.social-icons {
    right: 10px;
    top: 30px;
}

.social-icons a {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #f08c1c;
    border-radius: 50%;
    color: black;
    padding: 0;
    font-size: 24px;
    margin-left: 10px;
    border-color: #f08c1c;
}


header.banner {
    background-image: url("img/home/banner.jpg?ver=2.0");
    height: 588px;
    background-size: cover !important;
    background-position: center center !important;
    margin-top: 118px;
}

.btn-order {
    width: 220px;
    height: 55px;
    font-weight: bold;
    font-size: 25px;
    border-color: #f08c1d;
    padding: 0;
    background-color: #f08c1d;
    border-radius: 55px;
    line-height: 55px;
    font-family: "Quicksand_Bold", Arial, sans-serif
}

.welcome-img {
    width: 200px;
    margin-top: 50px;
}

.about {
    background-image: url("img/home/about-bg.jpg");
    background-size: 100%;
}

@media (min-width: 890px) {
    .container-about {
        max-width: 890px;
    }
}

.container-about {
    padding-bottom: 160px;
}


.about-logo {
    left: 0;
    top: 50px;
    width: 724px;
}

.location-link {
    margin-top: 50px;
}

.container-about a img {
    max-width: 290px;
}


.order-box {
    height: 900px;
}


.order-box-bg {
    top: -50px;
    background-image: url(img/home/blackboard.png);
    background-size: cover;
    height: 700px;
}

.order-bar {
    left: 0;
    top: 0;
    z-index: 3
}

.order-box-img {
    width: 586px;
}

.bottom-img {
    width: 463px;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.fixed-nav-cn {
    right: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 50%;
    text-transform: uppercase;
    position: fixed;
    border-color: #f08c1d;
    color: white;
    background-color: #f08c1d;
    width: auto;
    display: none;
    text-align: center;
    padding: 10px;
    height: auto;
    line-height: 25px;
    font-size: 16px;
    box-shadow: 0px 0px 10px #797979;
    z-index: 1999999;
    border-radius: 0;
}

.fixed-nav-cn:hover {
    color: #F9C292;
}

.fh5co-text button {
    font-size: 20px;
}

.fixed-nav-en {
    width: auto;
}

@media (max-width: 992px) {
    .fixed-nav-cn {
        display: none;
    }

    .fixed-nav-en {
        font-size: 14px !important;
        padding: 10px !important;
    }
}



.left-img {
    left: 0;
    top: 150px;
    width: 295px;
    z-index: 2;
}

.right-img {
    width: 249px;
    right: 0;
    z-index: 2;
    bottom: 279px;

}

.bottom-img-bar {
    bottom: 279px;
    left: 0;
    z-index: 2;
}

.gallery {
    left: 0;
    z-index: 0;
    bottom: 0px;
}

.gallery .item {
    background-size: cover;
    background-position: center center;
    height: 280px;
}

.img98 {
    width: 230px;
    right: 0;
    top: 0;
    z-index: 2;
}

.footer-bg {
    background-image: url(img/home/franchise/main-bg.jpg);
    background-size: 100%;
}

.footer {}

.footer-bg-logo-bar {
    top: 0;
    padding-top: 11px;
    z-index: 0;
    padding-bottom: 30px;
    left: 0;
}

.footer-bg-logo {
    height: 100%;
}

.map-img {
    width: 460px;
    margin-top: 66px;
}

.footer-franchise-img-title {
    width: 221px;
    margin-top: 30px;
}

.container.footer {
    /*background-image: url(/img/home/franchise/logo-bg.png);*/
    background-size: 867px;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 156px !important;

}

.footer-text {
    font-size: 22px;
    font-family: "Quicksand_Bold", "Helvetica Neue", Arial, sans-serif;
    color: #ffffff;
    margin-top: 30px;
}

.bottom-bg-logo {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.contact-icons {
    margin-top: 38px;
}

.contact-icon {
    height: 100px;
    margin: 20px;
}

.bottom-bg {
    width: 100%;
    top: 0;
    height: 100%;
    background-image: url(img/home/franchise/bottom-bg.png);
    background-size: cover;
    background-position: center center;
    left: 0;
}

.footer-text strong {
    font-size: 16px;
}


.footer-nav-logo {
    height: 119px;
}

.footer-sm-logo {
    margin-top: 60px;
    width: 123px;
}

.footer-nav-box {
    padding-top: 40px;
    background-image: url(img/home/franchise/foot-nav-ng.jpg);
    font-family: "Quicksand_Bold", "Helvetica Neue", Arial, sans-serif;
    background-size: cover;
    background-position: center center;

}

.footer-nav a {
    padding: 0 10px;
    font-size: 20px;
    color: #3d3d3d;
}


 
.footer {
    padding-bottom: 55px !important;
}

.copy-right {
    padding: 10px 0;
    font-size: 14px;
    font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;

}

@media (max-width: 992px) {
    .order-box-img {
        width: 220px;
    }

    .bottom-img {
        width: 45%;
    }

    .left-img {
        left: 0;
        top: 150px;
        width: 100px;
        z-index: 2;
    }

    .right-img {
        width: 100px;
        right: 0;
        z-index: 2;
        top: 179px;
    }

    .img98 {
        width: 120px;
        right: 32%;
        top: 143px;
        z-index: 2;
    }

    .order-box {
        height: 700px;
    }

    header.banner {
        height: 308px;
        margin-top: 94px;

    }

    .order-box-bg {
        top: -50px;
        background-image: url(img/home/blackboard.png);
        background-size: cover;
        height: 500px;
    }

    .bottom-img-bar {
        top: 279px;
        left: 0;
        z-index: 2;
    }

    .map-img {
        width: 100%;
        margin-top: 66px;
    }

    .bottom-img {
        width: 55%;
    }

    .footer-bg-logo {
        width: 100%;
        height: auto;
    }

    .logo-img {
        width: 63px;
    }

    #mainNav {
        padding: 10px;
    }

    .navbar-light .navbar-toggler {
        color: white !important;
    }

    .now-img {
        top: 0;
        left: 65px;
        width: 45px;
    }


}

.page .banner-icon {
    width: 290px;
}

.page .about-title-img {
    width: 142px;
    margin-top: 82px;
}

.page .about-inbox {
    background-image: url(img/home/footer-logo-bg.png);
    background-size: 950px;
    background-position: center 32px;
    background-repeat: no-repeat;
    padding-bottom: 500px
}


.page .about-inbox-text {
    width: 700px;
    margin: auto;
    font-size: 16px;
    margin-top: 70px;
    color: black;
    font-family: "Quicksand_Bold", "Helvetica Neue", Arial, sans-serif;
}

.page .left-img {
    width: 316px;
    left: 0;
    top: 98px;
}

@media (min-width: 950px) {
    .page .about-inbox {
        background-size: 950px;
    }
}

@media (max-width: 950px) {
    .page .about-inbox {
        background-size: 90%;
    }
}

.page .about-bottom-img {
    bottom: 0;
    left: 0;
    width: 100%;
}

.page .bottom-img1 {
    bottom: 100px;
    left: 110px;
    width: 420px;

}

.page .bottom-img2 {
    bottom: 120px;
    right: 110px;
    width: 355px;

}

.page .copy-right {
    background-color: #2F2F2E;
    position: relative;
}

.page .footer-sm-logo {
    margin-top: 15px;
}

.page .footer-nav {
    margin-top: 16px;
    margin-bottom: 50px;
}

.page .footer-nav a {
    color: white;
}


@media (max-width: 992px) {
    .page .left-img {
        width: 116px;
        left: 0;
        top: 18px;
    }

    .page .about-inbox-text {
        width: 100%;
    }

    .page .bottom-img1 {
        bottom: 100px;
        left: 0px;
        width: 220px;
    }

    .page .bottom-img2 {
        bottom: 120px;
        right: 0;
        width: 155px;
    }

    .page .about-inbox {
        padding-bottom: 300px;
    }

}

.to-top-home img {
    width: 36px;
}

.to-top-home {
    position: absolute;
    bottom: 22px;
    right: 80px;
    z-index: 1111;
}

.page .to-top-home img {
    width: 67px;
}

.page .to-top-home {
    position: absolute;
    bottom: 100px;
    right: 80px;
    z-index: 1111;
}

@media (max-width: 768px) {
    .to-top-home {
        position: absolute;
        bottom: 123px;
        right: 10px;
        z-index: 1111;
    }

    .page .to-top-home {
        position: absolute;
        bottom: 220px;
        right: 10px;
        z-index: 1111;
    }
}

.locations-title {
    width: 234px;
    margin: auto;
    margin-top: 80px;
}

.locations-title-text {
    font-family: "GrutchShaded", Arial, sans-serif;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

.locations-title-text small {
    font-size: 16px;
}

.locations-title-text1 span {
    padding-left: 35px;
}

.locations-title-text3 {
    padding-right: 35px;
}

@media (max-width: 768px) {
    .locations-title-text {
        font-size: 16px;
        line-height: 16px;
    }

    .locations-title-text small {
        font-size: 13px;
    }
}


.page .about-inbox {
    background-size: 120%;
    background-position: -120px;
}

.locations-box {
    margin-top: 60px;
}

.locations-box img {
    height: 60px;
}

@media (min-width: 1000px) {
    .locations-container {
        max-width: 1000px;
    }
}

.location-address {
    margin-top: 20px;
    font-family: "Quicksand_Bold", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 33px;
}

a .order-img {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 150px;
    height: auto;
}

.contact-info {
    color: #403e3d;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}


@media (max-width: 768px) {
    .locations-box .col-md-4 {
        margin-bottom: 42px;
    }

    .location-address {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    a .order-img {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .now-img-cn {
        left: 85px;
    }

    .contact-icons {
        flex-direction: column;
        width: 90%;
    }

    .contact-icon {
        height: auto;
        width: 100%;
    }

}

.cn-title {
    margin-top: 20px;
    font-family: Arial, sans-serif;
}


@media (max-width: 768px) {
    .location .btn-order {
        width: 220px;
        height: 45px;
        font-weight: bold;
        font-size: 25px;
        border-color: #f08c1d;
        padding: 0;
        background-color: #f08c1d;
        border-radius: 35px;
        line-height: 45px;
        font-family: "Quicksand_Bold", Arial, sans-serif;
    }

    .location header.banner {
        height: 108px;
        display: none !important;
        margin-top: 105px;
    }

    .location .page-section {
        padding-top: 45px;
    }

    .location iframe {
        display: none;
    }

    .location .locations-title {
        width: 134px;
        margin-top: 80px;
    }

    .location .locations-box {
        margin-top: 20px;
    }

    .location .locations-box .col-md-4 .text-left,
    .location .locations-box .col-md-4 .text-right {
        text-align: center !important;
    }

    .location .locations-box img {
        height: 35px;
    }

    .location .location-address {
        margin-bottom: 0;
        margin-top: 5px;
        font-size: 12px;
    }

    .location .locations-box a .order-img {
        height: auto;
    }


    .about-title-img {
        width: 120px;
        margin-bottom: 40px;
    }

    .about {
        padding: 50px 0;
        padding-bottom: 100px;
    }

    .location a .order-img {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .location .locations-box .col-md-4 {
        border-bottom: 1px #000 solid;
        margin-bottom: 22px;
    }

    .location .contact-info {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 14px;
    }

    .location .cn-title {
        margin-top: 70px;
        font-size: 26px;
    }

    .container.footer {
        padding-bottom: 10px !important;
    }
}

.btn-instagram {
    padding: 0;
    color: black;
    font-size: 24px;
}

.page .btn-instagram {
    color: white;
}

@media (min-width: 1580px) {
    .order-box-img {
        width: 786px;
    }

    .bottom-img-bar {
        bottom: 259px;
        left: 0;
        z-index: 2;
    }

    .left-img {
        left: 0;
        top: 50px;
        width: 395px;
        z-index: 2;
    }

    .right-img {
        width: 279px;
        right: 0;
        z-index: 2;
        bottom: 279px;
    }

    .page .left-img {
        width: 416px;
        left: 0;
        top: 98px;
    }


    .page .about-inbox-text {
        width: 900px;
        margin: auto;
        font-size: 20px;
        margin-top: 70px;
        color: black;
        font-family: "Quicksand_Bold", "Helvetica Neue", Arial, sans-serif;
    }
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}