/*body { font-family: system-ui, sans-serif; margin: 0; line-height: 1.6; color: #222; }*/
header { padding: 20px 40px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; }
.lang-switch button { margin-left: 6px; padding: 6px 12px; border: 1px solid #ccc; background: #fff; cursor: pointer; border-radius: 4px; }
.lang-switch button.active { background: #222; color: #fff; border-color: #222; }/*
section { padding: 60px 40px; max-width: 800px; margin: 0 auto; }
h1 { font-size: 2rem; margin-bottom: 10px; }
.tagline { color: #666; margin-bottom: 30px; }**/

body {
    background: #CCC;
}

.game-wrapper {
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#gameDiv {
    position: relative;
}

#gameDiv canvas {
    /*background: #BBB;*/
    max-width: 100%;
}

a.close-btn {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
}
a.close-btn img {
    display: block;
    width: 100%;
    height: auto;
}

header.nav-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

nav.navbar,
.latest-news,
.our-product,
.our-quality {
    background: #FFFAED;
}
.our-location,
.quality-desc-wrapper {
    background: #fbd9ab;
}

nav.navbar {
    /*background: #FFFAED;*/
    /*position: relative;*/
    padding: 15px 30px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
.navbar .container {
    position: relative;
}
a.navbar-brand {
    padding: 0px;
    margin: 0px;
    width: 140px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#mainNav .nav-link {
    font-weight: bold;
    color: #00633A;
    margin: 0px 5px;
    border-bottom: #333 solid 3px;
    border-color: transparent;
    line-height: 1.1em;
}
#mainNav .nav-link.active {
    border-color: #FB7410;
    color: #FB7410;
}

#mainNav .lang-switcher {
    background: white;
    position: absolute;
    top: 0px;
    right: 0px;
}
button.lang-btn {
    width: 50px;
    border: none;
    background: none;
    line-height: 100%;
    padding: 10px;
    color: #F8A020;
    font-weight: bold;
}
#mainNav .lang-switcher,
button.lang-btn {
    border-radius: 30px;
}
button.lang-btn.active {
    background: #00633A;
}

.has-scroll-margin {
    scroll-margin-top: 65px;
}

.masthead-wrapper {
    padding-top: 65px;
}

h2 {
    color: #F17920;
    font-weight: bold;
    font-size: 50px;
    margin: 0px;
}
h3 {
    color: #F7941D;
    margin: 0px;
}
h4 {
    color: #00633A;
    font-weight: bold;
    font-size: 40px;
    margin: 0px;
}

.latest-news a {
    color: white;
    text-decoration: none;
    font-style: italic;
}
.news-wrapper span {
    display: block;
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.news-wrapper {
    background: #00633A;
    border: #F7941D solid 5px;
    border-right: 0px;
    border-left: 0px;
}

.nav-pills .nav-link {
    color: #F7941D;
    padding: 10px 30px;
    margin: 0px 8px;
    border: #F7941D solid 3px;
    border-radius: 40px;
    font-weight: bold;
}

.nav-pills .nav-link.active {
    color: #F7941D;
    background: #00633A;
    border-color: #00633A;
}

.tab-content {
    width: 800px;
    max-width: 100%;
    margin: 0px auto;
}

.pack-image-wrapper {
    padding: 20px;
    background: rgba(0, 99, 58, 0.15);
    border-radius: 30px;
}
.owl-item p,
.quality-inner-wrapper span {
    color: #00633A;
    font-weight: bold;
    font-size: 18px;
}

.quality-desc-wrapper {
    /*background: rgba(247, 148, 29, 0.3);*/
}

.quality-desc {
    /*font-weight: bold;*/
    font-size: 26px;
    margin: 0px;
    padding-right: 30px;
    line-height: 110%;
}

.quality-inner-wrapper,
.location-inner-wrapper {
    width: 800px;
    max-width: 100%;
}

.quality-inner-wrapper span {
    display: block;
    text-align: center;
}

.quality-icon img {
    width: 180px;
}

.social-wrapper ul {
    padding: 0px;
    margin: 0px;
}
.social-wrapper li {
    display: inline-block;
    padding: 0px 20px;
    list-style: none;
}
.social-wrapper img {
    width: 90px;
}

.our-location .col-md-3 {
    padding-bottom: 30px;
}

.our-footer {
    background: #dc0934;
    color: white;
    font-size: 14px;
}

.contact-wrapper {
    background: #00633A;
    color: white;
}
.contact-wrapper .img-fluid {
    width: 180px;
}
.contact-wrapper p {
    font-size: 12px;
    margin: 0px;
}
.contact-wrapper p.sub-title {
    font-size: 20px;
}

.contact-wrapper .has-border {
    position: relative;
}
.contact-wrapper .has-border:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    border-right: white solid 1px;

    position: absolute;
    right: 60px;
    top: 0px;
}

@media (max-width: 1024px) {
    .contact-wrapper .has-border:before {
        right: 20px;
    }
}

@media (max-width: 767px) {
    h4 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }

    #gameDiv {
        height: auto !important;
    }
    a.close-btn {
        width: 40px;
        height: 40px;
    }

    nav.navbar {
        padding: 15px;
    }
    .navbar .container {
        justify-content: flex-end;
    }
    #mainNav .nav-link {
        text-align: center;
        margin-bottom: 5px;
    }
    a.navbar-brand {
        width: 80px;
    }
    div#mainNav {
        text-align: center;
    }
    #mainNav .lang-switcher {
        position: static;
        margin: 0px auto;
        display: inline-block !important;
    }

    .latest-news a {
        display: block;
        padding: 20px;
        margin: 10px 0px;
    }

    .social-wrapper li {
        padding: 0px 10px;
    }
    .social-wrapper img {
        width: 70px;
    }

    .our-footer {
        font-size: 12px;
    }

    .contact-wrapper .img-fluid {
        margin: 0px auto;
        display: block;
    }

    .contact-wrapper .has-border:before {
        display: none;
    }

    .contact-wrapper .has-border {
        position: static;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: white solid 1px;
    }

    ul.nav.nav-pills {
        align-items: center;
        flex-direction: column;
    }
    ul.nav.nav-pills li {
        padding-bottom: 10px;
    }
}