/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*, html, body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

body {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    min-width: 1024px;
    position: relative;
    overflow: auto;
    background-size: cover;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

ul, ol {
    list-style: none;
}

a:link {
    color: inherit;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

.wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.wrapper-horizontal {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.wrapper-vertical {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.full-width {
    float: left;
    width: 100% !important;
    height: auto;
}

.full-wrapper {
    float: left;
    width: 100% !important;
    height: 100% !important;
}

.base-title {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #9b1a1a;
    text-transform: uppercase;
}

.container {
    float: left;
    width: calc(100% - 10px);
    padding: 0 5px;
    max-width: 1200px;
}

#header-outer {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: calc(100% - 20px);
    padding: 0 10px;
    z-index: 9999;
    background-color: #fff;
    min-width: 1024px;
}

#header-inner {
    float: left;
    width: 100%;
}

#header-logo {
    float: left;
    height: 100%;
    width: 165px;
}

#header-logo a {
    float: left;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

#header-logo img, #header-logo h1 {
    float: left;
    height: 80%;
    max-width: 100%;
    object-fit: contain;
}

#header-logo h1 img {
    height: 100%;
}

#header-logo figcaption {
    float: left;
    width: 100%;
    height: 25%;
    font-size: 10px;
    color: #888;
    font-style: italic;
}

#header-search {
    float: left;
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

#header-search form {
    height: 34px;
    width: 340px;
    position: relative;
    overflow: hidden;
}

#header-search input {
    float: left;
    height: calc(100% - 2px);
    width: calc(100% - 52px);
    border: 1px solid #eee;
    padding: 0 40px 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
}

#header-search button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: calc(100% - 2px);
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 34px;
    background-color: transparent;
    cursor: pointer;
    color: #444;
    font-size: 16px;
}

#header-language {
    height: 100%;
    float: left;
    width: 160px;
    margin: 0 10px;
}

#header-language a {
    float: left;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 5px;
}

#header-language img {
    width: 40px;
}

#nav, #nav ul {
    float: right;
    height: 100%;
}

#nav {

}

#nav li {
    float: left;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: #777;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: relative;
}

#nav li a {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav li.active {
    background-color: #9b1a1a;
    color: #fff;
}

#nav li:hover {
    background-color: #c79d30;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

#nav li:hover .nav-toggle {
    display: block;
}

.nav-toggle {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
    z-index: 1;
}

.nav-toggle a:hover {
    background-color: #c79d30;
    color: #fff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.nav-toggle a {
    float: left;
    width: calc(100% - 20px);
    color: #888;
    white-space: nowrap;
    padding: 0 10px;
    height: 40px;
    display: flex;
    align-items: center;
}

#header {
    float: left;
    width: 100%;
    height: 60px;
}

#main {
    float: left;
    width: 100%;
}

#home-slider {
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
    background-color: #e9ebee;
    padding: 20px 0;
}

#nav-categories {
    float: left;
    width: 100%;
}

.nav-category {
    float: left;
    width: calc(100% / 8 - 20px * (7 / 8));
    height: 70px;
    background-color: yellow;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
}

.nav-category:nth-child(8n + 0) {
    margin-right: 0;
}

.nav-category:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
}

.nav-category a {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.nav-category-background {
    width: 100%;
    height: 100%;
}

.nav-category-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-category-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav-category-icon img {
    width: 30px;
    height: 30px;
}

.nav-category-icon figcaption {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.row {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.image-scale-square {
    width: 100%;
    position: relative;
    padding-top: 100%;
}

.image-scale-video {
    width: 100%;
    position: relative;
    padding-top: 57%;
}

.image-scale-cuisine {
    width: 100%;
    position: relative;
    padding-top: 75%;
}

.image-scale-blog, .image-scale-recipe {
    width: 100%;
    position: relative;
    padding-top: 62.5%;
}

.image-scale-square img, .image-scale-video img, .image-scale-blog img, .image-scale-recipe img, .image-scale-cuisine img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.row-content-left {
    float: left;
    width: 61.8%;
}

.row-content-right {
    float: left;
    width: calc(38.2% - 30px);
    margin-left: 30px;
}

.home-cuisine-title {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #9b1a1a;
    text-transform: uppercase;
}

.home-cuisine-items {
    float: left;
    width: 100%;
}

.home-cuisine-item {
    float: left;
    width: calc(100% / 4 - 20px * (3 / 4));
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.home-cuisine-item:nth-child(4n + 0) {
    margin-right: 0;
}

.home-cuisine-item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.home-cuisine-item-title-link {
    float: left;
    width: 100%;
}

.home-cuisine-item-image {
    float: left;
    width: 100%;
}

.home-cuisine-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.home-cuisine-item-title {
    font-size: 0.9rem;
    font-weight: bold;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    margin: 10px 5px;
    text-transform: uppercase;
}

.cuisine-video-items {
    float: left;
    width: 100%;
}

.home-cuisine-video-item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.home-cuisine-video-item:hover {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.home-cuisine-video-item-image {
    float: left;
    width: 38.2%;
    height: 100%;
}

.home-cuisine-video-item-image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.home-cuisine-video-item-title-link {
    float: left;
    width: calc(61.8% - 20px);
    margin-left: 10px;
}

.home-cuisine-video-item-title {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    text-align: justify;
}

.home-cuisine-video-item-time {
    position: absolute;
    left: calc(38.2% + 10px);
    bottom: 0;
    font-size: 10px;
    color: #666;
}

.home-cuisine-video-item-view {
    position: absolute;
    left: calc(38.2% + 10px);
    bottom: 0;
    font-size: 10px;
    color: #666;
}

.cuisine-video-more {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    border: 1px dashed #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cuisine-video-more:hover {
    background-color: #9b1a1a;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.home-cuisine-recommend {
    float: left;
    width: 100%;
    padding-top: 30%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 100px;
}

.home-cuisine-recommend-background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
}

.home-cuisine-recommend-background img, .home-cuisine-recommend-cover img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-cuisine-recommend-cover {
    position: absolute;
    z-index: 2;
    top: 15%;
    right: 3%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

.home-cuisine-recommend-info {
    position: absolute;
    z-index: 2;
    bottom: 5%;
    left: 3%;
    width: 40%;
    color: #fff;
}

.home-cuisine-recommend-info-title {
    float: left;
    width: calc(100% - 20px);
    margin-bottom: 15px;
    font-size: 1.7rem;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
}

.home-cuisine-recommend-info-description {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.8rem;
    font-weight: 300;
    text-align: justify;
}

.home-cuisine-recommend-info-read-more {
    float: left;
    background-color: #ffae00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 20px;
    cursor: pointer;
    color: #424242;
}

.home-cuisine-recommend-info-read-more:hover {
    background-color: #9b1a1a;
    color: #fff;
}

.home-cuisine-blog-left {
    float: left;
    width: 55%;
}

.home-cuisine-blog-right {
    float: left;
    width: calc(45% - 15px);
    margin-left: 15px;
}

.home-cuisine-blog-top {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 62.5%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.home-cuisine-blog-top img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-cuisine-blog-top-title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
}

.home-cuisine-blog-item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.home-cuisine-blog-item-image {
    float: left;
    width: 24%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 5px;
}

.home-cuisine-blog-item-title h2 {
    font-size: 1.1rem;
    color: #222;
    font-weight: bold;
}

.home-cuisine-blog-item-description {
    font-size: 0.85rem;
    width: 100%;
    color: #777;
    font-weight: normal;
}

.home-cuisine-blog-read-more {
    float: left;
    text-align: center;
    width: 100%;
}

.home-cuisine-blog-read-more a {
    border: 1px solid #0f74b8;
    padding: 5px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #0f74b8;
    font-size: 0.85rem;
}

.home-cuisine-read-more {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.home-cuisine-read-more a {
    border: 1px solid #0f74b8;
    padding: 5px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #0f74b8;
    font-size: 0.85rem;
}

.home-cuisine-blog-read-more a:hover {
    border: 1px solid #083a5c;
    color: #083a5c;
}

#footer-outer {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#footer-left {
    float: left;
    width: calc(100% - 552px);
    border: 1px solid #eee;
    padding: 20px;
    height: 88px;

}

#footer-right {
    float: left;
    margin-left: 10px;
    width: 500px;
    background-color: #fafafa;
    height: 130px;
}

#footer-logo {
    float: left;
    width: 132px;
}

#footer-logo img {
    width: 132px;
}

#footer-logo figcaption {
    float: left;
    width: 100%;
    height: 25%;
    font-size: 10px;
    color: #888;
    font-style: italic;
}

#footer-contact {
    float: left;
    width: calc(100% - 162px);
    margin-left: 30px;
    position: relative;
}

#footer-contact-line-one {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #444;
}

#footer-contact-line-two {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
}

#footer-contact-line-two i {
    color: #9b1a1a;
    font-size: 18px;
    margin-right: 5px;
}

#footer-contact-line-two a:hover {
    text-decoration: underline;
}

#footer-contact-line-three {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}

#footer-policy {
    width: 100%;
    float: left;
    text-align: right;
}

#footer-policy a {
    text-decoration: underline;
}

#breadcrumb {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.breadcrumb-item, .breadcrumb-icon {
    float: left;
    margin-right: 10px;
    color: #444 !important;
    font-size: 14px;
}

.breadcrumb-item:last-child {
    margin-right: 0;
}

.row-recipe-left {
    float: left;
    width: calc(100% - 320px);
    min-height: 1px;
}

.row-recipe-right {
    float: left;
    width: 300px;
    margin-left: 20px;
}

#recipe-content-detail-cover {
    float: left;
    width: 100%;
}

#recipe-content-detail-cover img {
    width: 100%;
    object-fit: cover;
}

#recipe-content-detail-title {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
}

#recipe-content-detail-description {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: justify;
    color: #444;
}

#recipe-content-detail-info {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.recipe-content-detail-info-item {
    float: left;
    min-width: 100px;
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
    font-weight: bold;
}

.recipe-content-detail-info-item-name {
    float: left;
    width: 100%;
    color: #444;
    font-size: 18px;
}

.recipe-content-detail-info-item-value {
    float: left;
    width: 100%;
    color: #9b1a1a;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.recipe-content-detail-title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#recipe-content-detail-ingredients, #recipe-content-detail-steps {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.ingredient {
    float: left;
    width: calc(100% / 3);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ingredient-icon {
    float: left;
    margin-right: 5px;
    font-size: 1rem;
    color: #9b1a1a;
}

.ingredient-name {
    float: left;
    font-size: 14px;
    color: #1d2129;
    font-weight: bold;
}

.ingredient-unit {
    color: #444;
    font-size: 13px;
    font-weight: normal;
}

.recipe-step {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.recipe-step-number {
    float: left;
    width: 65px;
    color: #9b1a1a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #9b1a1a;
    white-space: nowrap;
}

.recipe-step-number i {
    font-size: 1em;
    margin-left: 10px;
}

.recipe-step-content {
    float: left;
    width: calc(100% - 85px);
    margin-left: 20px;
}

.recipe-step-description {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #444;
    text-align: justify;
}

.recipe-step-galleries {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.recipe-step-gallery-image {
    float: left;
    width: calc(100% / 3 - 5px * (2 / 3));
    margin-right: 5px;
}

.recipe-step-gallery-image:nth-child(3n + 0) {
    margin-right: 0;
}

.recipe-step-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.related-recipe-title {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #9b1a1a;
    text-transform: uppercase;
}

.related-recipe-items {
    float: left;
    width: 100%;
}

.related-recipe-item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.related-recipe-item:hover {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.related-recipe-item-image {
    float: left;
    width: 30%;
    height: 100%;
}

.related-recipe-item-image img {
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.related-recipe-item-title-link {
    float: left;
    width: calc(70% - 20px);
    margin-left: 10px;
}

.related-recipe-item-title {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-align: left;
    text-transform: uppercase;
}

.related-recipe-item-view {
    position: absolute;
    left: calc(30% + 10px);
    bottom: 0;
    font-size: 10px;
    color: #666;
}

#recipe-filter {
    float: left;
    width: calc(100% - 2px);
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px dashed #eee;
}

#recipe-filter-menus {
    float: left;
    width: 100%;
    background-color: #f6f6f6;
}

.recipe-filter-menu {
    float: left;
    padding: 5px 10px;
    margin: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.recipe-filter-menu.active {
    background-color: #fff;
    border: 1px solid #eee;
}

.recipe-filter-menu-right {
    float: right;
    padding: 5px 10px;
    margin: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    background-color: #9b1a1a;
}

.recipe-filter-tab {
    display: none;
    float: left;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.recipe-filter-tab.active {
    display: block;
}

.recipe-filter-tab-item {
    float: left;
    width: calc(100% / 7 - 20px);
    margin: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#recipe-filter-tab-category .recipe-filter-tab-item {
    width: calc(100% / 5 - 20px);
}

#recipe-filter-tab-region .recipe-filter-tab-item {
    width: calc(100% / 6 - 20px);
}

#recipe-filter-tab-season .recipe-filter-tab-item {
    width: calc(100% / 5 - 20px);
}

.recipe-filter-tab-item input {
    float: left;
    margin-right: 5px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    border: unset;
    outline: unset;
    cursor: pointer;
}

.recipe-filter-tab-item label {
    float: left;
    cursor: pointer;
}

.recipe-index-item {
    float: left;
    width: calc(100% / 4 - 20px * (3 / 4));
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.recipe-index-item:nth-child(4n + 0) {
    margin-right: 0;
}

.recipe-index-item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.aside-content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.aside-content-ads {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.aside-content-ads img {
    float: left;
    width: 100%;
}

#aside-content-scroll-ads {
    float: left;
    width: 100%;
}

#cuisine-pagination {
    float: left;
    width: 100%;
}

.cuisine-pagination-number {
    float: left;
    height: 36px;
    min-width: 36px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    color: #444;
}

.cuisine-pagination-number.active, .cuisine-pagination-number:hover {
    background-color: #9b1a1a;
    color: #fff;
}

.blog-title {
    float: left;
    width: calc(100% - 300px);
}

.blog-search {
    float: right;
    width: 300px;
}

#blog-index {
    margin: 0 0 20px 0;
}

.blog-title {

}

.blog-category {
    float: left;
    padding: 4px 10px;
    color: #222 !important;
    background-color: #fff;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #9b1a1a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
}

.blog-category:hover {
    -webkit-box-shadow: 0 0 6px rgba(238, 44, 44, 0.8);
    -moz-box-shadow: 0 0 6px rgba(238, 44, 44, 0.8);
    box-shadow: 0 0 6px rgba(238, 44, 44, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-category:last-child {
    margin-right: 0;
}

.search-box {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-box form {
    height: 34px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.search-box input {
    float: left;
    height: calc(100% - 2px);
    width: calc(100% - 52px);
    border: 1px solid #eee;
    padding: 0 40px 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
}

.search-box button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: calc(100% - 2px);
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 34px;
    background-color: transparent;
    cursor: pointer;
    color: #444;
    font-size: 16px;
}

.blog-items {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.blog-item {
    float: left;
    width: calc(100% / 3 - 20px - 6px);
    padding: 10px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 3px;
    line-height: 1.5;
}

.blog-item-image {
    float: left;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
}

.blog-item-image img {
    float: left;
    width: 100%;
}

.blog-item-title {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #444;
    text-align: left;
    text-transform: uppercase;
}

.blog-item-description {
    float: left;
    width: 100%;
    font-size: 0.85rem;
    margin-top: 15px;
    color: #444;
}

#article-content {
    font-size: 16px;
    line-height: 1.5;
}

#article-content article {
    float: left;
    width: 100%;
    text-align: justify;
    color: #111;
    font-family: "Open Sans", serif;
}

#article-content h1 {
    font-size: 28px;
    float: left;
    width: 100%;
    margin: 15px 0;
    font-weight: bold;
    color: #444;
    text-align: left;
}

#article-content article h2 {
    font-size: 22px;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    color: #9b1a1a;
}


#article-content article h3 {
    font-size: 18px;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    color: #0E786A;
}

#article-content article a {
    color: blue;
}

#article-content article a:hover {
    text-decoration: underline;
}

#article-content article p {
    margin: 8px 0;
    text-align: justify;
}

#article-content article img {
    display: flex;
    justify-content: center;
    max-width: 90%;
    height: auto !important;
    margin: 15px auto;
    clear: both;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#article-content article figcaption {
    color: #888;
}

#article-content article ul, #article-content article ol {
    margin-left: 30px;
}

#article-content article ul li, #article-content article ol li {
    list-style-type: disc;
}

.video-items {
    float: left;
    width: 100%;
}

.video-item {
    float: left;
    width: calc(100% / 4 - 15px * (3 / 4));
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.video-item-image img {
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.video-item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.video-item:nth-child(4n + 0) {
    margin-right: 0;
}

.video-item-title-link {
    float: left;
    width: calc(100% - 10px);
    padding: 5px;
}

.video-item-title {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #444;
    text-align: center;
    overflow: hidden;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-category-title {
    margin-bottom: 10px;
}

.video-categories {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.video-category {
    float: left;
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    color: #444;
}

.video-category:hover {
    color: coral;
}

.video-category input {
    height: 26px;
    width: 26px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    z-index: -1;
}

.video-detail-title {
    font-size: 20px;
    float: left;
    width: 100%;
    margin: 15px 0;
    font-weight: bold;
    color: #444;
    text-align: justify;
}

.video-detail-description {
    font-size: 13px;
    float: left;
    width: 100%;
    color: #888;
    text-align: justify;
    margin-bottom: 20px;
}

.video-item-detail-title {
    font-size: 12px;
}

.lazy-loading {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    margin: auto;
}

#content-tags {
    float: left;
    width: 100%;
    font-size: 0.7rem;
    margin: 10px 0 20px 0;
}

#content-tags h3 {
    font-size: inherit;
}

#content-tags span {
    float: left;
    padding: 3px 0;
    font-weight: bold;
}

#content-tags a {
    float: left;
    width: auto;
    margin-left: 3px;
    padding: 3px 6px;
    background-color: #e1e1e1;
    margin-bottom: 3px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#content-tags a:hover, #content-tags a:active {
    background-color: #ccc;
    color: #333;
}
/* Mobile styles - responsive */
@media (max-width: 768px) {
*, html, body {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    position: relative;
    background-color: #fff;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

ul, ol {
    list-style: none;
}

a:link {
    color: inherit;
}

.no-scroll {
    overflow: hidden !important;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

.wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.wrapper-horizontal {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.wrapper-vertical {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.full-width {
    float: left;
    width: 100% !important;
    height: auto;
}

.base-title {
    float: left;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #9b1a1a;
    text-transform: uppercase;
}

.container {
    float: left;
    width: calc(100% - 10px);
    padding: 0 5px;
    max-width: 1200px;
}

#header-outer {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}

#header-inner {
    float: left;
    width: 100%;
    background-color: #fff;
}

#header-logo {
    float: left;
    height: 100%;
    width: auto;
}

#header-logo img, #header-logo h1 {
    float: left;
    height: 70%;
    width: auto;
}

#header-logo h1 img {
    height: 100%;
}

#header-logo figcaption {
    float: left;
    width: 100%;
    height: 30%;
    font-size: 9px;
    color: #888;
    font-style: italic;
}

#header-search {
    float: left;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
}

#header-search form {
    height: 34px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#header-search input {
    float: left;
    height: calc(100% - 2px);
    width: calc(100% - 52px);
    border: 1px solid #eee;
    padding: 0 40px 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
}

#header-search button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: calc(100% - 2px);
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 34px;
    background-color: transparent;
    cursor: pointer;
    color: #444;
    font-size: 16px;
}
#header-language {
    height: 100%;
    float: left;
    width: 160px;
    margin: 0 10px;
}

#header-language a {
    float: left;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 5px;
}

#header-language img {
    width: 40px;
}
.header-show-menu {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#header-show-button {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c79d30;
    cursor: pointer;
}

#header-toggle-menu {
    float: left;
    width: 100%;
    height: auto;
    display: none;
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: 999999;
}

#nav, #nav ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav {
    margin: 5px;
    width: calc(100% - 10px);
    background-color: #fff;
}

#nav li {
    float: left;
    padding: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #777;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    width: calc(100% / 3 - 1px);
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #eee;
}

#nav li:last-child {
    border-right: none;
}

#nav li a {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav li.active {
    color: #c79d30;
    font-weight: bold;
}

#nav li:hover {
    background-color: #c79d30;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

#nav li:hover .nav-toggle {
    display: block;
}

.nav-toggle {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
    z-index: 1;
}

.nav-toggle a:hover {
    background-color: #c79d30;
    color: #fff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.nav-toggle a {
    float: left;
    width: calc(100% - 20px);
    color: #888;
    white-space: nowrap;
    padding: 0 10px;
    height: 40px;
    display: flex;
    align-items: center;
}

#header {
    float: left;
    width: 100%;
    height: 50px;
}

#main {
    float: left;
    width: 100%;
}

#home-slider {
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-bottom: 10px;
    background-color: #e9ebee;
    padding: 0;
}

#nav-categories {
    float: left;
    width: 100%;
    display: none;
}

.nav-category {
    float: left;
    width: calc(100% / 8 - 20px * (7 / 8));
    height: 70px;
    background-color: yellow;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
}

.nav-category:nth-child(8n + 0) {
    margin-right: 0;
}

.nav-category:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
}

.nav-category a {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.nav-category-background {
    width: 100%;
    height: 100%;
}

.nav-category-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-category-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav-category-icon img {
    width: 30px;
    height: 30px;
}

.nav-category-icon figcaption {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

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

.image-scale-square {
    width: 100%;
    position: relative;
    padding-top: 100%;
}

.image-scale-video {
    width: 100%;
    position: relative;
    padding-top: 57%;
}

.image-scale-cuisine {
    width: 100%;
    position: relative;
    padding-top: 75%;
}

.image-scale-blog, .image-scale-recipe {
    width: 100%;
    position: relative;
    padding-top: 62.5%;
}

.image-scale-square img, .image-scale-video img, .image-scale-blog img, .image-scale-recipe img, .image-scale-cuisine img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.row-content-left {
    float: left;
    width: 100%;
}

.row-content-right {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.home-cuisine-title {
    float: left;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #9b1a1a;
    text-transform: uppercase;
}

.home-cuisine-items {
    float: left;
    width: 100%;
}

.home-cuisine-item {
    float: left;
    width: calc(100% / 2 - 5px * (1 / 2));
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.home-cuisine-item:nth-child(2n + 0) {
    margin-right: 0;
}

.home-cuisine-item-title-link {
    float: left;
    width: 100%;
}

.home-cuisine-item-image {
    float: left;
    width: 100%;
}

.home-cuisine-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-cuisine-item-title {
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    margin: 5px;
    text-transform: uppercase;
}

.cuisine-video-items {
    float: left;
    width: 100%;
}

.home-cuisine-video-item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.home-cuisine-video-item:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.home-cuisine-video-item-image {
    float: left;
    width: 38.2%;
    height: 100%;
}

.home-cuisine-video-item-image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.home-cuisine-video-item-title-link {
    float: left;
    width: calc(61.8% - 20px);
    margin-left: 10px;
}

.home-cuisine-video-item-title {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    text-align: left;
    text-transform: uppercase;
}

.home-cuisine-video-item-time {
    position: absolute;
    left: calc(38.2% + 10px);
    bottom: 0;
    font-size: 10px;
    color: #666;
}

.home-cuisine-video-item-view {
    position: absolute;
    left: calc(38.2% + 10px);
    bottom: 0;
    font-size: 10px;
    color: #666;
}

.cuisine-video-more {
    float: left;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    border: 1px dashed #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cuisine-video-more:hover {
    background-color: #9b1a1a;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.home-cuisine-recommend {
    float: left;
    width: 100%;
    padding-top: 50%;
    position: relative;
    margin-top: 30px;
}

.home-cuisine-recommend-background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
}

.home-cuisine-recommend-background img, .home-cuisine-recommend-cover img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-cuisine-recommend-cover {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 3%;
    width: 30%;
    height: 60%;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.home-cuisine-recommend-info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    padding: 5px;
    width: calc(100% - 10px);
    color: #fff;
}

.home-cuisine-recommend-info-title {
    float: left;
    width: calc(100% - 20px);
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.home-cuisine-recommend-info-description {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: justify;
}

.home-cuisine-recommend-info-read-more {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 5px;
}

.home-cuisine-recommend-info-read-more a {
    float: left;
    background-color: #ffae00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    cursor: pointer;
    color: #424242;
}

.home-cuisine-blog-left {
    float: left;
    width: 100%;
}

.home-cuisine-blog-right {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.home-cuisine-blog-top {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 62.5%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.home-cuisine-blog-top img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-cuisine-blog-top-title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 300;
    text-align: justify;
    text-transform: uppercase;
}

.home-cuisine-blog-item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.home-cuisine-blog-item-image {
    float: left;
    width: 30%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.home-cuisine-blog-item-link-title {
    float: left;
    width: calc(70% - 20px);
    margin-left: 10px;
}

.home-cuisine-blog-item-title {
    float: left;
    font-size: 0.8rem;
    text-align: justify;
    color: #222;
    font-weight: bold;
}

.home-cuisine-blog-item-description {
    float: left;
    margin-top: 10px;
    font-size: 0.7rem;
    width: 100%;
    color: #777;
    text-align: justify;
    font-weight: normal;
}

.home-cuisine-blog-read-more {
    float: left;
    text-align: center;
    width: 100%;
}

.home-cuisine-blog-read-more a {
    border: 1px solid #0f74b8;
    padding: 5px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #0f74b8;
    font-size: 0.85rem;
}

.home-cuisine-read-more {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.home-cuisine-read-more a {
    border: 1px solid #0f74b8;
    padding: 5px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #0f74b8;
    font-size: 0.85rem;
}

.home-cuisine-blog-read-more a:hover {
    border: 1px solid #083a5c;
    color: #083a5c;
}

#footer-outer {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 5px;
}

#footer-left {
    float: left;
    width: calc(100% - 22px);
    border: 1px solid #eee;
    padding: 10px;

}

#footer-right {
    float: left;
    width: 100%;
    background-color: #fafafa;
    display: none;
}

#footer-logo {
    float: left;
    width: 132px;
}

#footer-logo img {
    width: 132px;
}

#footer-logo figcaption {
    float: left;
    width: 100%;
    height: 25%;
    font-size: 10px;
    color: #888;
    font-style: italic;
}

#footer-contact {
    float: left;
    width: calc(100% - 142px);
    margin-left: 10px;
}

#footer-contact-line-one {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

#footer-contact-line-two {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
}

#footer-contact-line-two i {
    color: #9b1a1a;
    font-size: 18px;
    margin-right: 5px;
}

#footer-contact-line-two a:hover {
    text-decoration: underline;
}

#footer-contact-line-three {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
}
#footer-policy {
    width: 100%;
    float: left;
    text-align: right;
}
#footer-policy a {
    text-decoration: underline;
}
#breadcrumb {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

.breadcrumb-item, .breadcrumb-icon {
    float: left;
    margin-right: 10px;
    color: #444 !important;
    font-size: 14px;
}

.breadcrumb-item:last-child {
    margin-right: 0;
}

.row-recipe-left {
    float: left;
    width: 100%;
}

.row-recipe-right {
    float: left;
    width: 100%;
    margin-top: 30px;
}

#recipe-detail {
    line-height: 1.5;
}

#recipe-content-detail-cover {
    float: left;
    width: 100%;
}

#recipe-content-detail-cover img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    object-fit: cover;
}

#recipe-content-detail-title {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}

#recipe-content-detail-description {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: justify;
    color: #444;
    font-size: 0.9rem;
}

#recipe-content-detail-info {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.recipe-content-detail-info-item {
    float: left;
    width: calc(100% / 4);
    text-align: center;
    font-size: 14px;
    padding: 0;
    font-weight: bold;
}

.recipe-content-detail-info-item-name {
    float: left;
    width: 100%;
    color: #444;
    font-size: 0.9rem;
}

.recipe-content-detail-info-item-value {
    float: left;
    width: 100%;
    color: #9b1a1a;
    font-size: 1rem;
    margin-top: 10px;
    font-weight: bold;
}

.recipe-content-detail-title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#recipe-content-detail-ingredients, #recipe-content-detail-steps {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.ingredient {
    float: left;
    width: calc(100%);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ingredient-icon {
    float: left;
    margin-right: 5px;
    font-size: 1rem;
    color: #9b1a1a;
}

.ingredient-name {
    float: left;
    font-size: 14px;
    color: #1d2129;
    font-weight: bold;
}

.ingredient-unit {
    color: #444;
    font-size: 13px;
    font-weight: normal;
}

.recipe-step {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.recipe-step-number {
    float: left;
    width: 45px;
    color: #9b1a1a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #9b1a1a;
    white-space: nowrap;
}

.recipe-step-number i {
    font-size: 1em;
    margin-left: 10px;
}

.recipe-step-content {
    float: left;
    width: calc(100% - 75px);
    margin-left: 10px;
}

.recipe-step-description {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #444;
    text-align: justify;
    font-size: 0.9rem;
}

.recipe-step-galleries {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.recipe-step-gallery-image {
    float: left;
    width: calc(100% / 2 - 5px * (1 / 2));
    margin-right: 5px;
}

.recipe-step-gallery-image:nth-child(2n + 0) {
    margin-right: 0;
}

.recipe-step-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.related-recipe-title {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #9b1a1a;
    text-transform: uppercase;
}

.related-recipe-items {
    float: left;
    width: 100%;
}

.related-recipe-item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.related-recipe-item:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.related-recipe-item-image {
    float: left;
    width: 30%;
    height: 100%;
}

.related-recipe-item-image img {
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.related-recipe-item-title-link {
    float: left;
    width: calc(70% - 20px);
    margin-left: 10px;
}

.related-recipe-item-title {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-align: justify;
    text-transform: uppercase;
}

.related-recipe-item-view {
    position: absolute;
    left: calc(30% + 10px);
    bottom: 0;
    font-size: 10px;
    color: #666;
}

#recipe-filter {
    float: left;
    width: calc(100% - 2px);
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px dashed #eee;
}

#recipe-filter-menus {
    float: left;
    width: 100%;
    background-color: #f6f6f6;
}

.recipe-filter-menu {
    float: left;
    padding: 5px 10px;
    margin: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    width: calc(100% / 3 - 32px);
    white-space: nowrap;
}

.recipe-filter-menu.active {
    background-color: #fff;
    border: 1px solid #eee;
}

.recipe-filter-menu-right {
    float: left;
    padding: 5px 10px;
    margin: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    background-color: #9b1a1a;
}

.recipe-filter-tab {
    display: none;
    float: left;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.recipe-filter-tab.active {
    display: block;
}

.recipe-filter-tab-item {
    float: left;
    width: calc(100% / 3 - 10px);
    margin: 5px;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.recipe-filter-tab-item input {
    float: left;
    margin-right: 5px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    border: unset;
    outline: unset;
    cursor: pointer;
}

.recipe-filter-tab-item label {
    float: left;
    cursor: pointer;
}

.recipe-index-item {
    float: left;
    width: calc(100% / 2 - 5px * (1 / 2));
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.recipe-index-item:nth-child(2n + 0) {
    margin-right: 0;
}

.aside-content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.aside-content-ads {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.aside-content-ads img {
    float: left;
    width: 100%;
}

#aside-content-scroll-ads {
    float: left;
    width: 100%;
    position: absolute;
}

#cuisine-pagination {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cuisine-pagination-number {
    float: left;
    height: 26px;
    min-width: 26px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    color: #444;
}

.cuisine-pagination-number.active, .cuisine-pagination-number:hover {
    background-color: #9b1a1a;
    color: #fff;
}

.blog-title {
    float: left;
    width: 100%;
}

.blog-search {
    float: right;
    width: 100%;
}

.blog-categories {
    margin-top: 10px;
}

#blog-index {
    margin: 0 0 30px 0;
}

.blog-title {

}

.blog-category {
    float: left;
    padding: 5px;
    color: #222 !important;
    background-color: #fff;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #9b1a1a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    width: calc(100% / 2 - 12px - 5px * (1 / 2));
}

.blog-category:nth-child(2n + 0) {
    margin-right: 0;
}

.blog-category:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-category:last-child {
    margin-right: 0;
}

.search-box {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-box form {
    height: 34px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.search-box input {
    float: left;
    height: calc(100% - 2px);
    width: calc(100% - 52px);
    border: 1px solid #eee;
    padding: 0 40px 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
}

.search-box button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: calc(100% - 2px);
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 34px;
    background-color: transparent;
    cursor: pointer;
    color: #444;
    font-size: 16px;
}

.blog-items {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.blog-item {
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.blog-item:nth-child(even) {
    background-color: #eee;
}

.blog-item-image {
    float: left;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.blog-item-image img {
    float: left;
    width: 100%;
}

.blog-item-title {
    float: left;
    width: 100%;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: left;
    color: #444;
}

.blog-item-description {
    float: left;
    width: 100%;
    font-size: 0.9rem;
    margin-top: 12px;
    color: #444;
}

#article-content {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #111;
}

#article-content article {
    float: left;
    width: 100%;
    text-align: justify;
}

#article-content h1 {
    font-size: 28px;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #444;
    text-align: left;
}

#article-content article h2 {
    font-size: 22px;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    color: #9b1a1a;
}

#article-content article h3 {
    font-size: 18px;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    color: #0E786A;
}

#article-content article a {
    color: blue;
}

#article-content article a:hover {
    text-decoration: underline;
}
#article-content article p {
    margin: 10px 0;
    text-align: justify;
}

#article-content article img {
    max-width: 100%;
    margin: 5px 0;
    height: auto !important;
}

#article-content article figcaption {
    color: #888;
}
#article-content article ul, #article-content article ol {
    margin-left: 30px;
}

#article-content article ul li, #article-content article ol li {
    list-style-type: disc;
}
.video-items {
    float: left;
    width: 100%;
}

.video-item {
    float: left;
    width: calc(100% / 2 - 5px * (3 / 4));
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.video-item-image img {
    object-fit: cover;
}

.video-item:nth-child(2n + 0) {
    margin-right: 0;
}

.video-item-title-link {
    float: left;
    width: calc(100% - 10px);
    padding: 5px;
}

.video-item-title {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #444;
    text-align: center;
    overflow: hidden;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-category-title {
    margin-bottom: 10px;
}

.video-categories {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.video-category {
    float: left;
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    color: #444;
}

.video-category i {
    margin-right: 5px;
}

.video-detail-title {
    font-size: 20px;
    float: left;
    width: 100%;
    margin: 15px 0;
    font-weight: bold;
    color: #444;
    text-align: justify;
}

.video-detail-description {
    font-size: 13px;
    float: left;
    width: 100%;
    color: #888;
    text-align: justify;
    margin-bottom: 20px;
}

.video-item-detail-title {
    font-size: 12px;
}

@media only screen and (min-width: 480px) {
    .home-cuisine-item {
        width: calc(100% / 3 - 5px * (2 / 3));
    }

    .home-cuisine-item:nth-child(2n + 0) {
        margin-right: 5px;
    }

    .home-cuisine-item:nth-child(3n + 0) {
        margin-right: 0;
    }

    .home-cuisine-video-item {
        width: calc(100% / 2);
    }

    .home-cuisine-recommend-info-description {
        font-size: 1.2rem;
    }

    .home-cuisine-recommend-info-title {
        font-size: 1.6rem;
    }

    .home-cuisine-blog-top-title {
        font-size: 1.6rem;
    }

    .home-cuisine-blog-item {
        width: calc(100% / 2);
    }

    .blog-item {
        float: left;
        width: calc(100% / 2 - 20px - 10px);
        padding: 10px;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin: 5px;
    }

    .related-recipe-item {
        width: calc(100% / 3);
    }

    .blog-category {
        width: calc(100% / 3 - 5px * (2 / 3) - 12px);
    }

    .blog-category:nth-child(2n + 0) {
        margin-right: 5px;
    }

    .blog-category:nth-child(3n + 0) {
        margin-right: 0;
    }

    .recipe-filter-tab-item {
        width: calc(100% / 5 - 10px);
    }

    .recipe-filter-menu {
        width: auto;
    }

    .recipe-index-item {
        width: calc(100% / 4 - 5px * (3 / 4));
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .recipe-index-item:nth-child(2n + 0) {
        margin-right: 5px;
    }

    .recipe-index-item:nth-child(4n + 0) {
        margin-right: 0;
    }

    .ingredient {
        width: calc(100% / 3);
    }

    .recipe-step-description {
        font-size: 1.1rem;
    }

    .recipe-step-number {
        font-size: 22px;
        width: 55px;
    }

    .video-item {
        width: calc(100% / 3 - 5px * (2 / 3));
    }

    .video-item:nth-child(2n + 0) {
        margin-right: 5px;
    }

    .video-item:nth-child(3n + 0) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 720px) {

    #footer-left {
        width: calc(100% - 360px - 22px);
        margin-bottom: 5px;
    }

    #footer-right {
        float: left;
        display: block;
        width: calc(360px - 10px);
        padding: 2px 0 0 10px;
        background-color: #fff;
        margin-bottom: 5px;
    }
}

.lazy-loading {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    margin: auto;
}
#content-tags {
    float: left;
    width: 100%;
    font-size: 0.7rem;
    margin: 10px 0 20px 0;
}

#content-tags h3 {
    font-size: inherit;
}

#content-tags span {
    float: left;
    padding: 3px 0;
    font-weight: bold;
}

#content-tags a {
    float: left;
    width: auto;
    margin-left: 3px;
    padding: 3px 6px;
    background-color: #e1e1e1;
    margin-bottom: 3px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#content-tags a:hover, #content-tags a:active {
    background-color: #ccc;
    color: #333;
}
#app-container {
    float: left;
    width: calc(100% - 20px);
    padding: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 1px rgba(24, 119, 106, 0.2);
    -moz-box-shadow: 0 0 1px rgba(24, 119, 106, 0.2);
    box-shadow: 0 0 1px rgba(24, 119, 106, 0.2);
    margin: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#app-container h3 {
    float: left;
    width: 100%;
    text-align: center;
    min-height: 36px;
    line-height: 36px;
    padding: 0;
}

#app-container h3:first-child {
    font-size: 14px;
    line-height: normal;
    color: red;
    height: auto;
    min-height: auto;
}

#app-container a {
    display: inline-block;
}

#app-container img {
    height: 30px;
    width: auto;
    vertical-align: middle;
}
}
