﻿/*--------------------*/
* {
    box-sizing: border-box;
}

html, body, #FoodyApp, #s7uApp {
    height: 100%;
    width: 100%;
}

.s7u-wrapper {
    /*width: 60%;*/
    /*width: 872.5px;*/ /*Scale Banner for 3 Item cell*/
    /*margin: 0 auto;*/
}

.s7u-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.s7u-cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    /*width: 25%;*/
    width: 33.33%; /*3 item on Row*/
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .s7u-cell:last-child {
        margin-right: 0;
    }

/*--------------------*/

.s7u-container {
    background: -webkit-linear-gradient(141deg,#bad818,#78b62f 33%,#00ac51 71%);
    background: -o-linear-gradient(141deg,#bad818,#78b62f 33%,#00ac51 71%);
    background: linear-gradient(-51deg,#bad818,#78b62f 33%,#00ac51 71%);
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    min-height: 100%;
    background-image: url('images/7up_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 48px;
    background-size: cover;
    transition: all 0.5s;
}

.s7u-background {
    /*background-size:cover;
    height: 100%;
    width: 100%;
    position:fixed;
    z-index:1;*/
}

.s7u-content {
    position: relative;
    z-index: 2;
}

.s7u-banner .s7u-wrapper {
    /*width: 100% !important;*/
    /*height: 100%;*/
    /*height: 280px;*/
    /*background: #09733b;*/
}

.s7u-banner .s7u-wrapper-body {
    /*width: 1171px;*/
    width: 872.5px; /*Scale Banner for 3 Item cell*/
    height: 375px;
    /*height: 280px;*/
    background: #09733b;
}

.s7u-sliders img {
    width: 100%;
    height: 100%;
    max-height: 660px;
    /*min-height: 280px;
    max-height: 280px;*/
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.s7u-sliders-body img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
/*--------------------*/
.bx-pager.bx-default-pager {
    bottom: 70px;
    padding-top: 0;
    height: 12px;
    display: inline-block;
    width: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: none !important;
    border: 2px #fff solid;
    border-radius: 10px !important;
}

    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #fff !important;
    }

.bx-wrapper {
    margin-bottom: 0px !important;
}
/*--------------------*/
.s7u-logo {
    /*top: -8px;*/
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 5px;
}

    .s7u-logo img {
        width: auto !important;
        height: 42px;
    }
/*--------------------*/
.s7u-a-item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 74px;
}

.s7u-a-avatar {
    height: 270px;
    overflow: hidden;
}

    .s7u-a-avatar img {
        width: 100%;
        height: 100%;
        -o-object-fit: none;
        object-fit: none;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

.s7u-a-title {
    padding: 10px 10px 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 53px;
    height: 53px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: block-axis;
    box-sizing: border-box;
}

.s7u-a-summary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 5px;
    max-height: 66px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #848484;
    margin-top: 5px;
}

.s7u-user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

    .s7u-user-avatar img {
        width: 100%;
        height: 100%;
    }

.s7u-a-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.s7u-a-user-name {
    font-weight: bold;
}

.s7u-a-user-content {
    padding-left: 10px;
}

.s7u-box-meta {
    color: #757575;
    padding: 7px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    .s7u-box-meta ul {
        list-style: none;
    }

.s7u-box-meta-item {
    display: inline-block;
    margin-right: 8px;
}

.s7u-loading img {
    display: inline-block;
}

.s7u-loadmore {
    text-align: center;
    background: #08813e;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.s7u-province-list {
    padding: 5px;
    border: 1px #eee solid;
}

    .s7u-province-list:focus {
        outline: none;
    }

.s7u-button-center {
    margin: auto;
    padding: 10px 25%;
    width: 80%;
    border: 10px solid transparent;
    -webkit-border-image: url('images/day-images.png') 10 round; /* Safari 3.1-5 */
    -o-border-image: url('images/day-images.png') 10 round; /* Opera 11-12.1 */
    border-image: url('images/day-images.png') 10 round;
}
.s7u-button-center img{
    max-width: 100%;
}

.s7u-footer {
    background-image: url('images/dia-cua_2019-03-28/dia-cua-default.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 426px;
    background-size: contain;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.slick-vertical .slick-slide {
    width: auto;
    background: #fff;
    margin-bottom: 15px;
}
.slick-prev, .slick-next{
    display: none !important;
}
.slick-dots{
    display: none !important;
}
.slider-body-item {
    width: auto;
    height: auto;
    max-height: 250px;
    /*padding-bottom: 10px;*/
    margin: 10px;
    background-color: #fff;
    margin-top: 0;
}
.slider-body-item img {
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    /*.s7u-wrapper{
        width: 95%;
    }*/
    .s7u-button-center{
        border: none;
    }
    .bx-pager.bx-default-pager {
        bottom: 80px !important;
    }
    .s7u-footer {
        /*position: relative;*/
        min-height: 217px !important;
    }
    /*.s7u-container {
        background-image: none;
        background: linear-gradient(-51deg,#bad818,#78b62f 33%,#00ac51 71%);
        padding-bottom: 0;
    }
    .s7u-container {
        min-height: 4710px !important;
    }*/

}
    @media only screen and (max-width: 1600px) and (min-width: 1300px) {
        /*.s7u-container {
            min-height: 2940px;
        }*/
        /*.s7u-container {
            background-image: none;
            background: linear-gradient(-51deg,#bad818,#78b62f 33%,#00ac51 71%);
            padding-bottom: 0;
        }
        .s7u-button-center {
            border: none;
        }*/

        .s7u-footer {
            min-height: 338px;
        }
    }

@media (min-width: 1200px) {
    .container {
        max-width: 1070px;
        padding-bottom: 315px;
    }
}

@media only screen and (max-width: 1366px) {
    /*.s7u-container {
        min-height: 4200px;
        background-image: none;
        background: linear-gradient(-51deg,#bad818,#78b62f 33%,#00ac51 71%);
        padding-bottom: 0;
    }*/

    .s7u-footer {
        min-height: 303px;
    }

    .s7u-button-center {
        border: none;
    }
}

    /*@media only screen and (max-width: 1024px) and (max-height: 4400px) {
        .s7u-container {
            min-height: 4390px;
        }
    }*/

    /*@media only screen and (max-width: 1366px) and (max-height: 4400px) {
        .s7u-container {
            min-height: 4800px;
        }
    }*/
    @media only screen and (max-width: 1100px) {
        .s7u-footer {
            min-height: 227px;
        }

        /*.s7u-container {
            min-height: 4390px;
        }*/

        .s7u-button-center {
            border: none;
        }

        .s7u-container {
            background-image: none;
            background: linear-gradient(-51deg,#bad818,#78b62f 33%,#00ac51 71%);
            padding-bottom: 0;
        }
    }

    @media only screen and (max-width: 2000px) and (min-width: 1601px) {
        /*.s7u-container {
            min-height: 3616px;
        }*/

        .s7u-sliders-body li iframe {
            height: 500px;
        }

        .s7u-footer {
            min-height: 420px;
        }
    }

    .slider-body-item a img {
        display: block;
        float: left;
        width: 100%;
        max-height: 200px;
        height: 100%;
        border-radius: 0;
    }

    .slider-body-item .title-slider {
        font-weight: 700;
        padding: 10px 10px 0;
        height: 29px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        color: #000000;
    }

    .slider-body-item .title-slider-small {
        font-weight: 700;
        padding: 10px 10px 0;
        height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        font-size: 25px;
    }

    .slider-body-item .address {
        color: #777;
        font-size: 12px;
        padding: 5px 5px 5px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

    .slider-body-item .address-small {
        color: #777;
        font-size: 23px;
        padding: 10px 5px 20px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

    .slider-body-item .promo {
        padding: 5px;
        border-top: 1px solid#eeeeee;
    }

    .slider-body-item .promo-small {
        padding: 10px;
        border-top: 1px solid#eeeeee;
        font-size: 22px;
    }

    .s7u-sliders-body .text-title-videos {
        /*margin: 15px 0 10px 0;*/
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
    }

.s7u-sliders-body .text-title-numviews {
    color: #565656;
    font-size: 16px;
}

    .s7u-sliders-body .text-title-numviews-small {
        margin: 15px 0 15px 0;
        font-size: 25px;
    }

    #banner-slider .bx-pager.bx-default-pager {
        bottom: 5px !important;
    }
.no-padding-left-right{
    padding-left: 0;
    padding-right: 0;
}
.no-margin-left-right{
    margin-left: 0;
    margin-right: 0;
}
.padding-top-padding-bottom{
    padding-bottom: 15px;
    padding-top: 15px;
}
.no-padding-right{
    padding-right: 0;
}
.no-padding-left{
    padding-left: 0;
}
.color-black{
    color: #000000;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.bg-gray {
    background-color: #eeeeee;
}
.padding-top-15{
    padding-top: 15px;
}