/* ----------- *** ---------- */


/* ----- VINA NATURE ----- */

body {
}

*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 4px;
}

#banner-home {
    background-color: #e2f3f0;
    max-height: 587px;
    min-height: 157px;
    /* max-height: 100vh; */
}

#bannerhome-content {
    margin: auto;
    max-width: 1440px;
    position: relative;
}

.bannerhome-arrow {
    position: absolute;
    top: calc(50% - 17px);
}

.bannerhome-arrow-left {
    left: 25px;
}

.bannerhome-arrow-right {
    right: 25px;
}

#banner-home .slides {
    vertical-align: middle;
}

.banner-home-slide {
    display: none;
    margin: auto;
}

#banner-home img.active {
    display: block;
}

#topnav {
    background-color: #fff;
    box-shadow: 0px 0px 2px #a7a7a7;
    color: #1d3b20;
    font-size: 34px;
    left: 0px;
    min-height: 36px;
    padding: 30px 0px;
    position: sticky;
    top: 0px;
    transition: 0.4s;
    width: 100%;
    z-index: 999;
}

#topnav-content {
    margin: 0px auto;
    max-width: 1168px;
    position: relative;
}

#topnav-logo {
    background-image: url('../img/logo.png');
    display: block;
    height: 62px;
    width: 308px;
}

#topnav a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px 11px;
    text-decoration: none;
    transition: 0.2s;
}

#topnav-list {
    float: right;
}

.topnav-list-link {
    display: inline-block;
    height: 100%;
}

#topnav-langs {
    bottom: 0px;
    position: absolute;
    right: 20px;
}

#topnav-langs a {
    padding: 0px;
}

.sect-header {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    margin: 15px auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#subcontent-wrap {
    margin: 0px auto;
    height: 587px;
    max-width: 100vw;
    width: 1200px;
}

#leftbar {
    background-image: url('../img/bg_leftbar.png');
    background-size: cover;
    float: left;
    height: 100%;
    max-width: 100%;
    text-align: right;
    width: 400px;
}

#leftbar-items {
    display: inline-block;
    margin-top: 170px;
    min-width: 250px;
}

.leftbar-item {
    display: block;
    font-weight: bold;
    margin: 10px 0px;
    padding: 15px;
    text-align: left;
}

.leftbar-item:hover {
    background: #fff;
}

.leftbar-item-active {
    background: #fff;
}

#subcontent {
    float: left;
    display: block;
    height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 30px;
    position: relative;
    width: 800px;
}

#subcontent-banner {
    background-position: center !important;
    background-size: cover !important;
    color: #fff;
    height: 100%;
    left: 0px;
    padding: 10%;
    position: absolute;
    top: 0px;
    width: 100%;
}

#subcontent-banner h1 {
    font-family: 'Times New Roman';
    font-size: 50pt;
    text-transform: uppercase;
}

.subcontent-section {
    background: #c4e9c9;
    margin: 30px -30px;
}

#subcontent p {
    white-space: pre-line;
}

#fruit-paradise {
    padding: 40px 0px 20px 0px;
}

#fruit-paradise .ico-bg {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}

.cat-items {
    margin: 0px -50px;
    max-width: 100vw;
    text-align: center;
}

@media (max-width:965px) {
    .cat-items {
        margin: auto;
    }
}

.cat-item-list {
    display: inline-block;
    vertical-align: middle;
}

.cat-item-link {
    cursor: pointer;
    display: none;
    height: 370px;
    margin: 12px;
    max-width: 90vw;
    position: relative;
    width: 370px;
}

.cat-item-link-active {
    display: inline-block;
}

.cat-item-link img {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.cat-item-link h3 {
    color: #fff;
    font-size: 21pt;
    padding: 150px 100px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#brand-description {
    font-size: 12pt;
    max-width: 630px;
    margin: 30px auto;
}

#brand-items img {
    display: block;
    margin: auto;
}

#brand-items {
    box-shadow: 0px 0px 4px 3px #e2e2e2;
    height: 885px;
    margin: 35px auto;
    max-height: 100%;
    max-width: 90vw;
    padding: 15px;
    width: 770px;
}

#recommendations {
    background: #C4E9C9;
    color: #171717;
    margin: 40px 0px;
    padding: 20px;
    text-align: center;
}

.recommendation {
    display: inline-block;
    text-align: center;
    width: 250px;
}

.recommendation p {
    font-weight: bold;
    font-size: 12pt;
}

#feed {
    padding: 0px;
}

#feed-news, #feed-inst {
    display: inline-block;
    max-width: 100%;
    width: 595px;
}

#feed-news > .feedlinks {
    border-right: 1px solid #d2d2d2;
}

.feedlinks {
    padding: 0px 5px;
    text-align: center;
}

.feed-link {
    display: inline-block;
    height: 259px;
    margin: 15px;
    overflow: hidden;
    width: 259px;
}

#footer {
    background-color:#EBEBEB;
    bottom:0px;
    color: #333333;
    font-size:16px;
    height:auto;
    padding:50px 20px;
    position:relative;
    text-align: center;
    width:100%;
}

#footer-nwlinks {
    text-align: center;
}

.footer-nwlink {
    background: #1D3B20;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    margin: 15px;
    padding: 12px;
    width: 60px;
}

.footer-sect {
    margin: 20px;
}

.footer-minisect {
    padding: 10px 20px;
}

.footer-minisect > a {
    color: #1D3B20 !important;
    font-weight: bold;
}

.footer-devs {
    align-items: center;
    display: flex;
    justify-content: center;
}

button {
    background: #1d3b20;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 11pt;
    padding: 8px 30px 10px 30px;
}

/* -------------------- */

.cart-fruits > .ico-bg {
    max-width: 100%;
    position: relative;
    width: 480px;
    z-index: 3;
}

.cartfruit-list {
    position: relative;
    z-index: 1;
}

.cart-fruit {
    display: none;
    height: 320px;
}

.cart-fruit-active {
    display: block;
}

.cart-fruit-left {
    display: inline-block;
    margin: 12px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 450px;
}

.cart-fruit-sub {
    border: 4px solid #EBEBEB;
    height: 80%;
    margin: 10% 25px;
    max-height: 350px;
    max-width: 90%;
    position: absolute;
    width: 400px;
    z-index: -1;
}

.cart-fruit-header {
    background: #fff;
    display: inline-block;
    margin: 15px auto;
    max-width: 75%;
    padding: 0px 20px;
}

.cart-fruit-description {
    display: inline-block;
    font-size: 10pt;
    margin: 25px 10px;
    max-height: 290px;
    overflow: auto;
    width: 230px;
}

.cart-fruit-photo {
    display: block;
    margin: auto;
    max-height: 220px;
}

.cart-fruit-caption {
    background: url('../../ngn/img/cart_fruit_caption.png');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: -50px;
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.tropicalfruits-desc {
    width: 300px;
    font-size: 10pt;
    margin: 20px;
    vertical-align: top;
}

.tropicalfruits-img {
    width: 400px;
    margin: 20px;
}

/* -------------------- */

.cart-seafood {
    display: none;
}

.cart-seafood-active {
    display: block;
}

.cart-seafood-header {
    font-size: 30pt;
    font-weight: bolder;
    text-align: center;
}

.cart-seafood-description {
    font-size: 10pt;
    margin: auto;
    max-width: 100%;
    text-align: center;
    width: 550px;
}

.cart-seafood-description p {
    display: inline-block;
    text-align: left;
}

.cart-seafood-photos {
    text-align: center;
}

.cart-seafood-photo {
    margin: 10px 20px;
    width: 300px;
}

/* -------------------- */

.cart-seafood-snacks {
    display: none;
    text-align: center;
}

.cart-seafood-snacks-active {
    display: block;
    text-align: center;
}

.cart-seafood-snack-wrap {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.cart-seafood-snack {
    display: inline-block;
    height: 250px;
    position: relative;
    text-align: center;
    width: 250px;
}

.cart-seafood-snack-subbg {
    background: #e7f6e9;
    border-radius: 50%;
    height: 220px;
    margin: 15px;
    position: absolute;
    width: 220px;
    z-index: -1;
}

.cart-seafood-snack-photo {
    margin-top: 40px;
    max-height: 200px;
}

.cart-seafood-snack-caption {
    font-size: 25pt;
    text-align: center;
}

.cart-seafood-snack-switcher {
    display: inline-block;
    margin: 15px;
    text-align: center;
    width: 150px;
}

.cart-seafood-snack-sauce {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 125px;
    margin: 30px auto;
    padding: 25px 0px;
    width: 125px;
}

.cart-seafood-snack-sauce-caption {
    margin-bottom: 15px;
}

#ourproduct-desc {
    margin: 40px auto;
    font-weight: bold;
    max-width: 500px;
    text-align: center;
}

/* -------------------- */

.cartrow {
    position: relative;
    margin: 70px auto;
    text-align: center;
}

.cartrow-header {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
}

.cartrow-img-wrap {
    display: inline-block;
    height: 185px;
    margin: 15px 0px;
    position: relative;
    vertical-align: bottom;
    width: 185px;
}

.cartrow-img-bg {
    background: #e7f6e9;
    border-radius: 50%;
    height: 170px;
    margin: 15px;
    position: absolute;
    width: 170px;
    z-index: -1;
}

.cartrow-product {
    display: inline-block;
    margin: 10px;
    max-height: 220px;
    max-width: 280px;
}

.cartrow-product img {
    max-height: 220px;
}

/* -------------------- */

.presentation {
    background: #e7f6e9;
    margin: 40px -30px;
    padding: 10px 20px;
    width: calc(100% + 60px);
}

.presentation * {
    text-align: left ; /*!important; */
}

.presentation h3 {
    margin: 0px auto;
    text-align: left !important;
}

.presentation-desc {
    display: inline-block;
    margin: 10px 40px;
    max-width: 370px;
    vertical-align: top;
}

/* -------------------- */

#franchise-adresses {
    display: inline-block;
    margin: 30px;
    width: 230px;
}

.franchise-address p {
    font-size: 11pt;
}

#franchise-request {
    display: inline-block;
    margin: 30px;
    vertical-align: top;
    width: 314px;
}

#franchise-request label {
    margin: 10px 0px;
}

.franchise-request-input {
    border: 2px solid #1d3b20;
    border-radius: 25px;
    height: 37px;
    width: 100%;
}

#franchise-request select {
    background: #1d3b20;
    color: #fff;
}

#franchise-request > label > input {
    padding-left: 10px;
}

/* -------------------- */

#contact-addresses {
    background: #fff;
    box-shadow: 0px 0px 4px 2px #c4e9c9;
    height: 100%;
    overflow: auto;
    position: absolute;
    padding: 20px;
    right: 20px;
    top: 0px;
    width: 300px;
}

.contact-address-show {
    height: auto !important;
}

.contact-address {
    border-bottom: 1px solid;
    height: 42px;
    padding: 10px 0px;
    transition: 1.2s;
    overflow: hidden;
}

.contact-address h4 {
    cursor: pointer;
    text-transform: uppercase;
}

/* -------------------- */

.franmenu-item {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    width: 230px;
}

.franmenu-item-active {
    display: inline-block;
}

.franmenu-item-img {
    background: #fff;
    border-radius: 10px;
    height: 185px;
}

.franmenu-item-info {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 0 1px 1px #d2d2d2;
    width: 200px;
    margin: auto;
    margin-top: -20px;
    z-index: 1;
    position: relative;
}

.franmenu-item-name {
    font-size: 14pt;
    font-weight: bolder;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.franmenu-item-size {
    font-size: 7pt;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.franmenu-item-img iframe {
    max-width: 90%;
    max-height: 90%;
    margin: 4%;
}

.franmenu-wrap {
    position: relative;
    text-align: center;
}

.franmenu-wrap .ico-bg:first-child {
    left: 30px;
    position: absolute;
    top: calc(45% - 17px);
}

.franmenu-wrap .ico-bg:last-child {
    right: 30px;
    position: absolute;
    top: calc(45% - 17px);
}

/* -------------------- */

.fran-item {
    display: inline-block;
    margin: 15px;
    vertical-align: top;
    width: 300px;
}

.fran-item-img {
    position: relative;
}

.fran-item-img-subbg {
    background: #e7f6e9;
    border-radius: 50%;
    height: 220px;
    margin: 15px;
    position: absolute;
    width: 250px;
    z-index: 0;
}

.fran-item-desc {
    font-size: 10pt;
}

.fran-item-img img {
    position: relative;
}

/* -------------------- */

.ico-bg {
    text-align: center;
}

.ico-active {
    background: #c4e9c9 !important;
}

.ico-arrow-up {
    padding: 10px 5px 5px 5px !important;
}

.ico-arrow-down {
    padding: 5px 5px 10px 5px !important;
}

.ico-arrow-left {
    padding: 5px 5px 5px 10px !important;
}

.ico-arrow-right {
    padding: 5px 10px 5px 5px !important;
}

.ico {
    background: #EBEBEB;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: auto;
    padding: 5px;
    width: 30px;
}

/* -------------------- */

@keyframes callrequestbutton {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

#callrequest-button {
    background: #1d3b20;
    border-radius: 50%;
    bottom: 60px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 80px;
    padding: 30px 0px;
    position: fixed;
    right: 12vw;
    text-align: center;
    width: 80px;
    z-index: 998;
    animation: callrequestbutton 4s infinite;
}

#call-request {
    background: #fff;
    border: 2px solid #1d3b20;
    border-radius: 10px;
    bottom: -500px;
    box-shadow: 0px 0px 5px 5px #fff;
    padding: 10px;
    position: fixed;
    transition: 1s;
    right: 10vw;
    z-index: 999;
}

.callrequest-show {
    bottom: 50px !important;
}

#callrequest-hide {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-shadow: 0px 0px 2px #000;
    top: -30px;
}

#ownfran-banner {
    background-image: url('../img/bg_ownfranbanner.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 40px auto;
}

.ownfran-banleft {
    background-image: url('../img/bg_ownfranbanleft.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 5px 1.5%;
    vertical-align: top;
}

.ownfran-banright {
    margin: 5px 1.5%;
    vertical-align: top;
}

@media (min-width:768px) {
    .ownfran-banleft, .ownfran-banright {
        display: inline-block;
        width: 45%;
    }
    #ownfran-banner {
        background-size: auto;
    }

    .ownfransteps-side {
        display: inline-block;
        max-width: calc(50% - 70px);
    }
}

#ownfran-steps {
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
}

.ownfransteps-side {
    margin: 10px 30px;
}

.ownfran-step {
    margin: 5px 0px;
}

.ownfran-stepnumb {
    background-color: #e7f6e9;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    height: 39px;
    margin: 10px;
    padding: 0px 5px 5px 5px;
    text-align: center;
    width: 39px;
}

.ownfran-stepdesc {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 64px);
}

#beafranchise {
    background-color: #e7f6e9;
    margin-top: 40px;
    padding-top: 40px;
}

.beafranchise-icon {
    margin:20px 0px;
}

.beafranchise-icon img {
    margin: 0px 10px;
    max-height: 80px;
}

.beafranchise-icon-caption {
    font-weight: bold;
    margin: 10px 20px;
    text-transform: uppercase;
}

@media(max-width:500px) {
    .beafranchise-icon-caption {
        display: inline-block;
    }
    
    #leftbar {
        float: none;
        height: auto;
        text-align: left;
    }
    
    #leftbar-items {
        margin-top: 0px;
    }
    
    #subcontent {
        height: auto;
    }
    
    #subcontent-banner {
        height: auto;
        position: static;
    }
    
    #brand-items {
        height: auto;
    }
}

.beafranchise-icon-label {
    background-color: #C4E9C9;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
}

#ownfran-form {
    background-color: #e7f6e9;
    padding-top: 40px;
}

#ownfran-request {
    background-color: #e7f6e9;
    background-image: url('../img/bg_house.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0px;
}

#ownfran-request form {
    background-color: #fff;
    max-width: 100%;
    padding: 40px;
    width: 569px;
}

@media (min-width: 900px) {
    #ownfran-request form {
        margin-left: -50px;
    }
}

#ownfran-request form label {
    margin-top: 30px;
}

#ownfran-request form label p {
    font-weight: bold;
}

#ownfran-request form input,#ownfran-request form select {
    border: 0px;
    border-bottom: 1px solid #C4C4C4;
    width: 100%;
}

#ownfran-request form input:focus,#ownfran-request form select:focus {
    outline: none;
}

#ownfran-request form button {
    display: block;
    margin: 20px auto;
    margin-top: 60px;
}

#faq {
    padding: 50px;
}

/* -------------------- */

.accordbar {
    background-color: #EBEBEB;
    color: #707070;
    margin: 15px 0px;
    position: relative;
}

.accordion .active .accord-content {
    display: block !important;
}

.accord-caption {
    padding: 15px 16% 15px 25px;
    position: relative;
}

.accord-caption:after {
    content: '+';
    position: absolute;
    right: 25px;
    top: calc(50% - 10px);
}

.accord-content {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    display: none;
    overflow: hidden;
    padding: 10px;
}

/* -------------------- */

.form-mini {
    margin: 12px auto;
    width: 280px;
}

.form-mini select,.form-mini input,.form-mini textarea {
    width: 100%;
}

.inp-namer {
    display: block;
    font-weight: bold;
    margin: 0px 0px 5px 5px;
}

.inp-submit {
    background: #1d3b20;
    border: none;
    border-radius: 20px;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    padding: 7px 35px 9px 35px;
}

.form-req-inp {
    color: red;
}

/* -------------------- */

#form-wrap {
    background: linear-gradient(180deg, #145190, #2f8aca, #145190);
    min-height: calc(100vh - 99px);
    text-align: center;
}

#form-wrap form {
    background: #fff;
    border: 1px solid #1167b6;
    height: auto;
    left: calc(50vw - 175px);
    max-width: 90%;
    position: absolute;
    top: calc(50vh - 15%);
    width: 350px;
}

/* -------------------- */

#menubar-call {
    cursor: pointer;
    margin: 10px 15px;
    right: 0px;
}

#menubar-bg {
    background: #000;
    display: none;
    height: 100vh;
    left: 0px;
    opacity: 0.45;
    position: fixed;
    top: 0px;
    transition: 0.8s;
    width: 100vw;
    z-index: 3;
}

#menubar {
    background-color: #1A1F1F;
    color: #e2e2e2;
    height: 100vh;
    float: right;
    position: fixed;
    right: -200vw;
    top: 0px;
    transition: 0.8s;
    width: 300px;
    z-index: 999;
}

#menubar-signin {
    background: #000;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: block;
    margin: 30px auto;
    padding: 5px 15px;
}

#menubar-close {
    background: rgba(0, 0, 0, 0.5);
    bottom: -1px;
    color: #ff0000;
    cursor: pointer;
    font-size: 30px;
    left: -50px;
    padding: 10px 10px;
    position: absolute;
}

#menubar p {
    padding: 0px 10px;
}

#menubar p i.fa {
    display: inline-block;
    text-align: center;
    width: 30px;
}

/* -------------------- */

#my-info {
    background: #1167b6;
    color: #fff;
    padding: 10px;
}

#my-info-avatar {
    display: inline-block;
    font-size: 60px;
    margin-right: 10px;
    padding: 5px;
    vertical-align: top;
}

#my-info-props {
    display: inline-block;
}

.informer > tr > td:first-child {
    font-weight: bold;
}

.ic-mini {
    display: inline-block;
    height: 12px;
    width: auto;
}

.info-tag {
    background: #ffdc8e;
    max-width: 80%;
    margin: 10px auto;
    padding: 8px;
}