/*
Theme Name: THE COFFEE HOUSE
Theme URI: https://www.thecoffeehouse.com
Author: THE COFFEE HOUSE TEAM
Author URI: https://www.thecoffeehouse.com
Description: THE COFFEE HOUSE TEAM
Version: 1.9
License: GNU General Public License v2 or later
Tags: two-columns, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu
Text Domain: Accent
*/
/
/
=
=
=
=
=
=
=
=
=
=
GENERAL VARS

=
=
=
=
=
=
=
=
=
=
/
/
/*========================================================== GENERAL ==========================================================*/
* {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.fa {
    font-family: 'FontAwesome' !important;
}

img, iframe {
    max-width: 100%
}

:focus {
    outline: 0;
}

table {
    width: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #000;
    line-height: 1.4;
    position: initial !important;
}

body {
    font-family: 'SF Pro Text', sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    color: #000;
    background: #fff;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: 400
}

html {
    font-family: 'Lato', sans-serif;
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}

ol, ul {
    padding-left: 15px;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    font-family: 'SF Pro Display', sans-serif;
}

h1 {
    font-size: 31px;
    color: #2154ac;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 10px;
    line-height: 24px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #191919;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

a:hover, a:focus {
    color: #41b93d;
    text-decoration: none;
}

button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=search], textarea {
    border: 1px solid #b5b5b5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    border-radius: 0;
}

button, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
    border-color: #C1BCBC;
    outline: none;
}

fieldset {
    border: 2px groove threedface;
    display: block;
    padding-block-end: 0.75em;
    padding-block-start: 0.35em;
    text-align: center;
}

fieldset legend {
    display: inline-block;
    color: inherit;
    background: none;
    vertical-align: top;
}

/* reuse style */
.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-initial {
    position: initial;
}

.pos-t-0 {
    top: 0;
}

.pos-t-10 {
    top: 10%;
}

.pos-t-20 {
    top: 20%;
}

.pos-t-30 {
    top: 30%;
}

.pos-b-0 {
    top: 0;
}

.pos-b-10 {
    bottom: 10%;
}

.pos-b-20 {
    bottom: 20%;
}

.pos-b-30 {
    bottom: 30%;
}

.pos-l-0 {
    left: 0;
}

.pos-l-10 {
    left: 10%;
}

.pos-l-20 {
    left: 20%;
}

.pos-l-30 {
    left: 30%;
}

.pos-r-0 {
    right: 0;
}

.pos-r-10 {
    right: 10%;
}

.pos-r-20 {
    right: 20%;
}

.pos-r-30 {
    right: 30%;
}

.pos-l-ini {
    left: initial !important;
}

.pos-r-ini {
    right: initial !important;
}

.pos-t-ini {
    top: initial !important;
}

.pos-b-ini {
    bottom: initial !important;
}

.p-l-0 {
    padding-left: 0;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-t-0 {
    padding-top: 0;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-0 {
    padding-top: 0;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.m-l-0 {
    margin-left: 0;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-r-0 {
    margin-right: 0;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.nopadding {
    padding: 0px
}

.nomargin {
    margin: 0px;
}

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-20 {
    padding: 20px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.border-radius-0 {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
}

.border-radius-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.b-0 {
    border: 0;
}

.b-l-0 {
    border-left: 0;
}

.b-r-0 {
    border-right: 0;
}

.b-t-0 {
    border-top: 0;
}

.b-b-0 {
    border-bottom: 0;
}

.b-1 {
    border: 1px;
}

.b-l-1 {
    border-left: 1px;
}

.b-r-1 {
    border-right: 1px;
}

.b-t-1 {
    border-top: 1px;
}

.b-b-1 {
    border-bottom: 1px;
}

.dis-block {
    display: block;
}

.dis-inline {
    display: inline-block;
}

/*Icon scroll Arrow*/
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.popup_close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #41b93d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    color: #fff;
    font-size: 13px;
    width: 25px;
    height: 25px;
    text-transform: lowercase;
    line-height: 15px;
    text-align: center;
}


@font-face {
    font-family: 'SF Pro Text';
    font-weight: 400;
    src: url('https://file.hstatic.net/1000075078/file/sfprotext-regular-1_20bf529b35204e7aa05d91eb8edd5da8.ttf') format('truetype');
}

@font-face {
    font-family: 'SF Pro Text';
    font-weight: 600;
    src: url('https://file.hstatic.net/1000075078/file/sfprotext-semibold-1_602ac0b8bb78467b8e7ce67b120fbe43.ttf') format('truetype');
}

@font-face {
    font-family: 'SF Pro Display';
    font-weight: 600;
    src: url('https://file.hstatic.net/1000075078/file/sfprodisplay-semibold_39d0e70bccf449e98d88aa264eadb82f.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN Condensed';
    font-weight: 700;
    src: url('https://file.hstatic.net/1000075078/file/din_condensed_bold_71e4c8672c15449abec7ff59dd657878.ttf');
}

/*======================= Loto font =======================*/
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    src: url(//file.hstatic.net/1000075078/file/lato-thinitalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url(//file.hstatic.net/1000075078/file/lato-lightitalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url(//file.hstatic.net/1000075078/file/lato-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 500;
    src: url(//file.hstatic.net/1000075078/file/lato-mediumitalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 600;
    src: url(//file.hstatic.net/1000075078/file/lato-semibolditalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url(//file.hstatic.net/1000075078/file/lato-bolditalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src: url(//file.hstatic.net/1000075078/file/lato-blackitalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url(//file.hstatic.net/1000075078/file/lato-thin.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(//file.hstatic.net/1000075078/file/lato-light.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(//file.hstatic.net/1000075078/file/lato-regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    src: url(//file.hstatic.net/1000075078/file/lato-medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    src: url(//file.hstatic.net/1000075078/file/lato-semibold.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(//file.hstatic.net/1000075078/file/lato-bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url(//file.hstatic.net/1000075078/file/lato-black.ttf) format('truetype');
}

/*======================= Bebasneue font =======================*/

@font-face {
    font-family: 'BebasNeue';
    font-style: normal;
    font-weight: 100;
    src: url(https://file.hstatic.net/1000075078/file/svn-bebas_neue_thin.ttf) format('truetype');
}

@font-face {
    font-family: 'BebasNeue';
    font-style: normal;
    font-weight: 300;
    src: url(https://file.hstatic.net/1000075078/file/svn-bebas_neue_light.ttf) format('truetype');
}

@font-face {
    font-family: 'BebasNeue';
    font-style: normal;
    font-weight: 400;
    src: url(https://file.hstatic.net/1000075078/file/svn-bebas_neue_regular.ttf) format('truetype');
}

@font-face {
    font-family: 'BebasNeue';
    font-style: normal;
    font-weight: 700;
    src: url(https://file.hstatic.net/1000075078/file/svn-bebas_neue_bold1.ttf) format('truetype');
}

/*=========== custom style ===============*/
.line_after:after {
    content: '';
    background: #41b93d;
    height: 4px;
    width: 50px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}


.section_heading {
    float: left;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 24px;
    font-family: 'SF Pro Display', sans-serif;
}

#opacity.opacity_body {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
}

body {
    background: #fff;
}

body.overflow_hidden {
    overflow-y: hidden;
}

.flex_wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_direction_column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.display_flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.justify-content-spbetween {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-center {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.align-items-center {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-col-4 {
    width: 33.33334%;
    padding: 0 15px;
}

.flex-col-8 {
    width: 66.66667%;
    padding: 0 15px;
}

.flex-auto {
    flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
}

.line_after_heading_section:after {
    width: 50%;
    margin: 0 auto;
}

.page_banner_top {
    position: relative;
    background-position: 50% 50%;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.page_banner_top.height_500 {
    height: 500px;
}

.page_banner_top.height_300 {
    height: 300px;
}

.banner_top_title {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
}

.banner_top_title h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    margin: 0;
}

.banner_top_title .post_type, .banner_top_title .post_type a {
    color: #fff;
}

.animation_btn:before {
    content: '';
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    background-color: #41b93d;
    z-index: -2;
}

.animation_btn:hover {
    color: #fff;
}

.animation_btn:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    color: #FFF;
}

.animation_btn:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

/* Swiper */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: none;
}

.swiper-button-prev, .swiper-button-next {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 40%;
}

.swiper-button-prev svg, .swiper-button-next svg {
    width: 20px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

/* Header */
header {
    position: sticky;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    z-index: 999;
    height: 60px;
    width: 100%
}

.logo_wrap a {
    display: block;
}
.logo_wrap a img{
    max-height:55px;
}

.logo_wrap .svg-logo {
    height: 55px;
    fill: #fff;
    padding-top: 5px;
    width: 200px;
}

.header_menu > ul > li:hover .menu_child {
    background: rgba(255, 255, 255, 0.95);
}

.header_menu .menu_child_lv3 > li > a {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.header_menu .close-btn-wrap {
    display: none;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header_menu .closemenu-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.header_menu > ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.header_menu > ul > li {
    display: inline-block;
    padding: 19px 10px 19px;
}

.header_menu > ul > li.has_child > a > svg {
    margin-left: 5px;
}

.header_menu > ul > li a {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'SF Pro Text', sans-serif
}

.header_menu > ul > li .menu_child > li {
    padding: 12px 2.2%;
    float: none;
    display: block;
}

.header_menu > ul > li .menu_child > li.lv2_title {
    flex: 1;
}

.header_menu > ul > li .menu_child > li > a {
    color: #000;
    border-bottom: 2px solid;
    font-size: 16px;
}

.search_input_wrap {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 99;
}

.search_input_wrap .search_form {
    width: 200px;
    position: relative;
    padding: 5px 10px;
    background: #fff;
}

.search_form .search-radio {
    border-bottom: 0;
    font-size: 13px;
    margin-bottom: 5px;
}

.search_form .search-radio input {
    height: 14px;
    width: 14px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-color: transparent;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 4px;
}

.search_form .search-radio span {
    display: inline-block;
    vertical-align: middle;
}

.search_form .search-radio input:before {
    content: '';
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    border: 1px solid #000;
    display: inline-block;
}

.search_form .search-radio input:checked:before {
    box-shadow: inset 0px 0px 0 2px #fff;
    background: #000;
}

.search_form .search-radio input[value="store"] {
    margin-left: 12px;
}

.search_form .search-inner {
    position: relative;
}

.search_input_wrap .search_form input[name='q'] {
    width: 100%;
    padding: 5px 15px;
    font-size: 13px;
}

.search_input_wrap .search_form #search-header-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    background: transparent;
    border: 1px solid transparent;
}

.search_input_wrap .search_form #search-header-btn:focus {
    box-shadow: none;
    outline: none;
}

/* End Header */

/* Index */
/* Slider Index */
#slide {
    position: relative;
    height: calc(100vh - 61px);
    overflow: hidden;
}

#slide .owl-carousel, #slide .owl-carousel {
    height: calc(100vh - 61px);
    overflow: hidden;
}

#slide .item, #slide_collection .item {
    position: relative;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

#slide .item, #slide_collection .item > a {
    display: block;
    width: 100%;
    padding-top: 24.3%;
}

#slide .item, #slide_collection .item > a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#slide_collection .owl-carousel {
    height: 300px;
}

#owl_slide .item {
    cursor: pointer;
}

#owl_slide .item img {
    width: 100%;
}

#owl_slide .hrv-banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#owl_slide .hrv-banner-caption .container {
    height: 100%;
}

#owl_slide .hrv-caption-inner {
    position: relative;
    height: 100%;
}

#owl_slide .hrv-banner-content {
    position: absolute;
    right: 0;
    left: 0;
    top: 20%;
}

#owl_slide .hrv-title1 {
    font-size: 42px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
    max-width: 602px;
    margin: 0;
    margin-bottom: 10px;
}

#owl_slide .hrv-title2 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-align: justify;
    line-height: 22px;
    margin: 0;
    max-width: 530px;
    font-weight: 300;
}

#owl_slide .hrv-url {
    position: relative;
    font-size: 18px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    background: #41b93d;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    padding: 10px 25px;
}

#owlmobile_slide .item img {
    width: 100%;
}

#owlmobile_slide .hrv-banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#owlmobile_slide .hrv-banner-caption .container {
    height: 100%;
}

#owlmobile_slide .hrv-caption-inner {
    position: relative;
    height: 100%;
}

#owlmobile_slide .hrv-banner-content {
    position: absolute;
    right: 0;
    left: 0;
    top: 20%;
}

#owlmobile_slide .hrv-title1 {
    font-size: 42px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
    max-width: 602px;
    margin: 0;
    margin-bottom: 10px;
}

#owlmobile_slide .hrv-title2 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-align: justify;
    line-height: 22px;
    margin: 0;
    max-width: 530px;
    font-weight: 300;
}

#owlmobile_slide .hrv-url {
    position: relative;
    font-size: 18px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    background: #41b93d;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    padding: 10px 25px;
}


.wrap-dots {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    padding: 0;
}

.wrap-dots .owl-dots {
    background: #41b93d;
    max-width: 20%;
    height: 2px;
}

.wrap-dots .owl-dots:before {
    background: #41b93d;
    height: 2px;
    right: 100%;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
}

.wrap-dots .owl-dot {
    margin-right: 25%;
    margin-top: -11px;
    vertical-align: middle;
    padding: 0 3px !important;
}

.wrap-dots .owl-dot p {
    display: inline-block;
    text-align: left;
}

.wrap-dots .owl-dot .dot-border {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 2px solid #41b93d;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.wrap-dots .owl-dot .dot-number {
    line-height: 22px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    display: inline-block;
}

.slide-rewards-new .wrap-dots .owl-dot .dot-number {
    color: #000
}

.wrap-dots .owl-dot.active .dot-border {
    width: 24px;
    height: 24px;
    border-width: 6px;
}

#hrv-banner-caption1 .hrv-banner-content {
    text-align: center;
}

#hrv-banner-caption1 .hrv-banner-content .hrv-url {
    -webkit-animation: bounceInLeft 3000ms ease-in-out;
    -moz-animation: bounceInLeft 3000ms ease-in-out;
    -ms-animation: bounceInLeft 3000ms ease-in-out;
    animation: bounceInLeft 3000ms ease-in-out;
}

#hrv-banner-caption1 .hrv-title1 {
    -webkit-animation: bounceInLeft 1000ms ease-in-out;
    -moz-animation: bounceInLeft 1000ms ease-in-out;
    -ms-animation: bounceInLeft 1000ms ease-in-out;
    animation: bounceInLeft 1000ms ease-in-out;
    color: #fff;
font-size: 32px}

#hrv-banner-caption1 .hrv-title2 {
    -webkit-animation: bounceInLeft 2000ms ease-in-out;
    -moz-animation: bounceInLeft 2000ms ease-in-out;
    -ms-animation: bounceInLeft 2000ms ease-in-out;
    animation: bounceInLeft 2000ms ease-in-out;
    color: #fff;
}

#hrv-banner-caption2 .hrv-banner-content {
    text-align: left;
}

#hrv-banner-caption2 .hrv-banner-content .hrv-url {
    -webkit-animation: bounceInLeft 3000ms ease-in-out;
    -moz-animation: bounceInLeft 3000ms ease-in-out;
    -ms-animation: bounceInLeft 3000ms ease-in-out;
    animation: bounceInLeft 3000ms ease-in-out;
}

#hrv-banner-caption2 .hrv-title1 {
    -webkit-animation: bounceInLeft 1000ms ease-in-out;
    -moz-animation: bounceInLeft 1000ms ease-in-out;
    -ms-animation: bounceInLeft 1000ms ease-in-out;
    animation: bounceInLeft 1000ms ease-in-out;
    color: #fff;
font-size: 32px}

#hrv-banner-caption2 .hrv-title2 {
    -webkit-animation: bounceInLeft 2000ms ease-in-out;
    -moz-animation: bounceInLeft 2000ms ease-in-out;
    -ms-animation: bounceInLeft 2000ms ease-in-out;
    animation: bounceInLeft 2000ms ease-in-out;
    color: #fff;
}

#hrv-banner-caption3 .hrv-banner-content {
    text-align: center;
}

#hrv-banner-caption3 .hrv-banner-content .hrv-url {
    -webkit-animation: bounceInLeft 3000ms ease-in-out;
    -moz-animation: bounceInLeft 3000ms ease-in-out;
    -ms-animation: bounceInLeft 3000ms ease-in-out;
    animation: bounceInLeft 3000ms ease-in-out;
}

#hrv-banner-caption3 .hrv-title1 {
    -webkit-animation: bounceInLeft 1000ms ease-in-out;
    -moz-animation: bounceInLeft 1000ms ease-in-out;
    -ms-animation: bounceInLeft 1000ms ease-in-out;
    animation: bounceInLeft 1000ms ease-in-out;
    color: #fff;
font-size: 32px}

#hrv-banner-caption3 .hrv-title2 {
    -webkit-animation: bounceInLeft 2000ms ease-in-out;
    -moz-animation: bounceInLeft 2000ms ease-in-out;
    -ms-animation: bounceInLeft 2000ms ease-in-out;
    animation: bounceInLeft 2000ms ease-in-out;
    color: #fff;
}

#hrv-banner-caption4 .hrv-banner-content {
    text-align: left;
}

#hrv-banner-caption4 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#hrv-banner-caption4 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #fff;
}

#hrv-banner-caption4 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #fff;
}

#hrv-banner-caption5 .hrv-banner-content {
    text-align: left;
}

#hrv-banner-caption5 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#hrv-banner-caption5 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #fff;
}

#hrv-banner-caption5 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #fff;
}

.fixed-scroll-down {
    position: absolute;
    bottom: 10px;
    width: 65px;
    margin: auto;
    display: block;
    cursor: pointer;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 11px;
    z-index: 2;
}

.fixed-scroll-down .fixed-scroll-text {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    display: block;
}

.fixed-scroll-down .fixed-scroll-text:after {
    content: '';
    width: 80%;
    height: 2px;
    background: #fff;
    display: block;
}

.fixed-scroll-down .icon-scroll-down {
    height: 32px;
    width: 16px;
    display: inline-block;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/* End Slider */
/* Menu */
.menu_home {
    background: #ffffff;
    padding: 0px 0 32px;
    position: relative;
}

.menu_bg_top {
    position: absolute;
    top: -80px;
    right: 0;
    width: 351px;
    height: 450px;
    z-index: 0;
    fill: #E0E0E0;
}

.menu_bg_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 351px;
    height: 450px;
    z-index: 0;
    fill: #E0E0E0;
}

.menu_home .container {
    z-index: 1;
    position: relative;
}

.menu_home .menu_home_title:after {
    background: #191919;
}

.menu_home .viewmore_menu_home {
    float: right;
    margin-top: 10px;
}

.menu_home .viewmore_menu_home a {
    background: transparent;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    border: 2px solid #000;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    display: block;
    font-weight: 700;
}

.menu_home .viewmore_menu_home a:before {
    background: #000;
    content: '';
}

.menu_home .viewmore_menu_home a:hover {
    background: transparent;
    color: #000;
}

.menu_lists {
    margin-left: -15px;
    margin-right: -15px;
}

.menu_item {
    background: #fff;
    -ms-flex: 0 0 calc(33.333% - 30px);
    -webkit-flex: 0 0 calc(33.333% - 30px);
    flex: 0 0 calc(33.333% - 30px);
    margin: 0 15px 40px;
    min-height: 145px;
}

.menu_item {
    background: transparent;
    -webkit-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);

}

.menu_item .menu_item_image {
    position: relative;
}

.menu_item .menu_item_image img {
    width: 100%;
}

.menu_item .menu_item_image > a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 13px 0px #00000040;
    padding:10px;
}

.menu_item .labels {
    position: absolute;
    left: 14px;
    top: 12px;
    padding-left: 0;
    display: flex;
}

.menu_item .labels img {
    height: 50px;
    width: 50px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.menu_item .labels span {
    display: none;
}

.menu_item .menu_item_info {
    padding: 12px 0 0;
}

.menu_item .menu_item_info.bg_white {
    background: #fff;
    position: relative;
    z-index: 1;
}

.menu_item .menu_item_info h3 {
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 600;
    color: #191919;
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.menu_item .menu_item_info .menu_item_info_content {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    height: 48px;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu_item .menu_item_action {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    background: transparent;
    vertical-align: middle;
    border: 2px solid #41b93d;
    padding: 6px 15px;
}

.menu_item .menu_item_action:before {
    content: '';
    background-color: #41b93d;
}

.menu_item .menu_item_action:hover {
    background: transparent;
    color: #41b93d;
}

.menu_item .menu_item_action_view {
    font-size: 16px;
    font-weight: 700;
    color: #41b93d;
    display: inline-block;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    border: 2px solid #41b93d;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    padding: 6px 15px;
    transition: .3s;
    overflow: hidden;
}

.menu_item .menu_item_action_view:after {
    content: '';
    position: absolute;
    transition: .3s;
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #41b93d;
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
}

.menu_item .menu_item_action_view:hover {
    color: #fff;
}

.menu_item .menu_item_action_view:hover:after {
    left: -10%;
    width: 120%;
}

.menu_item .variant_product_item select {
    font-size: 18px;
    font-weight: 700;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    display: inline-block;
}

.menu_item .price_product_item {
    font-size: 14px;
    color: #00000099;
    margin-bottom: 10px;
}

.menu_item .original_price {
    color: #41b93d;
}

/* End Menu */

/* Blog */
.blog_home {
    background: #e8f6e7;
    padding-bottom: 11%;
}

.blog_home .container {
    z-index: 1;
    position: relative;
}

.blog_home .blog_home_title:after {
    background: #FFFFFF;
}

.blog_home .blog_home_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 28px;
    margin-top: 40px;
}

.blog_home .blog_home_blogtitle {
    font-size: 24px;
    margin: 24px 0;
    padding-left: 12px;
    border-left: 4px solid #41b93d;
}

.blog_home .blog_lists {
    margin: 0 -15px;
}

.blog_home .blog_home_title > img {
    margin-right: 8px;
    max-width: 16px;
}

.blog_home .viewmore_blog_home {
    float: right;
    margin-top: 10px;
}

.blog_home .viewmore_blog_home a {
    font-size: 18px;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    color: #41b93d;
    display: block;
    padding: 10px 50px;
    border: 2px solid #fff;
    background: transparent;
}

.blog_home .viewmore_blog_home a:before {
    background: #fff;
    content: '';
}

.blog_home .viewmore_blog_home a:hover {
    background: transparent;
    color: #41b93d;
}

.blog_item {
    margin-bottom: 30px;
    -ms-flex: 0 0 calc(33.333% - 30px);
    -webkit-flex: 0 0 calc(33.333% - 30px);
    flex: 0 0 calc(33.333% - 30px);
    overflow: hidden;
    margin: 0 15px 0;
    min-height: 342px;
}

.blog_item.top_blog_home {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
}

.blog_item .article_item_image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.blog_item .article_item_image:before {
    content: '';
    position: relative;
    display: block;
    padding-top: 48%;
}

.blog_item.top_blog_home .article_item_image {
    max-height: 400px;
}

.blog_item.img_large .article_item_image:before {
    padding-top: 100%;
}

.blog_item .article_item_image .article_img {
    transition: all .4s;
    border-radius: 10px;
    background: #c5d2d9 no-repeat 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.blog_item .article_item_image:hover > .article_img {
    transform: scale(1.1);
}

.blog_item .article_item_info {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    background: #e8f6e7 50%;
    padding: 16px 0;
}
.article-relate .blog_item .article_item_info{
    padding:16px;
}
.blog_item .article_item_info p{
       -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.blog_item .article_item_info h3 {
    font-size: 18px;
    margin: 8px 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 25px;
}

.blog_item .article_published_at {
    color: #00000099;
}

.blog_item .article_item_info .article_tags {
    font-size: 16px;
    font-weight: 700;
    color: #41b93d;
}

.blog_item .article_item_info .short_des {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.blog_item .article_item_info .article_item_action {
    position: relative;
    z-index: 1;
}

.blog_item .article_item_info .article_item_action a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #41b93d;
    padding: 8px 25px;
    display: inline-block;
}

.blog_home .blog_item .article_item_info .meta {
    display: none;
}

#blog .blog_item {
    margin-bottom: 30px;
    -ms-flex: 0 0 calc(50% - 30px);
    -webkit-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    overflow: hidden;
    margin: 0 15px 30px;
    min-height: 342px;
}

#blog .blog_item.top_blog_home {
    -ms-flex: 0 0 calc(100% - 30px);
    -webkit-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
}


/* End Blog */

/* Crop */
.blog_crop_lists .blog_crop_item {
    float: left;
    width: calc(100% / 4);
    padding: 10px 15px;
}

.blog_crop_lists .blog_crop_item a {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.blog_crop_lists .blog_crop_item a:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.blog_crop_lists .blog_crop_item:hover a:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

/* End Crop */

/* Store */
.store_home {
    padding: 44px 0 52px;
}

.store_home .owl-stage-outer {
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
}

.store_home .store_slider_content .animate_btn_wrap {
    width: 280px;
    text-align: center;
}

.store_home .store_slider_content .animate_btn {
    width: 100%;
}

.store_slider .store_slider_item {
    position: relative;
}


.store_slider_item .store_slider_col {
    /*
	-ms-flex: 0 0 58.333%; -webkit-flex: 0 0 58.333%;
	flex: 0 0  58.333%;
	*/
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.store_slider_item .store_slider_img {
    -ms-flex: 0 0 56.25%;
    -webkit-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    position: relative;
}

/* here */
.store_home {
    position: relative;
}

.store_home > svg {
    position: absolute;
}

.store_home > svg:first-of-type {
    left: calc(43.7% - 105px);
    top: 210px;
}

.store_home > svg:last-of-type {
    top: 63px;
    left: calc(43.7% - 80px);
}


.store_slider_item .store_slider_img .aspect-ratio {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 66.6667%;
    position: relative;
}

.store_slider_item .store_slider_img .aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.store_slider_item .store_slider_content {
    -ms-flex: 0 0 43.75%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 43.75%;
    color: #000000D9;
    align-self: center;
}


.store_slider_item .store_slider_content .store_slider_title {
    font-size: 28px;
    color: #000000D9;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    max-width: 75%;
}

.store_slider_item .store_slider_content .store_slider_des {
    font-size: 16px;
    line-height: 24px;
    max-width: 75%;
    display: -webkit-box;
    height: 115px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store_slider_item .store_slider_content .store_slider_nav {
    margin-top: 16px;
}

.store_slider_item .store_slider_content .store_slider_nav > a {
    display: inline-flex;
}

.store_slider_item .store_slider_content .store_slider_nav > a.disabled path {
    fill: rgba(217, 217, 217, 1);
}

.store_slider_item .store_slider_content .store_slider_nav .nav_prev {
    margin-right: 16px;
    transform: rotate(180deg);
}

.store_slider .owl-item {
    overflow: hidden;
}

/*here*/
.store_slider .store_slider_img .owl-nav > button {
    position: absolute;
    top: 45%;
}

.store_slider .store_slider_img .owl-nav > .owl-prev {
    left: 20px;
}

.store_slider .store_slider_img .owl-dots {
    position: absolute;
    bottom: 35px;
    right: 28.125%;
    transform: translateX(50%);
}


.store_slider .owl-dots .owl-dot {
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    margin: 0 1px;
}

.store_slider .owl-dots .owl-dot.active {
    background: #41b93d;
}


/*here */
.store_slider > .owl-nav {
    display: none;
}

.store_slider .store_slider_img .owl-nav button.owl-prev, .store_slider .owl-nav button.owl-next {
    font-size: 24px;
    text-align: center;
}


.store_slider .owl-nav button.owl-next {
    margin-left: 1px;
}

.store_slider_2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.store_slider_2 .store_slider_item {
    position: relative;
}

.store_slider_2 .store_slider_item .store_slider_image {
    background-repeat: no-repeat;
    min-height: 166px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.store_slider_2 .store_slider_item .store_name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(to top, #000, transparent);
    font-size: 24px;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.store_slider_2 .owl-nav button {
    position: absolute;
    bottom: 40%;
}

.store_slider_2 .owl-nav button.owl-prev, .store_slider_2 .owl-nav button.owl-next {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.store_slider_2 .owl-nav button.owl-prev:hover,
.store_slider_2 .owl-nav button.owl-next:hover {
    background: #41b93d;
    color: #fff;
}

.store_slider_2 .owl-nav button.owl-prev {
    left: -50px;
}

.store_slider_2 .owl-nav button.owl-next {
    right: -50px;
}

/* here */
.store_slider > .owl-dots {
    display: none;
}

.store_slider .store_slider_item .owl-dots {
    right: unset;
}

/* End Store */

/* Instagram */
@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.icon-loading {
    width: 100%;
    height: 500px;
    text-align: center;
}

.uil-ring-css {
    background: none;
    position: relative;
    top: 30%;
    width: 60px;
    height: 60px;
    margin: auto;
}

.uil-ring-css > div {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 4px 0 0 #41b93d;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}

.instagram {
    background: url(//file.hstatic.net/1000075078/file/instagram_bg.png) no-repeat right top,#ffffff;
    padding: 80px 0 20px;
}

.instagram .instagram_content {
    max-width: 55%;
    clear: left;
    margin-bottom: 30px;
    text-align: justify;
}

.instagram .instagram_content span {
    color: #41b93d;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.instagram_item {
    margin-bottom: 30px;
    -ms-flex: 0 0 calc(25% - 30px);
    -webkit-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    overflow: hidden;
    margin: 0 15px 30px;
    min-height: 249px;
    position: relative;
}

.instagram_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 249px;
}

.instagram_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: rgba(92, 92, 92, 0.7);
    color: #fff;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.instagram_likecount {
    font-size: 14px;
}

.instagram_likecount svg {
    margin-right: 8px;
    width: 17px;
    height: 15px;
    vertical-align: sub;
    fill: #fff;
}

.instagram_caption {
    position: relative;
    height: 5.6em;
    margin: 20px 0;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.instagram_item:hover .instagram_overlay {
    opacity: 1;
}

/* End instagram */

/* Footer */
footer {
    background: #000000D9;
    padding-top: 34px;
    padding-bottom: 54px;
}
.hotline_footer svg{
    width:20px;
    filter: brightness(0) invert(1);
}
footer a{
    color:#fff;
}


.logo_footer {
    width: 100px;
    height: 72px;
}

.footer_left {
    font-size: 12px;
}

.tch_social_links {
    display: flex;
    padding: 0;
    margin-top: 18px;
}

.tch_social_links svg{
    width:24px;
    height:24px;
}
.tch_social_links svg path{
    fill:#fff
}

.tch_social_links > li {
    margin-right: 13px;
}

.footer_title {
    font-family: 'SF Pro Text';
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
}

.footer_linklists {
    padding: 0;
    margin: 0;
}

.footer_linklists li {
    margin-bottom: 8px;
    font-size: 12px;
}

.footer_linklists li a {
    color: #fff;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}

.footer_itemlists {
    padding: 0;
    margin: 0;
}

.footer_itemlists li {
    font-size: 12px;
		color: #fff;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
}

.hotline_footer p {
    font-weight: 600;
    margin-bottom: 24px;
    color: #fff;
}

.hotline_footer p img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.address_footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
    font-size: 12px;
}

.address_footer {
    margin-top: 30px;
}

.copyright_footer {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding: 20px 0 0;
}

.copyright_footer .copyright_col {
    color: #fff;
}

.copyright_text {
    -ms-flex: 3 1 0;
    -webkit-flex: 3 1 0;
    flex: 3 1 0;
}

.copyright_menu {
    -ms-flex: 3 1 0;
    -webkit-flex: 3 1 0;
    flex: 3 1 0;
}

.copyright_menu ul {
    padding: 0;
    margin: 0;
}

.copyright_menu ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
}

.copyright_menu ul li:last-child {
    border-right: 0;
}

.copyright_menu ul li a {
    color: #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
}

.copyright_language {
    color: #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
    -ms-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    text-align: right;
}

.copyright_language a {
    color: #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
}

.copyright_language a:last-child {
    border-right: 0;
}

.gov {
    margin-top: 15px;
}

/* End Footer */

/* Breadcrumb */
.breadcrumb {
    background: transparent;
    margin-top: 20px;
    padding: 10px 0;
    margin-bottom: 20px;
    font-weight: 700;
}

/* End Breadcrumb */

/* Product Detail */
.product-info {
    position: relative;
}


.product_info_wrap #img_product {
    position: relative;
}

.product_info_wrap .product_sticky_media {
    position: sticky;
    top: 60px;
}

.product_info_wrap #img_product .owl-product-detail .owl-stage-outer {
    overflow: hidden;
}

.product_info_wrap #img_product .owl-product-detail .owl-nav {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 10px;
}

.product_info_wrap #img_product .aspect-ratio {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.product_info_wrap #img_product .aspect-ratio video {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
}

.product_info_wrap #img_product .owl-product-detail .owl-dots {
    display: none;
}

.product_info_wrap #img_product .owl-product-detail .owl-nav > button {
    border: 0;
    outline: none;
    background: transparent;
    pointer-events: auto;
}


.product_info_wrap #img_product img {
    width: 100%;
}

#img_product .owl-product-detail-thumbs {
    display: flex;
    margin-top: 16px;
}

#img_product .owl-product-detail-thumbs .owl_thumb {
    cursor: pointer;
    border: 1px solid transparent;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 8px;
}

#img_product .owl-product-detail-thumbs .owl_thumb.active {
    border-color: #41b93d;
}

.info_product_wrap h4 {
    margin-bottom: 8px;
    margin-top: 24px;
    font-size: 18px;
    font-family: 'SF Pro Text', sans-serif;
    padding-top: 24px;
}


.info_product_wrap .info_product_title {
    font-family: 'SF Pro Display', sans-serif;
    margin-top: 0;
    display: inline-block;
    font-size: 18px;
    color: #000;
    margin-bottom: 4px;
}


.info_product_wrap .product_price {
    font-size: 16px;
    color: #00000099;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    margin-top: 16px;
}

.info_product_wrap .product_price .price {
    line-height: 0.75;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 28px;
    color: #41b93d;
    font-weight: 700;
    margin-right: 16px;
}

.info_product_wrap .product_price .price_original {
    font-size: 12px;
    margin-right: 8px;
}

.info_product_wrap .product_price .sale_percent {
    font-size: 12px;
    display: inline-block;
    width: 73px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 8px;
    color: #41b93d;
    border: 1px solid;
    background: #e8f6e7;
}


#add_item_form .product_price {
    display: inline-block;
    color: #41b93d;
    font-weight: 700;
    font-size: 24px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.info_product_wrap .delivery_hotline {
    font-size: 16px;
}

.info_product_wrap .delivery_hotline a {
    color: #41b93d;
}

#product .product_description .block_des {
    padding: 100px 0;
}

#product .product_description .block_container {
    max-width: 50%;
    margin: 0 auto;
}

#product .product_description .block_des.block_des_1 {
    background: #fff;
}

#product .product_description .block_des h3 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    position: relative;
}

#product .product_description .block_des h3:after {
    content: '';
    width: 10%;
    height: 4px;
    background: #41b93d;
    display: block;
    margin: 0 auto;
}

#product .product_description .block_des p {
    margin-top: 30px;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 30px;
}

#product .product_description .block_des.block_des_3 {
    padding: 0;
}

/* End Product Detail */

/* Collection */
.collection_menu_wrap {
    padding: 40px 0 50px;
}

.stikySidebar {
    top: 70px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    padding-right: 53px;
}

.sidebar_menu {
    background: #fff;
}

.sidebar_menu ul {
    padding: 0;
    margin: 0;
}

.sidebar_menu ul li {
    padding-bottom: 8px;
    line-height: 22px;
}

.sidebar_menu > ul > li {
    padding: 0;
}

.sidebar_menu > ul > li > a {
    padding-bottom: 8px
}


.sidebar_menu ul li a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'SF Pro Text', sans-serif;
    padding-left: 26px;
    display: inline-block;
}

.sidebar_menu > ul > li > a.active {
    font-size: 16px;
    color: #41b93d;
    font-weight: 600;
    position: relative;
}

.sidebar_menu > ul > li > a.child_active {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.sidebar_menu > ul > li > a.active:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50845 14.6668C6.77905 14.6668 7.05631 14.6495 7.33891 14.6135C9.07581 14.3962 10.7847 13.5229 12.1537 12.1537C13.5227 10.7845 14.3972 9.07401 14.6144 7.33816C14.8384 5.53966 14.3385 3.92514 13.2055 2.79324C12.0737 1.66135 10.4675 1.16272 8.66125 1.38537C6.92435 1.60268 5.21544 2.47594 3.84644 3.84515C2.47745 5.21436 1.603 6.92487 1.38572 8.66071C1.16177 10.4592 1.66165 12.0737 2.7947 13.2056C3.74913 14.1629 5.04615 14.6668 6.50845 14.6668ZM9.48505 2.66792C10.5941 2.66792 11.5645 3.03722 12.263 3.73716C13.0988 4.57175 13.4627 5.79297 13.2908 7.17418C13.1108 8.61805 12.3737 10.0526 11.2113 11.2125C10.0489 12.3724 8.61726 13.111 7.17362 13.2923C5.79396 13.4656 4.5716 13.1003 3.73714 12.2644C2.90134 11.4298 2.53743 10.2086 2.70939 8.82736C2.88935 7.38349 3.6265 5.94896 4.78888 4.78906C5.95125 3.62917 7.3829 2.89057 8.82654 2.70925C9.05049 2.68125 9.27043 2.66792 9.48505 2.66792Z' fill='%23E57905'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.33875 14.6135C7.05615 14.6495 6.77889 14.6668 6.50829 14.6668C5.04598 14.6668 3.74897 14.1629 2.79454 13.2056C1.66149 12.0737 1.16161 10.4592 1.38556 8.66071C1.60284 6.92487 2.47729 5.21436 3.84628 3.84515C5.21527 2.47594 6.92418 1.60268 8.66109 1.38537C10.4673 1.16272 12.0736 1.66135 13.2053 2.79324C14.3383 3.92514 14.8382 5.53966 14.6143 7.33816C14.397 9.07401 13.5225 10.7845 12.1536 12.1537C10.7846 13.5229 9.07565 14.3962 7.33875 14.6135ZM11.6664 3.25969C11.0513 2.87041 10.3061 2.66792 9.48488 2.66792C9.27027 2.66792 9.05032 2.68125 8.82638 2.70925C7.38274 2.89057 5.95109 3.62917 4.78871 4.78906C3.62634 5.94896 2.88918 7.38349 2.70923 8.82736C2.53727 10.2086 2.90118 11.4298 3.73697 12.2644C3.77282 12.3003 3.80939 12.3353 3.84665 12.3695C3.84429 12.2999 3.84304 12.2194 3.84369 12.125C3.84416 12.0574 3.84419 11.9893 3.84421 11.9207C3.84454 10.9801 3.8449 9.93499 4.99994 8.66683C6.23742 7.30627 7.14124 6.97155 8.19009 6.80422C8.24623 6.79537 8.30287 6.78663 8.35992 6.77782C9.25643 6.63944 10.2537 6.48549 10.9999 5.66683C11.6879 4.91212 11.6791 4.27675 11.6689 3.5404C11.6677 3.44855 11.6664 3.35511 11.6664 3.25969ZM13.0971 5.07357C13.3173 5.69983 13.3854 6.41269 13.2906 7.17418C13.1107 8.61805 12.3735 10.0526 11.2111 11.2125C10.0487 12.3724 8.6171 13.111 7.17346 13.2923C6.46543 13.3812 5.79882 13.3283 5.20481 13.1428C5.21595 12.9644 5.21283 12.7728 5.20934 12.5598C5.20713 12.4243 5.20477 12.28 5.20585 12.125L5.20586 12.1234C5.21199 11.2354 5.21684 10.5321 6.00993 9.66016C6.80363 8.7894 7.39302 8.48153 8.33327 8.33349C8.46856 8.31191 8.61061 8.29279 8.75807 8.27295C9.75382 8.13894 10.9966 7.9717 12.0744 6.78663C12.6185 6.18843 12.9245 5.61399 13.0971 5.07357Z' fill='%23E57905'%3E%3C/path%3E%3C/svg%3E");
}

.sidebar_menu > ul > li > a.child_active:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50839 14.6666C6.77899 14.6666 7.05625 14.6493 7.33885 14.6133C9.07575 14.3959 10.7847 13.5227 12.1537 12.1535C13.5227 10.7843 14.3971 9.07376 14.6144 7.33792C14.8383 5.53942 14.3384 3.9249 13.2054 2.793C12.0737 1.6611 10.4674 1.16248 8.66119 1.38513C6.92429 1.60244 5.21538 2.47569 3.84638 3.8449C2.47739 5.21411 1.60294 6.92462 1.38566 8.66047C1.16171 10.459 1.66159 12.0735 2.79464 13.2054C3.74907 14.1626 5.04608 14.6666 6.50839 14.6666ZM9.48499 2.66768C10.594 2.66768 11.5645 3.03698 12.263 3.73691C13.0988 4.5715 13.4627 5.79273 13.2907 7.17393C13.1108 8.6178 12.3736 10.0523 11.2112 11.2122C10.0488 12.3721 8.6172 13.1107 7.17356 13.292C5.7939 13.4654 4.57154 13.1001 3.73708 12.2641C2.90128 11.4295 2.53737 10.2083 2.70933 8.82712C2.88929 7.38325 3.62644 5.94871 4.78881 4.78882C5.95119 3.62892 7.38284 2.89032 8.82648 2.70901C9.05043 2.68101 9.27037 2.66768 9.48499 2.66768Z' fill='black' fill-opacity='0.85'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.33881 14.6133C7.05621 14.6493 6.77895 14.6666 6.50835 14.6666C5.04604 14.6666 3.74903 14.1626 2.7946 13.2054C1.66155 12.0735 1.16167 10.459 1.38562 8.66046C1.6029 6.92462 2.47735 5.21411 3.84634 3.8449C5.21534 2.47569 6.92425 1.60244 8.66115 1.38513C10.4674 1.16248 12.0736 1.6611 13.2054 2.793C14.3384 3.9249 14.8383 5.53942 14.6143 7.33792C14.3971 9.07376 13.5226 10.7843 12.1536 12.1535C10.7846 13.5227 9.07571 14.3959 7.33881 14.6133ZM11.6665 3.25944C11.0514 2.87016 10.3062 2.66768 9.48495 2.66768C9.27033 2.66768 9.05038 2.68101 8.82644 2.70901C7.3828 2.89032 5.95115 3.62892 4.78877 4.78882C3.6264 5.94871 2.88925 7.38325 2.70929 8.82712C2.53733 10.2083 2.90124 11.4295 3.73704 12.2641C3.77288 12.3 3.80945 12.3351 3.84671 12.3693C3.84435 12.2996 3.8431 12.2191 3.84375 12.1247C3.84422 12.0571 3.84425 11.9891 3.84427 11.9204C3.8446 10.9799 3.84496 9.93475 5 8.66658C6.23748 7.30602 7.1413 6.97131 8.19016 6.80397C8.24629 6.79513 8.30293 6.78638 8.35998 6.77758C9.25649 6.63919 10.2538 6.48525 11 5.66658C11.6879 4.91188 11.6792 4.2765 11.669 3.54016C11.6677 3.4483 11.6664 3.35487 11.6665 3.25944ZM13.0972 5.07333C13.3174 5.69958 13.3855 6.41244 13.2907 7.17393C13.1107 8.6178 12.3736 10.0523 11.2112 11.2122C10.0488 12.3721 8.61716 13.1107 7.17352 13.292C6.46549 13.381 5.79888 13.3281 5.20487 13.1425C5.21601 12.9641 5.21289 12.7726 5.2094 12.5596C5.20719 12.424 5.20483 12.2798 5.20592 12.1247L5.20593 12.1231C5.21205 11.2352 5.2169 10.5319 6.00999 9.65991C6.80369 8.78915 7.39308 8.48128 8.33334 8.33325C8.46863 8.31167 8.61067 8.29255 8.75813 8.2727C9.75388 8.1387 10.9966 7.97146 12.0745 6.78639C12.6186 6.18819 12.9246 5.61375 13.0972 5.07333Z' fill='black' fill-opacity='0.85'/%3E%3C/svg%3E%0A");
}

.sidebar_menu > ul > li > a.child_active + .sidebar_menu_lv2 a:not(.active) {
    color: #000;
}

.sidebar_menu .sidebar_menu_lv2 li a {
    position: relative;
    padding-left: 42px;
}

.sidebar_menu .sidebar_menu_lv2 li a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    left: 30px;
    top: 9px;
}

.sidebar_menu .sidebar_menu_lv2 li a.active {
    color: #41b93d;
}

.sidebar_menu .sidebar_menu_lv2 li a.active:before {
    background: #41b93d;
}

.collection_all_banner {
    margin-bottom: 24px;
}

.block_menu_item:not(.loaded) {
    height: 100vh;
}

.block_menu_item .block_menu_item_title {
    color: #000;
    margin: 0;
}

.block_menu_item .block_menu_item_title span {
    float: none;
    display: inline-block;
    margin-bottom: 24px;
}

.block_menu_item .block_menu_item_title span:after {
    display: none;
}


/* End Collection */

/* Brand Story */
#brand_story .block_brand_story_1 {
    background: url(//file.hstatic.net/1000075078/file/instagram_bg.png) no-repeat right bottom;
    padding: 90px 0;
}

#brand_story .block_brand_story_title {
    color: #41b93d;
    margin-top: 0;
    margin-bottom: 30px;
    float: none;
    text-align: center;
    display: inline-block;
}

#brand_story .block_brand_story_title.max_title {
    max-width: 500px;
    margin: 0 auto 30px;
}

#brand_story .block_brand_story_title.max_title:after {
    background: #fff;
    width: 20%;
}

#brand_story .brand_story_content {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.block_brand_story_2 {
    background: #fff;
    padding: 100px 0;
}

.block_brand_story_2_row {
    margin-bottom: 30px;
}

.block_brand_story_2_row .block_brand_story_2_row_content h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    margin-top: 0;
    margin-bottom: 15px;
}

.block_brand_story_2_row .block_brand_story_2_row_content p {
    margin-bottom: 0;
    font-size: 16px;
}

.block_brand_story_3 {
    background: #000;
    padding: 95px 0 40px;
}

.list_year_item .year {
    width: 25%;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    color: #41b93d;
    margin-top: 0;
    padding-right: 15px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    padding-top: 10px;
}

.list_year_item .year_content {
    width: 75%;
    padding-top: 10px;
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.list_year_item:first-child .year_content {
    padding-top: 0;
}

.list_year_item:last-child .year_content {
    border-bottom: 0;
    padding-bottom: 0
}

.year_content .year_content_title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    margin-bottom: 10px;
}

.year_content p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.year_content_wrap {
    padding-left: 30px;
    padding-top: 15px;
}

.year_content_wrap .content_wrap_item {
    margin-bottom: 30px;
}

.year_content_wrap .content_wrap_item p:first-child {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.block_brand_story_4 {
    padding: 90px 0;
}

.full_img {
    width: 100%;
    float: left;
}

.human_item a {
    display: block;
}

.human_wrap {
    padding: 0;
    max-width: 1088px;
}

.human_img {
    float: left;
    min-width: 550px;
    height: 500px;
    background-position: 50% 50%;
    background-size: cover;
}

.human_content {
    width: calc(100% - 550px);
    float: left;
    padding: 20px 30px;
    max-height: 500px;
    overflow-y: auto;
}

.human_name {
    float: none;
    color: #000;
    display: inline-block;
}

.human_name:after {
    background: #41b93d;
}

.human_job {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.human_des {
    font-size: 16px;
    font-weight: 300;
}

.view_more_human {
    display: inline-block;
    background: #000;
    padding: 8px 36px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

/* End brand story

/* Coffee Story */
#coffee_story {
    background: #ffffff
}

.responsive_video {
    width: 100%;
    height: 0;
    padding-bottom: 37.25%;
    position: relative;
}

.responsive_video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.farm_to_cup_story {
    padding: 90px 0 50px;
    position: relative;
}

.farm_to_cup_story .farm_to_cup_title {
    float: none;
    text-align: center;
}

.farm_to_cup_story .farm_to_cup_content {
    max-width: 768px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 40px;
}

.farm_to_cup_story .farm_to_cup_content img {
    margin-top: 15px;
}

.slider_farm_to_cup .slider_farm_to_cup_item {
    padding: 0;
    width: 65%;
}

.farm_to_cup_lifecycle {
    background: #fff;
    padding: 90px 0 100px;
}

.slider_farm_to_cup_wrap {
    padding: 25px 0;
}

/* End Coffee Story */

/* Our Coffee */
.menu_our_coffee {
    padding: 90px 0;
    background: #fff;
}

.menu_our_coffee .tab_menu_our_coffee {
    padding: 0;
    margin-bottom: 50px;
}

.tab_menu_our_coffee li {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    padding-right: 18px;
    padding-left: 18px;
    border-right: 4px solid;
}

.tab_menu_our_coffee li:first-child {
    padding-left: 0;
}

.tab_menu_our_coffee li:last-child {
    padding-right: 0;
    border: 0;
}

.tab_menu_our_coffee li a {
    color: rgba(0, 0, 0, 0.5);
}

.tab_menu_our_coffee li.active a {
    color: rgba(0, 0, 0, 1);
}

.nghe_thuat_pha_che_content {
    margin-left: -15px;
    margin-right: -15px;
}

.nghe_thuat_pha_che_content .nghethuatitem {
    -ms-flex: 0 0 calc(33.3333% - 30px);
    -webkit-flex: 0 0 calc(33.3333% - 30px);
    flex: 0 0 calc(33.3333% - 30px);
    overflow: hidden;
    margin: 0 15px 0;
    min-height: 145px;
}

.tch_blend_image, .tch_blend_content {
    width: 50%;
}

.tch_blend_content {
    padding-left: 30px;
}

.tch_blend_content h3 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    margin-top: 0;
    margin-bottom: 10px;
}

.tch_blend_description {
    font-size: 16px;
}

.tch_blend_description ul {
    padding-left: 25px;
    margin: 0;
}

.tch_blend_description ul li {
    padding-bottom: 15px;
}

.tch_blend_description ul li:before {
    content: '\2022';
    display: inline-block;
    color: #41b93d;
    margin-left: -26px;
    padding-right: 14px;
    font-size: 20px;
}

.tch_blend_description ul ul {
    margin-top: 15px;
}

.tch_blend_description ul ul li:before {
    content: '\25E6';
}

.lists_tch_signature .product-resize {
    margin-bottom: 30px;
}

.lists_tch_signature .tch_signature_content h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.lists_tch_signature .tch_signature_content h3 a {
    color: #000;
}

.lists_tch_signature .tch_signature_content .tch_signature_centent {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    display: -webkit-box;
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
}

.lists_tch_signature .tch_signature_content .menu_item_action {
    position: relative;
    z-index: 1;
}

.lists_tch_signature .tch_signature_content .menu_item_action a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #41b93d;
    background: #41b93d;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    padding: 8px 25px;
    display: inline-block;
}

/* End Our Coffee */

/* Nghá»‡ thuáº­t pha cháº¿ */
.banner_nghe_thuat_pha_che {
    position: relative;
}

.nghe_thuat_pha_che_wrap {
    background: #f5f5f5;
}

.nghe_thuat_pha_che_item {
    margin-bottom: 30px;
    background: #fff;
}

.nghe_thuat_pha_che_item .article_item_image {
    position: relative;
    display: block;
    overflow: hidden;
}

.nghe_thuat_pha_che_item .article_item_image .article_img {
    height: 200px;
    background: #c5d2d9 no-repeat 50%;
    background-size: cover;
}

.nghe_thuat_pha_che_item .article_item_info {
    background: #fff;
    padding: 15px;
}

.nghe_thuat_pha_che_item .article_item_info h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    margin-top: 0;
}

.nghe_thuat_pha_che_item .article_item_info p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
}

.nghe_thuat_pha_che_item .article_item_info .article_excerpt {
    display: block;
    display: -webkit-box;
    margin-bottom: 15px;
    font-size: 16px;
}

.nghe_thuat_pha_che_item .article_item_info .article_more {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    background: #41b93d;
    color: #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    display: inline-block;
}

/* End Nghá»‡ thuáº­t pha cháº¿ */

/* Article */
.article_image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.article_image.height_500 {
    height: 500px;
}

.article_wrap {
    background: #fff;
    margin-bottom: 100px;
}

.article_content_wrap {
    max-width: 70%;
    margin: 0 auto;
    padding: 30px 0;
}

.article_content_wrap h1 {
    font-size: 34px;
    float: none;
    color: #000;
    display: inline-block;
}

.article_content_wrap h1:after {
    background-color: #41b93d;
    width: 20%;
}

.article_wrap .article_img_last {
    position: relative;
    margin-top: 80px;
}

.article_wrap .article_img_last .title_img_last {
    font-size: 42px;
    position: absolute;
    bottom: 40%;
    right: 16.66667%;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
    margin: 0;
}

.article_wrap .btn_action {
    padding-top: 30px;
    padding-bottom: 30px;
}

.article_wrap .btn_action a {
    font-size: 18px;
    background: #000;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    padding: 9px 60px 7px;
}

.article_wrap .btn_action a.next_article {
    float: right;
}

.article_wrap .btn_action a.previous_article {
    float: left;
}

.article_wrap .share_article {
    padding: 15px 0;
    border-top: 1px solid #191919;
}

.article-relate .title_related {
    text-align: center;
    float: none;
    color: #000;
    display: inline-block;
}

.article-relate .title_related:after {
    background: #41b93d;
}

/*.blog-breadcrumb {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.blog-breadcrumb .breadcrumb {*/
/*    background: transparent;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-size: 16px;*/
/*}*/

/*.blog-breadcrumb .breadcrumb > li + li:before {*/
/*    content: ' | ';*/
/*    color: #000;*/
/*}*/

#article {
    margin-bottom: 40px;
}

#article .article_wrap {
    margin-bottom: 40px;
}

#article .article_content {
    position: relative;
    z-index: 1;
}

#article .article_content table td {
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #41b93d;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* End Article */

/* Workshop */
.workshop_wrap {
    padding: 90px 0 60px;
}

.workshop_item {
    margin-bottom: 30px;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 345px;
    padding: 0 15px;
}

.workshop_item .workshop_image {
    position: relative;
    display: block;
    overflow: hidden;
}

.workshop_item .workshop_image .workshop_img {
    height: 300px;
    background: #fff no-repeat 50%;
    background-size: cover;
}

.workshop_item .workshop_item_info {
    background: #fff;
    padding: 15px;
}

.workshop_item_info .workshop_short_date {
    width: 15%;
    float: left;
    text-align: center;
}

.workshop_short_date .workshop_month {
    font-size: 24px;
    color: #41b93d;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.workshop_short_date .workshop_day {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.workshop_item_info .workshop_name {
    float: left;
    padding-left: 15px;
    width: 85%;
    margin: 0;
}

.workshop_item_info .workshop_name a {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.workshop_item_info .workshop_going {
    margin-top: 15px;
    margin-bottom: 15px;
}

.workshop_item_info .workshop_going a {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 30px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.workshop_item_info .workshop_time {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 20px;
}

.workshop_item_info .workshop_time p:not(:last-child) {
    margin-bottom: 15px;
}

.workshop_item_info .workshop_time p svg {
    margin-right: 15px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.workshop_pass_event .workshop_pass_event_title {
    float: none;
    display: inline-block;
}

.passevent_lists .passevent_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    -ms-flex: 0 0 calc(50% - 30px);
    -webkit-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    overflow: hidden;
    margin: 0 15px 30px;
    min-height: 145px;
    padding-bottom: 20px;
}

.passevent_date_wrap {
    float: left;
    width: 94px;
    height: 94px;
    margin-right: 15px;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
}

.passevent_date_wrap .passevent_month {
    font-size: 24px;
    font-weight: 700;
    color: #41b93d;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.passevent_date_wrap .passevent_day {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.passevent_item .passevent_info {
    float: left;
    width: calc(100% - 109px);
}

.passevent_info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    margin-bottom: 10px;
}

.passevent_info p {
    margin: 0;
}

.workshop_lists.workshop_lists_50_percent,
.workshop_pass_event.workshop_lists_50_percent {
    float: left;
    width: 50%;
}

#workshop_detail {
    margin-bottom: 100px;
}

#workshop_detail .workshop_item_info {
    background: #fff;
    padding: 30px;
}

#workshop_detail .workshop_short_date .workshop_month,
#workshop_detail .workshop_short_date .workshop_day {
    font-size: 42px;
}

#workshop_detail .workshop_name h3 {
    color: #000;
    float: none;
    display: inline-block;
}

#workshop_detail .workshop_name h3:after {
    background: #41b93d;
}

#workshop_detail .workshop_content {
    margin-top: 30px;
    margin-bottom: 15px;
}

#workshop_detail .workshop_item_info .workshop_going {
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

/* End Workshop */

/* Paginate */
.pagination {
    margin: 0;
}

#pagination .page-node {
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
    color: #000;
    text-align: center;
    margin: 5px;
    display: inline-block;
    background: #fff;
}

#pagination .page-node:focus {
    outline: none;
}

#pagination span.page-node.current,
#pagination .page-node:hover {
    background: #41b93d;
    color: #fff;
}

/* End Paginate */

/* Career */
#career .career_top_title {
    top: 30%;
}

#career .career_top_title .headline {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

#career .career_top_title .title {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

#career .career_top_title .cta {
    padding: 15px 40px;
    margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid #41b93d;
    text-shadow: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#career .career_top_title .cta:before {
    content: '';
    background-color: #41b93d;
}

#career .cotloi_benvung_wrap {
    padding: 84px 0 51px;
}

.banner_career_center {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#career .info_company {
    max-width: 768px;
    margin: 0 auto 30px;
    text-align: center;
}

#career .info_company h2 {
    float: none;
    color: #000;
    display: inline-block;
}

#career .info_company h2:after {
    background: #41b93d;
}

#career .info_company p {
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
}

#career .benefit_wrap {
    padding: 35px 0;
    text-align: center;
}

#career .benefit_wrap h2 {
    float: none;
    color: #000;
    margin-bottom: 60px;
    display: inline-block;
}

#career .benefit_wrap h2:after {
    background: #41b93d;
}

#career .benefit_content_wrap {
    margin-top: 30px;
}

.benefit_content_wrap .item {
    margin-bottom: 35px;
    text-align: left;
}

.benefit_content_wrap .item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    margin-bottom: 15px;
}

.benefit_content_wrap .item p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
}

.benefit_content_wrap .item p a.thamkhao {
    font-size: 16px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    color: #41b93d;
    font-weight: 700;
    display: block;
    margin-top: 15px;
}

#career .jobs_wrap {
    padding: 35px 0 55px;
}

#career .jobs_wrap h2 {
    display: inline-block;
    float: none;
    color: #000;
}

#career .jobs_wrap h2:after {
    background: #41b93d;
}

.list_jobs_item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}

.list_jobs_item:last-child {
    margin: 0;
    padding: 0;
}

.list_jobs_item .job_item {
    border-bottom: 1px solid #B2B2B2;
}

.list_jobs_item .job_item:last-child {
    border-bottom: none;
}

.list_jobs_item .title_cat_job {
    color: #000;
    font-size: 24px;
    display: inline-block;
    width: auto;
    float: none;
}

.list_jobs_item .title_cat_job:after {
    background: #41b93d;
}

.list_jobs_item .job_image {
    position: relative;
    display: block;
    overflow: hidden;
}

.list_jobs_item .job_image .job_img {
    height: 142px;
    background: #c5d2d9 no-repeat 50%;
    background-size: cover;
}

.job_item_info {
    padding: 15px 0;
}

.job_item_info .job_name {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
    display: -webkit-box;
    font-size: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.job_item_info .job_name a {
    color: #000;
    display: block;
}

.job_item_info .job_des {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 16px;
}

.job_item_info .job_des .job_content {
    float: left;
    width: 75%;
    margin: 0;
    text-align: justify;
    padding-right: 15px;
}

.job_item_info .btn_apply {
    background: #41b93d;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 30px;
    color: #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    float: right
}

.job_item_info .job_time svg {
    color: #41b93d;
    margin-right: 10px;
}

.job_item_info .job_time {
    font-size: 16px;
}

.top-article .container {
    padding: 20px 15px;
}

.top-article .container .breadcrumb {
    margin: 0;
    padding: 0;
}

.job_detail {
    background: #fff;
}

.job_table_detail .article_content {
    padding-bottom: 60px;
    line-height: 25px;
    width: 65%;
    padding-right: 30px;
    padding-top: 40px;
}

.job_table_detail .article_content ul {
    padding: 0;
}

.job_table_detail .article_content li {
    margin-bottom: 20px;
    color: #333;
}

.job_table_detail .sidebar_article {
    width: 35%;
    padding-left: 30px;
    padding-top: 40px;
}

.sidebar_article .box_share {
    text-align: center;
    margin-top: 20px;
}

.sidebar_article .box_share .name {
    color: #888;
    margin-bottom: 20px;
}

.sidebar_article .box_share .btn_share {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    position: relative;
    color: #555;
    background-color: #fff;
}

.sidebar_article .box_share .btn_share.fb {
    color: #fff;
    background-color: #3b5999;
}

.sidebar_article .box_share .btn_share.google {
    color: #fff;
    background-color: #dd4b39;
}

.sidebar_article .desc_job {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: 30px;
    width: 100%;
}

.sidebar_article .desc_job .desc_job_row {
    line-height: 25px;
    padding: 10px 0px;
    border-bottom: 1px dotted #e0e0e0;
    margin: 0;
}

.sidebar_article .desc_job .desc_job_row:last-child {
    border-bottom: 0px;
}

.sidebar_article .desc_job .desc_job_row span {
    font-weight: bold;
    display: block;
}

.sidebar_article .desc_apply a {
    background: #41b93d;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
}

.list_related {
    padding: 30px 0px;
    border-top: 1px dotted #e0e0e0;
}

.list_related .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.list_related a {
    display: block;
    line-height: 20px;
    margin-bottom: 15px;
}

.list_related .btn_viewall {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* End Career */

/* Blog */
#blog .main_content {
    padding: 30px 0;
}

#blog .header_page {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 40px;
    color: #000;
}

/* Sidebar */
.sidebar .list_group {
    margin-bottom: 30px;
}

.sidebar .list_group h2 {
    float: none;
    color: #000;
    display: inline-block;
}

.sidebar .list_group h2:after {
    background: #41b93d;
}

.nav_menu_blog {
    background: #fff;
}

.nav_menu_blog li a {
    background: #fff;
    position: relative;
    display: block;
}

.nav_menu_blog li.has_sub {
    position: relative;
}

.nav_menu_blog li a:hover, .nav_menu_blog li a:focus {
    background: #fff;
    outline: none;
}

.nav_menu_blog li span.more {
    position: absolute;
    top: 12px;
    width: 16px;
    right: 15px;
    color: #41b93d;
    text-align: center;
    height: 15px;
    cursor: pointer;
}

.nav_menu_blog li span.more:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 15px;
    height: 2px;
    background: #41b93d;
}

.nav_menu_blog li span.more:not(.show_menu):after {
    content: '';
    position: absolute;
    top: 0px;
    right: 6px;
    width: 2px;
    height: 15px;
    background: #41b93d;
}

.nav_menu_blog li.has_sub ul > li > a {
    padding-left: 45px;
}

.nav_menu_blog li.has_sub ul > li > a:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 15px;
    width: 15px;
    height: 2px;
    background: #41b93d;
    display: block;
}

.list_img_ins, .list_tags {
    padding: 0;
    margin-bottom: 0;
}

.list_img_ins .icon-loading {
    height: 200px;
}

.list_img_ins li {
    margin-bottom: 15px;
}

.list_img_ins li a {
    position: relative;
    overflow: hidden;
    display: block;
}

.list_img_ins li a:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.list_img_ins li:hover a:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

.list_tags li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.list_tags li a {
    padding: 5px 15px;
    background: #fff;
    display: block;
    color: #000;
    font-weight: 600;
}

.list_tags li a:hover {
    background: #41b93d;
    color: #fff;
}

.list_img_crop {
    padding: 0;
    margin: 0 -10px;
}

.list_img_crop li {
    float: left;
    width: calc(100% / 2);
    padding: 10px;
}

.list_img_crop li a {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list_img_crop li a:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.list_img_crop li:hover a:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* End Blog */

/* store */

.banner_store {
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    background-size: cover;
    position: relative;
}

.store_title {
    text-align: center;
}

.store_title h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.store_title a {
    color: #fff;
}

.group_select_store {
    display: inline-block;
    position: relative;
    background: #fff;
    min-width: 346px;
    margin: 0 auto;
}

.group_select_store:after {
    background-image: url(https://file.hstatic.net/1000075078/file/path_1529.svg);
    content: '';
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    top: 40%;
    background-position: center;
    -moz-transition: width 2s;
    -o-transition: width 2s;
    -webkit-transition: width 2s;
    transition: width 2s;
}

.group_select_store.open:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.group_select_store .btn_select_store {
    text-align: left;
    padding: 12px 50px 12px 15px;
    font-size: 14px;
    cursor: pointer;
}

.dropdown_select_store {
    position: absolute;
    background: #fff;
    left: 0;
    max-height: 400px;
    z-index: 99;
    top: 100%;
    width: 100%;
    text-align: left;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown_select_store .dropdown_select_store_item {
    text-align: left;
    -webkit-order: 3;
    order: 3;
    width: 100%;
}

.dropdown_select_store .dropdown_select_store_item[data-state="ho-chi-minh"] {
    -webkit-order: 1;
    order: 1;
}

.dropdown_select_store .dropdown_select_store_item[data-state="ha-noi"] {
    -webkit-order: 2;
    order: 2;
}

.dropdown_select_store_item .dropdown_select_store_state {
    padding: 15px;
    background: #F2F2F2;
}

.dropdown_select_store_item .dropdown_select_store_district {
    padding: 15px 15px 15px 25px;
    border-bottom: 1px solid #B5B5B5;
    cursor: pointer;
}

.box-map {
    position: relative;
}

.box-map .list-address {
    max-height: 455px;
    overflow-y: auto;
}

.box-map .list-address::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.box-map .list-address::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.box-map .list-address::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(105, 105, 105, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.box-map .list-address::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(105, 105, 105, 0.4);
}

.box-map .list-address ul {
    padding: 0;
    margin: 0;
}

.box-map .list-address li {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #fff;
    margin-bottom: 1px;
    position: relative;
}

.box-map .list-address li .img-store {
    width: 16%;
}

.box-map .list-address li .info {
    padding-left: 10px;
}

.box-map .list-address li .info h3 {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.box-map .list-address li .info p {
    margin-bottom: 0;
}

.box-map .list-address li .info a {
    color: #41b93d;
}

.box-map .list-address li .info span {
    position: absolute;
    top: 10px;
    right: 10px;
}

#map {
    width: 100%;
    height: 454px;
}


.activities_store {
    padding: 90px 0;
}

.activities_title {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 768px;
}

.activities_title h2 {
    float: none;
    color: #000;
}

.activities_title h2:after {
    background: #41b93d;
}

.activities_slider .swiper-slide {
    width: 60%;
}

.activities_slider .swiper-image {
    position: relative;
    overflow: hidden;
}

.activities_slider .swiper-image:before {
    padding-top: 70%;
    display: block;
    content: '';
}

.activities_slider .swiper-image .image {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
}

.activities_slider .activities_slider_title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    margin-top: 30px;
}

.activities_slider .activities_slider_content {
    font-size: 16px;
    font-weight: 300;
}

.big_bg_store_item {
    position: relative;
}

.big_bg_store_item .big_bg_store_title {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.big_bg_store_item .big_bg_store_title p {
    margin: 40px 0;
}

.about_store {
    padding: 100px 0;
}

.about_store .box-col:first-child {
    margin-bottom: 50px;
}

.about_store .box-content h3 {
    font-size: 24px;
    float: none;
    color: #000;
    margin-bottom: 15px;
}

.about_store img {
    width: 100%;
}

#modalMap .modal-body {
    padding: 0;
}

#modalMap .title_map_modal {
    color: #000;
    float: none;
    font-size: 24px;
    display: inline-block;
}

#modalMap .title_map_modal:after {
    background: #41b93d;
}

#modalMap .modal_map_left_contact {
    font-size: 16px;
    font-weight: 300;
}

#modalMap .modal_map_left_wrap {
    padding: 30px;
}

#modalMap .modal_contact_item {
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#modalMap .modal_contact_item:last-child {
    border-bottom: 0;
}

#modalMap .modal_contact_item .icon_content_map {
    display: inline-block;
    color: #41b93d;
    margin-right: 10px;
    vertical-align: middle;
}

#modalMap .modal_contact_item .time_wrap_text {
    display: inline-block;
    vertical-align: middle;
}

#modalMap .modal_contact_item .time_wrap_text span {
    display: block;
}

#modalMap .modal_contact_item .time_wrap_text span:first-child {
    font-size: 12px;
}

#modalMap .modal_contact_item .icon_content_map.icon_phone {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#modalMap .modal_contact_item.modal_map_address svg {
    color: #41b93d;
    margin-right: 10px;
}

#modalMap .modal_contact_item.modal_map_address span {
    font-size: 16px;
    display: inline-block;
    font-weight: 300;
}

.btn_open_map {
    display: inline-block;
    background: #41b93d;
    color: #fff;
    font-size: 16px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
    padding: 12px 15px;
}

.btn_open_map:hover {
    color: #fff;
}

#modalMap .modal-button-prev, .modal-button-next {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
}

#modalMap .modal-button-prev svg, .modal-button-next svg {
    width: 20px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#modalMap .modal-button-next.modal-button-disabled,
#modalMap .modal-button-prev.modal-button-disabled {
    opacity: 0;
}

.modal_map_right .modal_map_image_item:before {
    padding-top: 75%;
    content: '';
    display: block;
}

.modal_map_right .modal_map_bg_image {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* End Store */

/* Icon Order online */
@keyframes h-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.order_online_fixed {
    position: fixed;
    bottom: 100px;
    right: 24px;
    line-height: 60px;
    z-index: 99;
}

.order_online_fixed a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    padding: 13px 9px;
}

.order_online_fixed a .svg-order {
    width: 45px;
    height: 35px;
    animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
}

/* End icon order online*/

/* Rewards */
.banner_top_rewards {
    background: url(//file.hstatic.net/1000075078/file/bannerwebsite_7ba0979f070146bc9304a9d3f36b400d.jpg) no-repeat;
    min-height: 100vh;
    background-position: 50% 50%;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner_top_rewards .banner_top_rewards_title {
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
}

.banner_top_rewards .banner_top_rewards_content {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.banner_top_rewards .banner_top_rewards_link {
    color: #fff;
    padding: 10px 25px;
    position: relative;
    font-size: 16px;
    background: #41b93d;
    display: inline-block;
}

.quyenloi_rewards {
    padding: 100px 0;
}

.quyenloi_rewards .quyenloi_title {
    float: none;
    text-align: center;
    color: #000;
}

.quyenloi_rewards .quyenloi_title:after {
    width: 30%;
    margin: 0 auto;
    background: #41b93d
}

.quyenloi_rewards .quyenloi_content {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 30px;
}

.thanhvien_wrap {
    margin-bottom: 30px;
    padding-top: 15px;
}

.thanhvien_wrap .thanhvien_des {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.thanhvien_wrap .thanhvien_title {
    position: relative;
    height: 2px;
    background: #000;
    text-align: center;
    margin: 0;
}

.thanhvien_wrap .thanhvien_title span {
    position: relative;
    background: #f5f5f5;
    display: inline-block;
    top: -16px;
    font-size: 24px;
    padding: 0 15px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
    color: #000;
}

.thanhvien_wrap .thanhvien_content {
    margin-top: 30px;
}

.thanhvien_wrap .thanhvien_content .thanhvien_item {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}

.thanhvien_wrap .thanhvien_content .thanhvien_item:nth-child(2n) {
    padding: 0 30px;
}

.thanhvien_content .thanhvien_item h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
}

.thanhvien_content .thanhvien_item p {
    font-size: 16px;
}

.thanhvien_ungdung a {
    display: inline-block;
    padding: 12px 40px;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
}

.restrictions {
    margin-top: 30px;
    font-size: 18px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
}

.restrictions span {
    color: #41b93d;
}

.howto_rewards {
    padding: 100px 0;
    background: #fff;
}

.howto_rewards_title {
    float: none;
    display: block;
    color: #000;
    text-align: center;
}

.howto_rewards_title:after {
    background: #41b93d;
}

.howto_rewards_content {
    margin-bottom: 40px;
}

.howto_rewards_wrap .howto_rewards_wrap_img, .howto_rewards_wrap .howto_rewards_wrap_img2 {
    width: 50%;
    text-align: center;
}

.howto_rewards_wrap .howto_rewards_wrap_img .rewards_img_item,
.howto_rewards_wrap .howto_rewards_wrap_img2 .rewards_img_item {
    text-align: center;
}

.howto_rewards_wrap_img.owl-carousel .owl-item img, .howto_rewards_wrap_img2.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.howto_rewards_wrap_img.owl-carousel .owl-item img.howto_img, .howto_rewards_wrap_img2.owl-carousel .owl-item img.howto_img {
    width: auto;
    display: inline-block;
    height: 70vh;
}


.howto_rewards_wrap_img span, .howto_rewards_wrap_img2 span {
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
}

.howto_rewards_wrap_img p, .howto_rewards_wrap_img2 p {
    font-size: 16px;
    margin: 0;
}

.howto_rewards_wrap .lists_howto_rewards {
    width: 50%;
}

.lists_howto_rewards .list_howto_rewards, .lists_howto_rewards .list_howto_rewards2 {
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 80px
}

.list_howto_rewards .list_howto_rewards_number, .list_howto_rewards2 .list_howto_rewards_number {
    width: 64px;
    height: 64px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
    font-size: 24px;
    background: #000;
    color: #fff;
    margin-right: 30px;
    font-weight: 700;
}

.list_howto_rewards:hover:before, .list_howto_rewards2:hover:before {
    background: #41b93d;
}

.list_howto_rewards:before, .list_howto_rewards2:before {
    content: attr(data-index);
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    font-size: 24px;
    background: #000;
    color: #fff;
    margin-right: 30px;
    font-weight: 700;
}

.list_howto_rewards > span, .list_howto_rewards2 > span {
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
}

.list_howto_rewards p, .list_howto_rewards2 p {
    font-size: 16px;
    margin: 0;
}

.list_howto_rewards.active:before, .list_howto_rewards2.active:before {
    background: #41b93d;
}

.howto_star {
    padding: 104px 0;
    background: #000;
}

.howto_star_title {
    float: none;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.howto_star_title:after {
    background: #41b93d;
    width: 30%;
}

.howto_panel_group {
    border-bottom: 1px solid #fff;
}

.howto_panel_group .panel-default {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.howto_panel_group .panel + .panel {
    margin-top: 0;
}

.howto_panel_group .panel-heading {
    background: transparent;
    color: #fff;
    padding: 0;
    font-size: 24px;
    display: block;
    border-top: 1px solid #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
}

.howto_panel_group2 .panel-heading {
    border-top: 0;
    border-bottom: 1px solid #ccc;
}

.howto_panel_group .panel-heading h3 a {
    position: relative;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
    display: block;
}

.howto_panel_group2 .panel-heading h3 a {
    font-size: 18px;
    font-family: 'Lato', "Times New Roman", serif;
    font-weight: normal;
    padding-right: 50px;
}

.howto_panel_group .panel-heading a:after {
    content: '';
    width: 30px;
    background: #fff;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
}

.howto_panel_group .panel-heading a.collapsed:after {
    content: '';
    width: 30px;
    background: #fff;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
}

.howto_panel_group .panel-heading a.collapsed:before {
    content: '';
    width: 2px;
    background: #fff;
    height: 30px;
    position: absolute;
    right: 15px;
    top: calc(50% - 15px);
}

.howto_panel_group2 .panel-heading a:after {
    content: "";
    height: 15px;
    position: absolute;
    right: 25.03px;
    width: 3px;
    background: #fff;
    top: calc(50% - 20px / 2);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.howto_panel_group2 .panel-heading a.collapsed:before,
.howto_panel_group2 .panel-heading a.collapsed:after {
    content: "";
    height: 15px;
    position: absolute;
    right: 25.03px;
    width: 3px;
    background: #fff;
    top: calc(50% - 20px / 2);
}

.howto_panel_group2 .panel-heading a.collapsed:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.howto_panel_group .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.howto_panel_group2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
}

.howto_panel_group .howto_star_item_content {
    color: #fff;
}

.howto_panel_group .howto_star_item_content a {
    color: #41b93d;
}

.news_member {
    padding: 100px 0;
}

.news_member .howto_rewards_title {
    margin-bottom: 50px;
}

.news_member_item .news_member_info h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
    display: -webkit-box;
    height: 65px;
    color: #000;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_member_item .news_member_info .news_member_content {
    margin-bottom: 0;
    font-size: 16px;
    display: -webkit-box;
    height: 72px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tch_app {
    background: #fff;
    padding: 100px 0;
}

.tch_app_title {
    float: none;
    color: #000;
    text-align: center;
}

.tch_app_title:after {
    background: #EA8205;
}

.tch_app_content {
    padding-top: 20px;
    margin-bottom: 50px;
}

.tch_app_content .tch_app_image {
    width: 50%;
}

.tch_app_content .tch_app_des {
    width: 50%;
    padding-left: 30px;
    text-align: left;
}

.btn_link_app {
    margin-right: 15px;
    display: inline-block;
}

.tch_app .howto_panel_group {
    border-bottom-color: #000;
}

.tch_app .howto_panel_group .panel-heading {
    border-top-color: #000;
    color: #000;
}

.tch_app .howto_panel_group .howto_star_item_content {
    color: #000;
}

.tch_app .howto_panel_group .panel-heading a:after,
.tch_app .howto_panel_group .panel-heading a:before {
    background: #000;
}

.faq_tch {
    padding: 100px 0;
}

.faq_tch_title {
    float: none;
    color: #000;
    text-align: center;
    display: inline-block;
}

.faq_tch_title:after {
    background: #EA8205;
}

.faq_tch .howto_panel_group {
    border-bottom-color: #000;
}

.faq_tch .howto_panel_group2 {
    border-bottom: 0;
}

.faq_tch .howto_panel_group .panel-heading {
    border-top-color: #000;
    color: #000;
}

.faq_tch .howto_panel_group .howto_star_item_content {
    color: #000;
}

.faq_tch .howto_panel_group .panel-heading a:after,
.faq_tch .howto_panel_group .panel-heading a:before {
    background: #000;
}

.faq_tch .faq_new_btn a {
    display: inline-block;
    padding: 12px 40px;
    background: #41b93d;
    color: #fff;
    font-size: 16px;
    background: #41b93d;
    color: #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
}

/* End Rewards */

/* All Store */
.lists_all_store_wrap {
    background: #fff;
    padding: 60px 0;
}

.list_all_store_item {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    order: 3
}

.list_all_store_item[data-state="ho-chi-minh"] {
    order: 1
}

.list_all_store_item[data-state="ha-noi"] {
    order: 2
}

.list_all_store_state {
    float: none;
    text-align: center;
    color: #000;
    display: inline-block;
}

.list_all_store_state:after {
    background: #41b93d;
}

.list_all_store_district {
    width: 50%;
    float: left;
    text-align: left;
}

.list_all_store {
    max-width: 66.666667%;
}

.list_all_store_district .list_all_store_district_name {
    margin-bottom: 30px;
    font-size: 24px;
    color: #000;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
}

.list_all_store a {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

.list_all_store a svg {
    color: #41b93d;
    margin-right: 15px;
}

.list_all_store a span {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}

/* End All Store */
/* Search */
.search_wrap_item {
    margin-top: 50px;
    margin-bottom: 30px;
}

.search_title {
    text-align: center;
    margin-bottom: 30px;
}

.search_title span {
    float: none;
    margin-bottom: 0;
    color: #41b93d;
    display: inline-block;
}

.subtext {
    margin-bottom: 30px;
}

.container_flex {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row_flex {
    margin-left: -15px;
    margin-right: -15px;
}

/* Mid-Autumn*/
@-webkit-keyframes slide {
    from {
        background-position: top right, left bottom;
    }
    to {
        background-position: top right, -9999px bottom;
    }
}

#mid--autumn__banner--top {
    position: relative;
    overflow: hidden;
    padding: 0 0 160px;
}

#mid--autumn__banner--top .mid--autumn__banner--top--wrap {
    padding: 40px 0;
}

#mid--autumn__banner--top .mid--autumn__banner--top-title {
    margin-bottom: 45px;
    text-align: center;
}

#mid--autumn__banner--top #hop1 {
    position: absolute;
    left: 50px;
    top: 20px;
    width: 136px;
}

#mid--autumn__banner--top #hop2 {
    position: absolute;
    right: -45px;
    bottom: 50px;
    width: 136px;
}

#mid--autumn__banner--top #mooncakes {
    position: relative;
    top: 0%;
}

#mid--autumn__banner--top #mooncakes_box {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 650px;
}

#midautumn-hrv-banner-caption1 .hrv-banner-content {
    text-align: right;
}

#midautumn-hrv-banner-caption1 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#midautumn-hrv-banner-caption1 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #fff;
}

#midautumn-hrv-banner-caption1 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #fff;
}

#midautumn-hrv-banner-caption2 .hrv-banner-content {
    text-align: center;
}

#midautumn-hrv-banner-caption2 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#midautumn-hrv-banner-caption2 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #fff;
}

#midautumn-hrv-banner-caption2 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #fff;
}

#midautumn-hrv-banner-caption3 .hrv-banner-content {
    text-align: center;
}

#midautumn-hrv-banner-caption3 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#midautumn-hrv-banner-caption3 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #fff;
}

#midautumn-hrv-banner-caption3 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #fff;
}

#midautumn-hrv-banner-caption4 .hrv-banner-content {
    text-align: left;
}

#midautumn-hrv-banner-caption4 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#midautumn-hrv-banner-caption4 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #fff;
}

#midautumn-hrv-banner-caption4 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #fff;
}

#midautumn-hrv-banner-caption5 .hrv-banner-content {
    text-align: left;
}

#midautumn-hrv-banner-caption5 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#midautumn-hrv-banner-caption5 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #fff;
}

#midautumn-hrv-banner-caption5 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #fff;
}


#reward-hrv-banner-caption1 .hrv-banner-content {
    text-align: center;
}

#reward-hrv-banner-caption1 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#reward-hrv-banner-caption1 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #000;
}

#reward-hrv-banner-caption1 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #000;
}

#reward-hrv-banner-caption2 .hrv-banner-content {
    text-align: center;
}

#reward-hrv-banner-caption2 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#reward-hrv-banner-caption2 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #000;
}

#reward-hrv-banner-caption2 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #000;
}

#reward-hrv-banner-caption3 .hrv-banner-content {
    text-align: left;
}

#reward-hrv-banner-caption3 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#reward-hrv-banner-caption3 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #000;
}

#reward-hrv-banner-caption3 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #000;
}

#reward-hrv-banner-caption4 .hrv-banner-content {
    text-align: left;
}

#reward-hrv-banner-caption4 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#reward-hrv-banner-caption4 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #000;
}

#reward-hrv-banner-caption4 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #000;
}

#reward-hrv-banner-caption5 .hrv-banner-content {
    text-align: left;
}

#reward-hrv-banner-caption5 .hrv-banner-content .hrv-url {
    -webkit-animation: fade 3000ms ease-in-out;
    -moz-animation: fade 3000ms ease-in-out;
    -ms-animation: fade 3000ms ease-in-out;
    animation: fade 3000ms ease-in-out;
}

#reward-hrv-banner-caption5 .hrv-title1 {
    -webkit-animation: fade 1000ms ease-in-out;
    -moz-animation: fade 1000ms ease-in-out;
    -ms-animation: fade 1000ms ease-in-out;
    animation: fade 1000ms ease-in-out;
    color: #000;
}

#reward-hrv-banner-caption5 .hrv-title2 {
    -webkit-animation: fade 2000ms ease-in-out;
    -moz-animation: fade 2000ms ease-in-out;
    -ms-animation: fade 2000ms ease-in-out;
    animation: fade 2000ms ease-in-out;
    color: #000;
}

#mid--autumn__reason {
    padding: 100px 0;
}

#mid--autumn__reason h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    color: #191919;
    font-family: 'DIN Condensed', sans-serif;
}

#mid--autumn__reason .mid--autumn__reason--img {
    max-width: 300px;
    margin: 0 auto 30px;
}

#mid--autumn__reason .mid--autumn__reason--content {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

#mid--autumn__mooncakes--box {
    background: #EC962E;
    position: relative;
    background: url('//file.hstatic.net/1000075078/file/tho-ngoc_3b16949378cb435cb4246ec1c830ccf9_master.png') no-repeat,
    url('//file.hstatic.net/1000075078/file/hcm-image_9254fa8867564748ba31b369dfadd009_master.png') repeat-x, #EC962E;
    background-position: top right, left bottom;
    background-size: auto, contain;
    padding: 0 0 450px 0;
    -webkit-animation: slide 520s linear infinite;
    overflow: hidden;
}

#mid--autumn__mooncakes--box .mid--autumn__moon--bg {
    position: absolute;
    right: 0;
    top: 0;
}

.mid--autumn__mooncakes--box--wrap {
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}

.mid--autumn__mooncakes--box--wrap .mid--autumn__mooncakes--box--name {
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    color: #191919;
    font-family: 'DIN Condensed', sans-serif;
    margin-top: 0;
}

.mid--autumn__mooncakes--box--wrap .mid--autumn__mooncakes--box--price {
    background: #000;
    display: inline-block;
    padding: 15px 20px;
    color: #EC962E;
    font-size: 43px;
    font-weight: 700;
    font-family: 'DIN Condensed', sans-serif;
    line-height: 43px;
}

.mooncakes-item {
    margin-bottom: 15px;
    text-align: center;
}

.mooncakes-item img {
    max-width: 70%;
}

.mooncakes-item .mooncakes_title_wrap {
    margin-bottom: 15px;
    text-align: left;
}

.mooncakes-item .mooncakes_title_wrap h3 {
    margin: 0;
    display: inline-block;
    font-size: 24px;
    color: #191919;
    text-transform: uppercase;
    font-family: 'DIN Condensed', sans-serif;
    width: calc(100% - 95px);
    vertical-align: middle;
    line-height: 24px;
}

.mooncakes-item .mooncakes_title_wrap span {
    display: inline-block;
    background: #000000;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    font-family: 'DIN Condensed', sans-serif;
    vertical-align: middle;
    width: 90px;
}

.mooncakes-item .mooncakes_content {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: left;
}

#mid--autumn__discount--table {
    background: url(//file.hstatic.net/1000075078/file/background-boat_9f573708c0b44b5aafb051f261cd73b6_master.png) no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

#mid--autumn__discount--table .boat-left {
    position: absolute;
    left: 35.5px;
    top: 20%;
}

#mid--autumn__discount--table .boat-right {
    position: absolute;
    right: 100px;
    top: 29px;
}

.mid--autumn__discount--table--wrap {
    background: #fff;
    text-align: center;
    padding-top: 15px;
    position: relative;
    z-index: 3;
}

.mid--autumn__discount--table--wrap h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    color: #EC962E;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.mid--autumn__discount--table--wrap table tr th {
    font-size: 24px;
    font-weight: 700;
    padding: 9px 30px;
    color: #000;
    text-align: center;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid #EC962E;
    border-right: 2px solid #EC962E;
    width: 50%;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
}

.mid--autumn__discount--table--wrap table tr th:last-child {
    border-right-color: transparent;
}

.mid--autumn__discount--table--wrap table tr td {
    padding: 9px 30px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid #EC962E;
    border-right: 2px solid #EC962E;
    width: 50%;
}

.mid--autumn__discount--table--wrap table tr td:last-child {
    border-right-color: transparent;
}

#mid--autumn__contact {
    padding: 100px 0px 50px;
}

.mid--autumn__contact--title {
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-size: 36px;
    font-weight: bold;
    color: #EC962E;
    margin-bottom: 30px;
    padding-bottom: 8px;
    text-align: center;
    position: relative;
}

.mid--autumn__contact--title:after {
    content: '';
    position: absolute;
    width: 156px;
    margin: 0 auto;
    background: #000;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
}

.mid--autumn__contact--content {
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
}

#mid--autumn__contact form {
    margin-top: 60px;
}

#mid--autumn__contact form .mid--autumn__contact--line {
    margin-bottom: 30px;
}

#mid--autumn__contact form .mid--autumn__contact--line--col {
    width: 46.6%;
    display: inline-block;
    margin-right: 3%;
}

#mid--autumn__contact form .mid--autumn__contact--line--col:last-child {
    margin-left: 3%;
    margin-right: 0;
}

#mid--autumn__contact form .mid--autumn__contact--line--2col {
    width: 100%;
}

#mid--autumn__contact form input[type=tel] {
    border: 1px solid #b5b5b5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    border-radius: 0;
}

#mid--autumn__contact form .mid--autumn__contact--line--col input,
#mid--autumn__contact form .mid--autumn__contact--line--2col input {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

#mid--autumn__contact form .mid--autumn__contact--line button {
    width: 100%;
    background: #EC962E;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    padding: 7px 20px;
    border: 0;
}

#mid--autumn__contact form .info-mess {
    color: #EC962E;
    padding: 7px;
    border: 1px dashed #EC962E;
    font-weight: bold;
    margin-bottom: 30px;
}

/* modal Ä‘Äƒng kÃ­ thÃ nh cÃ´ng */
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.md_succes {
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
}

.modal.modal-dialog {
    margin-top: 70px;
}

.modal.md_succes .modal-content {
    border: 0;
}

.md_succes .modal-body .modal-title {
    font-size: 25px;
    margin: 0 0 10px;
}

.md_succes .modal-body p:not(.modal-title) {
    font-size: 18px;
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    5% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    12% {
        -webkit-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
    100% {
        -webkit-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.modal-icon.sweet-alert {
    padding-top: 15px;
}

.animateSuccessTip {
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    animation: rotatePlaceholder 4.25s ease-in;
}

.sweet-alert .sa-icon.sa-success {
    width: 80px;
    height: 80px;
    border: 4px solid #EC962E;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    -moz-transform-origin: 0px 60px;
    -o-transform-origin: 0px 60px;
    transform-origin: 0px 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(236, 150, 46, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #EC962E;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.md_succes .hide_modal {
    padding: 10px 30px;
    text-transform: uppercase;
    background: #EC962E;
    border-color: #EC962E;
}

@media (min-width: 768px) {
    .modalsuc .modal-dialog, .md_succes .modal-dialog {
        width: 540px;
    }
}

@media (max-width: 767px) {
    .modalsuc .modal-dialog, .md_succes .modal-dialog {
        top: 40px;
    }
}


/*
Rewards 2019
*/
.slide-rewards-new .owl-nav button.owl-prev, .slide-rewards-new .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    background: #41b93d;
    opacity: 0.5;
    color: #fff;
    padding: 10px 15px !important;
    font-size: 23px;
}

.slide-rewards-new .owl-nav button.owl-prev {
    left: 15px;
}

.slide-rewards-new .owl-nav button.owl-next {
    right: 15px;
}

.slide-rewards-new .owl-nav button.owl-prev:hover, .slide-rewards-new .owl-nav button.owl-next:hover {
    opacity: 1;
}

.rewards_menu {
    background: #41b93d;
    color: #fff
}

.rewards_menu ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.rewards_menu ul li a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
}

.rewards_menu ul li a:hover, .rewards_menu ul li a:focus {
    color: #191919;
}

.aboutus_rewards_new {
    padding: 40px 0;
}

.aboutus_rewards_new .aboutus_rewards_new_title {
    float: none;
    text-align: center;
    color: #000;
}

.aboutus_rewards_new .aboutus_rewards_new_title:after {
    width: 30%;
    margin: 0 auto;
    background: #41b93d
}

.aboutus_rewards_new .aboutus_rewards_new_content {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 30px;
}

.aboutus_rewards_new iframe {
    margin-bottom: 60px;
}

.aboutus_rewards_new .abouutus_rewards_new_item_title {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    height: 44px;
}

.aboutus_rewards_new .abouutus_rewards_new_item_des {
    font-size: 16px;
    margin: 0;
}

.aboutus_rewards_new .abouutus_rewards_new_btn {
    margin-top: 50px;
}

.aboutus_rewards_new .abouutus_rewards_new_btn a {
    display: inline-block;
    padding: 12px 40px;
    background: #41b93d;
    color: #fff;
    font-size: 16px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
}

.rewards_new_rank {
    padding: 100px 0;
    background: #fff;
}

.rewards_new_rank .rewards_new_rank_title {
    color: #000;
    text-align: center;
    float: none;
}

.rewards_new_rank .rewards_new_rank_title:after {
    width: 30%;
    margin: 0 auto;
    background: #41b93d
}

.rewards_new_points {
    padding: 50px 0;
}

.rewards_new_points .rewards_new_points_title {
    color: #000;
    text-align: center;
    float: none;
}

.rewards_new_points .rewards_new_points_title:after {
    width: 30%;
    margin: 0 auto;
    background: #41b93d
}

.rewards_new_points .rewards_new_points_content {
    font-size: 16px;
    font-style: italic;
}

.rewards_new_points .rewards_new_points_btn {
    text-align: center;
    margin-top: 30px;
}

.rewards_new_points .rewards_new_points_btn a {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid #41b93d;
    color: #41b93d;
    font-size: 16px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}

.rewards_new_points .rewards_new_points_btn a:after {
    content: '';
    position: absolute;
    transition: .3s;
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #41b93d;
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
}

.rewards_new_points .rewards_new_points_btn a:hover {
    color: #fff;
}

.rewards_new_points .rewards_new_points_btn a:hover:after {
    left: -10%;
    width: 120%;
}

.rewards_new_promotion {
    padding: 100px 0;
    background: #000
}

.rewards_new_promotion .rewards_new_promotion_title {
    color: #fff;
    text-align: center;
    font-size: 42px;
    float: none;
}

.rewards_new_promotion .rewards_new_promotion_title:after {
    width: 30%;
    margin: 0 auto;
    background: #41b93d;
}

.rewards_new_promotion .rewards_new_promotion_content {
    font-size: 16px;
    font-style: italic;
    color: #fff;
}

.rewards_new_promotion_slider {
    margin-top: 60px;
}

.rewards_new_promotion_slider .rewards_new_promotion_wrap {
    width: 33.333%;
}

.rewards_new_promotion_slider .rewards_new_promotion_item {
    margin-bottom: 40px;
    background: #fff;
}

.rewards_new_promotion_slider .rewards_new_promotion_item_content {
    background: #fff;
    color: #000;
    padding: 15px 30px;
}

.rewards_new_promotion_slider .rewards_new_promotion_item_content h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
    height: 56px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rewards_new_promotion_slider .rewards_new_promotion_item_content p {
    height: 72px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rewards_new_promotion_slider .rewards_new_promotion_item_btn a {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid #41b93d;
    color: #41b93d;
    font-size: 16px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    text-align: center;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.rewards_new_promotion_slider .rewards_new_promotion_item_btn a:after {
    content: '';
    position: absolute;
    transition: .3s;
    width: 0;
    left: 50%;
    bottom: -1px;
    height: 3px;
    background: #41b93d;
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
}

.rewards_new_promotion_slider .rewards_new_promotion_item_btn a:hover {
    color: #fff;
}

.rewards_new_promotion_slider .rewards_new_promotion_item_btn a:hover:after {
    left: -10%;
    width: 120%;
}

.rewards_new_promotion_slider .owl-dots {
    text-align: center;
}

.rewards_new_promotion_slider .owl-dots button {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #fff;
    margin: 0 10px;
    border-radius: 50%;
}

.rewards_new_promotion_slider .owl-dots button.active {
    background: #41b93d;
}

.rewards_new_promotion .rewards_new_promotion_btn {
    margin-top: 50px;
    margin-bottom: 50px;
}

.rewards_new_promotion .rewards_new_promotion_btn a {
    display: inline-block;
    padding: 12px 40px;
    background: #41b93d;
    color: #fff;
    font-size: 16px;
    background: #41b93d;
    color: #fff;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    font-weight: 700;
}

.howto_rewards_download {
    margin-top: 10px;
}

.howto_rewards_download .howto_rewards_logo {
    display: inline-block;
    vertical-align: top;
}

.howto_rewards_download .howto_rewards_link {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.howto_rewards_download .howto_rewards_link p {
    margin-bottom: 10px;
}

.rewards_new_header_tab ul {
    padding: 0;
}

.rewards_new_header_tab_item {
    padding: 20px 10px 12px 10px;
    border-bottom: 12px solid #000;
    cursor: pointer;
}

.rewards_new_header_tab_item span {
    display: block;
}

.rewards_new_header_tab_item span.rewards_new_header_tab_item_icon {
    margin-bottom: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.rewards_new_header_tab_item span.rewards_new_header_tab_item_icon img {
    max-width: 40%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.rewards_new_header_tab_item span.rewards_new_header_tab_item_title {
    font-weight: 700;
    position: relative;
    margin-top: 0;
    font-size: 16px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.rewards_new_header_tab_item span.rewards_new_header_tab_item_point {
    font-weight: 700;
    position: relative;
    margin-top: 0;
    font-size: 16px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    color: #A8A8A8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.rewards_new_header_tab_item.active {
    border-bottom-width: 24px !important;
}

.rewards_new_header_tab_item.active span.rewards_new_header_tab_item_icon img {
    max-width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.rewards_new_header_tab_item.active span.rewards_new_header_tab_item_title {
    font-size: 24px;
}

.rewards_new_header_tab_item.active span.rewards_new_header_tab_item_point {
    font-size: 24px;
}

.rewards_new_tab_body {
    margin-top: 60px;
}

.rewards_new_tab_body .rewards_new_tab_body_item {
    margin-bottom: 30px;
    text-align: center;
}

.rewards_new_tab_body .rewards_new_tab_body_item h3 {
    font-weight: 700;
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    font-family: 'BebasNeue', 'Lato', "Times New Roman", serif;
    color: #000;
}

.faq_tch_title:after {
    background: #41b93d;
    width: 30%;
}

/* Truy xuáº¥t nguá»“n gá»‘c*/
.txng__2020 {
    background: #fff;
}

.txng__2020--content-top {
    background: #41b93d;
}

.txng__2020--content-top .rte {
    color: #fff;
    font-size: 16px;
    padding: 24px;
}

.txng__2020--btns-title {
    color: #000;
    font-size: 24px;
}

.txng__2020--list-btn.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 60px;
    z-index: 99;
    -webkit-box-shadow: 0px 1px 10px 0px;
    -moz-box-shadow: 0px 1px 10px 0px;
    box-shadow: 0px 1px 10px 0px #999;
    -moz-animation: slideInDown 0.6s ease;
    -webkit-animation: slideInDown 0.6s ease;
    animation: slideInDown 0.6s ease;
}

.txng__2020--list-btn {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txng__2020--list-btn .txng__2020--btn-item {
    padding: 4px 9px 4px 9px;
    border-radius: 20px;
    background: #DEDEDE;
    margin-right: 8px;
    cursor: pointer;
}

.txng__2020--list-btn .txng__2020--btn-item span {
    display: inline-block;
    font-size: 13px;
    margin-left: 8px;
}

.txng__2020--list-btn .txng__2020--btn-item.active, .txng__2020--list-btn .txng__2020--btn-item:hover {
    background: #000;
}

.txng__2020--list-btn .txng__2020--btn-item.active span,
.txng__2020--list-btn .txng__2020--btn-item:hover span {
    color: #fff;
}

.txng__2020--content {
    display: none;
}

.txng__2020--content.active {
    display: block;
}

.txng__2020--info {
    background: #f5f5f5;
    padding: 24px 0;
}

.txng__2020--info-wrap {
    display: flex;
}

.txng__2020--info-wrap .txng__2020--info-img {
    width: 20%;
    text-align: right;
    padding-right: 15px;
}

.txng__2020--info-rte {
    width: 80%;
}

.txng__2020--info-rte h2 {
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 16px;
}

.txng__2020--info-rte table {
    font-size: 16px;
    color: #191919;
}

.txng__2020--info-rte table td {
    padding: 4px;
}

.txng_2020--wrap {
    position: relative;
    padding-bottom: 24px;
}

.txng_2020--wrap.txng_2020--nongho {
    padding-bottom: 0;
}

.txng_2020--wrap:after {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 24px);
    background: #41b93d;
    left: 24px;
    top: 24px;
    z-index: 1;
}

.txng_2020--wrap.txng_2020--nongho:after {
    height: calc(100% - 29px);
}

.txng_2020--wrap:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 13px;
    background-image: url(https://file.hstatic.net/1000075078/file/group_13_3x_65bb166dc13b445ba6411ea01c4d3796.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.txng_2020--description {
    padding: 55px 0 0;
}

.txng_2020--description .txng_2020--description-title {
    margin: 0;
    padding-left: 50px;
    color: #000;
}

.txng_2020--description .txng_2020--description-des {
    padding-left: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.txng_2020--description-img {
    position: relative;
    z-index: 2;
}

.txng_2020--description-img iframe {
    width: 100%;
}

.txng_2020--nongho-img a {
    display: block;
}

.txng_2020--description-video {
    position: relative;
    z-index: 2;
}

.txng_2020--yourcup.txng_2020--wrap {
    margin-top: 24px;
    padding-bottom: 0;
}

.txng_2020--phuongphap {
    padding-top: 24px;
    padding-bottom: 24px;
}

.txng_2020--phuongphap h2 {
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.txng_2020--phuongphap-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.txng_2020--phuongphap-img .txng_2020--phuongphap-img-item {
    width: 33.333%;
    text-align: center;
}

.txng_2020--sanpham {
    padding-top: 25px;
    padding-bottom: 25px;
}

.txng_2020--sanpham-title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}

.txng_2020--sanpham-lists {
    margin-left: 0;
    margin-right: 0;
}

.txng_2020--sanpham-lists .menu_item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.txng_2020--sanpham-lists .menu_item .menu_item_info {
    border: 0.5px solid rgba(60, 60, 76, 0.29);
}

/* Trung Thu 2020 */
#owl_slide--autumn .item.item-video {
    position: relative;
    padding-top: 50%;
}

#owl_slide--autumn .item.item-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#owl_slide--autumn .owl-nav button.owl-prev, #owl_slide--autumn .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    background: #41b93d;
    transform: translateY(-50%);
    opacity: 0.5;
    color: #fff;
    padding: 10px 15px !important;
    font-size: 23px;
}

#owl_slide--autumn .owl-nav button.owl-prev {
    left: 15px;
}

#owl_slide--autumn .owl-nav button.owl-next {
    right: 15px;
}

#owl_slide--autumn .owl-nav button.owl-prev:hover, #owl_slide--autumn .owl-nav button.owl-next:hover {
    opacity: 1;
}

#owl_slide--autumn .owl-dots {
    left: 30px;
    position: absolute;
    bottom: 28px;
    width: 100%;
}

#owl_slide--autumn .owl-dots .owl-dot {
    display: inline-block;
}

#owl_slide--autumn .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

#owl_slide--autumn .owl-dots .owl-dot.active span {
    background: #fff;
}

#mid--autumn__2020 #mid--autumn__reason {
    padding: 80px 0 40px 0;
}

#mid--autumn__2020 #mid--autumn__reason .row:first-of-type {
    margin-bottom: 80px;
}

#mid--autumn__2020 #mid--autumn__reason .mid--autumn__reason--title {
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-top: 0;
    color: #191919;
    font-family: 'MuseoModerno', sans-serif;
    line-height: 60px;
}

#mid--autumn__2020 #mid--autumn__reason .mid--autumn__reason--des {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Brandon', sans-serif;
}

#mid--autumn__2020 #mid--autumn__reason .mid--autumn__reason--item {
    margin-bottom: 40px;
    cursor: pointer;
}

#mid--autumn__2020 #mid--autumn__reason .mid--autumn__reason--item img {
    display: inline-block;
    padding: 26.66666667px;
}

#mid--autumn__2020 #mid--autumn__reason .mid--autumn__reason--item h3 {
    font-size: 22px;
    color: #191919;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    font-family: 'MuseoModerno', sans-serif;
}

#mid--autumn__2020 #video {
    padding: 40px 0 40px 0;
}


#mid--autumn__2020 #video .mid--autumn__info--title {
    margin: 0 0 20px;
    font-size: 42px;
    color: #191919;
    font-family: 'MuseoModerno', sans-serif;
}

#mid--autumn__2020 #video .mid--autumn__info--des {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Brandon', sans-serif;
}

#mid--autumn__2020 #mid--autumn__mooncakes .mid--autumn__mooncakes--title {
    margin: 0 0 20px;
    font-size: 42px;
    color: #191919;
    font-family: 'MuseoModerno', sans-serif;
}

#mid--autumn__2020 #mid--autumn__discount {
    background: url(https://file.hstatic.net/1000075078/file/background-chietkhau_22506017f8464acb9c73dd1fc03dd121.jpg);
    padding: 80px 0 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff8ed;
}

#mid--autumn__2020 #mid--autumn__discount .discount-moon {
    margin: 120px auto 0;
    text-align: center;
    position: relative;
}

#mid--autumn__2020 #mid--autumn__discount .discount-moon svg {
    height: 30px;
}

#mid--autumn__2020 #mid--autumn__discount .discount-moon .discount-moon-wrap {
    position: absolute;
    top: 140px;
    text-align: center;
    left: 0;
    right: 0;
    max-width: 65%;
    margin: 0 auto;
}

#mid--autumn__2020 #mid--autumn__discount .discount-moon .logo {
    margin-bottom: 20px;
}

#mid--autumn__2020 #mid--autumn__discount .discount-moon-des {
    margin: 0 auto 15px;
    max-width: 65%;
    font-family: 'Brandon';
    font-weight: 700;
    font-size: 24px;
}

#mid--autumn__2020 #mid--autumn__discount .discount-moon-list {
    margin: 0 auto;
    max-width: 55%;
    text-align: left;
}

#mid--autumn__2020 #mid--autumn__discount .discount-moon-list ul li {
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 35px;
    position: relative;
    font-family: 'Brandon';
}

#mid--autumn__2020 #mid--autumn__discount .discount-moon-list ul {
    padding: 0;
    margin: 0;
}

#mid--autumn__2020 #mid--autumn__discount .discount-moon-list ul li:before {
    content: '';
    background-image: url(https://file.hstatic.net/1000075078/file/icon-trungthu-tch_56af287c0b5746f9998128bae805040e.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    background-size: contain;
    bottom: 0;
}

#mid--autumn__discount .mid--autumn__discount--table {
    text-align: center;
    margin-top: 60px;
}

#mid--autumn__discount .mid--autumn__discount--table h2 {
    font-family: 'MuseoModerno';
    font-size: 42px;
    font-weight: 500;
}

#mid--autumn__discount .mid--autumn__discount--table table {
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
}

#mid--autumn__discount .mid--autumn__discount--table table tr th, .mid--autumn__discount--table table tr td {
    text-align: center;
    color: #231F20;
    font-family: 'Brandon';
    padding: 9px 30px;
    font-size: 16px;
}

#mid--autumn__discount .mid--autumn__discount--table table tr th {
    font-weight: 700;
    font-size: 24px;
}

#mid--autumn__discount .mid--autumn__discount--table table tr td {
    border-bottom: 1px solid #231F20;
    padding-bottom: 0;
}

#mid--autumn__discount .mid--autumn__contact {
    margin-top: 60px;
    text-align: center;
}

#mid--autumn__discount .mid--autumn__contact h2 {
    font-weight: 700;
    font-family: 'Brandon';
    color: #231F20;
    font-size: 30px;
}

#mid--autumn__discount .mid--autumn__contact--copyright {
    padding-top: 10px;
    border-top: 1px solid #231F20;
    font-style: italic;
    font-size: 16px;
    color: #231F20;
}

#mid--autumn__discount .mid--autumn__contact--wrap {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #231F20;
    font-family: 'Brandon';
    align-items: center;
}

#mid--autumn__discount .mid--autumn__contact--wrap div {
    width: 33.3333%;
    position: relative;
    color: #231F20;
    padding: 10px;
}

#mid--autumn__discount .mid--autumn__contact--wrap .mid-autumn__contact--hotline a {
    font-size: 24px;

    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

#mid--autumn__discount .mid--autumn__contact--wrap .mid-autumn__contact--hotline img {
    width: 33px;
    display: inline-block;
    vertical-align: middle;
}

#mid--autumn__discount .mid--autumn__contact--wrap .mid-autumn__contact--info span {
    font-size: 21px;
    font-weight: 400;
    display: block;
}

#mid--autumn__discount .mid--autumn__contact--wrap .mid-autumn__contact--info span:nth-child(1) {
    font-weight: 700;
}

#mid--autumn__mooncakes {
    padding: 80px 0 40px 0;
    background-image: url(https://file.hstatic.net/1000075078/file/dots-background_a531c06809204ee79829059d89646eb0.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff8ed;
}

.mid--autumn__mooncakes--lists .mooncakes-item {
    margin-bottom: 45px;
}

.mid--autumn__mooncakes--lists .mooncakes-item-wrap {
    display: flex;
}

.mid--autumn__mooncakes--lists .mooncakes-item-wrap .mooncakes-item-wrap-left {
    width: 120px;
    padding-top: 50px;
    text-align: left;
}

.mid--autumn__mooncakes--lists .mooncakes-item-wrap .mooncakes-item-wrap-right {
    width: calc(100% - 120px);
    padding-left: 5px;
}

.mid--autumn__mooncakes--lists .mooncakes-item-wrap .mooncakes-item-wrap-right img {
    max-width: 100%;
}

.mid--autumn__mooncakes--lists .mooncakes-item-wrap .mooncakes-item-wrap-left h3 {
    font-weight: 600;
    text-align: left;
    font-family: 'MuseoModerno';
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #231F20;
}

.mid--autumn__mooncakes--lists .mooncakes-item-wrap-gram {
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 0 8px;
    font-size: 18px;
}

.mid--autumn__mooncakes--lists .mooncakes-item-wrap-gram:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #EA8024;
    height: 6px;
    width: 70px;
    font-size: 16px;
    z-index: 8;
    font-weight: 300;
}

.mid--autumn__mooncakes--lists .mooncakes-item-wrap-gram span {
    position: relative;
    z-index: 9;
    display: block;
    font-weight: 300;
    font-family: 'MuseoModerno';
    color: #231F20;
}

.mid--autumn__mooncakes--lists .mooncakes-item-wrap-price {
    margin-top: 10px;
    font-weight: 700;
    font-family: 'MuseoModerno';
    font-size: 16px;
}

.mid--autumn__mooncakes--lists .mooncakes-item-content {
    font-family: 'MuseoModerno';
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    min-height: 66px;
}

.mid--autumn__mooncakes--lists .mooncakes-item-btn {
    text-align: left;
    margin-top: 15px;
}

.mid--autumn__mooncakes--lists .mooncakes-item-btn a.animate_btn {
    position: relative;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #41b93d;
    padding: 8px 25px;
    display: inline-block;
    z-index: 1
}

.mid--autumn__mooncakes--lists .mooncakes-item-btn a.animate_btn:before {
    position: absolute;
    display: block;
    background: #41b93d;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.mid--autumn__mooncakes--lists .mooncakes-item-btn a.animate_btn:hover {
    color: #41b93d
}

.mid--autumn__mooncakes--lists .mooncakes-item-btn a.animate_btn:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

#mid--autumn__product {
    background-image: url(https://file.hstatic.net/1000075078/file/bg-product_a156bb3b29b34048868cec1ab65e4649.png);
    padding: 80px 0 40px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;

    background-color: #fff8ed;
}

#mid--autumn__product2 {
    background-image: url(https://file.hstatic.net/1000075078/file/background-2_7a396cea831849eea8958da35f162c88.png);
    padding: 80px 0 40px 0;
    background-repeat: no-repeat;
    background-size: contain;

    background-color: #fff8ed;
}

#mid--autumn__product3 {
    background-color: #fff8ed;
    background-image: url(https://file.hstatic.net/1000075078/file/dots-background_a531c06809204ee79829059d89646eb0.png), url(https://file.hstatic.net/1000075078/file/background-product-3_d4e62cf9dae948d38653b2a9cd6b9c69.png);
    padding: 80px 0 220px 0;
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    background-size: contain;
}

.mid--autumn__product .mid--autumn__product--img .owl-nav button.owl-prev, .mid--autumn__product .mid--autumn__product--img .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    background: #41b93d;
    transform: translateY(-50%);
    opacity: 0.5;
    color: #fff;
    padding: 10px 15px !important;
    font-size: 23px;
}

.mid--autumn__product .mid--autumn__product--img .owl-nav button.owl-prev {
    left: 15px;
}

.mid--autumn__product .mid--autumn__product--img .owl-nav button.owl-next {
    right: 15px;
}

.mid--autumn__product .mid--autumn__product--img .owl-nav button.owl-prev:hover, .mid--autumn__product .mid--autumn__product--img .owl-nav button.owl-next:hover {
    opacity: 1;
}

.mid--autumn__product .mid--autumn__product--img .owl-dots {
    left: 0;
    text-align: center;
    position: absolute;
    bottom: 28px;
    width: 100%;
}

.mid--autumn__product .mid--autumn__product--img .owl-dots .owl-dot {
    display: inline-block;
}

.mid--autumn__product .mid--autumn__product--img .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.mid--autumn__product .mid--autumn__product--img .owl-dots .owl-dot.active span {
    background: #fff;
}

.mid--autumn__product .mid--autumn__product--info {
    margin-top: 20px;
}

.mid--autumn__product .mid--autumn__product--info h3 {
    font-family: 'MuseoModerno';
    font-weight: 600;
    font-size: 44px;
    margin-top: 0;
}

.mid--autumn__product .mid--autumn__product--info .mid--autumn__product--info--price {
    font-weight: 700;
    font-family: 'MuseoModerno';
    font-size: 26px;
    padding-left: 15px;
    position: relative;
}

.mid--autumn__product .mid--autumn__product--info .mid--autumn__product--info--price:after {
    content: '';
    position: absolute;
    height: 10px;
    background: #41b93d;
    left: 00px;
    bottom: -4px;
    width: 210px;
}

.mid--autumn__product .mid--autumn__product--info .mid--autumn__product--info--price span {
    position: relative;
    z-index: 9;
    display: inline-block;
}

.mid--autumn__product .mid--autumn__product--info .mid--autumn__product--info--des {
    max-width: 456px;
    padding: 16px 0;
    font-family: 'Brandon';
    font-size: 16px;
}

.mid--autumn__product .mid--autumn__product--info .mid--autumn__product--info--btn a:nth-child(2) {
    margin-left: 10px;
}

.mid--autumn__product .mid--autumn__product--info .mid--autumn__product--info--btn a.animate_btn {
    position: relative;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #41b93d;
    padding: 8px 25px;
    display: inline-block;
    z-index: 1
}

.mid--autumn__product .mid--autumn__product--info .mid--autumn__product--info--btn a.animate_btn:before {
    position: absolute;
    display: block;
    background: #41b93d;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.mid--autumn__product .mid--autumn__product--info .mid--autumn__product--info--btn a.animate_btn:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.mid--autumn__product .mid--autumn__product--info .mid--autumn__product--info--btn a.animate_btn {
    color: #fff;
}

.mid--autumn__product .mid--autumn__product--info .mid--autumn__product--info--btn a.animate_btn:hover {
    color: #41b93d;
}

.mid--autumn__product .mid--autumn__mooncakes--lists .mooncakes-item {
    margin-bottom: 25px
}


/*=========== end custom style ===============*/

@media (min-width: 768px) {
    .container_flex {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .container_flex {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container_flex {
        width: 1116px;
    }
}

/* responsive */
@media (min-width: 1441px) {
    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    #mid--autumn__banner--top #mooncakes_box {
        bottom: 50px;
        width: 700px;
    }
}

@media (min-width: 1200px) {

    .half_img_left {
        width: 52.8%;
        float: left;
    }

    .half_img_right {
        width: 47.2%;
        float: left;
    }

    .human_wrap {
        max-width: 1088px;
    }

    /* Trung Thu 2020 */
    #mid--autumn__mooncakes .mid--autumn__mooncakes--lists .mooncakes-item:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 1199px) {
    .store_slider .owl-nav button.owl-prev,
    .store_slider .owl-nav button.owl-next {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }


    .menu_home .viewmore_menu_home, .blog_home .viewmore_blog_home {
        margin: 0;
    }

    .menu_home .viewmore_menu_home a, .blog_home .viewmore_blog_home a {
        font-size: 14px;
        padding: 8px 20px;
    }

    .rewards_new_promotion .rewards_new_promotion_title {
        font-size: 32px;
    }

    .txng__2020--btns {
        position: relative;
    }

    .txng__2020--btns #panRight {
        width: 24px;
        height: 40px;
        position: absolute;
        line-height: 40px;
        text-align: center;
        top: 24px;
        right: 0;
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
        color: #fff;
    }

    .txng__2020--list-btn {
        display: block;
        text-align: center;
        white-space: nowrap;
        display: block;
        text-align: center;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .txng__2020--list-btn .txng__2020--btn-item {
        display: inline-block;
    }

    #mid--autumn__mooncakes .mid--autumn__mooncakes--lists .mooncakes-item:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    /* Logo */
    .logo_wrap .svg-logo {
        width: 200px;
    }

    .wrap-dots .owl-dot {
        margin-right: 15%;
    }

    /* Instagram */
    .instagram_item {
        -ms-flex: 0 0 calc(25% - 30x);
        min-height: 202px;
        -webkit-flex: 0 0 calc(25% - 30px);
        flex: 0 0 calc(25% - 30px);
    }

    .instagram_item .instagram_image {
        height: 250px;
    }

    /* Blog home */
    .blog_item {
        -ms-flex: 0 0 calc(33.333% - 30px);
        -webkit-flex: 0 0 calc(33.333% - 30px);
        flex: 0 0 calc(33.333% - 30px);
        min-height: 289px;
    }

    .blog_item.top_blog_home {
        -ms-flex: 0 0 calc(66.666% - 30px);
        -webkit-flex: 0 0 calc(66.666% - 30px);
        flex: 0 0 calc(66.666% - 30px);
    }

    .blog_item .article_item_info h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .blog_item .article_item_info {
        padding: 15px;
    }

    .blog_item .article_item_info .article_tags {
        font-size: 14px;
    }

    .blog_item .article_item_info p {
        font-size: 14px;
    }

    /* Brand story */
    #brand_story .brand_story_content {
        max-width: 60%;
    }

    .half_img_left {
        width: 53%;
        float: left;
    }

    .half_img_right {
        width: 47%;
        float: left;
    }

    /* Coffee Story */
    .farm_to_cup_story {
        padding: 60px 0;
    }

    /* Our Coffee */
    .menu_our_coffee {
        padding: 60px 0;
    }

    /* Career */
    #career .career_top_title {
        top: 30%;
    }

    .nghe_thuat_pha_che_content .nghethuatitem {
        -ms-flex: 0 0 calc(33.333% - 30px);
        -webkit-flex: 0 0 calc(33.333% - 30px);
        flex: 0 0 calc(33.333% - 30px);
    }

    /* Trung Thu 2020 */
    #mid--autumn__2020 #slide .item {
        height: calc(60vh - 61px);
    }
}

@media (min-width: 992px) {

    .header_menu > ul > li .menu_child > li:hover > a,
    .header_menu ul li.active > a,
    .header_menu ul li:hover > a {
        color: #41b93d;
    }

    .header_menu ul li:hover > a > svg > path,
    .header_menu ul li.active > a > svg > path {
        fill: #41b93d;
    }


    .header_menu > ul > li:hover .menu_child {
        top: 100%;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .header_menu > ul > li .menu_child {
        padding: 24px 15.4% 32px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        pointer-events: none;
        position: absolute;
        top: 200%;
        left: 0;
        z-index: 99;
        background: #fff;
        color: #000;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .header_menu .menu_child_lv3 {
        padding: 0;
        margin-top: 16px;
    }

    .header_menu .menu_child_lv3 > li {
        margin-bottom: 4px;
    }

    .header_menu > ul > li.coffee_story .menu_child > li.lv2_title {
        flex: 0 0 calc(100% / 5);
        padding: 12px 0;
        margin: 0 56px
    }

    /* Blog */
    .border-blog {
        border-left: 1px solid #41b93d;
    }

    /* End Blog */
    /* Store */
    .about_store .box-col:first-child {
        align-items: center;
        display: flex;
        height: 60vh;
        margin-bottom: 0;
    }

    .about_store .box-content {
        width: 75%;
    }

    .box-map {
        height: 454px;
    }

    .box-map .list-address {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 450px;
        z-index: 99;
    }

    /* End Store */
    /* Rewards */
    .banner_top_rewards {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .text-left-sm {
        text-align: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-center-sm {
        text-align: center;
    }

    .dis-block-sm {
        display: block;
    }

    .dis-inline-sm {
        display: inline-block;
    }

    /* Header */
    .header_menu {
        position: fixed;
        background-color: #fff;
        height: 100%;
        z-index: 10;
        width: 250px;
        color: #fff;
        top: 0;
        left: -280px;
        opacity: 1;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .logo_wrap {
        text-align: center;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .header_menu.show {
        left: 0;
        z-index: 9999;
        padding: 0;
    }

    .header_menu .close-btn-wrap {
        display: block;
    }

    .header_menu > ul {
        padding-left: 16px;
        flex-direction: column;
    }

    .header_menu > ul > li {
        display: block;
        text-align: left;
        float: none;
        padding: 0;
    }

    .header_menu > ul > li:not(:last-child) {
        border-bottom: #0000000F
    }

    .logo_wrap .svg-logo {
        width: 200px;
    }

    .search_input_wrap {
        right: 15px;
    }

    .header_menu > ul > li .more {
        position: absolute;
        right: 0;
        padding: 10px 15px;
        font-size: 14px;
        top: 0;
        z-index: 9999;
        cursor: pointer;
        color: #fff;
    }

    .header_menu .menu_child_lv3 {
        padding-left: 16px;
    }

    .header_menu .menu_child_lv3 > li {
        padding-top: 16px;
    }

    .header_menu .menu_child_lv3 > li:last-child {
        padding-bottom: 0;
    }


    .header_menu .menu_child {
        display: none;
        padding: 0;
        padding-left: 10px;
    }

    .header_menu > ul > li .menu_child > li {
        padding: 0;
    }

    .header_menu > ul > li .menu_child > li > a {
        border-bottom: 0;
        font-size: 12px;
    }

    .header_menu > ul > li > a {
        padding: 17px 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .header_menu > ul > li .menu_child > li.lv2_title {
        padding: 16px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .header_menu > ul > li.has_child > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 20px;
    }

    #showmenu-mobile {
      
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    #showmenu-mobile span {
        background: #000;
        height: 2px;
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    /* Store home */
    .store_slider_2 .owl-nav button.owl-prev {
        left: 0;
    }

    .store_slider_2 .owl-nav button.owl-next {
        right: 0;
    }

    /* Blog home */
    .blog_item .article_item_info {
        padding: 15px;
    }

    .blog_item .article_item_info h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .blog_item .article_item_info .article_item_action,
    .blog_item .article_item_info p {
        font-size: 14px;
    }

    .article_content_wrap {
        max-width: 90%;
    }

    /* Footer */
    footer {
        padding-top: 50px;
    }

    .copyright_text {
        -ms-flex: 2 1 0;
        -webkit-flex: 2 1 0;
        flex: 2 1 0;
    }

    .copyright_menu {
        -ms-flex: 2 1 0;
        -webkit-flex: 2 1 0;
        flex: 2 1 0;
    }

    .copyright_menu ul li {
        padding-right: 5px;
        margin-right: 5px;
    }

    .copyright_menu ul li a {
        font-size: 16px;
    }

    .copyright_language a {
        font-size: 16px;
    }

    /* Product Detail */
    #product .product_description .block_container {
        max-width: 70%;
    }

    /* Workshop */
    .workshop_lists.workshop_lists_50_percent,
    .workshop_pass_event.workshop_lists_50_percent {
        width: 100%;
    }

    #workshop_detail .workshop_short_date .workshop_month,
    #workshop_detail .workshop_short_date .workshop_day {
        font-size: 32px;
    }

    .workshop_item_info .workshop_short_date {
        width: 10%;
    }

    .workshop_item_info .workshop_name {
        width: 90%;
    }

    /* Career */
    #career .cotloi_benvung_wrap, #career .jobs_wrap {
        padding: 30px 0;
    }

    /* Blog */
    .sidebar {
        margin-top: 40px;
    }

    /* Store */
    .swiper-button-prev, .swiper-button-next {
        height: 40px;
        width: 40px;
    }

    .modal-button-prev, .modal-button-next {
        height: 40px;
        width: 40px;
    }

    .activities_slider .activities_slider_title {
        margin-top: 15px;
    }

    .activities_slider .activities_slider_content {
        font-size: 14px;
    }

    /* Rewards */
    .banner_top_rewards {
        min-height: calc(60vh - 60px);
    }

    .banner_top_rewards .banner_top_rewards_title {
        font-size: 32px;
    }

    /* Human */
    .human_wrap {
        max-width: 960px;
    }

    /* Trung thu 2020 */
    .mid--autumn__product {
    }

    #mid--autumn__product {
        background-position: center;
    }

    .mid--autumn__product .mid--autumn__product--img {
        margin-left: 0;
    }

    .mid--autumn__product .mid--autumn__product--info {
        position: relative;
        top: 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .m-t-sm-30 {
        margin-top: 30px;
    }

    .article_image.height_500 {
        height: 300px;
    }

    .page_banner_top.height_500 {
        height: 300px;
    }

    /* Slider home */
    #slide, #slide .owl-carousel, #slide .item,
    #slide_collection .owl-carousel {
        height: calc(60vh - 61px);
    }

    #owl_slide .hrv-banner-content {
        top: 20%;
    }

    #owlmobile_slide .hrv-banner-content {
        top: 20%;
    }

    .wrap-dots .owl-dot {
        margin-right: 15%;
    }

    /* Blog home */
    .blog_item {
        -ms-flex: 0 0 calc(50% - 30px);
        -webkit-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        min-height: 340px;
    }

    .blog_item.top_blog_home {
        -ms-flex: 0 0 calc(100% - 30px);
        -webkit-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
    }

    .blog_item.img_large .article_item_image:before {
        padding-top: 48%;
    }

    /* Instagram */
    .instagram_item {
        -ms-flex: 0 0 calc(50% - 30px);
        -webkit-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        min-height: 340px;
    }

    .instagram_item .instagram_image {
        height: 340px;
    }

    /* Collection */
    .menu_item {
        -ms-flex: 0 0 calc(50% - 30px);
        -webkit-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }

    /* Product Detail */
    #product .product-info {
        padding-bottom: 50px;
    }

    #product .product_description .block_des {
        padding: 50px 0;
    }

    /* Brand Story */
    #brand_story .block_brand_story_1, #brand_story .block_brand_story_2,
    #brand_story .block_brand_story_3, #brand_story .block_brand_story_4 {
        padding: 60px 0;
    }

    #brand_story .brand_story_content {
        max-width: 80%;
    }

    .half_img_left {
        float: left;
        width: 53.5%;
    }

    .half_img_right {
        float: left;
        width: 46.5%;
    }

    .flex-col-6-sm {
        width: 50%;
    }

    .flex-col-8-sm {
        width: 66.66667%;
    }

    .flex-left-2 {
        margin-left: 16.66667%;
    }

    /* Coffee Story */
    .farm_to_cup_story {
        padding: 60px 0;
    }

    /* Our Coffee */
    .menu_our_coffee {
        padding: 60px 0;
    }

    .menu_our_coffee .tab_menu_our_coffee {
        margin-bottom: 30px;
        padding: 0;
    }

    .tch_blend_wrap {
        -ms-align-items: start;
        -webkit-align-items: start;
        align-items: start;
    }

    /* Store */
    .banner_store, .about_store, .activities_store {
        padding: 60px 0;
    }

    .activities_slider .swiper-slide {
        width: 80%;
    }

    /* Human */
    .human_img {
        min-width: 760px;
        height: 300px;
        width: 100%;
    }

    .human_content {
        width: 100%;
        padding: 15px;
    }

    /* Workshop */
    .workshop_wrap {
        padding: 60px 0;
    }

    /* All Store */
    .list_all_store {
        max-width: inherit;
    }

    /* Career */
    #career .career_top_title {
        top: 20%;
    }

    .nghe_thuat_pha_che_content .nghethuatitem {
        -ms-flex: 0 0 calc(50% - 30px);
        -webkit-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }

    /* Mid-Autumn */
    #mid--autumn__banner--top #mooncakes {
        position: relative;
    }

    #mid--autumn__reason h2 {
        font-size: 48px;
    }

    #mid--autumn__mooncakes--box {
        padding-bottom: 350px;
    }

    .mid--autumn__mooncakes--box--wrap .mid--autumn__mooncakes--box--name {
        color: #fff;
    }

    /* Mid-Autumn 2020 */
    #mid--autumn__2020 #mid--autumn__reason .row:first-of-type {
        margin-bottom: 40px;
    }

    #mid--autumn__2020 #mid--autumn__reason .mid--autumn__reason--title {
        font-size: 48px;
    }

    #mid--autumn__2020 #video .mid--autumn__info--title {
        margin: 20px 0 20px;
        font-size: 32px;
    }

    #mid--autumn__discount .mid--autumn__contact--wrap .mid-autumn__contact--hotline a {
        font-size: 16px;
    }

    #mid--autumn__discount .mid--autumn__contact--wrap .mid-autumn__contact--info span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) and (orientation: landscape) {
    /* Slider home */
    #slide, #slide .owl-carousel, #slide .item,
    #slide_collection .owl-carousel {
        height: 100vh;
    }

    #owl_slide .hrv-banner-content {
        top: 10%;
    }

    #owlmobile_slide .hrv-banner-content {
        top: 10%;
    }
}

.animate_btn_wrap {
    overflow: hidden;
    border-radius: 8px;
}

.animate_btn {
    backface-visibility: hidden;
    border-radius: 8px;
    position: relative;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #B3DDCA;
    padding: 8px 25px;
    display: inline-block;
    z-index: 1
}

.animate_btn:before {
    backface-visibility: hidden;
    position: absolute;
    display: block;
    background: #fe0000;
    content: '';
    left: 0;
    top: 0; /*right: 0; bottom: 0;*/
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.animate_btn:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.animate_btn a {
    color: #fff;
}

.animate_btn:hover a {
    color: #B3DDCA;
}

.animate_btn.rounded {
    border-radius: 8px;
}

.animate_btn.reverse {
    color: #fe0000;
    border: 2px solid #fff;
    background: transparent;
}

.animate_btn.reverse:before {
    background: #fff;
}

.animate_btn.reverse:hover {
    color: #fff;
}

.animate_btn_wrap .animate_btn:before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
}

@media (min-width: 768px) {

    .lists_tch_signature .tch_signature_content .menu_item_action a:before {
        background: #41b93d;
        content: '';
    }

    .lists_tch_signature .tch_signature_content .menu_item_action a:hover {
        background: transparent;
        color: #41b93d;
    }

    .blog_item .article_item_info .article_item_action a:before {
        background: #41b93d;
        content: '';
    }

    .blog_item .article_item_info .article_item_action a:hover {
        background: transparent;
        color: #41b93d;
    }

    .blog_home .viewmore_blog_home a:before {
        background: #fff;
        content: '';
    }

    .blog_home .viewmore_blog_home a:hover {
        background: transparent;
        color: #41b93d;
    }

    .menu_item .menu_item_action:before {
        content: '';
        background-color: #41b93d;
    }

    .menu_item .menu_item_action:hover {
        background: transparent;
        color: #41b93d;
    }

    .menu_home .viewmore_menu_home a:before {
        background: #000;
        content: '';
    }

    .menu_home .viewmore_menu_home a:hover {
        background: transparent;
        color: #000;
    }


    #modalMap .modal-dialog {
        width: 1086px;
    }

    #modalMap .modal_map_wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    #modalMap .modal_map_wrap .modal_map_left {
        width: 50%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #modalMap .modal_map_wrap .modal_map_right {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 50%;
    }

    /* Rewards */
    .howto_panel_group .howto_star_item_img {
        float: right;
        width: 50%;
        padding-left: 35px;
        -ms-flex-order: 99;
        -webkit-order: 99;
        order: 99;
    }

    .howto_panel_group .howto_star_item_content {
        float: left;
        width: 50%;
    }

    /* Rewards New */
    .howto_panel_group .faq_rewards_item_img {
        width: 50%;
    }

    .howto_panel_group .faq_rewards_item_content {
        padding-left: 35px;
        width: 49%;
    }

    .howto_panel_group .faq_rewards_item_content2 {
        padding-left: 0;
        width: 100%;
    }

    /* autumn 2020 */
    #mid--autumn__discount .mid--autumn__contact--wrap div:before {
        height: 20px;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background: #231F20;
    }

    #mid--autumn__discount .mid--autumn__contact--wrap div:first-child:before {
        background: transparent;
        width: 0;
        height: 0;
    }

}

@media (max-width: 767px) {
    footer {
        padding: 24px 0 80px;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-center-xs {
        text-align: center;
    }

    .dis-block-xs {
        display: block;
    }

    .dis-inline-xs {
        display: inline-block;
    }

    .m-b-30-xs {
        margin-bottom: 30px;
    }

    .m-t-30-xs {
        margin-top: 30px;
    }

    .p-l-0-xs {
        padding-left: 0
    }

    .p-r-0-xs {
        padding-right: 0
    }

    .order-1-xs {
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
    }

    .order-2-xs {
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
    }

    .order-3-xs {
        -webkit-order: 3;
        -ms-order: 3;
        order: 3;
    }

    .banner_top_title h1 {
        font-size: 32px;
    }

    .article_image.height_500 {
        height: 200px;
    }

    .page_banner_top.height_500 {
        height: 300px;
    }

    .page_banner_top.height_300 {
        height: 200px;
    }

    /* Human */
    .human_wrap {
        max-width: 740px;
    }

    .human_img {
        min-width: 320px;
        height: 300px;
        width: 100%;
    }

    .human_content {
        width: 100%;
        padding: 15px;
    }

    /* Slider index */
    #slide, #slide .owl-carousel, #slide .item {
        height: auto;
    }

    #slide_collection .owl-carousel {
        height: calc(60vh - 61px);
    }

    #owl_slide .hrv-banner-content {
        top: 10%;
    }

    #owl_slide .hrv-title1 {
        font-size: 20px;
    }

    #owl_slide .hrv-title2 {
        font-size: 14px;
    }

    #owl_slide .hrv-url {
        font-size: 16px;
    }

    #owlmobile_slide .hrv-banner-content {
        bottom: 10%;
        top: auto;
    }

    #owlmobile_slide .hrv-title1 {
        font-size: 20px;
    }

    #owlmobile_slide .hrv-title2 {
        font-size: 14px;
    }

    #owlmobile_slide .hrv-url {
        font-size: 16px;
    }

    .wrap-dots {
        bottom: 20%;
        left: 15px;
    }

    .wrap-dots .owl-dots {
        max-width: 35%;
    }

    .wrap-dots .owl-dot {
        margin-right: 20%;
    }

    .fixed-scroll-down .fixed-scroll-text {
        font-size: 16px;
    }

    /* Blog home */
    .blog_item.img_large .article_item_image:before {
        padding-top: 65%
    }

    .blog_item.top_blog_home, .blog_item {
        -ms-flex: 0 0 calc(100% - 30px);
        -webkit-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        min-height: 240px;
    }

    #blog .blog_item.top_blog_home, #blog .blog_item {
        -ms-flex: 0 0 calc(100% - 30px);
        -webkit-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        min-height: 240px;
    }

    /* Store */
    .store_slider_item {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .store_slider_item .store_slider_col {
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .store_slider_item .store_slider_content {
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding: 15px;
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }


    /* here */
    .store_slider_item .store_slider_img {
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        width: 100%;
        padding-left: 15px;
        align-self: flex-end;
    }

    /* footer */
    .footer_col {
        margin-bottom: 15px;
    }

    .footer_col:nth-child(2n+1) {
        clear: both;
    }

    /* Copyright */
    .copyright_footer {
        display: block;
        text-align: center;
    }

    .copyright_footer .copyright_col {
        margin-bottom: 15px;
    }

    .copyright_footer .copyright_col:last-child {
        margin-bottom: 0;
    }

    .copyright_language {
        text-align: center;
    }

    /* Product Detail */
    #product .product-info {
        padding-bottom: 40px;
    }

    .product_info_wrap {
        display: block;
    }

    .info_product_wrap {
        max-width: 100%;
    }

    #product .product_description .block_container {
        max-width: 90%;
    }

    #product .product_description .block_des {
        padding: 30px 0;
    }

    #product .product_description .block_des h3 {
        font-size: 32px;
    }

    #product .product_description .block_des p {
        line-height: inherit;
        font-size: 14px;
    }

    #product .product_description .block_des h3:after {
        width: 25%;
    }

    /* Collection */
    .menu_list_home {
        margin: 0 8px;
    }

    .menu_item {
        -ms-flex: 0 0 calc(50% - 16px);
        -webkit-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
        margin: 0 8px 16px;
    }

    .sidebar_menu {
        margin-bottom: 30px;
    }

    .sidebar_menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -ms-flex-wrap: wrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

    .collection_menu_wrap {
        padding: 30px 0;
    }

    .sidebar_menu ul li {
        padding: 5px 0 5px 12px;
    }

    .sidebar_menu ul li a {
        padding: 5px 10px;
        display: block;
    }

    .sidebar_menu ul li a.active {
        border-bottom: 2px solid #41b93d;
    }


    /* Brand Story */
    .block_brand_story_2_row img {
        width: 100%;
    }

    #brand_story .block_brand_story_1, #brand_story .block_brand_story_2,
    #brand_story .block_brand_story_3, #brand_story .block_brand_story_4 {
        padding: 30px 0;
    }

    .flex-col-12-xs {
        width: 100%;
    }

    .human_item a img {
        width: 100%;
    }

    .half_img_right {
        width: 47.5%;
        float: left;
    }

    .half_img_left {
        width: 52.5%;
        float: left;
    }

    /* Coffee Story */
    .slider_farm_to_cup .slider_farm_to_cup_item {
        padding: 0;
        width: 90%;
    }

    .slider_farm_to_cup_item .slider_farm_to_cup_content {
        padding: 15px 0;
        text-align: justify;
    }

    .farm_to_cup_story {
        padding: 30px 0;
    }

    /* Our Coffee */
    .menu_our_coffee {
        padding: 30px 0 30px;
    }

    .tch_blend_wrap {
        -ms-align-items: start;
        -webkit-align-items: start;
        align-items: start;
    }

    .menu_our_coffee .tab_menu_our_coffee {
        margin-bottom: 30px;
        padding: 0;
    }

    /* Workshop */
    .workshop_wrap {
        padding: 30px 0;
    }

    .workshop_item {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    #workshop_detail .workshop_item_info {
        padding: 15px;
    }

    #workshop_detail .workshop_short_date .workshop_month,
    #workshop_detail .workshop_short_date .workshop_day {
        font-size: 24px;
    }

    .workshop_item_info .workshop_short_date {
        width: 10%;
    }

    .workshop_item_info .workshop_name {
        width: 90%;
    }

    .passevent_lists .passevent_item {
        -ms-flex: 0 0 calc(100% - 30px);
        -webkit-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
    }

    /* Career */
    .job_table_detail .article_content,
    .job_table_detail .sidebar_article {
        padding-left: 0;
        padding-right: 0;
        flex: 0 0 100%;
        width: 100%;
    }

    .job_item_info .job_name {
        font-size: 18px;
    }

    .list_jobs_item .title_cat_job {
        font-size: 20px;
    }

    .job_item_info .job_des .job_content {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .job_item_info .btn_apply {
        float: left;
    }

    #career .career_top_title {
        top: 10%;
    }

    #career .career_top_title .title {
        font-size: 32px;
    }

    #career .career_top_title .cta {
        background: #41b93d;
    }

    #career .info_company p {
        font-size: 16px;
        line-height: inherit;
    }

    /* Store */
    .banner_store, .about_store, .activities_store {
        padding: 30px 0;
    }

    .activities_slider .swiper-slide {
        width: 80%;
    }

    /* All Store */
    .list_all_store {
        max-width: inherit;
    }

    .list_all_store_district .list_all_store_district_name {
        text-align: center;
        font-size: 20px;
    }

    .list_all_store_district {
        width: 100%;
        float: left;
        text-align: left;
    }

    /* Instagram */
    .instagram .instagram_content {
        max-width: 70%;
    }

    /* Rewards */
    .thanhvien_wrap .thanhvien_content .thanhvien_item {
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 30px 30px;
    }

    .news_member .howto_rewards_title {
        margin-bottom: 30px;
    }

    .quyenloi_rewards, .howto_rewards, .howto_star, .news_member, .tch_app, .faq_tch {
        padding: 30px 0;
    }

    .howto_panel_group .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 20px;
    }

    .howto_panel_group .howto_star_item_img {
        width: 100%;
    }

    .howto_panel_group .howto_star_item_img img {
        width: 100%;
    }

    .howto_panel_group .howto_star_item_content {
        margin-top: 25px;
        width: 100%;
    }

    .tch_app_content .tch_app_image, .tch_app_content .tch_app_des {
        width: 100%;
    }

    .tch_app_content .tch_app_des {
        margin-top: 15px;
        padding-left: 0;
    }

    .btn_link_app {
        margin-bottom: 15px;
    }

    .blog_item .article_item_info .article_item_action a {
        background: #41b93d;
        font-size: 14px;
        padding: 8px 15px;
    }

    .blog_home .viewmore_blog_home a {
        background: #fff;
    }

    .menu_item .menu_item_action {
        background-color: #41b93d;
    }

    .menu_home .viewmore_menu_home a {
        background: #000;
    }

    .howto_rewards_wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .howto_rewards_wrap .howto_rewards_wrap_img, .howto_rewards_wrap .howto_rewards_wrap_img2 {
        width: 100%;
        order: 2
    }

    .howto_rewards_content {
        margin-bottom: 30px;
    }

    .howto_rewards_wrap .howto_rewards_wrap_img .rewards_img_info, .howto_rewards_wrap .howto_rewards_wrap_img2 .rewards_img_info {
        margin-bottom: 20px;
    }

    .howto_rewards_wrap_img.owl-carousel .owl-item img.howto_img, .howto_rewards_wrap_img2.owl-carousel .owl-item img.howto_img {
        height: 55vh;
    }

    .howto_rewards_wrap .lists_howto_rewards {
        width: 100%;
        order: 1;
        display: flex;
        justify-content: center;
        padding-left: 15%;
    }

    .lists_howto_rewards .list_howto_rewards, .lists_howto_rewards .list_howto_rewards2 {
        display: inline-block;
        width: 15%;
    }

    .list_howto_rewards:before, .list_howto_rewards2:before {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 18px;
    }

    .list_howto_rewards:not(:last-child):after, .list_howto_rewards2:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        right: 20%;
        top: 8px;
        fill: #333;
        background-image: url('//file.hstatic.net/1000075078/file/arrow-right-solid.svg');
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
    }

    .list_howto_rewards span, .list_howto_rewards p,
    .list_howto_rewards2 span, .list_howto_rewards2 p {
        display: none;
    }

    .list_howto_rewards .rewards_img_info, .list_howto_rewards2 .rewards_img_info {
        margin-bottom: 40px;
    }

    .workshop_pass_event {
        padding: 0 15px;
    }

    .nghe_thuat_pha_che_content .nghethuatitem {
        -ms-flex: 0 0 calc(50% - 30px);
        -webkit-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }

    /* Mid-Autumn */
    #mid--autumn__mooncakes--box {
        background-size: 80%, contain;
        padding-bottom: 150px;
        padding-top: 250px
    }

    .mid--autumn__mooncakes--box--wrap .mid--autumn__mooncakes--box--name {
        font-size: 36px;
        line-height: 36px;
    }

    .mid--autumn__mooncakes--box--wrap {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .mid--autumn__mooncakes--box--wrap .mid--autumn__mooncakes--box--price {
        font-size: 36px;
        line-height: 36px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mooncakes-item img {
        max-width: 85%;
    }

    #mid--autumn__reason {
        padding: 60px 0;
    }

    #mid--autumn__contact form .mid--autumn__contact--line {
        margin: 0;
    }

    #mid--autumn__contact form .mid--autumn__contact--line--col, #mid--autumn__contact form .mid--autumn__contact--line--2col {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }

    /* Rewards 2019 */
    #slide #owl_slide, #slide #owl_slide.owl-carousel, #slide #owl_slide .item {
        height: auto;
    }

    #slide #owl_slide .item {
        background-image: none !important;
    }

    #owl_slide.slide-rewards-new .owl-dots {
        display: none;
    }

    .rewards_menu ul {
        margin-left: -15px;
        margin-right: -15px;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .rewards_menu ul li {
        padding-left: 20px;
    }

    .rewards_menu ul li a {
        padding: 10px;
        font-size: 13px;
    }

    .rewards_menu ul li a:focus, .rewards_menu ul li a:hover {
        color: #000;
    }

    .abouutus_rewards_new_item {
        margin-bottom: 40px;
        text-align: center
    }

    .abouutus_rewards_new_item img {
        max-width: 50%;
    }

    .rewards_new_header_tab_item {
        text-align: center;
    }

    .rewards_new_header_tab_item.active span.rewards_new_header_tab_item_icon img {
        max-width: 50px;
    }

    .rewards_new_header_tab_item.active span.rewards_new_header_tab_item_title,
    .rewards_new_header_tab_item.active span.rewards_new_header_tab_item_point {
        font-size: 20px;
    }

    .rewards_new_promotion_slider .rewards_new_promotion_item_content {
        padding: 10px;
    }

    .rewards_new_tab_body .rewards_new_tab_body_item {
        width: 50%;
    }

    .rewards_new_promotion_slider .rewards_new_promotion_item_content h3 {
        height: 56px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rewards_new_promotion_slider .rewards_new_promotion_item_content p {
        height: 96px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rewards_new_promotion_slider .rewards_new_promotion_item_btn a {
        display: block;
        padding: 12px 20px;
    }

    .article_wrap .btn_action a {
        width: 40%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .txng__2020--info-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .txng__2020--info-wrap .txng__2020--info-img {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .txng__2020--info-rte {
        width: 100%;
    }

    /* Trung Thu 2020 */
    #owl_slide--autumn .item {
        height: calc(80vh - 61px);
    }

    #owl_slide--autumn .fixed-scroll-down {
        bottom: 30px;
    }

    #mid--autumn__2020 #mid--autumn__discount {
        background-size: contain
    }

    #mid--autumn__2020 #mid--autumn__reason, #mid--autumn__2020 #video,
    #mid--autumn__2020 #mid--autumn__discount, .mid--autumn__product {
        padding: 40px 0 20px 0;
    }

    #mid--autumn__2020 #mid--autumn__reason .row:first-of-type {
        margin-bottom: 40px;
    }

    .mid--autumn__product .mid--autumn__product--info h3 {
        font-size: 36px
    }

    #mid--autumn__2020 #video .mid--autumn__info--title {
        margin: 20px 0 20px;
        font-size: 32px;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon .discount-moon-wrap {
        max-width: 100%;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon .logo {
        margin-bottom: 10px;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon svg {
        height: 20px;
    }

    #mid--autumn__discount .mid--autumn__discount--table h2 {
        font-size: 24px;
    }

    #mid--autumn__discount .mid--autumn__discount--table table tr th, .mid--autumn__discount--table table tr td {
        padding: 9px 15px;
    }

    #mid--autumn__discount .mid--autumn__contact h2 {
        font-size: 24px;
    }

    #mid--autumn__discount .mid--autumn__contact--wrap div {
        width: 100%;
    }

    .mid--autumn__mooncakes--lists .mooncakes-item-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .mid--autumn__mooncakes--lists .mooncakes-item-wrap .mooncakes-item-wrap-left {
        padding-top: 15px;
        width: 100%;
        order: 2;
    }

    .mid--autumn__mooncakes--lists .mooncakes-item-wrap .mooncakes-item-wrap-right {
        padding-left: 0;
        order: 1;
        width: 100%;
    }

    #mid--autumn__product3 {
        padding: 40px 0 180px 0;
        background-size: 200%;
    }

    #mid--autumn__mooncakes {
        background-size: 200%;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .instagram_item {
        -ms-flex: 0 0 calc(50% - 30px);
        -webkit-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        min-height: 200px;
    }

    .instagram_item .instagram_image {
        height: 300px;
    }

    /* Mid-Autumn */
    #mid--autumn__banner--top #mooncakes {
        position: relative;
    }

    #mid--autumn__reason h2 {
        font-size: 42px;
    }

    /* Mid-Autumn 2020 */
    #mid--autumn__2020 #mid--autumn__reason .mid--autumn__reason--title {
        font-size: 42px;
    }

}

@media (max-width: 550px) {
    .blog_home .blog_item:nth-child(4), .blog_home .blog_item:nth-child(5) {
        display: none;
    }
}

@media (max-width: 479px) {
    .col-xxs-12 {
        width: 100%
    }

    .col-xxs-11 {
        width: 91.66666667%
    }

    .col-xxs-10 {
        width: 83.33333333%
    }

    .col-xxs-9 {
        width: 75%
    }

    .col-xxs-8 {
        width: 66.66666667%
    }

    .col-xxs-7 {
        width: 58.33333333%
    }

    .col-xxs-6 {
        width: 50%
    }

    .col-xxs-5 {
        width: 41.66666667%
    }

    .col-xxs-4 {
        width: 33.33333333%
    }

    .col-xxs-3 {
        width: 25%
    }

    .col-xxs-2 {
        width: 16.66666667%
    }

    .col-xxs-1 {
        width: 8.33333333%
    }

    .text-left-xxs {
        text-align: left;
    }

    .text-right-xxs {
        text-align: right;
    }

    .text-center-xxs {
        text-align: center;
    }

    .dis-block-xxs {
        display: block;
    }

    .dis-inline-xxs {
        display: inline-block;
    }

    .section_heading {
        font-size: 26px;
    }

    .line_after_heading_section:after {
        width: 40%;
    }

    #product .product_description .block_des h3 {
        font-size: 26px;
    }

    /* Slider index */
    .wrap-dots {
        bottom: 20%;
        left: 15px;
    }

    .wrap-dots .owl-dots {
        max-width: 35%;
    }

    .wrap-dots .owl-dot {
        margin-right: 15%
    }

    .fixed-scroll-down .fixed-scroll-text {
        font-size: 16px;
    }

    .store_slider_2 .store_slider_item .store_slider_image {
        min-height: 130px;
    }

    /* Product loop */
    .menu_item {
        width: calc(50% - 30px);
    }

    .menu_item .best_seller .svg-best-seller, .menu_item .new .svg-new {
        height: 18px;
        width: 18px;
    }

    .menu_item .best_seller span, .menu_item .new span {
        line-height: 16px;
        font-size: 11px;
    }

    .menu_item .menu_item_info h3 {
        font-size: 16px;
        height: 44px;
        max-height: 44px;
        -webkit-line-clamp: 2
    }

    .menu_item .menu_item_action,
    .menu_item .menu_item_action_view {
        font-size: 13px;
        padding: 5px 8px;
    }

    .menu_item .menu_item_action_view {
        margin-left: 2px;
    }

    /* Blog home */
    .top_blog_home.blog_item .article_item_info p {
        display: -webkit-box;
        height: 100px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Instagram */
    .instagram .instagram_content {
        max-width: 100%;
    }

    .instagram_item {
        -ms-flex: 0 0 calc(100% - 30px);
        -webkit-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        min-height: 130px;
        margin-bottom: 15px;
    }

    .instagram_item .instagram_image {
        height: 400px;
    }

    .instagram_overlay {
        padding: 15px;
    }

    .instagram_caption {
        -webkit-line-clamp: 2;
        height: 3.6em;
    }

    .menu_home, .store_home, .instagram {
        padding: 30px 0 20px;
    }

    /* Our Coffee */
    .tab_menu_our_coffee li {
        font-size: 17px;
        padding-right: 10px;
    }

    .tab_menu_our_coffee li:last-child {
        padding-left: 10px;
    }

    .tch_blend_image, .tch_blend_content {
        width: 100%;
    }

    .tch_blend_content {
        padding: 30px 0 0;
    }

    /* Career */
    .list_jobs_item .job_image .job_img {
        height: 180px;
    }

    .lists_howto_rewards .list_howto_rewards, .lists_howto_rewards .list_howto_rewards2 {
        display: inline-block;
        width: 20%;
    }

    .nghe_thuat_pha_che_content .nghethuatitem {
        -ms-flex: 0 0 calc(100% - 30px);
        -webkit-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
    }

    /* Mid-Autumn */
    #mid--autumn__banner--top #mooncakes {
        position: relative;
    }

    #mid--autumn__reason h2 {
        font-size: 32px;
    }

    .rewards_new_rank {
        padding: 40px 0;
    }

    .rewards_new_promotion {
        padding: 40px 0;
    }

    .rewards_new_promotion .rewards_new_promotion_title {
        font-size: 26px;
    }

    /* Mid-Autumn 2020 */
    #mid--autumn__2020 #mid--autumn__reason .mid--autumn__reason--title {
        font-size: 32px;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon .discount-moon-wrap {
        top: 55px;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon-des {
        max-width: 80%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon-list {
        max-width: 60%;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon-list ul li {
        margin-bottom: 5px;
        font-size: 14px;
        padding-left: 25px;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon-list ul li:before {
        content: '';
        top: 3px;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 360px) {
    .menu_item .menu_item_action,
    .menu_item .menu_item_action_view {
        font-size: 10px;
        padding: 5px 8px;
    }

    .menu_item .menu_item_action_view {
        margin-left: 2px;
    }

    .instagram_item .instagram_image {
        height: 350px;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon .discount-moon-wrap {
        top: 15px;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon-des {
        max-width: 65%;
        font-size: 13px;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon-list {
        max-width: 75%;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon-list ul li {
        margin-bottom: 5px;
        font-size: 12px;
        padding-left: 20px;
    }

    #mid--autumn__2020 #mid--autumn__discount .discount-moon-list ul li:before {
        top: 3px;
        width: 15px;
        height: 15px;
    }
}


/**************************************** UPDATE 26-10-2021 ******************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

/** HEADER **/
header {
    border-bottom: 1px solid #00000026;
}

.top-bar .top-frame img {
    width: 100%;
}

.header-meta-list {
    touch-action: manipulation;
}
.header-meta-list svg{
    width:18px;
}
.header-meta-list a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-meta-list a img {
    margin-right: 5px;
}

.top-bar .owl-stage-outer {
    overflow-x: hidden;
}

.top-bar .owl-stage {
    display: flex;
}

.top-bar .owl-item {
    text-align: center;
}

.header_nav {
    display: flex;
        justify-content: space-between;
}

.header-meta-list {
    display: flex;
    margin: 0;
    padding: 10px 0;
    justify-content: center;
}

.header-meta-list > div > a {

    font-size: 12px;
    color: #00000099;
}

.header-meta-list > div > a > img {
    margin-right: 5px;
}

.header-meta-list > div > a:hover {
    color: #41b93d;
}

.header_logo {
    width: auto;
}

@media (min-width: 1200px) {
    .header_menu > ul > li {
        padding: 19px 16px 19px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header_menu > ul > li:last-child {
        display: none;
    }
}

@media (max-width: 991px) {
    .top-bar .owl-nav, .top-bar .owl-dots {
        display: none;
    }

    .header_nav {
               justify-content: space-between;
               align-items:center;
    }

}

@media (max-width: 767px) {
    .header_logo {
        width: 53%
    }

    .header_logo .logo_wrap .svg-logo {
        width: 100%;
    }

    .banner_home .banner_cta .animate_btn_wrap {
        width: 213px;
    }

    .banner_home .banner_cta {
        top: 38%;
    }

    .banner_home .banner_cta > h2 {
        font-size: 20px;
    }

    .header-meta-list > div > a {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    header {
        height: auto;
    }

    .header_logo .logo_wrap .svg-logo {
        height: 44px;
        padding: 0;
    }
}

/** INDEX **/

.home_brands {
    padding: 64px 0;
    background: #FFE9D4;
    position: relative;
    overflow: hidden;
}

.home_brands *{
    z-index: 2;
}

.banner_home {
    transform: translateY(-60px);
    position: relative;
}

.banner_home .aspect-ratio {
    position: relative;
    width: 100%;
}

.banner_home .aspect-ratio .video_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner_home .aspect-ratio .video_wrap video {
    width: 100%;
}

.banner_home .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 120px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.banner_home .owl-nav button {
    pointer-events: auto;
}

.banner_home .owl-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.banner_home .owl-dots span {
    display: inline-block;
    margin: 0 1px;
    width: 16px;
    height: 2px;
    background: #fff;
}

.banner_home .owl-dot.active span {
    background: #41b93d;
}

.banner_home .banner_cta {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.banner_home .banner_cta > h2 {
    font-size: 36px;
    color: #fff;
}

.banner_home .banner_cta .animate_btn:not(:hover) {
    color: #000;
}

.home_brands .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home_brands .image-title {
    max-width: 330px;
    margin: 0 auto;
}

.home_brands .image-title img {
    object-fit: contain;
}

.home_brands .home_brand {
    width: 100%;
    max-width: 343px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    position: relative;
    height: 479px;
    margin: 150px 12px 0;
    padding: 24px 16px;
}

.home_brands .home_brand_top {
    width: 100%;
    max-width: 343px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    position: relative;
    height: 479px;
    margin: 150px 12px 0;
    padding: 24px 16px;
}

.home_brands .brand_desc {
    flex: 0 0 41.667%;
    position: relative;
    top: -156px;
}

.home_brands .brand_desc_top {
    flex: 0 0 auto;
    position: absolute;
    width: calc(66% + 32px);
    bottom: 72px;
    left: 33%;
    padding: 0px 32px;
}

.home_brands .brand_desc > p {
    font-size: 14px;
    height: 154px;
    line-height: 22px;
}

.home_brands .brand_desc_top > p {
    font-size: 14px;
    height: 180px;
    line-height: 24px;
    text-align: center;
}

.home_brands .brand_desc > h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'SF Pro Display', sans-serif;
    color: #000;
    line-height: 26px;
}

.home_brands .brand_desc_top > h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'SF Pro Display', sans-serif;
    color: #000;
    line-height: 42px;
    text-align: center;
}

.home_brands .brand_desc .animate_btn_wrap {
    width: 100%;
    text-align: center;
}

.home_brands .brand_desc_top .animate_btn_wrap {
    width: 45%;
    text-align: center;
    margin: 0 22.5%;
}

.home_brands .brand_desc .animate_btn {
    width: 100%;
}

.home_brands .brand_desc_top .animate_btn {
    width: 100%;
}

.home_brands .brand_img {
    flex: 0 0 58.333%;
    position: relative;
    width: calc(100% + 32px);
    bottom: 150px;
    left: -16px;
}

.home_brands .brand_img_top {
    flex: 0 0 auto;
    position: absolute;
    width: calc(33% + 32px);
    bottom: 12px;
    left: -16px;
}

.home_brands .brand_img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.home_brands .brand_img_top:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.home_brands .brand_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_brands .brand_img_top img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .home_brands .brand_1:not(:last-child) {
    margin-bottom: 112px;
} */

.home_brands .background_top_left,
.home_brands .background_bottom_left,
.home_brands .background_center_right {
    position: absolute;
    z-index: 1;
    object-fit: contain;
}

.home_brands .background_top_left {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    opacity: 0.7;
    filter: blur(40px);
    background: radial-gradient(72.72% 72.72% at 0% 0%, #EFDBFF 26.56%, #FFE7BA 100%);
    display: none;
}

.home_brands .background_center_right {
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 100px);
    max-width: 578px;
}

.home_brands .background_bottom_left {
    bottom: 0;
    left: -11px;
    width: calc(100% - 124px);
    max-width: 578px;
}


.home_brands .home_brands_title,
.home_brands .home_brands_desc,
.home_brands .home_brands_description_highlight {
    text-align: center;
}

.home_brands .home_brands_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    padding: 0 16px;
    max-width: 764px;
    margin: 6px auto 12px;
}

.home_brands .home_brands_description_highlight {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
}

.home_brands .home_brands_title {
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    color: #41b93d;
}

.home_brands .brand_desc > h3 {
    margin-bottom: 6px;
}
.home_brands .brand_desc > p {
    margin-bottom: 16px;
}

.menu_banner {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 40px 15px;
}

.menu_banner > a {
    display: block;
    padding-top: 65%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px #0000001F;
}

.menu_banner.has_text > a {
    padding-top: 48%;
}

.menu_banner > a > img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.home_newsletter {
    background: #41b93d;
    position: relative;
    margin-top: 11%;
}

.blog_home + .home_newsletter {
    margin-top: 0;
}

.home_newsletter > img {
    display: block;
}

.home_newsletter > img:first-child {
    background: #fff;
}

.home_newsletter .newsletter_inner {
    padding: 36px 0;
    width: 55%;
    margin: 0 auto;
}

.home_newsletter .form_group > p {
    color: #fff;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.home_newsletter .form_group > .phone_input {
    display: inline-block;
    position: relative;
}

.home_newsletter .form_group > .phone_input > input {
    height: 40px;
    width: 280px;
    max-width: 100%;
    border: 0;
    border-radius: 10px;
    outline: none;
    margin-right: 5px;
    padding-left: 38px;
}

.home_newsletter .form_group > .phone_input:before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.244 7.12133C6.86956 8.22032 7.77968 9.13044 8.87867 9.756L9.468 8.93067C9.56277 8.79796 9.7029 8.70459 9.86187 8.66822C10.0208 8.63186 10.1876 8.65502 10.3307 8.73333C11.2735 9.24862 12.3148 9.55852 13.386 9.64267C13.5532 9.65592 13.7092 9.73169 13.823 9.85488C13.9368 9.97807 14 10.1396 14 10.3073V13.282C14 13.4471 13.9388 13.6063 13.8282 13.7288C13.7177 13.8513 13.5655 13.9285 13.4013 13.9453C13.048 13.982 12.692 14 12.3333 14C6.62667 14 2 9.37333 2 3.66667C2 3.308 2.018 2.952 2.05467 2.59867C2.0715 2.43446 2.14866 2.28235 2.27119 2.17176C2.39373 2.06116 2.55294 1.99996 2.718 2H5.69267C5.86037 1.99998 6.02193 2.06317 6.14512 2.17697C6.26831 2.29077 6.34408 2.44682 6.35733 2.614C6.44148 3.68519 6.75138 4.72645 7.26667 5.66933C7.34498 5.81238 7.36814 5.97916 7.33178 6.13813C7.29541 6.2971 7.20204 6.43723 7.06933 6.532L6.244 7.12133ZM4.56267 6.68333L5.82933 5.77867C5.46986 5.00273 5.22357 4.17923 5.098 3.33333H3.34C3.336 3.444 3.334 3.55533 3.334 3.66667C3.33333 8.63733 7.36267 12.6667 12.3333 12.6667C12.4447 12.6667 12.556 12.6647 12.6667 12.66V10.902C11.8208 10.7764 10.9973 10.5301 10.2213 10.1707L9.31667 11.4373C8.95244 11.2958 8.59867 11.1287 8.258 10.9373L8.21933 10.9153C6.91172 10.1711 5.82885 9.08828 5.08467 7.78067L5.06267 7.742C4.87127 7.40133 4.70419 7.04756 4.56267 6.68333Z' fill='black' fill-opacity='0.45'/%3E%3C/svg%3E%0A");
}

.home_newsletter .form_group > .img_phone {
    position: absolute;
    width: 16.5%;
    right: 22.5%;
    bottom: 0;
    z-index: 1;
}


.home_newsletter .form_group > button {
    height: 40px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    outline: none;
}

.banner_home .banner_cta .animate_btn_wrap {
    margin: 0 auto;
}

.banner_home .banner_cta .animate_btn {
    width: 100%;
}

@media (min-width: 768px) {
    .home_brands .home_brand {
        /* flex: 0 0 calc(30% - 30px);
        width: 33.333%;
        max-width: 384px; */
    }
}

@media (min-width: 992px) {

    .home_brands .image-title {
        max-width: 500px;
    }

    .header-meta-list > div {
        padding: 0 4.2%;
    }

    .home_brands {
        margin-top: 3%;
    }

    .home_brands .brand_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home_brands .brand_img_top img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home_brands .brand_2:last-child .brand_img {
        /* margin-bottom: calc(-9% - 50px); */
    }

    .home_brands .brand_2 + .brand_1 {
        /* margin-top: 22%; */
    }

    .banner_home .banner_cta .animate_btn_wrap {
        width: 213px
    }

    .banner_home .banner_cta {
        max-width: 34.7%;
    }

    .banner_home .banner_cta > h2 {
        margin-bottom: 32px;
    }

    .home_brands .background_top_left {
        display: block;
    }
}

@media (min-width: 1200px) {
    .store_slider_title,
    .store_slider_des,
    .home_brands .brand_desc > h3,
    .home_brands .brand_desc > p {
        max-width: 370px;
    }

    .home_brands .brand_desc_top > h3,
    .home_brands .brand_desc_top > p {
        max-width: 90%;
    }
    

    .home_brands .brand_desc > p {
        height: 132px;
    }

    .home_brands .brand_desc_top > p {
        height: 100px;
    }

    .home_brands .home_brand {
        flex: 0 0 calc(34% - 30px);
        max-width: 366px;
        height: 486px;
        margin: 150px 12px 0;
    }

    .home_brands .home_brand_top {
        flex: 0 0 calc(100% - 30px);
        max-width: 1200px;
        height: 300px;
        margin: 120px 12px 0;
    }
}

@media (max-width: 1199px) {
    .home_newsletter .newsletter_inner {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .menu_banner {
        flex: 0 0 calc(100% - 30px);
    }

    .menu_home {
        margin-top: 30px;
    }

    .store_slider_item .store_slider_content .store_slider_des {
        height: 100px;
        -webkit-line-clamp: 4;
    }

    .home_newsletter .form_group > .img_phone {
        display: none;
    }

    .home_newsletter .newsletter_inner {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .banner_home .banner_cta > h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .banner_home .owl-nav {
        display: none;
    }
}

@media (max-width: 767px) {

    /* here */
    .store_slider .owl-nav button.owl-prev, .store_slider .owl-nav button.owl-next {
        display: none;
    }

    .store_home > svg {
        display: none;
    }

    .store_slider_item .store_slider_content .store_slider_nav {
        display: none;
    }


    .menu_item .price_product_item {
        margin-bottom: 0;
    }

    /* here */
    .store_home .owl-stage-outer {
        margin: 0 0 10px;
    }

    /* .home_brands .brand_1:not(:last-child) {
        margin-bottom: 40px;
    } */

    .banner_home .aspect-ratio .video_wrap video {
        width: auto;
        height: 100%;
    }

    .menu_banner {
        flex: 0 0 calc(100% - 16px);
        margin: 0 8px 30px 8px;
    }

    .menu_home {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: calc(9% + 40px);
    }

    .banner_home .aspect-ratio {
        padding-top: 85%;
    }

    .banner_home .banner_cta > h2 {
        font-size: 20px;
    }

    .home_brands {
        margin: 3% 0 5px;
        padding: 24px 0;
    }

    .home_brands .brand_img,
    .home_brands .brand_img_top {
        flex: 0 0 58.333%;
        position: relative;
        width: calc(100% + 32px);
        bottom: 150px;
        left: -16px;
    }

    .home_brands .brand_desc,
    .home_brands .brand_img {
        flex: 0 0 100%;
    }

    .home_brands .brand_desc_top,
    .home_brands .brand_img_top {
        flex: 0 0 100%;
    }

    .home_brands .brand_desc,
    .home_brands .brand_desc_top {
        flex: 0 0 41.667%;
        position: relative;
        top: -156px;
        bottom: auto;
        width: auto;
        left: 0;        
        margin: 0;
        padding: 0;
    }

    /* .home_brands .brand_img {
        margin-bottom: 16px;
    } */

    .home_brands .brand_1 .brand_desc {
        order: 1;
    }

    .home_brands .brand_desc > .animate_btn_wrap {
        width: 100%;
    }

    .home_brands .brand_desc_top > .animate_btn_wrap {
        width: 100%;
        margin: 0;
    }

    .home_brands .brand_desc_top > h3 {
        margin-bottom: 6px;
        text-align: left;
        font-size: 18px;
        font-weight: 600;
        font-family: 'SF Pro Display', sans-serif;
        color: #000;
        line-height: 26px;
    }

    .home_brands .brand_desc_top > p {
        font-size: 14px;
        height: 154px;
        line-height: 22px;
        margin-bottom: 16px;
        text-align: left;
    }

    .store_slider_item .store_slider_content .store_slider_title,
    .store_slider_item .store_slider_content .store_slider_des {
        margin-bottom: 24px;
    }

    .store_home .store_slider_content .animate_btn_wrap {
        width: 100%;
    }

    .store_slider_item .store_slider_content .store_slider_title {
        max-width: 100%;
    }

    .store_slider .owl-nav > button {
        top: calc(25% - 20px);
    }

    .store_home {
        padding: 0;
        margin-top: 24px;
    }

    .store_slider_item .store_slider_content .store_slider_title {
        font-size: 20px;
    }

    .store_slider .owl-nav > .owl-next {
        right: 0
    }

    .store_slider .owl-nav > .owl-prev {
        right: 81%;
    }

    /*here*/
    .store_slider > .owl-dots {
        display: block;
        text-align: center;
        margin-top: -20px;
        margin-bottom: 40px
    }

    .store_slider > .owl-dots .owl-dot:not(.active) {
        background: rgba(0, 0, 0, 0.15);
    }

    .store_slider > .owl-dots {
        display: block;
    }

    .store_slider .store_slider_img .owl-dots {
        bottom: 16px;
    }


    .blog_home {
        padding-bottom: 10px;
    }

    .blog_home .blog_home_title {
        font-size: 24px;
        margin-top: 24px;
    }

    .newsletter_inner {
        padding: 24px;
    }

    .home_newsletter .newsletter_inner {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .home_newsletter .form_group > .phone_input {
        width: 100%;
        margin-bottom: 16px;
    }

    .home_newsletter .form_group > .phone_input > input {
        width: 100%;
    }

    .home_newsletter .form_group > button {
        width: 100%;
    }

    .home_newsletter > img {
        height: 40px;
    }

    .address_footer p {
        margin-bottom: 24px;
        padding-right: 30px;
    }

    .address_footer p > br {
        display: none;
    }

    .footer_linklists li a {
        font-size: 16px;
    }

}

@media (max-width: 575px) {
    .menu_item .labels img {
        width: 35px;
        height: 35px;
    }

    .home_newsletter .form_group > p > br {
        display: none;
    }

    .banner_home {
        transform: translateY(-44px);
    }

    .store_slider .owl-nav button.owl-prev, .store_slider .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .store_slider .owl-nav button.owl-prev svg, .store_slider .owl-nav button.owl-next svg {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer_col {
        margin-bottom: 24px;
    }

    footer .footer_col:nth-child(3) {
        clear: both;
    }
}


/** COLLECTION **/


#video_collection {
    padding: 70px 0 20px;
    display: flex;
    flex-wrap: wrap;
}

#video_collection .bean-icons {
    margin-bottom: 12px;
}

#video_collection .video_wrap {
    flex: 0 0 56.25%;
}

#video_collection .video_wrap .aspect-ratio {
    position: relative;
    padding-bottom: 56.4%;
}

#video_collection .video_wrap .aspect-ratio iframe,
#video_collection .video_wrap .aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video_collection .video_text {
    padding-left: 24px;
}

#video_collection .video_text > h3 {
    font-size: 28px;
    margin-bottom: 24px;
}

#video_collection .video_text > p {
    font-size: 16px;
    margin-bottom: 24px;
}

#video_collection .video_text > .animate_btn {
    width: 280px;
    text-align: center;
}

#slide_collection {
    position: relative;
}

#slide_collection .owl-stage {
    display: flex;
}

#slide_collection .owl-nav {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 10px;
}

#slide_collection .owl-nav button {
    border: 0;
    outline: none;
    background: transparent;
    pointer-events: auto;
}

#slide_collection .owl-dots {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: calc(24% - 28px);
}

#slide_collection .owl-dots button {
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    margin: 0 1px;
}

#slide_collection .owl-dot.active {
    background: #41b93d;
}

#slide_collection .item a {
    padding-top: 24.305%;
    display: block;
}

#slide_collection .item video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    #video_collection {
        padding-top: 0;
        padding-bottom: 8px;
    }

    #video_collection > .container {
        display: flex;
        flex-direction: column;
    }

    #video_collection .video_wrap {
        flex: 0;
    }

    #video_collection .video_text {
        padding-left: 0;
        margin-top: 26px;
        order: -1;
    }

    #video_collection .video_text > .animate_btn {
        margin-bottom: 24px;
    }

    .stikySidebar {
        box-shadow: 0px 8px 36px 0px #0000002B;
        top: 60px;
        padding: 12px 15px;
        margin-bottom: 12px;
        background: #fff;
        z-index: 2;
    }

    .sidebar_menu {
        margin-bottom: 0;
    }

    .sidebar_menu select,
    .page_sidebar select {
        font-size: 16px;
        padding: 8px 12px;
        border: 1px solid #00000026;
        border-radius: 8px;
        width: 100%;
    }

    .collection_menu_wrap {
        padding-top: 0;
    }

}

@media (max-width: 767px) {
    #slide_collection .owl-dots {
        margin-top: calc(48% - 28px);
    }

    .menu_list_collection {
        margin: 0 -8px;
    }

    #slide_collection .item > a {
        padding-top: 48%;
    }

    .block_menu_item .block_menu_item_title span {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .sidebar_menu select,
    .page_sidebar select {
        width: 100%;
    }

    #video_collection .video_text > h3,
    #video_collection .video_text > p {
        margin-bottom: 16px;
    }

    #video_collection .video_text > h3 {
        font-size: 20px;
    }

    #video_collection .video_text > .animate_btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .stikySidebar {
        top: 44px;
    }
}

@media (min-width: 992px) {
    .border_right_before:not(.no_border):before {
        content: '';
        position: absolute;
        left: 0;
        width: 2px;
        height: 100%;
        top: 0;
        background: #00000026;
    }

    #collection .menu_item {
        flex: 0 0 calc(33.333% - 30px);
    }

    #collection .no_border .menu_item {
        flex: 0 0 calc(25% - 30px);
    }

    .stikySidebar {
        width: 19.5%;
    }

    .stikySidebar + .border_right_before {
        width: 80.5%;
        padding-left: 72px;
    }
}


/** PRODUCT **/
.product-info hr {
    margin: 32px 0;
}

.product-info .hidden + hr {
    display: none;
}

.info_product_wrap .option_mobile h4,
.product_option h4 {
    padding-top: 0;
    flex: 0 0 100%;
    font-size: 16px;
    font-weight: 400;
}

.product_option.topping_size h4 {
    margin-bottom: -16px;
}

.product_option span {
    margin-right: 16px;
}

.topping_size.product_option,
.option_size.product_option {
    display: flex;
    flex-wrap: wrap;
}

.topping_size.product_option span,
.product_option.option_size span {
    transition: all .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 16px;
    height: 40px;
    line-height: 1;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

.product_option.option_size span svg {
    margin-right: 8px;
}

.topping_size.product_option span {
    margin-top: 24px;
}

.topping_size.product_option span.active,
.product_option.option_size span.active {
    border-color: #41b93d;
    background: #41b93d;
    color: #fff;

}

.product_option.option_size span.active strong {
    color: #fff;
}

.product_option.option_size span:not(.active) svg path {
    fill: rgba(0, 0, 0, 0.6);
}

.promotion_offer {
    margin: 24px 0;
}

.promotion_offer .offer_type1 {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 16px;
}

.promotion_offer .offer_type1 + .offer_type2 {
    margin-top: 24px;
}

.promotion_offer .offer_type2 {
    border-radius: 8px;
    overflow: hidden;
}

.promotion_offer .offer_type2 .aspect-ratio {
    padding-top: 37%;
    position: relative;
    display: block;
}

.promotion_offer .offer_type2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.promotion_offer ul {
    margin: 0;
    padding: 0;
}

.promotion_offer ul li {
    font-size: 16px;
    position: relative;
    padding-left: 24px;
}

.promotion_offer ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3335 6.33333V2.66667C1.3335 2.48986 1.40373 2.32029 1.52876 2.19526C1.65378 2.07024 1.82335 2 2.00016 2H14.0002C14.177 2 14.3465 2.07024 14.4716 2.19526C14.5966 2.32029 14.6668 2.48986 14.6668 2.66667V6.33333C14.2248 6.33333 13.8009 6.50893 13.4883 6.82149C13.1758 7.13405 13.0002 7.55797 13.0002 8C13.0002 8.44203 13.1758 8.86595 13.4883 9.17851C13.8009 9.49107 14.2248 9.66667 14.6668 9.66667V13.3333C14.6668 13.5101 14.5966 13.6797 14.4716 13.8047C14.3465 13.9298 14.177 14 14.0002 14H2.00016C1.82335 14 1.65378 13.9298 1.52876 13.8047C1.40373 13.6797 1.3335 13.5101 1.3335 13.3333V9.66667C1.77552 9.66667 2.19945 9.49107 2.51201 9.17851C2.82457 8.86595 3.00016 8.44203 3.00016 8C3.00016 7.55797 2.82457 7.13405 2.51201 6.82149C2.19945 6.50893 1.77552 6.33333 1.3335 6.33333ZM9.3335 3.33333H2.66683V5.312C3.16764 5.5602 3.58914 5.94337 3.88383 6.41831C4.17852 6.89324 4.33467 7.44107 4.33467 8C4.33467 8.55894 4.17852 9.10676 3.88383 9.58169C3.58914 10.0566 3.16764 10.4398 2.66683 10.688V12.6667H9.3335V3.33333ZM10.6668 3.33333V12.6667H13.3335V10.688C12.8327 10.4398 12.4112 10.0566 12.1165 9.58169C11.8218 9.10676 11.6657 8.55894 11.6657 8C11.6657 7.44107 11.8218 6.89324 12.1165 6.41831C12.4112 5.94337 12.8327 5.5602 13.3335 5.312V3.33333H10.6668Z' fill='black'/%3E%3C/svg%3E%0A");
    left: 0;
    top: 2px;
}

.promotion_offer ul li:not(:last-child) {
    margin-bottom: 16px;
}

.promotion_offer ul li a {
    color: #41b93d;
}

.promotion_offer h4 {
    margin-top: 0;
    padding-top: 0;
}

.promotion_offer hr {
    margin: 16px 0;
    height: 1px;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='556' height='1' viewBox='0 0 556 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='556' y2='0.5' stroke='black' stroke-opacity='0.15' stroke-dasharray='3 3'/%3E%3C/svg%3E%0A");
}

.order_methods {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order_methods .take_away_toast {
    margin-top: 12px;
    width: 100%;
    take_away_toast
    height: 78px;
    background: rgba(245, 245, 245, 1);
    padding: 16px 80px 16px 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    position: relative;
}

.order_methods .take_away_toast a {
    color: #41b93d;
}

.order_methods .take_away_toast .close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.order_methods li {
    border-radius: 8px;
    padding: 12px 0;
    text-align: center;
}

.order_methods li span {
    line-height: 1;
}

.order_methods li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.order_methods li a svg {
    margin-right: 9px;
}

.order_methods li:nth-child(1) {
    flex: 0 0 100%;
    margin-bottom: 12px;
    background: #41b93d;
}

.order_methods li:nth-child(1) a {
    color: #fff;
}

.order_methods li:nth-child(1) a svg path {
    fill: #fff;
}

.order_methods li:not(:nth-child(1)) {
    flex: 0 0 calc(50% - 8px);
    background: #e8f6e7;
}

.order_methods li:not(:nth-child(1)) a {
    color: #41b93d;
}

.order_methods li:not(:nth-child(1)) a svg path {
    fill: #41b93d;
}

.product_content_bottom {
    padding-bottom: 24px;
}

.product_content_bottom h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

#product-related .buy_combo,
#product-buy-combo .buy_combo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px -30px;
}

#product-related .buy_combo {
    margin: 0 -15px -30px;
}

#product-buy-combo .buy_combo + .buy_combo {
    margin-top: 24px;
}


#product-buy-combo .buy_combo .menu_item {
    flex: 0 0 calc(16.667% - 30px);

}

#product-related .buy_combo .menu_item {
    flex: 0 0 calc(16.667% - 30px);
    margin: 0 15px 40px;
}


#product-buy-combo .buy_combo .menu_item:last-child .cta {
    margin-top: 40px;
    text-align: center;
}

#product-buy-combo .buy_combo .menu_item:last-child .cta > p {
    color: rgba(0, 0, 0, 0.6);
}

#product-buy-combo .buy_combo .menu_item:last-child .cta > a {
    border-radius: 8px;
    padding: 12px 0;
    background: #41b93d;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

#product-buy-combo .buy_combo .menu_item .price_product_item {
    display: none;
}

.product_info_and_story {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_info_and_story .product_info_tab {
    flex: 0 0 30%;
}

.product_info_and_story .product_story_tab {
    flex: 0 0 50%;
}

.product_info_and_story .product_story_tab > div {
    transition: height .5s;
    height: 120px;
    overflow: hidden;
}

.product_info_and_story .product_story_tab.expand > div {
    height: var(--product-story-tab-height);
}

.product_info_and_story .product_story_tab > a {
    display: inline-block;
    color: #41b93d;
    margin-top: 8px;
    font-weight: 600;
}

#relevant_articles .article_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#relevant_articles .article_wrap .article_loop {
    flex: 0 0 calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
}

#relevant_articles .article_wrap .article_loop .article_img {
    flex: 0 0 30.6%;
}

#relevant_articles .article_wrap .article_loop .aspect-ratio {
    padding-top: 100%;
    border-radius: 8px;
}

#relevant_articles .article_wrap .article_loop .article_content {
    padding-left: 24px;
    flex: 0 0 60.4%;
}

#relevant_articles .article_wrap .article_loop .article_content h3 {
    font-size: 16px;
    margin-bottom: 4px;
}

#relevant_articles .article_wrap .article_loop .article_content .article_published_at {
    margin-bottom: 8px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
}

#relevant_articles .article_wrap .article_loop .article_content .article_excerpt {
    margin-bottom: 4px;
}

#relevant_articles .article_wrap .article_loop .article_content .article_hashtag {
    display: flex;
    padding-left: 20px;
    position: relative;
}

#relevant_articles .article_wrap .article_loop .article_content .article_hashtag:not(.has_hashtag) {
    display: none;
}

#relevant_articles .article_wrap .article_loop .article_content .article_hashtag:before {
    position: absolute;
    content: '';
    top: 3.5px;
    left: 0;
    width: 13px;
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.35833 1.22461L12.1327 2.05003L12.9576 7.82503L7.59558 13.187C7.48619 13.2964 7.33784 13.3578 7.18316 13.3578C7.02848 13.3578 6.88013 13.2964 6.77074 13.187L0.995743 7.41203C0.886385 7.30264 0.824951 7.15429 0.824951 6.99961C0.824951 6.84493 0.886385 6.69658 0.995743 6.58719L6.35833 1.22461ZM6.77074 2.46244L2.23299 6.99961L7.18316 11.9492L11.7203 7.41203L11.102 3.08078L6.77074 2.46244ZM8.00741 6.17478C7.78857 5.95586 7.66566 5.65898 7.66572 5.34945C7.66574 5.19618 7.69596 5.04442 7.75464 4.90283C7.81331 4.76124 7.89931 4.63259 8.0077 4.52423C8.1161 4.41588 8.24477 4.32993 8.38638 4.2713C8.52799 4.21268 8.67977 4.18252 8.83303 4.18254C9.14257 4.1826 9.43941 4.30561 9.65824 4.52453C9.87708 4.74344 9.99999 5.04032 9.99994 5.34986C9.99988 5.65939 9.87687 5.95623 9.65795 6.17507C9.43904 6.3939 9.14216 6.51681 8.83262 6.51676C8.52308 6.51671 8.22625 6.39369 8.00741 6.17478Z' fill='black' fill-opacity='0.6'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}

#relevant_articles .article_wrap .article_loop .article_content .article_hashtag li a {
    font-size: 12px;
    padding-right: 10px;
    position: relative;
}

#relevant_articles .article_wrap .article_loop .article_content .article_hashtag li:not(:last-child) > a:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 4px;
    width: 2px;
    height: 2px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.info_product_wrap {
    width: 100%;
}

@media (max-width: 991px) {
    .product_info_wrap #img_product {
        width: 100%;
    }

    .product_info_wrap #img_product .owl-product-detail .owl-nav {
        display: none;
    }

    .product_info_wrap #img_product .owl-product-detail .owl-dots {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-top: calc(100% - 28px);
    }

    .product_info_wrap #img_product .owl-product-detail .owl-dots .owl-dot {
        width: 16px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        margin: 0 1px;
    }

    .product_info_wrap #img_product .owl-product-detail .owl-dots .owl-dot.active {
        background: #41b93d;
    }

    .product_info_wrap .info_product {
        padding: 20px 0 30px;
        overflow-x: hidden;
    }

    .product_info_wrap .product_sticky_media {
        position: static;
        top: 0;
    }

    .product_info_and_story .product_info_tab {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .product_info_and_story .product_story_tab {
        flex: 0 0 100%;
    }

    #product-related .buy_combo .menu_item {
        flex: 0 0 calc(25% - 30px);
    }

    #product-buy-combo .buy_combo .menu_item:last-child,
    #product-buy-combo .buy_combo .menu_item {
        flex: 0 0 calc(25% - 48px);
    }
}

@media (max-width: 767px) {
    .product_info_wrap #img_product {
        width: auto;
        margin: 0 -15px;
    }

    #img_product .owl-product-detail-thumbs {
        display: none;
    }

    .product_sticky_media {
        padding: 0;
    }

    .product_info_wrap .info_product {
        padding: 24px 0 0;
    }

    .info_product_wrap .product_price .price {
        font-size: 24px;
    }

    .product_info_wrap .info_product:before {
        width: calc(100% + 30px);
        left: -15px;
    }

    .product_info_wrap .info_product {
        overflow-x: unset;
    }

    .info_product_wrap .option_mobile .option {
        padding: 12px 0;
        display: flex;
        align-items: center;
    }

    .info_product_wrap .option_mobile .option input {
        display: none;
    }

    .info_product_wrap .option_mobile .option label {
        width: 17px;
        height: 17px;
        margin-right: 16px;
        transition: opacity .3s;
        position: relative;
        border: 2px solid rgba(0, 0, 0, 0.6);
    }

    .info_product_wrap .option_mobile .option label:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        background: #41b93d;
        left: 3px;
        top: 3px;
        opacity: 0;
    }

    .info_product_wrap .option_size_mobile .option label {
        border-radius: 50%;
    }

    .info_product_wrap .option_size_mobile .option label:before {
        border-radius: 50%;
    }

    .info_product_wrap .option_mobile .option input:checked + label {
        border-color: #41b93d;
    }

    .info_product_wrap .option_mobile .option input:checked + label:before {
        opacity: 1;

    }

    .info_product_wrap .option_mobile .option span:first-of-type {
        font-weight: 400;
        margin-right: auto;
    }

    .info_product_wrap .option_mobile .option:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    #product-related .buy_combo .menu_item {
        flex: 0 0 calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    #product-buy-combo .buy_combo .menu_item {
        flex: 1;
        margin-left: 15px;
        margin-right: 15px;
    }

    #product-buy-combo .buy_combo .menu_item {
        flex: 0 0 calc(50% - 30px) !important;
        margin-left: 15px;
        margin-right: 15px;
    }




    #product-buy-combo .buy_combo .menu_item:last-child .cta {
        margin-top: 0;
    }

    #product-related .buy_combo, #product-buy-combo .buy_combo {
        margin: 0 -15px -30px;
    }

    #product-buy-combo .buy_combo .menu_item:not(:first-child) .menu_item_image:before {
        left: -22px
    }

    #relevant_articles .article_wrap .article_loop {
        flex: 0 0 calc(100%);
        margin-bottom: 30px;
    }

    #relevant_articles .article_wrap .article_loop > h3 {
        margin-bottom: 8px;
        font-size: 16px;
    }

    #relevant_articles .article_wrap .article_loop .article_img,
    #relevant_articles .article_wrap .article_loop .article_content {
        flex: 0 0 50%;
    }

    #relevant_articles .article_wrap .article_loop .article_content {
        padding-left: 8px;
    }

    #relevant_articles .article_wrap .article_loop .article_img {
        padding-right: 8px;
    }

    #relevant_articles .article_wrap {
        margin-bottom: 32px;
    }

    .order_methods {
        position: fixed;
        z-index: 2;
        width: 100%;
        margin: 0;
        left: 0;
        bottom: 0;
        top: unset !important;
        background: #fff;
    }

    .order_methods li {
        padding: 24px 0;
        border-radius: 0;
    }

    .order_methods li:nth-child(1) {
        order: 1;
        flex: 0 0 50%;
        margin: 0;
    }

    .order_methods li:not(:nth-child(1)) {
        flex: 1 0 25%;
        background: #fff;
    }

    .order_methods li:not(:nth-child(1)) span {
        display: none;
    }

    .order_methods li:not(:nth-child(1)) svg {
        margin: 0;
    }

    .order_methods li:not(:nth-child(1)) a svg path {
        fill: rgba(0, 0, 0, 0.6);
    }

    .order_methods li:first-of-type:last-of-type {
        flex: 1;
    }

    .order_methods li:last-of-type {
        order: -1;
    }

    #product-buy-combo .buy_combo + .buy_combo {
        margin-top: 50px;
    }

    .order_methods .take_away_toast {
        position: fixed;
        bottom: 90px;
        padding-right: 0;
        height: auto;
        width: auto;
        margin: 0 10px;
    }

    .order_methods .take_away_toast .close {
        top: 5px;
        right: 5px;
    }
}

@media (min-width: 768px) {
    .order_methods.two_methods li {
        flex: 1;
        margin: 0;
        max-width: calc(50% - 8px);
    }

    .order_methods.two_methods li:first-of-type:last-of-type {
        max-width: unset;
    }
}

/** Page stores **/
#tch_stores .page_banner .aspect-ratio {
    padding-top: 12%;
    position: relative;
}

#tch_stores .page_banner .aspect-ratio:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

#tch_stores .page_banner .aspect-ratio img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#tch_stores .page_sidebar > p {
    padding-left: 15px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
}

#tch_stores .page_sidebar li {
    margin-bottom: 16px;
}

#tch_stores .page_sidebar li a.active {
    color: #D46B08;
    font-weight: 600;
}

#tch_stores .page_banner {
    position: relative;
}

#tch_stores .page_banner .banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 60px;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #fff;
}

#tch_stores .page_content {
    padding: 40px 0 50px;
}

#tch_stores .page_title {
    margin-bottom: 16px;
    font-size: 20px;
}

#tch_stores .page_filter {
    display: flex;
    flex-wrap: wrap;
}

#mobile-filter .modal-header {
    border-bottom: 0;
}

#mobile-filter .modal-body {
    padding: 24px 16px;
}

#tch_stores .page_filter > form,
#mobile-filter .modal-body form,
#tch_stores .page_filter .filter_district,
#mobile-filter .modal-body .filter_district {
    height: 40px;
    max-width: 50%;
    border-radius: 8px;
    border: 1px solid #00000026;
    overflow: hidden;
    margin-bottom: 24px;
}

.custom_select_wrap {
    position: relative;
    width: 280px;
}

.custom_select_wrap:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99999 8.78047L11.3 5.48047L12.2427 6.42314L7.99999 10.6658L3.75732 6.42314L4.69999 5.48047L7.99999 8.78047Z' fill='black' fill-opacity='0.6'/%3E%3C/svg%3E%0A");

}

.custom_select_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#mobile-filter .modal-body .filter_district,
#tch_stores .page_filter .filter_district {
    margin-right: 16px;
    padding: 8px 12px;
    width: 100%;
    max-width: unset;
}

#tch_stores .page_filter > form {
    width: 390px;
    display: flex;
}

#tch_stores .page_filter > .filter_result {
    width: 100%;
    margin-bottom: 16px;
}

#tch_stores .page_filter > .show-filter {
    font-size: 16px;
    display: flex;
    margin-bottom: 16px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}

#tch_stores .page_filter > form > input[type="text"] {
    border: 0;
    flex: 1;
    padding: 8px 12px;
}

#mobile-filter .modal-body form > button,
#tch_stores .page_filter > form > button {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tch_stores .store_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

#tch_stores .show_more_stores {
    text-align: center;
}

#tch_stores .show_more_stores a {
    width: 282px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 8px 25px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 8px;
    background: #fff;
}

.store_loop {
    flex: 0 0 calc(50% - 24px);
    width: calc(50% - 24px);
    margin: 0 12px 40px;
}


#store-template .store_loop {
    margin: 0;
    width: 100%;
    flex: 0 0 100%;
}

#store-template .hidden + hr {
    display: none;
}

.store_loop .store_img {
    overflow: hidden;
    border-radius: 8px;
    display: block;
    cursor: pointer;
}

.store_loop .store_img .owl-item {
    overflow: hidden;
}

.store_loop .store_img .owl-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.store_loop .store_img .owl-nav {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.store_loop .store_img .owl-nav button {
    pointer-events: auto;
}

.store_loop .store_img .owl-dots .owl-dot {
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    margin: 0 1px;
}

.store_loop .store_img .owl-dots .owl-dot.active {
    background: #41b93d;
}

.store_loop .store_img .aspect-ratio {
    transition: all .4s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1) translate3d(0, 0, 1px);
    transform: scale(1) translate3d(0, 0, 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.store_loop .store_img:hover .aspect-ratio {
    -webkit-transform: scale(1.1) translate3d(0, 0, 1px);
    transform: scale(1.1) translate3d(0, 0, 1px);
}

.store_loop .store_info > hr {
    margin: 12px 0;
    border: 1px solid #00000026;
}

.store_loop .aspect-ratio {
    padding-top: 56.4%;
}

.store_loop .store_name {
    font-size: 18px;
    margin: 8px 0 12px;
}

.store_loop .store_actions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.store_loop .store_actions > ul {
    display: flex;
    align-items: center;
    margin: 16px 0 0;
    padding: 0;
    width: 100%;
}

.store_loop .store_actions > ul li {
    margin-right: 18px;
    font-size: 16px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
}

.store_loop .store_actions > a:first-child {
    border: 2px solid #e8f6e7;
}

.store_loop .store_actions > a.animate_btn {
    padding: 5px 25px;
    font-size: 14px;
    flex: 1;
    margin: 0 4px;
    text-align: center;
    overflow: hidden;
}

.store_loop .store_actions .view-map:hover {
    color: #41b93d;
}

.store_loop .store_actions .view-map:before {
    background: #e8f6e7
}

.store_loop .store_address,
.store_loop .store_wktime {
    margin-bottom: 12px;
}

.store_loop .store_meta {
    display: flex;
    flex-wrap: wrap;
}

.store_loop .store_meta > * {
    flex: 0 0 auto;
    min-width: 150px;
    margin-right: 15px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
}

.store_loop .store_meta > *:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.store_loop .store_meta .parking:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8333 16.6673H4.16663V17.5007C4.16663 17.7217 4.07883 17.9336 3.92255 18.0899C3.76627 18.2462 3.55431 18.334 3.33329 18.334H2.49996C2.27895 18.334 2.06698 18.2462 1.9107 18.0899C1.75442 17.9336 1.66663 17.7217 1.66663 17.5007V9.16732L3.73329 4.34398C3.8619 4.04398 4.07576 3.78835 4.34834 3.6088C4.62092 3.42925 4.94022 3.33369 5.26663 3.33399H14.7333C15.0594 3.33402 15.3784 3.42973 15.6506 3.60926C15.9229 3.78879 16.1365 4.04425 16.265 4.34398L18.3333 9.16732V17.5007C18.3333 17.7217 18.2455 17.9336 18.0892 18.0899C17.9329 18.2462 17.721 18.334 17.5 18.334H16.6666C16.4456 18.334 16.2337 18.2462 16.0774 18.0899C15.9211 17.9336 15.8333 17.7217 15.8333 17.5007V16.6673ZM16.6666 10.834H3.33329V15.0007H16.6666V10.834ZM3.47996 9.16732H16.52L14.7341 5.00065H5.26663L3.48079 9.16732H3.47996ZM5.41663 14.1673C5.08511 14.1673 4.76716 14.0356 4.53274 13.8012C4.29832 13.5668 4.16663 13.2488 4.16663 12.9173C4.16663 12.5858 4.29832 12.2679 4.53274 12.0334C4.76716 11.799 5.08511 11.6673 5.41663 11.6673C5.74815 11.6673 6.06609 11.799 6.30051 12.0334C6.53493 12.2679 6.66663 12.5858 6.66663 12.9173C6.66663 13.2488 6.53493 13.5668 6.30051 13.8012C6.06609 14.0356 5.74815 14.1673 5.41663 14.1673ZM14.5833 14.1673C14.2518 14.1673 13.9338 14.0356 13.6994 13.8012C13.465 13.5668 13.3333 13.2488 13.3333 12.9173C13.3333 12.5858 13.465 12.2679 13.6994 12.0334C13.9338 11.799 14.2518 11.6673 14.5833 11.6673C14.9148 11.6673 15.2328 11.799 15.4672 12.0334C15.7016 12.2679 15.8333 12.5858 15.8333 12.9173C15.8333 13.2488 15.7016 13.5668 15.4672 13.8012C15.2328 14.0356 14.9148 14.1673 14.5833 14.1673Z' fill='black' fill-opacity='0.85'/%3E%3C/svg%3E%0A");
}

.store_loop .store_meta .family:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 0H13V2H14C14.5893 2 15.0794 2.37046 15.2458 2.83634C15.3531 3.13676 15.3688 3.62745 14.9021 4.20531C13.322 2.83163 11.2581 2 9 2C4.02944 2 0 6.02944 0 11C0 15.9706 4.02944 20 9 20C13.9706 20 18 15.9706 18 11C18 9.01177 17.3553 7.17412 16.2635 5.68471C17.2594 4.59058 17.5391 3.3114 17.1292 2.16366C16.6706 0.879544 15.4107 0 14 0ZM16 11C16 14.866 12.866 18 9 18C5.13401 18 2 14.866 2 11C2 7.13401 5.13401 4 9 4C12.866 4 16 7.13401 16 11ZM6 11C6.55228 11 7 10.3284 7 9.5C7 8.67157 6.55228 8 6 8C5.44772 8 5 8.67157 5 9.5C5 10.3284 5.44772 11 6 11ZM12 11C12.5523 11 13 10.3284 13 9.5C13 8.67157 12.5523 8 12 8C11.4477 8 11 8.67157 11 9.5C11 10.3284 11.4477 11 12 11ZM9 16C7.41513 16 5.98919 15.4946 5 14.6888L6.02162 14C6.87568 14.2523 7.89946 14.3981 9 14.3981C10.1005 14.3981 11.1243 14.2515 11.9784 14.0008L13 14.6896C12.4938 15.103 11.8764 15.4331 11.1874 15.6588C10.4984 15.8845 9.7533 16.0007 9 16Z' fill='black' fill-opacity='0.85'/%3E%3C/svg%3E%0A");
}

.store_loop .store_meta .self_serving:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 11.0343V16.666H18.3334V18.3327H1.66671V16.666H2.50004V11.0343C1.98702 10.6919 1.56647 10.2281 1.27572 9.68415C0.98498 9.14017 0.833034 8.53282 0.833375 7.91602C0.833375 7.22685 1.02004 6.56268 1.36087 5.99685L3.62087 2.08268C3.69401 1.956 3.79921 1.85081 3.92589 1.77767C4.05257 1.70453 4.19626 1.66602 4.34254 1.66602H15.6584C15.8047 1.66602 15.9484 1.70453 16.075 1.77767C16.2017 1.85081 16.3069 1.956 16.38 2.08268L18.6317 5.98435C19.1288 6.81008 19.2886 7.79563 19.0779 8.73613C18.8671 9.67664 18.302 10.4997 17.5 11.0343ZM15.8334 11.6427C15.2604 11.707 14.6803 11.6381 14.1383 11.4416C13.5963 11.245 13.1069 10.926 12.7084 10.5093C12.3586 10.8752 11.9382 11.1664 11.4727 11.3654C11.0072 11.5643 10.5063 11.6669 10 11.6669C9.49395 11.6671 8.99304 11.5648 8.52756 11.3662C8.06208 11.1675 7.64168 10.8766 7.29171 10.511C6.89306 10.9275 6.40369 11.2463 5.86167 11.4428C5.31965 11.6392 4.73961 11.7079 4.16671 11.6435V16.666H15.8334V11.6435V11.6427ZM4.82421 3.33268L2.79671 6.84352C2.59969 7.3303 2.59378 7.87354 2.78015 8.3645C2.96653 8.85546 3.33144 9.25793 3.80186 9.49134C4.27228 9.72476 4.8135 9.77191 5.31719 9.62336C5.82089 9.47481 6.2499 9.14152 6.51837 8.69018C6.79754 7.99268 7.78504 7.99268 8.06504 8.69018C8.21946 9.0772 8.48638 9.40901 8.83131 9.64277C9.17625 9.87652 9.58336 10.0015 10 10.0015C10.4167 10.0015 10.8238 9.87652 11.1688 9.64277C11.5137 9.40901 11.7806 9.0772 11.935 8.69018C12.2142 7.99268 13.2017 7.99268 13.4817 8.69018C13.5899 8.95639 13.7519 9.19735 13.9577 9.39791C14.1634 9.59848 14.4084 9.75431 14.6773 9.85562C14.9462 9.95692 15.2331 10.0015 15.5201 9.98659C15.807 9.97166 16.0878 9.89753 16.3447 9.76887C16.6016 9.64021 16.8292 9.45979 17.013 9.23896C17.1968 9.01813 17.333 8.76165 17.4129 8.48566C17.4929 8.20967 17.5149 7.92012 17.4775 7.63523C17.4401 7.35033 17.3443 7.07624 17.1959 6.83018L15.175 3.33268H4.82504H4.82421Z' fill='black' fill-opacity='0.85'/%3E%3C/svg%3E%0A");
}

.store_loop .store_meta .take_away:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83333 6.66732V5.00065C5.83333 3.89558 6.27232 2.83577 7.05372 2.05437C7.83512 1.27297 8.89493 0.833984 10 0.833984C11.1051 0.833984 12.1649 1.27297 12.9463 2.05437C13.7277 2.83577 14.1667 3.89558 14.1667 5.00065V6.66732H16.6667C16.8877 6.66732 17.0996 6.75512 17.2559 6.9114C17.4122 7.06768 17.5 7.27964 17.5 7.50065V17.5007C17.5 17.7217 17.4122 17.9336 17.2559 18.0899C17.0996 18.2462 16.8877 18.334 16.6667 18.334H3.33333C3.11232 18.334 2.90036 18.2462 2.74408 18.0899C2.5878 17.9336 2.5 17.7217 2.5 17.5007V7.50065C2.5 7.27964 2.5878 7.06768 2.74408 6.9114C2.90036 6.75512 3.11232 6.66732 3.33333 6.66732H5.83333ZM5.83333 8.33398H4.16667V16.6673H15.8333V8.33398H14.1667V10.0007H12.5V8.33398H7.5V10.0007H5.83333V8.33398ZM7.5 6.66732H12.5V5.00065C12.5 4.33761 12.2366 3.70173 11.7678 3.23288C11.2989 2.76404 10.663 2.50065 10 2.50065C9.33696 2.50065 8.70107 2.76404 8.23223 3.23288C7.76339 3.70173 7.5 4.33761 7.5 5.00065V6.66732Z' fill='black' fill-opacity='0.85'/%3E%3C/svg%3E%0A");
}

#mobile-filter .modal-content {
    display: flex;
    flex-direction: column;
}

#mobile-filter .modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

#mobile-filter .modal-footer > a {
    flex: 0 0 calc(50% - 4px);
    text-align: center;
}

#mobile-filter .close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


#store-template {
    padding: 40px 0;
}

#store-template .store_images {
    padding-right: 20px;
}

#store-template .store_images .item .aspect-ratio {
    padding-top: 56.5%;
    position: relative;
}

#store-template .store_images .item .aspect-ratio video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#store-template .imgs_layout .item {
    margin-bottom: 7px;
}

#store-template .embed_map .aspect-ratio {
    padding-top: 52%;
    position: relative;
}

#store-template .embed_map .aspect-ratio iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#store-template .store_detail {
    padding-left: 20px;
}

#store-template .store_detail > div > h3 {
    margin-bottom: 8px;
}

#store-template .store_detail hr {
    border-color: #00000026;
    margin: 24px 0;
}

#store-template h1 {
    font-size: 24px;
    color: #000000D9;
    margin-bottom: 4px;
}

#store-template .store_intro > p {
    color: #00000099;
}

#store-template .extra_products_1 .prd_wrap,
#store-template .extra_products_2 .prd_wrap {

    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#store-template .extra_products_1 .prd_wrap .menu_item,
#store-template .extra_products_2 .prd_wrap .menu_item {
    flex: 0 0 calc(33.333% - 30px);
}

#store-template .view_more > a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #e8f6e7;
    border-radius: 8px;
    color: #41b93d;
}

#store-template .view_more ul {
    display: flex;
    padding: 0;
}

#store-template .view_more ul li:not(:last-child) {
    margin-right: 20px;
}

#store-template .get_promo_info > h4 {
    margin-bottom: 12px;
}

#store-template .get_promo_info .form_group {
    display: flex;
    flex-wrap: wrap;
}

#store-template .get_promo_info .form_group input[type="text"] {
    flex: 1;
    margin-right: 8px;
    border-radius: 8px;
    border-color: #00000026;
}

#store-template .get_promo_info .form_group button {
    flex: 0 0 200px;
    color: #41b93d;
    background: #fff;
}

#store-template .get_promo_info .form_group button:not(:hover) {
    color: #fff;
}

@media (max-width: 991px) {
    #tch_stores .page_filter > .filter_result {
        width: 50%;
    }

    #tch_stores .page_content {
        padding: 0 0 24px;
    }

    #mobile-filter .modal-body form,
    #mobile-filter .modal-body .filter_district {
        width: 100%;
        max-width: unset;
    }

    .custom_select_wrap {
        width: 100%;
    }

    #mobile-filter .modal-body form {
        display: flex;
    }

    #mobile-filter .filter_address {
        border: 0;
        flex: auto;
    }

    #tch_stores .page_filter {
        justify-content: space-between;
    }

    #tch_stores .page_title {
        font-size: 18px;
    }
}

#store-template .store_address_detail {
    margin-top: 24px;
    position: relative;
}

#store-template .store_address_detail .view_more {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 30px;
    padding-left: 30px;
}

#store-template .store_address_detail .view_more a svg {
    vertical-align: middle;
}

#store-template .nearby_stores h3 {
    margin-bottom: 8px;
}

#store-template .nearby-store {
    display: flex;
    margin-bottom: 16px;
}

#store-template .nearby-store .store_img img {
    max-width: unset;
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 8px;
}

#store-template .store_text {
    padding: 4px 8px;
}

#store-template .store_offer {
    margin-bottom: 24px;
}

#promotion_blog .slider .slide_item a {
    display: block;
    padding-top: 27.8%;
    position: relative;
}

#promotion_blog .slider .slide_item a video,
#promotion_blog .slider .slide_item a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#promotion_blog .slider .slide_item a video {
    height: auto;
}

#promotion_blog .slider .owl-nav {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 120px;
    display: flex;
    justify-content: space-between;
}

#promotion_blog .slider .owl-nav button {
    pointer-events: auto;
}

#promotion_blog .slider .owl-dots {
    display: none;
}

#promotion_blog .articles_wrap {
    padding: 62px 0 40px;
}

#promotion_blog .promo_news_article_loop .loop_img .aspect-ratio {
    padding-top: 56.5%;
    border-radius: 8px;
}

#promotion_blog .promo_news_article_loop {
    margin-bottom: 40px;
}

#promotion_blog .promo_news_article_loop h4 {
    font-size: 18px;
    margin-bottom: 4px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 16px 0 8px;
}

#promotion_blog .promo_news_article_loop h4 a {
    color: #41b93d;
}

#promotion_blog .page_pagination li span,
#promotion_blog .page_pagination li a {
    border-radius: 4px;
}

#promotion_blog .article_content {
    padding: 32px 16px 40px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#promotion_blog .article_content h1 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 28px;
    color: #000;
}

#promotion_blog .article_content .guide_image {
    margin-top: 24px;
}

#promotion_blog .article_content .guide_image img {
    border-radius: 8px;
}

#promotion_blog .article_promo_collections .tab_header {
    padding: 20px;
}

@media (max-width: 991px) {
    #tch_stores .page_sidebar > p {
        display: none;
    }

    #tch_stores .page_body .custom_select_wrap {
        display: none;
    }

    #store-template .store_images {
        padding-right: 0;
    }

    #store-template .store_detail {
        padding-left: 0;
        padding-top: 24px;
    }

    #store-template .extra_products_1 .prd_wrap .menu_item,
    #store-template .extra_products_2 .prd_wrap .menu_item {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    #mobile-filter .modal-dialog:before {
        display: none;
    }

    #mobile-filter .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    #mobile-filter .modal-content {
        overflow: hidden;
        height: 100%;
    }

    #tch_stores .page_banner .aspect-ratio {
        padding-top: 42.6%;
    }

    .store_loop {
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #tch_stores .store_list {
        margin: 0;
    }

    .store_loop .store_meta > * {
        margin-right: 0;
    }

    #store-template .extra_products_1 .prd_wrap, #store-template .extra_products_2 .prd_wrap {
        margin: 0 -8px;
    }

    #store-template .extra_products_1 .prd_wrap .menu_item,
    #store-template .extra_products_2 .prd_wrap .menu_item {
        flex: 0 0 calc(50% - 16px);
    }

    #store-template .get_promo_info .form_group input[type="text"] {
        margin-right: 0;
        margin-bottom: 8px;
    }

    #store-template .get_promo_info .form_group button {
        flex: 0 0 100%;
    }

    #store-template .store_images {
        margin: 0 -15px;
    }

    #store-template .store_images .owl-stage-outer {
        overflow: hidden;
    }

    #store-template .store_images .owl-stage {
        display: flex;
    }

    #store-template .store_images .owl-nav {
        display: none;
    }

    #store-template .store_images .owl-dots {
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
    }

    #store-template .store_images .owl-dots .owl-dot {
        width: 16px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        margin: 0 1px;
    }

    #store-template .store_images .owl-dots .owl-dot.active {
        background: #41b93d
    }

    #store-template .imgs_layout .item {
        margin-bottom: 0;
    }

    #store-template {
        padding: 0;
    }

    #store-template h1 {
        font-size: 20px;
    }

    #store-template .store_address_detail .view_more {
        margin: 16px 0;
        padding: 0;
        position: static;
    }

    #store-template .store_detail hr {
        margin: 32px 0;
    }

    #promotion_blog .slider .slide_item a {
        padding-top: 41.6%;
    }

    #promotion_blog .article_content h1 {
        font-size: 20px;
    }

    .store_loop .store_actions > ul li {
        height: 32px;
        line-height: 32px;
        margin-right: 24px;
    }

    .store_loop .store_actions > ul li svg {
        width: 32px;
        height: 32px;
    }
}

@media (min-width: 768px) {
    #store-template .owl-carousel {
        display: block;
    }
}

@media (min-width: 992px) {
    #store-template .store_address_detail {
        padding-right: 100px;
    }
}

#fixed-hotline-support {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 24px;
    bottom: 100px;
    background: #41b93d;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.17);
    z-index: 99;
}

/**** FACEBOOK ****/
.fb-customerchat {
    display: none !important;
}

.fb_dialog_content iframe {
    bottom: 25px !important;
}

@media (max-width: 767px) {
    .product .fb_dialog_content iframe {
        bottom: 150px !important;
    }

    .product .fb_iframe_widget:not(.fb-page) iframe {
        bottom: 85px !important;
    }
}

