a:attr {
    class: 'abc'
}

.section_slider {
    position: relative;
    margin-top: -20px;
    margin-bottom: 0px
}

@media (max-width: 992px) {
    .section_slider {
        margin-top: 0
    }
}

.home-slider .slick-slide .slick-list {
    margin: 0 -20px
}

.home-slider .slick-slide .slick-slide {
    margin: 0 20px
}

.home-slider .slick-slide:hover, .home-slider .slick-slide:focus {
    outline: none;
    box-shadow: none;
    border: none
}

.home-slider .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 25px;
    text-align: center;
    z-index: 2
}

.home-slider .slick-arrow.slick-prev:before, .home-slider .slick-arrow.slick-next:before {
    font-family: "Font Awesome\ 5 Free";
    background: #fff;
    font-weight: 900;
    height: 25px;
    width: 25px;
    font-size: 12px;
    color: #333;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.home-slider .slick-arrow.slick-prev:hover:before, .home-slider .slick-arrow.slick-next:hover:before {
    background: #ffb300
}

.home-slider .slick-arrow.slick-prev {
    left: 0
}

.home-slider .slick-arrow.slick-prev:before {
    content: "\f104"
}

.home-slider .slick-arrow.slick-next {
    right: 0
}

.home-slider .slick-arrow.slick-next:before {
    content: "\f105"
}

.home-slider .slick-dots {
    text-align: center
}

.home-slider .slick-dots li {
    display: inline-block
}

.home-slider .slick-dots li button {
    border-radius: 0;
    height: 10px;
    width: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0;
    font-size: 0
}

.home-slider .slick-dots li + li {
    margin-left: 5px
}

.home-slider .slick-dots li.slick-active button {
    border-color: #f98018;
    background-color: #f98018;
    border-radius: 0;
    width: 10px
}

.home-slider .slick-slide {
    margin: 0
}

.home-slider .slick-slide img {
    background: transparent
}

.home-slider .slick-arrow {
    width: 45px;
    height: 45px;
    line-height: 45px
}

.home-slider .slick-arrow.slick-prev:before, .home-slider .slick-arrow.slick-next:before {
    width: 45px;
    height: 45px;
    font-size: 25px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 50%;
    line-height: 40px
}

@media (max-width: 767px) {
    .home-slider .slick-arrow.slick-prev:before, .home-slider .slick-arrow.slick-next:before {
        display: none
    }
}

.home-slider .slick-arrow.slick-prev {
    left: 5%
}

@media (min-width: 1200px) {
    .home-slider .slick-arrow.slick-prev {
        left: 15%
    }
}

.home-slider .slick-arrow.slick-prev:before {
    content: "\f053";
    padding-right: 5px
}

.home-slider .slick-arrow.slick-next {
    right: 5%
}

@media (min-width: 1200px) {
    .home-slider .slick-arrow.slick-next {
        right: 15%
    }
}

.home-slider .slick-arrow.slick-next:before {
    content: "\f054";
    padding-left: 5px
}

.home-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    padding: 0;
    border-radius: 15px;
    height: 24px;
    align-items: center;
    display: flex !important;
    justify-content: center
}

.home-slider .slick-dots li button {
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    background: transparent;
    margin-right: 5px
}

@media (max-width: 767px) {
    .home-slider .slick-dots li button {
        height: 10px;
        width: 10px
    }
}

.home-slider .slick-dots li.slick-active button {
    border-color: #fff;
    background-color: #fff;
    width: 15px
}

@media (max-width: 767px) {
    .home-slider .slick-dots li.slick-active button {
        width: 10px
    }
}

.list-blogs-link {
    margin-top: 30px
}

.heading h2, .heading h1, .heading h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #252525;
    padding: 0;
    margin: 0
}

.heading h2 a, .heading h2 span, .heading h1 a, .heading h1 span, .heading h4 a, .heading h4 span {
    color: #252525
}

.heading h2 a:hover, .heading h1 a:hover, .heading h4 a:hover {
    color: #ffb300
}

.title_main_page {
    width: 100%;
    float: left
}

.title_main_page .h1, .title_main_page h1, .title_main_page h2 {
    display: block;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #252525;
    margin: 0;
    padding: 0
}

.title_main_page p {
    display: block;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #707070;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
    margin: 0px 0 40px
}

.section_blog {
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .section_blog .banner {
        display: none
    }
}

.section_blog .title_module_main {
    margin-bottom: 15px
}

.section_blog .blogwp .blog-thumbnail .image-blog img {
    width: 100%;
    height: 205px
}

.section_blog .blogwp .blog-thumbnail .image-blog img.loaded {
    width: auto;
    height: auto
}

.section_blog .blogwp .content_blog {
    margin: 20px 0 10px
}

.section_blog .blogwp .content_blog h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px
}

.section_blog .blogwp .content_blog h3 a {
    color: #252525
}

.section_blog .blogwp .content_blog h3 a:hover {
    color: #ffb300
}

.section_blog .blogwp .content_blog .blog-bottom {
    color: #898989
}

.section_blog .blogwp .content_blog .blog-bottom .author {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px
}

.section_blog .blogwp .content_blog .blog-bottom .author i {
    margin-right: 3px;
    font-size: 13px
}

.section_blog .blogwp .content_blog .blog-bottom .post-date {
    display: inline-block;
    font-size: 12px
}

.section_blog .blogwp .content_blog .blog-bottom .post-date i {
    margin-right: 3px
}

@media (max-width: 767px) {
    .section_blog .blog_large .blogwp {
        margin-bottom: 25px
    }
}

.section_blog .blog_small {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb
}

.section_blog .blog_small:first-child {
    padding-top: 0
}

.section_blog .blog_small .image-blog {
    padding: 0px;
    width: 100px;
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative
}

.section_blog .blog_small .image-blog img {
    width: 100%;
    height: 57px
}

.section_blog .blog_small .image-blog img.loaded {
    width: auto;
    height: auto
}

.section_blog .blog_small .content_blog {
    width: calc(100% - 120px);
    display: block;
    float: left;
    margin: 0 0 0 20px
}

.section_blog .blog_small .content_blog h3 {
    margin-bottom: 0px
}

.section_blog .readmore {
    display: inline-block;
    margin-top: 25px
}

.section_menu_main {
    margin-bottom: 0px
}

.section_menu_main .wrap-large-img {
    width: calc(100% - 100px) !important;
    float: right
}

@media (max-width: 1199px) {
    .section_menu_main .wrap-large-img.wrap-full-image {
        width: 100% !important
    }
}

.section_menu_main .wrap-large-img .fullarge_img {
    position: relative
}

.section_menu_main .wrap-large-img .fullarge_img:before {
    background-image: url("");
    background-repeat: no-repeat;
    width: 439px;
    height: 347px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 30px;
    background-size: cover;
    right: 45px
}

@media (max-width: 1199px) {
    .section_menu_main .wrap-large-img .fullarge_img:before {
        display: none
    }
}

.section_menu_main .wrap-large-img .fullarge_img .large-image {
    background: #f7f5f6;
    margin-top: -105px;
    width: 457px
}

@media (min-width: 1200px) {
    .section_menu_main .wrap-large-img .fullarge_img .large-image {
        position: absolute
    }
}

@media (max-width: 1199px) {
    .section_menu_main .wrap-large-img .fullarge_img .large-image {
        margin-top: 0px;
        width: auto;
        background: #fff
    }
}

@media (max-width: 543px) {
    .section_menu_main .wrap-large-img .fullarge_img .large-image {
        height: 260px
    }
}

.section_menu_main .wrap-large-img .fullarge_img .large-image a {
    width: 100%;
    height: 457px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb
}

@media (max-width: 543px) {
    .section_menu_main .wrap-large-img .fullarge_img .large-image a {
        height: 260px
    }
}

.section_menu_main .wrap-large-img .fullarge_img .large-image a img {
    max-width: 100%;
    max-height: 100%
}

.section_menu_main .owlthumb {
    position: absolute;
    top: 0;
    width: 100px;
    float: left;
    margin-top: 45px
}

@media (max-width: 767px) {
    .section_menu_main .owlthumb {
        margin-top: 10px
    }
}

.section_menu_main .owlthumb .gallery_thumb_single .slick-list {
    margin: -15px 0
}

@media (max-width: 767px) {
    .section_menu_main .owlthumb .gallery_thumb_single .slick-list {
        margin: -5px 0
    }
}

.section_menu_main .owlthumb .gallery_thumb_single .slick-slide {
    margin: 15px 0
}

@media (max-width: 767px) {
    .section_menu_main .owlthumb .gallery_thumb_single .slick-slide {
        margin: 5px 0
    }
}

.section_menu_main .owlthumb .gallery_thumb_single .item .active {
    border-color: #ffb300
}

.section_menu_main .owlthumb .gallery_thumb_single .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ebebeb;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden
}

.section_menu_main .owlthumb .gallery_thumb_single .item a img {
    max-height: 100%;
    width: auto
}

.section_menu_main .wrap_right {
    text-align: left
}

@media (min-width: 1200px) {
    .section_menu_main .wrap_right {
        min-height: 300px
    }
}

@media (max-width: 991px) {
    .section_menu_main .wrap_right {
        margin-top: 25px
    }
}

.section_menu_main .wrap_right .title_product {
    margin-bottom: 10px;
    color: #898989
}

.section_menu_main .wrap_right .product-name {
    font-size: 31px;
    line-height: normal;
    margin: 0px;
    margin-bottom: 8px;
    font-weight: 400
}

.section_menu_main .wrap_right .product-name a {
    color: #252525
}

.section_menu_main .wrap_right .product-name a:hover {
    color: #ffb300
}

.section_menu_main .wrap_right .reviews_item_product {
    margin-top: 0px;
    overflow: hidden;
    display: block;
    margin-left: 0px
}

.section_menu_main .wrap_right .reviews_item_product .sapo-product-reviews-badge {
    margin: 0px auto;
    padding: 0px;
    text-align: center
}

.section_menu_main .wrap_right .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star {
    padding: 0px
}

.section_menu_main .wrap_right .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star i {
    font-size: 12px;
    font-family: 'FontAwesome'
}

.section_menu_main .wrap_right .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star i:before {
    font-family: 'FontAwesome'
}

.section_menu_main .wrap_right .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star .star-off-png:before {
    content: "\f005";
    color: #ddd
}

.section_menu_main .wrap_right .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #ffe382
}

.section_menu_main .wrap_right .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star .star-half-png:before {
    content: "\f089";
    color: #ffe382
}

.section_menu_main .wrap_right .reviews_item_product .sapo-product-reviews-badge div img {
    display: none
}

.section_menu_main .wrap_right .reviews_item_product .sapo-product-reviews-badge div p {
    display: none;
    font-size: 12px;
    color: #7b7b7b
}

.section_menu_main .wrap_right .price-box {
    margin-right: 8px;
    font-size: 36px;
    line-height: 28px;
    display: inline-block;
    color: #f98018;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700
}

.section_menu_main .wrap_right .price-box .compare-price {
    font-size: 23px;
    color: #959595;
    display: inline-block;
    text-decoration: line-through
}

.section_menu_main .wrap_right .deal {
    display: block;
    text-align: left;
    padding: 0px
}

.section_menu_main .wrap_right .deal .title_time_countdown {
    color: #707070
}

.section_menu_main .wrap_right .deal .times {
    margin: 10px 0 30px;
    display: inline-block
}

.section_menu_main .wrap_right .deal span {
    float: left;
    padding: 3px 15px 0;
    text-align: center;
    height: 70px;
    line-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    font-weight: 900;
    color: #585858;
    font-size: 32px;
    position: relative
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_menu_main .wrap_right .deal span {
        padding: 3px 10px
    }

    .section_menu_main .wrap_right .deal span:before {
        left: 5px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_menu_main .wrap_right .deal span {
        font-size: 28px;
        line-height: 28px;
        padding: 3px 10px
    }

    .section_menu_main .wrap_right .deal span:before {
        left: 8px
    }
}

@media (max-width: 767px) {
    .section_menu_main .wrap_right .deal span {
        padding: 3px 10px;
        font-size: 26px;
        line-height: 38px
    }

    .section_menu_main .wrap_right .deal span:before {
        left: 8px
    }
}

.section_menu_main .wrap_right .deal span.before {
    position: relative;
    height: 40px
}

.section_menu_main .wrap_right .deal span.before:before {
    content: "";
    width: 1px;
    height: 70px;
    background: #ebebeb;
    position: absolute;
    left: 15px;
    top: 0
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_menu_main .wrap_right .deal span.before:before {
        top: 15px;
        left: 10px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_menu_main .wrap_right .deal span.before:before {
        top: 0px;
        left: 10px
    }
}

.section_menu_main .wrap_right .deal span p {
    font-family: 400;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #252525;
    font-size: 16px;
    line-height: 28px
}

.section_menu_main .wrap_right .product-action .btn-buy {
    padding: 0;
    height: 52px;
    width: 165px;
    text-align: center;
    border-radius: 0px;
    border: none;
    background: #f98018;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 40px;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.section_menu_main .wrap_right .product-action .btn-buy:hover {
    background: #ffb300
}

.section_menu_main .wrap_right .product-action .btn-buy span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.section_set_menu {
    position: relative;
    padding: 60px 0 40px
}

@media (max-width: 767px) {
    .section_set_menu {
        padding: 40px 0
    }
}

.section_set_menu:before {
    background-image: url("");
    background-repeat: repeat-x;
    height: 7px;
    width: 100%;
    background-position: center top;
    content: "";
    position: absolute;
    top: 0
}

.section_set_menu .aside-home {
    margin-bottom: 0px;
    clear: left;
    text-align: right
}

@media (max-width: 767px) {
    .section_set_menu .aside-home {
        text-align: left;
        margin-bottom: 30px
    }
}

.section_set_menu .aside-home h2 {
    display: inline-block;
    position: relative;
    z-index: 999;
    padding: 0 40px 0 0;
    text-transform: none;
    font-family: "EB Garamond", serif;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
    color: #252525
}

@media (max-width: 767px) {
    .section_set_menu .aside-home h2 {
        padding: 0
    }
}

.section_set_menu .aside-home h2 span {
    font-size: 50px
}

@media (max-width: 767px) {
    .section_set_menu .aside-home h2 span {
        font-size: 30px !important
    }
}

.section_set_menu .aside-home h2 span i {
    font-size: 16px;
    margin-right: 5px
}

@media (min-width: 768px) {
    .section_set_menu .aside-home h2 span i {
        display: none
    }
}

@media (max-width: 767px) {
    .section_set_menu .aside-home .aside-content {
        display: none
    }
}

.section_set_menu .aside-home .aside-content .navbar-pills {
    background: #fff;
    z-index: 999;
    max-height: 330px;
    overflow-y: scroll;
    padding: 0px 15px 0px 0px;
    overflow-x: hidden;
    display: block
}

.section_set_menu .aside-home .aside-content .navbar-pills::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #e1e1e1;
    width: 4px
}

.section_set_menu .aside-home .aside-content .navbar-pills::-webkit-scrollbar {
    width: 4px;
    background-color: #e1e1e1
}

.section_set_menu .aside-home .aside-content .navbar-pills::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #ffb300;
    width: 5px
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item {
    position: relative;
    clear: left;
    font-size: 14px;
    padding: 0 0px 0 0px;
    display: block
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #252525;
    font-weight: 700;
    line-height: 1.7;
    padding: 13px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
    position: relative;
    display: block
}

@media (max-width: 767px) {
    .section_set_menu .aside-home .aside-content .navbar-pills .nav-item a {
        padding: 13px 20px 13px 0
    }
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item .fa {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    line-height: 28px;
    cursor: pointer;
    text-align: center;
    top: 10px;
    position: absolute;
    color: #ffb300
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv1 .fa {
    right: -10px
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv1 > a:hover {
    background: #ffb300;
    color: #252525
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv1 > a:hover > .fa {
    color: #333
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2 {
    padding: 0
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2 > a {
    padding: 13px 20px;
    color: #898989
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2 > a:hover {
    background: #ffb300;
    color: #252525
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2 > a:hover > .fa {
    color: #333
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2:hover > a {
    background: #ffb300;
    color: #252525
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2:hover > .fa {
    color: #333
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2 .fa {
    right: -10px
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2 {
    padding: 0
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2 > a {
    padding: 13px 20px 13px 40px;
    color: #898989
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2 > a:hover {
    background: #ffb300;
    color: #252525
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2 > a:hover > .fa {
    color: #333
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2:hover > a {
    background: #ffb300;
    color: #252525
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2:hover > .fa {
    color: #333
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.lv2 .fa {
    right: -10px
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.active > a {
    color: #f98018
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.active > .dropdown-menu {
    display: block
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item .dropdown-menu {
    width: 100%;
    border: 0;
    min-width: 100%;
    padding-left: 0px;
    box-shadow: none;
    margin-top: 0px;
    padding: 0px;
    position: static
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.active > a {
    color: #252525;
    background: transparent
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.active > a > i:before {
    content: "\f146"
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.active > i:before {
    content: "\f146"
}

.section_set_menu .aside-home .aside-content .navbar-pills .nav-item.active > .dropdown-menu {
    display: block;
    text-align: right
}

@media (max-width: 767px) {
    .section_set_menu .aside-home .aside-content .navbar-pills .nav-item.active > .dropdown-menu {
        text-align: left
    }
}

.section_top_food {
    padding: 40px 0;
    position: relative;
    margin-bottom: 0px
}

@media (max-width: 991px) {
    .section_top_food {
        margin-bottom: 40px
    }
}

.section_top_food:before {
    background-image: url("");
    background-repeat: repeat-x;
    height: 7px;
    width: 100%;
    background-position: center top;
    content: "";
    position: absolute;
    top: 0
}

.section_top_food .title_module_main h2 {
    display: inline-block;
    margin-bottom: 25px
}

.section_top_food .title_module_main h2 a {
    color: #fff
}

.section_top_food .title_module_main h2 a:hover {
    color: #ffb300
}

.section_top_food .title_module_main .readmore {
    color: #fff;
    position: absolute;
    top: 35px;
    display: inline-block;
    right: 0
}

@media (max-width: 767px) {
    .section_top_food .title_module_main .readmore {
        top: 95px;
        right: 60px
    }
}

.section_top_food .title_module_main .readmore i {
    margin-top: 5px;
    margin-left: 5px
}

.section_top_food .title_module_main .readmore:hover {
    color: #f98018
}

@media (max-width: 767px) {
    .section_top_food .slick-top {
        padding-top: 50px
    }
}

.section_top_food .slick-top .slick-list {
    margin: -15px
}

.section_top_food .slick-top .slick-slide {
    margin: 15px
}

@media (min-width: 1200px) {
    .section_top_food .slick-top .item_product_main .image_thumb {
        height: 263px
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .section_top_food .slick-top .item_product_main .image_thumb {
        height: 330px
    }
}

.section_top_food .slick-top .item_product_main .image_thumb img {
    max-width: 100%;
    max-height: 100%;
    height: 100%
}

@media (min-width: 1200px) {
    .section_top_food .slick-top .item_product_main .image_thumb img {
        min-height: 263px
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .section_top_food .slick-top .item_product_main .image_thumb img {
        height: 330px
    }
}

.section_top_food .slick-top .item_product_main .image_thumb img.loaded {
    min-height: unset;
    height: unset
}

.item_product_list {
    padding: 0
}

.item_product_list .product_main_list_mini .product-thumbnail {
    width: 110px
}

.item_product_list .product_main_list_mini .product-thumbnail .image_thumb {
    height: auto
}

.item_product_list .product_main_list_mini .product-thumbnail .image_thumb img {
    min-height: 110px
}

.item_product_list .product_main_list_mini .product-thumbnail .image_thumb img.loaded {
    min-height: unset
}

.item_product_list .product_main_list_mini .product-info {
    width: calc(100% - 110px);
    float: left;
    text-align: left;
    padding: 0 0 0 20px
}

.item_product_list .product_main_list_mini .product-info .price-box {
    padding-bottom: 15px
}

.item_product_list .product_main_list_mini .product-action {
    position: unset;
    transform: unset
}

.item_product_list .product_main_list_mini .product-action .btn-views {
    opacity: 1 !important
}

.item_product_main_big {
    border: 0
}

.item_product_main_big .product-thumbnail .image_thumb {
    width: 430px;
    height: 430px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .item_product_main_big .product-thumbnail .image_thumb {
        width: auto;
        height: auto
    }
}

.item_product_main_big .product-thumbnail .image_thumb img.loaded {
    min-height: unset
}

.section_space_restaurant {
    margin-bottom: 0px;
    padding-top: 75px;
}

.section_space_restaurant .title_module_main {
    margin: 20px 0 10px
}

.section_space_restaurant .title_module_main h2 {
    line-height: 53px
}

.section_space_restaurant .des_sum {
    margin: 15px 0 30px;
    display: block;
    color: #898989;
    position: relative
}

.section_space_restaurant .readmore {
    width: 125px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #ebebeb;
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .section_space_restaurant .readmore {
        display: none
    }
}

.section_space_restaurant .readmore:hover {
    color: #fff;
    background: #f98018;
    border-color: #f98018
}

.section_space_restaurant .slick-album .slick-list {
    margin: 0 -15px
}

.section_space_restaurant .slick-album .slick-slide {
    margin: 0 15px
}

.section_space_restaurant .slick-album .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 45px;
    text-align: center;
    z-index: 2
}

.section_space_restaurant .slick-album .slick-arrow.slick-prev:before, .section_space_restaurant .slick-album .slick-arrow.slick-next:before {
    font-family: "Font Awesome\ 5 Free";
    background: #ebebeb;
    font-weight: 900;
    height: 45px;
    width: 45px;
    font-size: 14px;
    color: #898989;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.section_space_restaurant .slick-album .slick-arrow.slick-prev:hover:before, .section_space_restaurant .slick-album .slick-arrow.slick-next:hover:before {
    background: #ffb300;
    color: #fff
}

.section_space_restaurant .slick-album .slick-arrow.slick-prev {
    left: 0
}

.section_space_restaurant .slick-album .slick-arrow.slick-prev:before {
    content: "\f060"
}

.section_space_restaurant .slick-album .slick-arrow.slick-next {
    right: 0
}

.section_space_restaurant .slick-album .slick-arrow.slick-next:before {
    content: "\f061"
}

.section_space_restaurant .slick-album .item .al-item {
    text-align: center;
    position: relative
}

.section_space_restaurant .slick-album .item .al-item img {
    width: 100%
}

@media (min-width: 1200px) {
    .section_space_restaurant .slick-album .item .al-item img {
        min-height: 435px
    }
}

.section_space_restaurant .slick-album .item .al-item img.loaded {
    min-height: unset;
    height: unset;
    width: auto
}

.section_space_restaurant .slick-album .item .al-item:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.section_space_restaurant .slick-album .item .al-item:hover a {
    display: block
}

.section_space_restaurant .slick-album .item .al-item a {
    display: none;
    width: 45px;
    height: 45px;
    background: #f98018;
    color: #fff;
    line-height: 45px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9
}

@media (max-width: 767px) {
    .ekko-lightbox {
        top: 7%;
        padding-top: 30px
    }
}

.ekko-lightbox .modal-dialog {
    max-width: auto !important
}

.ekko-lightbox .modal-dialog .modal-body {
    padding: 10px 10px 5px 10px !important
}

@media (max-width: 767px) {
    .ekko-lightbox .modal-dialog .modal-body {
        padding: 20px 10px 0px 10px !important
    }
}
