a {
    color: #00a99d;
}

.article-content h2 {
    font-size: 1.8rem;
    /* 26px */
    margin: 20px 0 10px;
    color: #333;
}

.article-content h3 {
    font-size: 1.5rem;
    /* 24px */
    margin: 15px 0;
    color: #333;
}

#map_canvas {
    height: 500px;
}

.social-icons ul {
    text-decoration: none;
    list-style: none;
    display: flex;
    align-items: center;
    justify-self: center;
}

.social-icons ul li {
    margin: 2px;
}


/* Khoảng cách giữa các đoạn */

/* Tăng không gian giữa các tiêu đề và nội dung */
.article-content h2,
.article-content h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

/* Đảm bảo đủ khoảng trống giữa các mục và tiêu đề */

.article-content p {
    margin-bottom: 20px;
    font-size: 1rem;
    /* 16px cho desktop */
    margin-bottom: 1rem;
}

/* Định dạng liên kết */

/* Hình ảnh responsive */

/* Định dạng danh sách */

/* Căn giữa văn bản */
.article-content p {
    text-align: justify;
}

/* Thiết lập kiểu chữ cho thiết bị di động */
@media only screen and (max-width: 768px) {
    #footer-full .container {
        width: 100% !important;
    }

    .gallery figure img,
    .box-list-photo .image-photo {
        max-height: 120px;
    }

    .gallery,
    .list-photos {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-auto-rows: auto;
        grid-auto-flow: dense;
        justify-items: stretch;
        align-items: stretch;
        gap: 1svmin;
    }

    body {
        padding: 0px !important;
    }

    .restaurant-card {
        height: 280px !important;
    }

    .site {
        padding: 0px 10px;
    }

    .footer-t2 .footer-tl {
        padding: 10px;
        width: 100% !important;
    }



    .article-content h2 {
        font-size: 1.6rem;
        /* 22px cho di động */
    }

    .article-content h3 {
        font-size: 1.3rem;
        /* 20px */
    }

    .article-content p {
        font-size: 0.9rem;
        /* 14px cho di động */
    }

    /* Căn chỉnh hình ảnh và văn bản */
    /* Định dạng nút và liên kết dễ nhấp cho màn hình nhỏ */
}


@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.no-gutters,
.row {
    margin-right: 0;
    margin-left: 0
}

.d-none {
    display: none !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width: 769px) {

    .d-md-block {
        display: block !important
    }
}

.div_h3 {
    font-size: 18px;
    font-weight: 500;
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0
}

footer,
header,
section {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

img {
    border-style: none
}

@media screen {

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

html {
    font-size: 14px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.application {
    font-family: Roboto, sans-serif;
    line-height: 1.5
}

::-ms-clear,
::-ms-reveal {
    display: none
}

p {
    margin-bottom: 16px
}

:root {
    --spacing-unit: 4px;
    --margin-size: calc(2 * var(--spacing-unit));
    --padding-size: calc(2 * var(--spacing-unit));
    --font-size: 16px;
    --primary-color: #00a99d;
    --primary-color-text: #1a1c1f;
    --accent-color: #2979ff;
    --secondary-color: #424242;
    --secondary-color-text: #fff;
    --tertiary-color: #ddd;
    --link-color: #00a99d;
    --info: #0d47a1;
    --warning: #ffb300;
    --error: #f63340;
    --success: #28a745
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

footer,
header,
section {
    display: block
}

body {
    margin: 0;

    font-family: -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-bottom: 1rem
}

ul {
    margin-top: 0
}

a {
    color: #00f;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0000b3
}

a:not([href]):not([tabindex]):hover-focus {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

@font-face {
    font-family: menupages;
    src: url(/fonts/menupages-1f708bc3e9850ca75aa48fb7d24eb78f.eot);
    src: url(/fonts/menupages-1f708bc3e9850ca75aa48fb7d24eb78f.eot#iefix) format("embedded-opentype"), url(/fonts/menupages-ff9b5e7444411b1e1dbb99428d30ebff.ttf) format("truetype"), url(/fonts/menupages-92dc0cc6562a3b85bd8ff15ec5654630.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px
}

a {
    text-decoration: none
}

a,
a:hover {
    color: #00a99d
}

a:hover {
    text-decoration: underline
}

/* .flow-fix:after {
    content: "";
    display: table;
    clear: both
} */

.site .btn-primary:not(:disabled):not(.disabled).active,
.site .btn-primary:not(:disabled):not(.disabled):active {
    background: #00655e;
    border-color: #00655e
}

strong.title-edit {
    color: #fff;
    font-size: 22px;
}

body {
    padding: 0 20px
}

.max-width-container {
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.content-asides-offset {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 1024px) {

    .content-asides-offset {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 860px) {

    .content-asides-offset {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 768px) {
    .content-asides-offset {
        padding-left: 0;
        padding-right: 0
    }
}

.application {
    display: flex
}

.application--wrap {
    flex: 1 1 auto;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative
}

.application.theme--light {
    background: #fafafa;
    color: rgba(0, 0, 0, .87)
}


@-moz-document url-prefix() {
    @media print {

        .application,
        .application--wrap {
            display: block
        }
    }
}

.application .theme--light.input-group:not(.input-group--error):not(.input-group--focused):not(.input-group--disabled) .input-group__input .input-group__append-icon:not(:hover),
.application .theme--light.input-group:not(.input-group--error):not(.input-group--focused):not(.input-group--disabled) .input-group__input .input-group__prepend-icon:not(:hover),
.theme--light .input-group:not(.input-group--error):not(.input-group--focused):not(.input-group--disabled) .input-group__input .input-group__append-icon:not(:hover),
.theme--light .input-group:not(.input-group--error):not(.input-group--focused):not(.input-group--disabled) .input-group__input .input-group__prepend-icon:not(:hover) {
    color: rgba(0, 0, 0, .54)
}

.application .theme--dark.input-group:not(.input-group--error):not(.input-group--focused):not(.input-group--disabled) .input-group__input .input-group__append-icon:not(:hover),
.application .theme--dark.input-group:not(.input-group--error):not(.input-group--focused):not(.input-group--disabled) .input-group__input .input-group__prepend-icon:not(:hover),
.theme--dark .input-group:not(.input-group--error):not(.input-group--focused):not(.input-group--disabled) .input-group__input .input-group__append-icon:not(:hover),
.theme--dark .input-group:not(.input-group--error):not(.input-group--focused):not(.input-group--disabled) .input-group__input .input-group__prepend-icon:not(:hover) {
    color: hsla(0, 0%, 100%, .7)
}


.application--wrap {
    min-height: auto;
    max-width: auto;
    position: inherit;
    z-index: 0
}

.application.theme--light {
    background-color: inherit;
    color: inherit
}

.div_h3 {
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0px;
}

#time_open table font {
    font-weight: 500;
}

@media (min-width: 769px) {
    .menu-page {
        margin: 0 -20px;
        background-color: #fafafa
    }

    .menu-page .max-width-container {
        max-width: 1310px
    }

    #about {
        padding-top: 30px
    }
}

.nav-bar-wrapper {
    background-color: #fff
}

.header-container {
    position: relative
}

.header {
    position: relative;
    padding-top: 100px;
    z-index: 3
}

.header-overlay {
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    height: 205px;
    z-index: 1
}

.header__wrapper {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #fff), to(#fafafa));
    background: -o-linear-gradient(top, #fff 42%, #fafafa 100%);
    background: linear-gradient(top, #fff 42%, #fafafa);
    border-radius: 6px 6px 0 0;
    padding-top: 30px
}

.header__logo {
    float: left;
    margin-right: 40px;
    min-height: 132px
}

.header__logo img {
    max-height: 132px
}

.header__info {
    font-size: 16px;
    line-height: 24px
}

.header__restaurant-name {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 5px
}

.header__restaurant-phone .restaurant-phone a {
    color: inherit;
    font-weight: 400
}


.header__navigation {
    margin-top: 11px
}

.header .max-width-container {
    padding-left: 0;
    padding-right: 0
}

.navigation {
    border-bottom: 1px solid #f1f4fb;
    position: relative
}

.navigation__list {
    float: left
}

.navigation__item {
    float: left;
    line-height: 68px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-right: 45px;
    border-bottom: 2px solid transparent;
    cursor: pointer
}

.navigation__item:last-child {
    margin-right: 0
}

.navigation__item:hover,
.navigation__item_active {
    text-decoration: none;
    color: #00a99d
}

.navigation__item_active {
    color: #00a99d;
    border-bottom-color: #00a99d
}

.navigation__company {
    float: left
}

.navigation__home-link {
    display: block;
    height: 68px;
    color: #000;
    font-weight: 500;
    line-height: 28px;
    margin-right: 80px;
    text-transform: uppercase
}

.navigation__home-link:hover {
    text-decoration: none;
    color: #000
}

.navigation__home-link:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px
}

.navigation__company-logo {
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

@media (max-width: 1024px) {
    .header {
        margin-bottom: 30px
    }

    .header .content-asides-offset {
        padding-left: 24px;
        padding-right: 24px
    }

    .header__wrapper {
        padding-top: 24px
    }
}

@media (max-width: 768px) {
    .header {
        padding-top: 0
    }

    .header .content-asides-offset {
        padding-left: 0;
        padding-right: 0
    }

    .header__logo {
        margin-right: 16px;
        min-height: 100px
    }

    .header__logo img {
        width: 56px
    }

    .header__restaurant-name {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 0
    }

    .header__info {
        margin-left: 72px;
        position: relative;
        top: -10px;
        font-size: 13px;
        line-height: 24px
    }


    .header__restaurant-address,
    .header__restaurant-phone {
        line-height: 22px;
        color: #5b646b
    }

    .header__navigation {
        margin-top: 0;
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .header__wrapper {
        background: none
    }

    .navigation__item {
        line-height: 41px;
        margin-right: 24px
    }

    .navigation__company {
        float: left
    }

    .navigation__home-link {
        display: block;
        height: 41px;
        color: #000;
        font-weight: 500;
        line-height: 28px;
        margin-right: 80px;
        text-transform: uppercase
    }

    .navigation__home-link:hover {
        text-decoration: none;
        color: #000
    }

    .navigation__home-link:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 1px
    }

    .navigation__company-logo {
        width: 34px;
        height: 34px;
        display: inline-block;
        margin-right: 10px
    }
}

.sticky-header {
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #f1f4fb, inset 0 -1px 0 0 #f1f4fb, 0 2px 8px 0 #ebeef5;
    box-shadow: inset 0 1px 0 0 #f1f4fb, inset 0 -1px 0 0 #f1f4fb, 0 2px 8px 0 #ebeef5;
    z-index: 3
}

.sticky-header__wrapper {
    padding: 0 40px
}

@media (max-width: 768px) {
    .sticky-header__wrapper {
        padding: 0 20px
    }

    .sticky-header .navigation__company {
        float: none
    }

    .sticky-header .navigation__home-link {
        text-transform: inherit;
        height: auto;
        font-size: 20px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 8px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden
    }

    .sticky-header .navigation__company-logo {
        display: none
    }
}

.restaurant-phone a {
    font-weight: 700
}

@media (min-width: 1024px) {
    .section__item[data-v-f6930fca] {
        margin-bottom: 40px
    }
}

.about-restaurant[data-v-f6930fca] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.about-restaurant__title-section[data-v-f6930fca] {
    font-size: 20px;
    line-height: 38px;
    color: #1a1c1f;
    font-weight: 700;
    margin-bottom: 10px
}



.about-restaurant__contacts-list[data-v-f6930fca] {
    list-style: none
}

.about-restaurant__contacts[data-v-f6930fca] {
    margin-bottom: 10px
}

.about-restaurant__contacts-list[data-v-f6930fca] {
    margin-bottom: 9px
}

.about-restaurant__contacts-item[data-v-f6930fca] {
    float: none;
    clear: both;
    color: #5b646b;
    line-height: 24px;
    margin-bottom: 8px
}

.about-restaurant__contacts-item[data-v-f6930fca]:last-child {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .about-restaurant[data-v-f6930fca] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }

    .about-restaurant__title-section[data-v-f6930fca] {
        font-size: 28px;
        margin-bottom: 25px
    }

    
    .about-restaurant__contacts-list[data-v-f6930fca] {
        margin-bottom: 16px
    }

    .about-restaurant__contacts-item[data-v-f6930fca] {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px
    }
}

.footer {
    margin: 60px -20px 0;
    padding: 40px 0;
    background-color: #f6f6f6;
    color: #86939e;
    font-size: 16px;
    line-height: 20px
}

.footer a {
    color: #5e6977;
    font-weight: 500
}

.article-content {
    margin: 15px 0px;
}

@media (min-width: 1024px) {
    .section__item {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {

    .footer {
        margin-top: 10px;
        padding: 24px 0 60px;
        font-size: 15px
    }

    .footer__copyrights {
        border-bottom: 1px solid #e1e8ee;
        padding-bottom: 20px
    }
}


.features_block .div_h3 {
    margin-bottom: 9px
}

.feature_item {
    display: block;
    float: left;
    margin-bottom: 7px;
    margin-right: 9px;
    position: relative;
    padding-left: 25px
}

.feature_item:last-child {
    margin-right: 0
}

.feature_item:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0
}

.outdoor:before {
    background: url({{ asset('assets/images/outdoor.svg')
}
}) no-repeat
}

.wifi:before {
    background: url({{ asset('assets/images/wifi.svg')
}
}) no-repeat
}

.cards:before {
    background: url({{ asset('assets/images/cards.svg')
}
}) no-repeat
}

.bitcoin:before {
    background: url({{ asset('assets/images/bitcoin.svg')
}
}) no-repeat
}

.parking:before {
    background: url({{ asset('assets/images/parking.svg')
}
}) no-repeat
}

.vegetarian:before {
    background: url({{ asset('assets/images/vegetarian.svg')
}
}) no-repeat
}

.delivery:before {
    background: url({{ asset('assets/images/delivery.svg')
}
}) no-repeat
}

.takeout:before {
    background: url({{ asset('assets/images/takeout.svg')
}
}) no-repeat
}

.reservations:before {
    background: url({{ asset('assets/images/reservations.svg')
}
}) no-repeat
}

.tv:before {
    background: url({{ asset('assets/images/tv.svg')
}
}) no-repeat
}

.wheel_chair:before {
    background: url({{ asset('assets/images/disabled.svg')
}
}) no-repeat
}

.digital_payment:before {
    background: url({{ asset('assets/images/digital_payments_accepted.svg')
}
}) no-repeat
}

.kids_friendly:before {
    background: url({{ asset('assets/images/kids_friendly.svg')
}
}) no-repeat
}

.masks_required:before {
    background: url({{ asset('assets/images/masks_required.svg')
}
}) no-repeat
}

.covid_safety:before {
    background: url({{ asset('assets/images/covid_safety.svg')
}
}) no-repeat
}

.outdoor.none:before {
    background: url({{ asset('assets/images/outdoor_none.svg')
}
}) no-repeat
}

.wifi.none:before {
    background: url({{ asset('assets/images/wifi_none.svg')
}
}) no-repeat
}

.cards.none:before {
    background: url({{ asset('assets/images/cards_none.svg')
}
}) no-repeat
}

.bitcoin.none:before {
    background: url({{ asset('assets/images/bitcoin_none.svg')
}
}) no-repeat
}

.parking.none:before {
    background: url({{ asset('assets/images/parking_none.svg')
}
}) no-repeat
}

.vegetarian.none:before {
    background: url({{ asset('assets/images/vegetarian_none.svg')
}
}) no-repeat
}

.delivery.none:before {
    background: url({{ asset('assets/images/delivery_none.svg')
}
}) no-repeat
}

.takeout.none:before {
    background: url({{ asset('assets/images/takeout_none.svg')
}
}) no-repeat
}

.reservations.none:before {
    background: url({{ asset('assets/images/reservations_none.svg')
}
}) no-repeat
}

.tv.none:before {
    background: url({{ asset('assets/images/tv_none.svg')
}
}) no-repeat
}

.wheel_chair.none:before {
    background: url({{ asset('assets/images/disabled_none.svg')
}
}) no-repeat
}

.digital_payment.none:before {
    background: url({{ asset('assets/images/digital_payments_accepted_red.svg')
}
}) no-repeat
}

.kids_friendly.none:before {
    background: url({{ asset('assets/images/kids_friendly_red.svg')
}
}) no-repeat
}

.masks_required.none:before {
    background: url({{ asset('assets/images/masks_required_red.svg')
}
}) no-repeat
}

.covid_safety.none:before {
    background: url({{ asset('assets/images/covid_safety_red.svg')
}
}) no-repeat
}

#time_open>div.features_block:before {
    background: url({{ asset('assets/images/features_svg.svg')
}
}) no-repeat center;
}

.modal_wrapper {
    display: none;
    background: rgba(0, 0, 0, .85);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200000
}

.close_button {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 1500001;
}

.reviews_page .right_column {
    top: 0;
    padding-top: 0
}

.reviews_page .wrapper_map {
    width: 100%;
    position: relative;
    top: 0
}

.map_block {
    height: 137px;
    width: auto;
    position: relative;
    z-index: 100;
    overflow: hidden
}

.map_block .fakeMap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    object-fit: cover
}

.map_block .contributions {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    background-color: rgba(255, 255, 255, .6);
    padding: 0 5px;
    font-size: 12px
}

.open-map {
    cursor: pointer
}

.do-open {
    z-index: 5000;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.info_address__wrap {
    display: none
}

.mobile_compact .info_address .direction_link,
.reviews_page .info_address .direction_link {
    display: block;
    position: absolute;
    right: 8px;
    top: 92px;
    z-index: 900;
    width: 37px;
    height: 37px;
    padding: 0;
    font-size: 0;
    box-sizing: border-box
}

.mobile_compact .info_address .direction_link:before,
.reviews_page .info_address .direction_link:before {
    width: 24px;
    height: 24px;
    top: 6px;
    left: 6px
}

.mobile_compact .info_address .direction_link,
.reviews_page .info_address .direction_link {
    width: auto;
    padding: 1px 6px 1px 31px;
    background-color: #565656;
    color: #fff;
    display: flex;
    align-items: center
}

.mobile_compact .info_address .direction_link span,
.reviews_page .info_address .direction_link span {
    font-size: 15px;
    margin-left: 6px
}

.direction_link {
    display: table;
    position: relative;
    padding-left: 35px;
    padding-right: 9px;
    font-size: 13px;
    line-height: 30px;
    color: #535353;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    border-radius: 8px
}

.direction_link:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    left: 7px
}


.direction_link.grey {
    background-color: #f8f8f8
}

.map_wrapper .info_block {
    width: 354px;
    position: fixed;
    top: 130px;
    bottom: 83px;
    left: 10px;
    z-index: 200;
    max-height: 84%;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
    background-color: #fff
}

.mapping_single .map_wrapper .info_block {
    bottom: auto
}

.distance_r,
.distance_r_m {
    color: #878787;
    padding-left: 14px;
    position: relative;
    float: right;
    margin-top: 8px;
    margin-left: 8px
}

.distance_r:before,
.distance_r_m:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/img/site/location.svg) no-repeat center center;
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px
}

.info_block .restaurant_block {
    width: 354px;
    position: relative;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.info_block .div_h2 {
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700
}

.info_block .restaurant_block img {
    width: 100%;
    height: 177px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.info_block .restaurant_block img.loader {
    width: auto;
    height: auto;
    display: block;
    margin: 10px auto
}

.info_block .restaurant_title {
    padding: 6px 14px 10px;
    color: #fff;
    background-color: #333;
    border-bottom: 1px solid #c3c3c3
}

.info_block .restaurant_title a {
    color: #fff
}

.info_block .restaurant_title a.number {
    font-size: 15px;
    line-height: 20px;
    margin-top: 2px;
    color: #8c8c8c
}

.map_wrapper .info_block #time_open {
    padding: 14px 15px 12px 9px;
    background-color: transparent;
    margin-bottom: 0
}

.work_time>div {
    line-height: 21px;
    margin-bottom: 4px
}


.website div,
.instagram div {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

#time_open .instagram {
    margin-bottom: 10px
}

a.insta_btn {
    word-break: break-word
}

.wrapper_rest_guide_outer {
    margin-bottom: 16px
}

.wrapper_rest_guide_small {
    width: 322px;
    height: 280px;
    float: left;
    position: relative;
    border: 1px solid #bebebe;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wrapper_rest_guide_small a {
    color: #333
}

.wrapper_rest_guide_small a:hover {
    text-decoration: none
}

.wrapper_rest_guide_small:before {
    content: '';
    display: block;
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
}

.wrapper_rest_guide_small .absolute_link {
    z-index: 50
}

.wrapper_rest_guide_small .phones {
    position: absolute;
    z-index: 10;
    width: 253px;
    height: 199px;
    left: 50%;
    margin-left: -126px;
    bottom: 0;
    background: url(/img/site/new/phones_small.png) no-repeat;
    background-size: contain
}

.wrapper_rest_guide_small .restaurant_title {
    font: 400 20px/24px "Akrobat-Bold", "Helvetica Neue", "Arial", sans-serif;
    padding: 10px 36px;
    text-align: center;
    position: relative;
    z-index: 50
}

.wrapper_rest_guide_small .bottom_info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    z-index: 50;
    padding: 13px 30px;
    background-color: rgba(255, 255, 255, .85);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wrapper_rest_guide_small .icon48 {
    float: left;
    margin-right: 10px;
    width: 48px;
    height: 48px
}

.wrapper_rest_guide_small .overflow {
    font-size: 20px
}

.wrapper_rest_guide_small .stars {
    width: 70px;
    height: 12px
}

.wrapper_rest_guide_small .label_free {
    color: #3bc23b;
    font-size: 13px;
    line-height: 14px;
    border: 1px solid;
    padding: 0 3px;
    text-transform: uppercase;
    position: relative;
    top: -2px
}

.wrapper_rest_guide_outer.fixed {
    position: fixed;
    top: 66px;
    width: 322px;
    z-index: 8
}

.reviews_page .wrapper_rest_guide_outer.fixed {
    width: 336px
}

.with_app_b .wrapper_rest_guide_outer.fixed {
    top: 145px
}

.small_gallery .wrapper_gallery .item,
.small_gallery .wrapper_gallery .item:last-child {
    width: 305px
}

.small_gallery .right_column {
    position: relative;
    margin-top: -296px;
    padding-top: 0
}

.wrapper_gallery .item.only {
    width: 288px
}

.block_title {
    color: #333;
    margin-bottom: 12px;
    font: 300 22px/28px "Akrobat-Regular", "Helvetica Neue", "Arial", sans-serif
}

.grey_text {
    color: #787878;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px
}

.grey_text.small {
    font-size: 15px;
    line-height: 21px
}

body table,
th,
tr,
td {
    padding: 0;
    border: 0;
    border-collapse: collapse;
    margin: 0
}

.schedule-table tr td.current-day:first-child:before {
    top: 7px
}

#time_open>div:last-child {
    margin-bottom: 0
}

#time_open .call {
    margin-bottom: 20px
}

#time_open>div:before {
    top: 3px
}

#time_open h3,
#time_open h2,
#time_open .div_h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 550;
    margin-bottom: 7px
}

.schedule-table tr td:first-child {
    padding-right: 10px
}

.schedule-table tr td.current-day:first-child:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #b71c1c;
    position: absolute;
    top: 9px;
    left: -10px
}

.current-day {
    font-weight: 600;
    position: relative
}

.schedule-table tr td:first-child {
    padding: 0 30px 0 0
}

.short-day {
    display: none
}

.schedule-table td {
    vertical-align: top
}

#time_open {
    padding: 0;
    background-color: #fff;
    position: relative
}

.schedule_short_info {
    cursor: pointer
}

.schedule_short_info:hover .days {
    text-decoration: underline
}

#time_open .direction_link {
    margin: 0 0 20px 0
}

.restaurant_block .direction_link {
    margin: 6px 0 0 0
}

#features .div_h3,
#time_open h2,
#time_open .div_h3 {
    color: #000;
    margin-bottom: 6px;
    font-size: 20px
}

.website div.div_h3 {
    overflow: visible
}

#time_open h2 {
    line-height: 16px
}

#time_open h2 a {
    color: #333
}

#time_open>div::before {
    background: url({{ asset('assets/images/work_time.svg')
}
}) no-repeat center;
}

#features>.div_h3::before {
    background: url({{ asset('assets/images/features_svg.svg')
}
}) no-repeat center;
}

table.schedule-table {
    margin-left: 20px;
}

#time_open .div_h3,
#features .div_h3 {
    position: relative;
    padding: 0 0 0 30px;
    line-height: 24px;
    margin-bottom: 20px
}

.user_image span {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid;
    font-weight: 900;
    font-size: 30px;
    background: #afa7a7;
    color: #fff;
}

.user_image {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.infor-comment {
    width: calc(100% - 60px);
}

.user_image {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.text_group {
    display: block;
    margin-bottom: 5px;
}

.wrapper_reviews .text {
    padding-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #272727;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    word-break: break-word;
}

.text_group .text_title {
    font-weight: 700;
}

.wrapper_reviews>div {
    margin-bottom: 20px;
    position: relative
}

@media all and (max-width: 1030px) and (min-width: 741px) {

    .wrapper_reviews .o_review:not(.hide_txt) .text.doned:not(.with_full_hide),
    .wrapper_reviews .o_review:not(.hide_txt) .text.doned:not(.with_full_hide) {
        margin-top: 0
    }
}

@media all and (max-width: 740px) {

    .wrapper_reviews .o_review:not(.hide_txt) .overflow {
        display: flex;
        flex-wrap: wrap
    }

    .wrapper_reviews .o_review:not(.hide_txt) .user_info,
    .wrapper_reviews .o_review:not(.hide_txt) .text.doned:not(.with_full_hide) {
        width: 100%
    }

    .wrapper_reviews .o_review:not(.hide_txt) .text.doned:not(.with_full_hide)::before {
        height: 0
    }

    .wrapper_reviews .o_review:not(.hide_txt) .text.doned:not(.with_full_hide) {
        margin: 0
    }

    .wrapper_reviews .o_review:not(.hide_txt) .text.doned:not(.with_full_hide) {
        padding-top: 0
    }
}

@media screen and (max-width: 740px) {

    .wrapper_reviews {
        overflow: hidden
    }
}

.wrapper_reviews .icon50 {
    display: block;
    float: left;
    margin-right: 20px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

.user_info__name {
    margin-bottom: 10px;
    display: inline-block;
}

.user_info__name {
    color: #272727;
    font-size: 16px;
    line-height: 19px;
    margin-right: 12px;
    font-weight: 500;
}

#time_open>.features_block {
    margin-bottom: 13px
}

.info_block #time_open>div {
    line-height: 23px;
    margin-bottom: 12px
}

#features .overflow {
    padding-left: 10px;
}

#features>div:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0
}

#time_open>div:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0
}

#time_open .call {
    margin-bottom: 12px
}

#time_open>div.cuisine:before {
    width: 16px;
    height: 16px;
    top: 3px;
    left: 5px
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.footer-t-le ul {
    list-style: none;

}

.footer-t-le {
    background: #00a99d;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 34px 0 0
}

.footer-full .make-left ul:first-child a {
    line-height: 40px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
}

.footer-tl {
    width: 80%;
}


.footer-t2 .footer-tl {
    padding-right: 10px;
    color: #fff;
}


.footer-note {
    margin: 10px 0;
    color: #fff;
    font-size: 18px
}

.footer-tcol-full {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

#content li,
#content p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.2em
}

.author-name {
    font-size: 22px;
}

.list-rate svg {
    margin: 5px 1px
}

.rating_review {
    text-align: center;
}

.item-reviews .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
}

.item-reviews .author-info {
    text-align: center;
    width: 100%;
}

.item-reviews .avatar img {
    width: 60px;
    border-radius: 50%;
    margin: auto
}


.title_form_review strong {
    color: #c92d3b;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: inherit;
    font-weight: bolder
}


.list_review label {
    line-height: 1.4;
    font-size: 24px;
    font-weight: 600
}

.footer-t2 .footer-tr .footer-section-list {
    margin-bottom: 19px
}

.footer-section-list li {
    margin: 0 0 13px;
    line-height: 16px
}


.download-list li {
    margin-right: 17px
}

.footer-social-list {
    margin-top: -6px
}

.footer-social-list li {
    margin-right: 15px
}

.footer-tr {
    margin: 5px 0 0
}

.footer-t2 .footer-tr {
    margin: 0;
    transform: translateX(-10px)
}

.footer-tr a {
    display: inline-block;
    margin-left: 20px
}

.footer-t2 .footer-tr a {
    margin: 0
}

.bct {
    vertical-align: -7px
}

.footer-tb {
    padding: 25px 0 8px 0
}

.parner-title {
    padding: 0
}

.parners li .wrap-parner-img {
    height: 84px;
    line-height: 84px;
    text-align: center;
    display: block;
    position: relative;
    text-align: center
}

.parners-le li .wrap-parner-div-img {
    background-size: 350px 584px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 350px;
    height: 584px;
    border: 1px solid #d0cdcc
}

.parners-le li .wrap-parner-div-img .header-title {
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 40px;
    color: #414142;
    height: 100px;
    width: 100%;
    text-align: center
}

.parners-le li .wrap-parner-img {
    height: 360px;
    line-height: 360px;
    text-align: center;
    display: block;
    position: relative;
    text-align: center
}

.wrap-parner-img>img {
    position: absolute;
    margin: auto;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0
}

.flight-tbl p {
    margin: 0 0 5px
}

.flight-tbl>table>tbody>tr>td {
    border-bottom: 1px solid #ccc;
    padding: 12px 0
}

.flight-tbl>table>tbody>tr:last-child>td {
    border-bottom: none
}

.sum-price {
    border-top: 1px solid #ccc
}

.sum-price td {
    height: 50px
}


.flight-section-tab .tab__navs li {
    width: 14.285%;
    margin: 0;
    float: left;
    display: inherit
}

.mod-tab-inter.flight-section-tab .tab__navs {
    border: 1px solid #e9e9e9;
    border-bottom: none
}

.flight-section-tab .tab__navs li a {
    line-height: 20px;
    text-align: center;
    padding: 6px 0 0 0;
    height: 53px;
    background-image: -moz-linear-gradient(90deg, #f3f3f3 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f3f3f3 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f3f3f3 0, #fff 100%);
    width: 100%;
    display: block;
    position: relative
}

.mod-tab-inter.flight-section-tab .tab__navs li a {
    border-bottom: 1px solid #e9e9e9
}

.flight-section-tab .tab__navs li a:before,
.flight-section-tab .tab__navs li a>span:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.flight-section-tab .tab__navs li a.active {
    color: #318cb9;
    font-family: SVN-Bariol, 'Open Sans', sans-serif;
    font-weight: 500;
    background: #fff
}

.mod-tab-inter.flight-section-tab .tab__navs li a.active {
    border-bottom: none
}

.flight-section-tab .tab__navs li a.active:before {
    left: 0;
    opacity: 1;
    visibility: visible
}

.flight-section-tab .tab__navs li a.active>span:after {
    right: 0;
    opacity: 1;
    visibility: visible
}

.flight-section-tab .tab__navs li a.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #308cb9;
    bottom: initial;
    top: -1px;
    position: absolute
}

.flight-section-tab .tab__navs li:first-child a.active:before,
.flight-section-tab .tab__navs li:last-child a.active>span:after {
    display: none
}

.flight-section-tab .tab__navs li a.not_active {
    color: #bbb;
    font-family: SVN-Bariol, 'Open Sans', sans-serif;
    font-weight: 500;
    background: #dfdfdf
}


.flight-section-tab td {
    height: 61px;
    border-bottom: 1px solid #e9e9e9
}

.flight-section-tab tr:last-child td {
    border: none
}


.flight-list-item .flight-logo {
    width: 234px;
    margin-top: 10px;
    text-align: center
}


.flight-list-item .flight-location {
    margin-bottom: 1px
}

.flight-list-item .flight-code {
    margin: -1px 0 3px
}

#footer-full .container {
    display: flex;
}

.container {
    max-width: 1230px;
}

.container,
.main-layout {
    width: 1230px;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide {
    transition: all ease-in-out .3s;

}

.slick-list.draggable {
    padding: 0px;
}

.slick-current {
    opacity: 1;
}

.banner-image {
    position: relative;
    height: 250px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    display: none !important;
}

.banner-image img {
    position: absolute;
}

.menu {
    width: 100%;
}

.menu-item {
    max-width: 100%;
    margin: 0 auto;
}

.menu-item img {
    width: 100%;
}

.related_product img {
    width: 100%;
}

.related_product {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.related_product li {
    padding: 10px;
}

h3.about-restaurant__title-section {
    font-size: 23px;
}

.restaurant-card {
    display: flex;
    width: 97%;
    margin: auto;
    height: 230px;
    font-family: open sans, sans-serif;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px;
    background-color: #fff;
    transition: box-shadow .05s ease, background-color .05s ease, transform .07s ease, -webkit-transform .07s ease;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    border-radius: 8px;
    border: none
}

.bestRes .restaurant-card {
    display: flex;
    width: 30%;
    margin: auto;
    margin-bottom: 50px;
    height: auto;
    font-family: open sans, sans-serif;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px;
    background-color: #fff;
    transition: box-shadow .05s ease, background-color .05s ease, transform .07s ease, -webkit-transform .07s ease;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    border-radius: 8px;
    border: none
}

.restaurant-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: .5em .5em 0
}

.restaurant-card .restaurant-main-text {
    width: 100%;
}

.restaurant-main-text h2,
.restaurant-main-text h2 a {
    font-size: 18px !important;
    letter-spacing: normal;
    color: #000;
}

.restaurant-comment {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    padding: .5em;
    padding-top: 0;
    font-family: Poppins, sans-serif;
    min-height: 112px
}

.restaurant-comment p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.restaurant-card figure {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
    margin: 0
}

.restaurant-card figure img {
    border-radius: 5px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.restaurant-card figure small {
    top: 10px;
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    right: 10px;
    right: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1
}

.svgWrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.svgWrap span {
    position: absolute;
    font-weight: 700;
    top: 7px;
    color: #ea4335;
    font-size: xx-small
}

.restaurant-card h2,
.restaurant-card p {
    margin: 4px 0;
    color: #35393d
}

.restaurant-card h2 {
    font-weight: 700;
    font-family: Poppins, sans-serif;
    min-height: 40px
}

.restaurant-bottom {
    width: 100%;
    padding: .5em;
    align-self: end;
    height: 10%;
    border-top: 1px solid rgb(192 192 192 / 70%);
    display: flex;
    justify-content: space-between
}

.address {
    color: #51ab6d;
    text-align: justify;
}

.list-menu-photo {
    margin-bottom: 0px;
    margin-top: 10px;
    display: flex;
}

.list-menu-photo li {
    cursor: pointer;
    white-space: nowrap;
    padding: 15px;
}

.tab-active,
.list-menu-photo li:hover {
    background: #F3F3F3;
    border-bottom: 3px solid #222;
}

.box-list-photo {
    margin: 15px 0;
}

.gallery,
.list-photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    justify-items: stretch;
    align-items: stretch;
    gap: 1svmin;
}

.gallery figure img,
.box-list-photo .image-photo {
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: 0.4s ease;

}

.gallery figure img:hover,
.box-list-photo .image-photo:hover {
    transform: scale(1.08);
    background-color: rgb(151, 152, 201);
    color: #FFF;
    border-radius: 5px;
}

.gallery figure,
.item-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.favorite-img {
    border-radius: 3px;
    position: absolute;
    font-size: 10px;
    color: #fff;
    left: 5px;
    bottom: 0;
    background: #00000070;
    padding: .1rem 0.5rem;
    cursor: pointer;
}

.feature-comment-slides .slick-dots,
.feature-slides .slick-dots {
    bottom: 4px;
    transform: translateX(-9px);
}

#comments_container .slick-dots {
    bottom: -20px !important;
}

.hot-box-items .slick-dots {
    bottom: -41px;
    left: 30px
}

.feature-comment-slides .slick-dots li,
.feature-slides .slick-dots li,
.hot-box-items .slick-dots li {
    margin: 0 0
}

.feature-slides .slick-dots li button,
.feature-comment-slides .slick-dots li button,
.hot-box-items .slick-dots li button {
    width: 9px;
    height: 9px
}

.feature-comment-slides .slick-dots li button:before,
.feature-slides .slick-dots li button:before,
.hot-box-items .slick-dots li button:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #3ba9a0;
    border-radius: 50%;
    opacity: 1
}

.slick-dots li.slick-active button:before {
    background: #12302e
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-prev:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â'
}

[dir=rtl] .slick-prev:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢'
}

[dir=rtl] .slick-next:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â'
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div#comments_container {
    margin-bottom: 40px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    display: none
}

.slick-slider.slick-initialized {
    display: block
}

.gallery figcaption {
    display: none;
}

.icon-favorite {
    width: 12px;
    height: 12px;
    object-fit: cover;
}

.favorite-img span {
    padding-right: 3px;
}

.restaurant-card h2 {
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 34px !important;
}

@media screen and (max-width: 740px) {
    #map_canvas {
        height: 300px;
    }

    .restaurant-card figure {
        padding-top: 60%;
    }
}

.magnific-img img {
    width: 100%;
    height: auto;
}


.magnific-img {
    display: inline-block;
    width: 32.3%;
    margin: 3px;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
* Remove all paddings around the image on small screen
*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 768px) {
    section.img-gallery-magnific{
        display: flex;
        flex-wrap: wrap;
    }
    .magnific-img {
        display: flex;
        display: inline-block;
        width: 48%;
        margin: 3px;
        box-sizing: border-box;
    }
}


/* Basic Grid Layout */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

[class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}

/* Default (mobile first) */
.col-1  { flex: 0 0 8.33%;  max-width: 8.33%; }
.col-2  { flex: 0 0 16.66%; max-width: 16.66%; }
.col-3  { flex: 0 0 25%;    max-width: 25%; }
.col-4  { flex: 0 0 33.33%; max-width: 33.33%; }
.col-5  { flex: 0 0 41.66%; max-width: 41.66%; }
.col-6  { flex: 0 0 50%;    max-width: 50%; }
.col-7  { flex: 0 0 58.33%; max-width: 58.33%; }
.col-8  { flex: 0 0 66.66%; max-width: 66.66%; }
.col-9  { flex: 0 0 75%;    max-width: 75%; }
.col-10 { flex: 0 0 83.33%; max-width: 83.33%; }
.col-11 { flex: 0 0 91.66%; max-width: 91.66%; }
.col-12 { flex: 0 0 100%;   max-width: 100%; }

/* Responsive: Tablet (≥ 768px) */
@media (min-width: 768px) {
  .col-md-1  { flex: 0 0 8.33%;  max-width: 8.33%; }
  .col-md-2  { flex: 0 0 16.66%; max-width: 16.66%; }
  .col-md-3  { flex: 0 0 25%;    max-width: 25%; }
  .col-md-4  { flex: 0 0 33.33%; max-width: 33.33%; }
  .col-md-5  { flex: 0 0 41.66%; max-width: 41.66%; }
  .col-md-6  { flex: 0 0 50%;    max-width: 50%; }
  .col-md-7  { flex: 0 0 58.33%; max-width: 58.33%; }
  .col-md-8  { flex: 0 0 66.66%; max-width: 66.66%; }
  .col-md-9  { flex: 0 0 75%;    max-width: 75%; }
  .col-md-10 { flex: 0 0 83.33%; max-width: 83.33%; }
  .col-md-11 { flex: 0 0 91.66%; max-width: 91.66%; }
  .col-md-12 { flex: 0 0 100%;   max-width: 100%; }
}

/* Responsive: Laptop (≥ 992px) */
@media (min-width: 992px) {
  .col-lg-1  { flex: 0 0 8.33%;  max-width: 8.33%; }
  .col-lg-2  { flex: 0 0 16.66%; max-width: 16.66%; }
  .col-lg-3  { flex: 0 0 25%;    max-width: 25%; }
  .col-lg-4  { flex: 0 0 33.33%; max-width: 33.33%; }
  .col-lg-5  { flex: 0 0 41.66%; max-width: 41.66%; }
  .col-lg-6  { flex: 0 0 50%;    max-width: 50%; }
  .col-lg-7  { flex: 0 0 58.33%; max-width: 58.33%; }
  .col-lg-8  { flex: 0 0 66.66%; max-width: 66.66%; }
  .col-lg-9  { flex: 0 0 75%;    max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.33%; max-width: 83.33%; }
  .col-lg-11 { flex: 0 0 91.66%; max-width: 91.66%; }
  .col-lg-12 { flex: 0 0 100%;   max-width: 100%; }
}

/* Responsive: Desktop (≥ 1200px) */
@media (min-width: 1200px) {
  .col-xl-1  { flex: 0 0 8.33%;  max-width: 8.33%; }
  .col-xl-2  { flex: 0 0 16.66%; max-width: 16.66%; }
  .col-xl-3  { flex: 0 0 25%;    max-width: 25%; }
  .col-xl-4  { flex: 0 0 33.33%; max-width: 33.33%; }
  .col-xl-5  { flex: 0 0 41.66%; max-width: 41.66%; }
  .col-xl-6  { flex: 0 0 50%;    max-width: 50%; }
  .col-xl-7  { flex: 0 0 58.33%; max-width: 58.33%; }
  .col-xl-8  { flex: 0 0 66.66%; max-width: 66.66%; }
  .col-xl-9  { flex: 0 0 75%;    max-width: 75%; }
  .col-xl-10 { flex: 0 0 83.33%; max-width: 83.33%; }
  .col-xl-11 { flex: 0 0 91.66%; max-width: 91.66%; }
  .col-xl-12 { flex: 0 0 100%;   max-width: 100%; }
}
.collapse-list {
    max-height: 0;
    margin:0;
    overflow: hidden;
    list-style: none;
    transition: max-height 0.4s ease;
}

.collapse-list.open {
    overflow: visible;
    padding: 15px 0px;
    max-height: 500px; /* Giá trị max đủ lớn để chứa toàn bộ danh sách */
}
.about-restaurant__contacts-item{
    padding: 10px 5px;
    border-bottom: 1px solid #b5a6a6;
    background-color: #FFF;
}
li.about-item{
    padding: 10px 5px;
    border: 1px solid #b5a6a6;
    background-color: #FFF;
}
.text-center{
    text-align: center;
}
.time-open table{
    width:100%;
    padding-top: 15px;
    margin:0 auto
}
