/*
Theme Name: Heineken Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: heineken
*/

/**
FONTS
======================================*/

/* Import Font Awesome Icons */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

@font-face {
    font-family: 'heineken_core_regular';
    src: url('https://heineken.listedcompany.com/images_rev/fonts/new/heineken_core-webfont.eot');
    src: url('https://heineken.listedcompany.com/images_rev/fonts/new/heineken_core-webfont-2.eot?#iefix') format('embedded-opentype'),
        url('https://heineken.listedcompany.com/images_rev/fonts/new/heineken_core-webfont.woff2') format('woff2'),
        url('https://heineken.listedcompany.com/images_rev/fonts/new/heineken_core-webfont.woff') format('woff'),
        url('https://heineken.listedcompany.com/images_rev/fonts/new/heineken_core-webfont.ttf') format('truetype'),
        url('https://heineken.listedcompany.com/images_rev/fonts/new/heineken_core-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heineken_core_bold';
    src: url('https://heineken.listedcompany.com/images_rev/fonts/new/HEINEKEN_Core-Bold.eot');
    src: url('https://heineken.listedcompany.com/images_rev/fonts/new/HEINEKEN_Core-Bold-2.eot?#iefix') format('embedded-opentype'),
        url('https://heineken.listedcompany.com/images_rev/fonts/new/HEINEKEN_Core-Bold.woff2') format('woff2'),
        url('../heineken/fonts/heineken_core/HEINEKEN_Core-Bold.woff') format('woff'),
        url('https://heineken.listedcompany.com/images_rev/fonts/new/HEINEKEN_Core-Bold.ttf') format('truetype'),
        url('../heineken/fonts/heineken_core/HEINEKEN_Core-Bold.svg') format('svg');
    font-weight: bold;
    font-style: bold;
}

/**
GENERAL
======================================*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'heineken_core_regular';
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #666;
}

.responsive .container {
    max-width: 78.75rem !important;
    padding: 0rem .625rem 0 !important;
}

.container_wrap_first .container.ls-overflow-visible {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.av-main-nav-wrap {
    float: right !important;
}

::selection {
    background-color: transparent;
    color: #666;
}

.container_wrap {
    border-top-style: none;
    border-top-width: 0px;
}

.avia-slideshow li img {
    border-radius: 0px;
}

p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.avia_transform a .image-overlay {
    display: none !important;
}

.avia-menu-fx {
    -webkit-transition: none;
    transition: none;
}

#top .av-button-notext .avia_button_icon {
    color: #fff;
}

.content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.entry-content-wrapper div li {
    font-size: 15px;
    color: #666;
}

.js_active .top_tab .tab:focus {
    outline: none !important;
}

.avia-video, .mejs-mediaelement {
    background-color: transparent !important;
}

.avia-form-success {
    background-color: #DCE2DD !important;
    border-color: #DCE2DD !important;
    color: #7ab800 !important;
}

.ajax_search_excerpt {
    display: none;
}

.search .post-meta-infos {
    display: none;
}

#top .template-search.content .entry-content-wrapper {
    padding-bottom: 25px !important;
}

.template-search .entry-content-wrapper .post-title {
    margin-top: 10px !important;
}

.template-search .entry-content-wrapper .post-title a {
    color: #4D4D4D !important;
}

.margin_20 {
    margin: 20px 0px !important;
}

.margin_top_20 {
    margin-top: 20px !important;
}

.main_color .pagination a {
    background-color: #DCE2DD !important;
} 

.main_color .pagination a:hover {
    background-color: #7ab800 !important;
    color: #fff !important;
}

.display_none {
    display: none !important;
}

/**
ANIMATIONS
======================================*/

.animatable {
    /* initially hide animatable objects */
    visibility: hidden;

    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
}
  
/* show objects being animated */
.animated {
    visibility: visible;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
  
/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }	100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        -webkit-transform: translateX(20px);
    }

    80% {
        -webkit-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        -moz-transform: translateX(20px);
    }

    80% {
        -moz-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    80% {
        -o-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }	100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }	100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeBgColor {
    0%{
        background:none;
    }
    70%{
        background:none;
    }
    100%{
        background:#464646;
    }
}
@-o-keyframes fadeBgColor {
    0%{
        background:none;
    }
    70%{
        background:none;
    }
    100%{
        background:#464646;
    }
}
@keyframes fadeBgColor {
    0%{
        background:none;
    }
    70%{
        background:none;
    }
    100%{
        background:#464646;
    }
}

.animated.animationDelay{
    animation-delay:.4s;
    -webkit-animation-delay:.4s;
}

.animated.animationDelayMed{
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}

.animated.animationDelayLong{
    animation-delay:1.6s;
    -webkit-animation-delay:1.6s;
}

.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}

.delay_02s {
    animation-delay: 0.2s;
}

.delay_04s {
    animation-delay: 0.4s;
}

.delay_06s {
    animation-delay: 0.6s;
}

.delay_08s {
    animation-delay: 0.8s;
}

.delay_1s {
    animation-delay: 1.0s;
}

.delay_12s {
    animation-delay: 1.2s;
}

.delay_14s {
    animation-delay: 1.4s;
}

.delay_16s {
    animation-delay: 1.6s;
}

.delay_18s {
    animation-delay: 1.8s;
}

.delay_2s {
    animation-delay: 2s;
}

/**
AGE GATE WAY 
======================================*/

#av-overlay p {
    text-align: center !important;
    line-height: 1.6 !important;
    margin: 1.25rem auto !important;
    width: calc(100% - 2.5rem) !important;
    padding: 0 1.25rem !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    max-width: 36em !important;
    color: #666666 !important;
    font-size: 16px !important;
}

#av-overlay img {
    text-indent: -3000em;
    white-space: nowrap;
    max-width: 17.5rem;
    max-width: 17rem;
    width: 17rem;
    margin: 0;
    overflow: hidden;
    -webkit-transform: translate(-4.5%, 0);
    transform: translate(-4.5%, 0);
    min-height: 3rem;
    margin-bottom: 0.5rem;
}

#av-overlay p.introduction {
    /* min-height: 6.25rem; */
    color: #666666;
    font-size: 17px;
    padding: 0 2.25rem !important;
}

#av-overlay .form a.verifyFB {
    color: #4267b2;
    text-decoration: none;
    border: 1px solid #4267b2;
    border-radius: 4px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px 35px;
    background-position-x: 2.5rem;
    margin: 0 auto;
    display: inline-flex;
}

#av-overlay .form a.verifyFB span {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 15px;
    color: #4267b2;
}

#av-overlay .form .verifyFB:before {
    content: url('images/fb_icon.png');
    display: block;
    margin-top: 5px !important;
}

#av-overlay .form select, 
#av-overlay .form input {
    margin: 0 !important;
    position: relative !important;
    border-radius: 0 !important;
    background-color: #e7e7e7 !important;
    border-color: #c3c3c3 !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #666666 !important;
    box-shadow: none !important;
    transition: color 200ms, background-color 200ms, border-color 200ms !important;
}

#av-overlay .form {
    max-width: calc(100% - 5rem) !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: calc(100% - 2.5rem) !important;
    margin: 0 auto !important;
}

#av-overlay .form .agegate--form--date {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    width: 35% !important;
    min-width: 13.75rem !important;
    margin: 0 0 0 0.625rem !important;
}

#av-overlay .form .select select {
    padding: 0.65625rem 1.25rem !important;
    padding-right: 4.6875rem !important;
    height: 3.875rem !important;
    font-size: 1.25em !important;
}

#av-overlay .form .agegate--form--date input {
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    text-align: center !important;
    width: 1% !important;
    margin-right: -1px !important;
    padding: 0.65625rem 0.625rem !important;
    font-size: 1.25em !important;
    height: 3.875rem !important;
}

#av-overlay .form .button {
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    line-height: 1.4375rem !important;
    margin-left: 0 !important;
    border-color: #c3c3c3 !important;
    border: 1px solid;
    font-size: 1.25em !important;
    width: 15%;
    height: 3.875rem !important;
    background-color: #999999;
    opacity: 0.45;
}

#av-overlay p a {
    color: #666666 !important;
    text-decoration: underline !important;
    transition: color 200ms !important;
}

#av-overlay .form .agegate--form--country {
    margin: 0 0.625rem 0 0 !important;
    width: 50% !important;
    display: inline-flex;
}

#av-overlay .form select:focus, 
#av-overlay .form input:focus,
#av-overlay .form .agegate--form--country .fa-caret-down:focus {
    z-index: 10 !important;
    color: #333333 !important;
    background-color: #ffffff !important;
    border-color: #999999 !important;
    outline: none;
}

#av-overlay .form .agegate--form--country .fa-caret-down {
    position: absolute;
    color: #c3c3c3;
    transition: color 200ms;
    padding: 18px 27px;
    border: 1px solid #c3c3c3;
    font-size: 1.5rem;
    border-left: 1px solid #dbdbdb;
    left: 45%;
    background-color: #e7e7e7;
    z-index: 9999;
    display: none;
}

#av-overlay-wrap {
    background-image: url("/images/age_verify_background.jpg") !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important; 
}

#av-overlay {
    width: 55% !important; 
    box-shadow: none !important;
    margin: 20px auto 0 auto !important;
    text-align: center;
    background: transparent !important;
    height: 100vh;
    padding-top: 90px;
    -webkit-animation: myfirst 3s ; /* Chrome, Safari, Opera */
    animation: myfirst 3s ;
}

 /* Chrome, Safari, Opera */
 @-webkit-keyframes myfirst {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes myfirst {
    from {opacity: 0;}
    to {opacity: 1;}
}

#av-overlay .submit input {
    margin-right: 10px !important;
}

#av-overlay h1 {
    display: none;
}

#av_verify_form {
    margin-top: 30px;
}

.page-id-1756 #av-overlay-wrap,
.page-id-607 #av-overlay-wrap {
    display: none;
}

#av-overlay .form .agegate--form--date input.is_error {
    z-index: 30;
    color: #ff2b00 !important;
    background-color: #ffcbc0 !important;
    border-color: #ff2b00 !important;
}

#av-overlay .form .button.is_success {
    color: #fff !important;
    background-color: #7ab800 !important;
    opacity: 1;
}

#av_verify_form select {
    background-image: url('/images/age_verify_dropdown_icon.png') !important;
    background-size: 18% !important;
}


/**
HEADER
======================================*/

#header {
    background: #ffffff !important;
}

.html_header_top #top .av_header_stretch .container {
    width: 100%;
}

#header img {
    width: 12.5rem;
    top: .90rem;
    transition: top .4s, width .4s;
}

#header.header-scrolled img {
    top: .125rem;
    width: 8.75rem;
}

.header_color span {
    border-color: #c3c3c3;
}

.header_color .main_menu ul > li > a {
    font-family: 'heineken_core_regular';
    font-size: 15px !important;
    font-weight: 100 !important;
    color: #666 !important;
}

.avia-menu.av_menu_icon_beside {
    border-right-width: 0px !important;
    border-right-style: none !important;
}

#top nav .social_bookmarks {
    position: absolute !important;
}

#top .av-logo-container .social_bookmarks li {
    margin: 0px 2px !important;
}

#top #wrap_all #header_main .av-social-link-facebook a,
#top #wrap_all #header_main .av-social-link-instagram a,
#top #wrap_all #header_main .av-social-link-linkedin a {
    line-height: 27px;
}

#top #wrap_all .av-social-link-facebook a {
    color: #fff !important;
    background-color: #37589b !important;
    border: 1px solid #37589b;
}

#top #wrap_all .av-social-link-facebook a:hover {
    color: #37589b !important;
    background-color: #fff !important;
}

#top #wrap_all .av-social-link-instagram a {
    color: #fff !important;
    background-color: #585450 !important;
    border: 1px solid #585450;
}

#top #wrap_all .av-social-link-instagram a:hover {
    color: #585450 !important;
    background-color: #fff !important;
}

#top #wrap_all .av-social-link-linkedin a {
    color: #fff !important;
    background-color: #419cca !important;
    border: 1px solid #419cca;
}

#top #wrap_all .av-social-link-linkedin a:hover {
    color: #419cca !important;
    background-color: #fff !important;
}

#top #menu-item-search.menu-item-search-dropdown>a {
    padding-right: 22px !important; 
}

#top #header .avia_mega_div > .sub-menu,
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
    background-color: #e8eee9 !important;
}

#top #header .mega_menu_title a:hover {
    text-decoration: none !important;
}

#header .avia-menu-fx {
    bottom: 30px;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#header.header-scrolled .avia-menu-fx {
    bottom: 8px;
}

#header .twelve.units {
    width: 99vw;
    background-color: #e8eee9 !important;
}

#top #header .avia_mega_div > .sub-menu {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    border-top-style: none;
    border-top-width: 0px;
}

#top #header .avia_mega_div .sub-menu {
    background-color: #e8eee9 !important;
}

.menu-item-has-children {
    margin-bottom: 15px !important;
}

#top #header .avia_mega_div > .sub-menu > li > ul > li a:hover {
    color: #008200 !important;
}

/**
BREADCRUMB
======================================*/

.avia-breadcrumbs .breadcrumb-trail {
    display: inline-flex;
    width: 100%;
}

.breadcrumb-trail .trail-begin {
    padding-left: 0px;
}

.breadcrumb-trail .trail-before, 
.breadcrumb-trail .trail-end, 
.breadcrumb-trail .sep, 
.breadcrumb-trail a, 
.breadcrumb-trail .bbp-breadcrumb-current {
    float: none;
    color: #666 !important;
    font-size: 15px;
}

.stretch_full.title_container {
    background-color: #DCE2DD;
}

.title_container .breadcrumb {
    left: 8px !important;
}

.container_wrap_first,
#after_layer_slider_1,
#after_full_slider_1,
#after_layer_slider_2,
#after_full_slider_2 {
    background-color: #DCE2DD;
}

.container_wrap_first .template-page,
#after_layer_slider_1 .template-page,
#after_full_slider_1 .template-page,
#after_layer_slider_2 .template-page,
#after_full_slider_2 .template-page {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container_wrap_first h3,
#after_layer_slider_1 h3,
#after_full_slider_1 h3,
#after_layer_slider_2 h3,
#after_full_slider_2 h3 {
    /* margin-top: 20px; */
    margin-top: 15px;
    color: #4D4D4D;
    font-size: 26px;
}

.container_wrap_first .p1,
#after_layer_slider_1 .p1,
#after_full_slider_1 .p1,
#after_layer_slider_2 .p1,
#after_full_slider_2 .p1 {
    line-height: 1.6;
    margin-top: 13px;
}

.container_wrap_first .breadcrumb,
#after_layer_slider_1 .breadcrumb,
#after_full_slider_1 .breadcrumb {
    margin-top: 5px;
    margin-bottom: 5px;
}

#after_layer_slider_2 .breadcrumb,
#after_full_slider_2 .breadcrumb {
    margin-top: 0px;
    margin-bottom: 5px;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    text-decoration: none !important;
}

.breadcrumb .sep {
    padding: 0px 10px;
}

/**
FOOTER
======================================*/

#footer, #socket {
    background-color: #d6d6d6;
}

#footer {
    padding: 20px 0 20px 0 !important;
}

#socket {
    padding-bottom: 50px;
}

#footer div .av_one_third {
    margin-left: 0% !important;
    width: calc(33.333% - 0.9rem);
}

#footer div .av_one_third .custom-html-widget {
    border: 1px solid #c3c3c3;
}

#footer div .av_one_third:nth-child(2) {
    margin: 0px 20px 0px 20px !important;
}

.col_footer {
    background-color: #fff !important;
}

.col_footer h3 {
    font-weight: 400;
    padding: 20px 25px 16px 25px;
    margin-bottom: 0px !important;
    font-size: 18px;
    color: #58595B !important;
}

.col_footer_img {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 0px 25px;
}

.col_2 .col_footer_img {
    text-align: center;
}

.col_footer_btn {
    background-color: #b2b2b2;
    padding: 5px 20px !important;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    transition: 0.6s;
}

.col_footer a:hover div {
    background-color: #7ab800;
}

.link_col_sustainability:hover,
.link_col_sustainability:active,
.link_col_sustainability:focus,
.link_col_annual_report:hover,
.link_col_annual_report:active,
.link_col_annual_report:focus {
    text-decoration: none;
}

.link_col_sustainability .col_footer_btn,
.link_col_annual_report .col_footer_btn {
    transition: 0.6s;
}

.link_col_sustainability:hover .col_footer_btn,
.link_col_annual_report:hover .col_footer_btn {
    background-color: #7ab800;
    text-decoration: none;
}

.col_footer_btn i {
    float: right;
    margin-top: 0px;
    font-weight: lighter;
    font-size: 15px;
}

.col_footer_btn .fa-arrow-right:before {
    vertical-align: middle;
}

.col_2 img {
    width: 190px;
    border: 1px solid #000;
}

.col_3 img  {
    width: 300px;
    margin-top: -5px;
}

/* .col_1 img {
    margin-top: 17px;
    width: 330px;
} */

.link_col_sustainability,
.link_col_annual_report {
    position: initial !important;
}

.sub_menu_socket li > a,
.sub_menu_socket li > a,
.sub_menu_socket li > a {
    transition: 0.2s;
}

.sub_menu_socket li > a:hover,
.sub_menu_socket li > a:active,
.sub_menu_socket li > a:focus {
    color: #333;
    border-bottom: .1875rem solid #7ab800;
    text-decoration: none;
    padding-bottom: 2px;
}

#footer .widget {
    margin: 0px 0 0px 0 !important;
}

.socket_left_col {
    width: 40%;
    float: left;
    padding-top: 6px !important;
}

.socket_right_col {
    width: 60%;
    float: right;
    color: #999;
    text-align: right;
}

#socket .social_bookmarks {
    float: left !important;
    margin: 10px 0 0 0px !important;
}

#socket .sub_menu_socket {
    float: left !important;
}

#socket .copyright {
    float: none !important;
}

#avia3-menu {
    margin-top: 1px !important;
    margin-left: 0px !important;
}

#socket .sub_menu_socket li:first-child {
    padding-left: 0px !important;
}

#socket .sub_menu_socket li {
    border-left-style: none;
    border-left-width: 0px;
}

#socket .social_bookmarks li {
    margin-right: 5px !important;
    width: 45px !important;
    height: 45px !important;
}

#socket .social_bookmarks li a {
    line-height: 43px !important;
    font-size: 20px !important;
    width: 45px !important;
}

.socket_right_col .copyright {  
    font-size: .8rem !important;
    color: #58595B !important
} 

.socket_right_col a {  
    margin: 0 4px;
    text-decoration: none !important;
    color: #585757 !important;
    font-size: .8rem;
}

.socket_right_col a {  
    transition: 0.6s;
} 

.socket_right_col a:hover {  
    text-decoration: underline !important;
} 

.sub_menu_socket li > a {
    color: #666;
    font-size: .9rem !important;
    font-weight: 700 !important;
}

.col_footer.col_1 h3 {
    font-size: 22px !important;
}

.col_footer.col_1 .stock_quote {
    padding: 20px 25px;
    display: flex;
} 

.col_footer.col_1 .stock_quote img {
    width: 50px;
    margin-bottom: -12px;
}

.col_footer.col_1 .stock_quote .current_price {
    font-size: 50px;
    color: #008200 !important;
    margin-left: 30px;
    margin-top: 10px;
}

.col_footer.col_1 .stock_quote .price_percent {
    font-size: 25px;
    color: #7ab800 !important;
    margin-left: 30px;
    margin-top: 15px;
}

.col_footer.col_1 .stock_info {
    padding: 20px 0px;
}

.col_footer.col_1 .stock_info .left_col {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 15px;
    font-size: 20px;
    margin: 0;
}

.col_footer.col_1 .stock_info .right_col {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 15px;
    font-size: 20px;
    color: #7ab800;
    margin: 0;
}

.col_footer.col_1 .last_updated_date {
    position: absolute;
    bottom: 40px;
    margin-left: 25px;
}

/**
BANNER SLIDER
======================================*/

.ls-layers .ls-wrapper {
    width: 100% !important;
}

.ls-layers .ls-wrapper .slider_content {
    width: 78.75rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.banner_title_container {
    padding: 0px 10px;
    margin-top: 12%;
}

.banner_title_container.move_bottom {
    margin-top: 22%;
}

.banner_title_inner_container {
    width: 35%;
    background-color: rgba(0,104,0,0.7);
    padding: 20px 20px;
}

.home_banner_text_row_1 h2 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
}

.home_banner_text_row_2 {
    display: inline-flex;
}

.home_banner_text_row_2 .fa-arrow-circle-right {
    font-size: 32px;
    color: #fff !important;
}

.home_banner_text_row_2 p {
    margin: 0px 10px;
    font-size: 18px;
    color: #fff !important;
}

#banner_content {
    width: 77.50rem !important;
    max-width: 78.75rem !important;
    padding: 0rem .625rem 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

#banner_inner_content {
    width: 370px !important;
    height: 190px !important; 
    background-color: rgba(0,0,0,0.8) !important;
    margin-top: 10%;
}

#banner_inner_content .text_row_1 p {
    margin: 0px;
    font-size: 16px;
    background-color: #7AA700;
    width: fit-content;
    text-align: center;
    color: #fff;
    padding: 5px 30px;
    font-weight: bold;
}

#banner_inner_content .text_row_2 p {
    padding-left: 30px;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}

#banner_inner_content .text_row_2 a {
    cursor: pointer;
}

#banner_inner_content .text_row_2 a:hover {
    text-decoration: none;
}

.banner_brands #banner_content {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    padding-top: 130px !important;
}

.home_banner_text_row_2 a {
    display: flex;
    text-decoration: none !important;
}

.home_slider_1,
.about_us_slider,
.company_purpose_slider,
.cg_slider,
.news_room_slider,
.star_academy_slider,
.cr_slider,
.sustainability_slider,
.brewery_tour_slider,
.awards_slider,
.milestone_slider,
.ir_slider,
.brands_slider,
.brands_home_slider,
.drinkies_slider {
    display: block;
    width: 100% !important;
}

.home_slider_2,
.about_us_slider_mobile,
.company_purpose_slider_mobile,
.cg_slider_mobile,
.news_room_slider_mobile,
.star_academy_slider_mobile,
.cr_slider_mobile,
.sustainability_slider_mobile,
.brewery_tour_slider_mobile,
.awards_slider_mobile,
.milestone_slider_mobile,
.ir_slider_mobile,
.brands_slider_mobile,
.brands_home_slider_mobile,
.drinkies_slider_mobile {
    display: none;
} 

/**
HOME
======================================*/

.home #after_layer_slider_2 {
    background-color: #fff !important;
}

.home #after_layer_slider_2 .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin-top: -10px;
    z-index: 30;
}

.home #after_layer_slider_2 .content {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}   

.home #section_news .content {
    padding-top: 0px !important;
}

.home .avia-layerslider {
    overflow: unset !important;
}

.home .ls-fullwidth .ls-bottom-nav-wrapper {
    top: 55px;
}

.home .avia-layerslider .ls-bottom-slidebuttons a.ls-nav-active {
    opacity: 1 !important;
    background: #7ab800 !important;
}

.home .avia-layerslider .ls-bottom-slidebuttons a {
    margin: 0px 2px;
}

.home .transparent_down_arrow {
    width: 1%;
    height: 0;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -36px;
}

.home .white-space {
    width: 54.5%;
    background-color: #fff;
    position: relative;
    top: -36px;
} 


/**
ABOUT US
======================================*/

#about_us div .av_one_half {
    margin-left: 20px;
    /* width: 49%; */
    width: calc(50% - 0.75rem);
    cursor: pointer;
    /* border: 1px solid #DCE2DD; */
}

#about_us div .av_one_fourth {
    margin-left: 20px;
    width: calc(24.7% - 0.75rem);
    cursor: pointer;
}

#about_us div .av_one_fourth img,
#about_us div .av_one_fourth .av_textblock_section {
    border: 1px solid #DCE2DD;
}

#about_us div .first {
    margin-left: 0px;
}

#about_us .column-top-margin {
    margin-top: 20px;
}

#about_us .av_textblock_section  {
    background-color: #DCE2DD;
    height: 166px;
    margin-top: -20px;
    padding: 15px 20px;
    transition: 0.5s;
}

#about_us .avia-caption {
    bottom: 0px;
    left: 0px;
    padding: 0px 0px;
    border-radius: 0px;
    width: 100%;
}

#about_us .avia-caption .avia-caption-title {
    background: rgba(0, 0, 0, 0.8);
    margin: 0 0 0px 0;
    padding: 10px 15px;
    width: 100%;
    padding-bottom: 1px;
    transition: 0.5s;
}

#about_us .avia-caption .avia-caption-content p {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    color: #ffffff;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    transition: 0.5s;
}

#about_us div .av_one_fourth .p1 {
    line-height: 1.5;
}

#about_us div .av_one_fourth:hover .av_textblock_section,
#about_us .av_one_half:hover .avia-caption .avia-caption-title,
#about_us .av_one_half:hover .avia-caption .avia-caption-content p {
    background-color: #7ab800;
}

#about_us div .av_one_fourth img,
#about_us .av_one_half img {
    transition: transform .4s;
}

#about_us div .av_one_fourth:hover img,
#about_us .av_one_half:hover img {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

#about_us div .av_one_fourth:hover h3,
#about_us div .av_one_fourth:hover .p1 {
    color: #fff !important;
}

#about_us_video {
    height: 465px !important;
    margin-bottom: 0px !important;
}

#about_us_video .mejs-overlay-button {
    display: none !important;
}

/**
COMPANY PURPOSE
======================================*/

#company_purpose .avia_textblock h2 {
    font-family: 'heineken_core_bold';
    color: #008200;
    font-size: 38px;
}

/**
CORPORATE PROFILE
======================================*/

#corporate_profile .column-top-margin {
    margin-top: 20px;
}

#corporate_profile .av_one_half {
    margin-left: 50px;
}

#corporate_profile .first {
    margin-left: 0px;
}

#corporate_profile .corporate_profile_row_3 {
    margin-top: 0px;
}

#corporate_profile .entry-content-wrapper div li,
#corporate_profile P {
    font-size: 15px;
    line-height: 1.6;
}

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

.corporate_profile_gray_section {
    background-color: #DCE2DD;
    padding: 20px 35px;
}

#corporate_video_banner .avia-slideshow-inner {
    height: 400px !important;
}

/**
CORPORATE GOVERNANCE
======================================*/

#corporate_governance .avia-promocontent p {
    font-size: 15px;
}

#corporate_governance .av_promobox {
    padding: 5px 30px;
    margin: 10px 0;
}

#corporate_governance .avia-promocontent {
    margin-right: 0px !important;
    margin-left: 65px !important;
}

#corporate_governance .av_promobox .avia-button {
    left: 30px !important;
    border-radius: 50%;
    width: 40px;
    font-size: 18px;
    height: 40px;
    top: 42%;
    line-height: 35px;
}

#corporate_governance .av_promobox {
    width: 99.5%;
}

#corporate_governance .column-top-margin {
    margin-top: 0px !important;
}

/**
FAQ
======================================*/

#faq .av_textblock_section  {
    background-color: #096113;
}

#faq .avia_textblock p {
    margin: 0px;
    padding: 15px 10px 15px 35px;
    color: #fff;
    font-size: 17px;
}

#faq .togglecontainer {
    margin: 0px 0;
    margin-top: 10px;
    margin-bottom: 0px;
}

#faq .togglecontainer .av_toggle_section {
    margin-bottom: 10px;
}

#faq .av-elegant-toggle .toggler {
    padding: 15px 10px 15px 35px;
}

#faq .av-elegant-toggle .toggler:focus,
#faq .av-elegant-toggle .toggler.activeTitle:focus {
    outline: none;
}

#faq .togglecontainer .toggle_content {
    background-color: #fff !important;
    border-bottom: none;
    padding-left: 55px;
    padding-right: 55px;
}

#faq .togglecontainer .toggle_content p {
    color: #58595B !important;
}

#faq .av-elegant-toggle .toggle_icon {
    border: none !important;
}

#faq .av-elegant-toggle .toggle_icon .hor_icon, 
#faq .av-elegant-toggle .toggle_icon .vert_icon {
    border-color: #000;
}

#faq .column-top-margin {
    margin-top: 0px !important;
}

/**
SHARE HOLDING STRUCTURE
======================================*/

#shareholders_structure img {
    width: 65% !important;
    margin-bottom: 30px !important;
}

/**
STAR ACADEMY
======================================*/

#star_academy p {
    line-height: 1.6;
    /* margin-bottom: 25px !important; */
}

/**
PROCUREMENT
======================================*/

#procurement p {
    line-height: 1.6;
}

#procurement .avia-promocontent p {
    font-size: 15px;
}

#procurement .av_promobox {
    padding: 5px 30px;
    margin: 10px 0;
    width: 99.5%;
}

#procurement .avia-promocontent {
    margin-right: 0px !important;
    margin-left: 65px !important;
}

#procurement .av_promobox .avia-button {
    left: 30px !important;
    border-radius: 50%;
    width: 40px;
    font-size: 18px;
    height: 40px;
    top: 42%;
    line-height: 20px;
}

#procurement .column-top-margin {
    margin-top: 0px !important;
}

/**
CORPORATE RESPONSIBILITY
======================================*/

#corporate_responsibility div .av_one_half {
    margin-left: 20px;
    width: calc(50% - 0.75rem);
}

#corporate_responsibility div .av_one_fourth {
    margin-left: 20px;
    width: 23.7%;
    width: calc(24.7% - 0.75rem);
}

#corporate_responsibility div .first {
    margin-left: 0px;
}

#corporate_responsibility .column-top-margin {
    margin-top: 20px;
}

#corporate_responsibility .av_textblock_section  {
    background-color: #DCE2DD;
    height: 169px;
    margin-top: -20px;
    padding: 25px 20px;
    transition: 0.5s;
}

#corporate_responsibility .av_textblock_section p {
    line-height: 1.5;
}

#corporate_responsibility .avia-caption {
    bottom: 0px;
    left: 0px;
    padding: 0px 0px;
    border-radius: 0px;
    width: 100%;
}

#corporate_responsibility .avia-caption .avia-caption-title {
    background: rgba(0, 0, 0, 0.8);
    margin: 0 0 0px 0;
    padding: 10px 15px;
    width: 100%;
    padding-bottom: 1px;
    transition: 0.5s;
}

#corporate_responsibility .avia-caption .avia-caption-content p {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    color: #ffffff;
    line-height: 1.5;
    transition: 0.5s;
}

#corporate_responsibility div .av_one_full:hover .avia-caption .avia-caption-title,
#corporate_responsibility div .av_one_full:hover .avia-caption .avia-caption-content p,
#corporate_responsibility div .av_one_half:hover .avia-caption .avia-caption-title,
#corporate_responsibility div .av_one_half:hover .avia-caption .avia-caption-content p,
#corporate_responsibility div .av_one_fourth:hover .av_textblock_section {
    background-color: #7ab800 !important;
}

#corporate_responsibility div .av_one_fourth:hover .av_textblock_section h3,
#corporate_responsibility div .av_one_fourth:hover .av_textblock_section p {
    color: #fff !important;
}

#corporate_responsibility div .av_one_full img,
#corporate_responsibility div .av_one_half img,
#corporate_responsibility div .av_one_fourth img{
    transition: transform .4s;
}

#corporate_responsibility div .av_one_full:hover img,
#corporate_responsibility div .av_one_half:hover img,
#corporate_responsibility div .av_one_fourth:hover img{
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/**
SUSTAINABILITY / MARKETING / COMMUNITY
======================================*/

#sustainability .tabcontainer .tab.active_tab,
#marketing .tabcontainer .tab.active_tab,
#community .tabcontainer .tab.active_tab {
    color: #231F20;
}

#sustainability .tabcontainer .active_tab,
#marketing .tabcontainer .active_tab,
#community .tabcontainer .active_tab {
    background-color: #fff;
}

#sustainability .top_tab .tab,
#marketing .top_tab .tab,
#community .top_tab .tab  {
    font-family: 'heineken_core_regular';
    font-size: 14px;
}

#sustainability .active_tab_content,
#marketing .active_tab_content,
#community .active_tab_content {
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: #fff !important;
}

#sustainability .sustainability_container,
#marketing .active_tab_content .marketing_container,
#community .active_tab_content .community_container {
    display: flex;
}

#sustainability .active_tab_content .sustainability_container p,
#marketing .active_tab_content .marketing_container p,
#community .active_tab_content .community_container p {
    width: 100%;
    float: left;
    padding-right: 35px;
    line-height: 1.6;
}

#marketing .avia-button-fullwidth {
    color: #58595B !important;
    background-color: #D9DFDA;
    text-align: left;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#marketing .avia-button-fullwidth .avia_button_icon {
    margin-right: 20px;
    display: none;
}

#marketing .active_tab_content .marketing_container p {
    margin-bottom: 30px;
}

#our_milestone-container .avia-button-fullwidth {
    text-align: right;
    width: calc(60% - 1.25rem);
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-flex;
}

#our_milestone-container .avia-button-fullwidth .avia_button_icon {
    margin-left: 20px;
    font-size: 26px;
}

#community_tab-container .avia-button-fullwidth {
    color: #58595B !important;
    background-color: #D9DFDA;
    text-align: center;
    padding-left: 50px;
    width: calc(60% - 1.25rem);
    margin-left: auto;
    margin-right: auto;
}

#community_tab-container .avia-button .avia_button_icon.avia_button_icon_right {
    left: 0.3em;
    margin-left: 20px;
    font-size: 26px;
    top: 3px;
}

#water_tab-container .avia-button,
#partnership_tab-container .avia-button,
#eetp_tab-container .avia-button {
    width: 200px;
    background-color: #D9DFDA;
    border-color: #D9DFDA !important;
    text-align: left;
    padding: 10px 20px;
    display: inline-flex;
    margin-left: 16.5rem;
}

#community_tab-container .avia-button .avia_button_icon,
#our_milestone-container .avia-button .avia_button_icon,
#water_tab-container .avia-button .avia_button_icon,
#partnership_tab-container .avia-button .avia_button_icon,
#eetp_tab-container .avia-button .avia_button_icon {
    display: none;
}

#water_tab-container .avia-button .avia_iconbox_title,
#partnership_tab-container .avia-button .avia_iconbox_title,
#eetp_tab-container .avia-button .avia_iconbox_title {
    font-size: 18px;
    margin-left: 13px;
    color: #58595B !important;
    margin-top: 7px;
}

#community_tab-container .avia-button-fullwidth:before,
#water_tab-container .avia-button:before,
#partnership_tab-container .avia-button:before,
#eetp_tab-container .avia-button:before {
    content: url('images/arrow_icon.png');
    display: block;
}

#community_tab-container .avia-button-fullwidth:before {
    content: url('images/arrow_icon.png');
    display: block;
    float: right;
    margin-top: -3px;
}

#our_milestone-container .avia-button-fullwidth:after {
    content: url('images/arrow_icon.png');
    display: block;
    float: right;
    margin-top: 17px;
}

#our_milestone-container .avia-button-fullwidth:before {
    content: url('images/drink_sensibly_icon.png');
    display: block;
}

#community_tab-container .avia_button_background,
#our_milestone-container .avia_button_background  {
    opacity: 0 !important;
}

#our_milestone-container .avia_iconbox_title {
    margin-right: 30px;
    margin-top: 20px;
}

#responsible_tab-container .avia-button-fullwidth:before {
    content: url('images/download_icon.png');
    display: block;
    margin-right: 15px;
}

#responsible_tab-container .avia_iconbox_title {
    margin-top: 6px;
}

#responsible_tab-container .avia-button-fullwidth {
    display: inline-flex;
}

#sustainability #tab-id-3-container .tab_inner_content {
    margin-top: 25px !important;
}

#sustainability #tab-id-3-container p {
    margin-top: 0px !important;
}

#sustainability .active_tab_content,
#marketing .active_tab_content,
#community .active_tab_content {
    overflow: hidden;
}

/**
NEWS ROOM / NEWS ARTICLE
======================================*/

#section_news .pagination-wrap {
    margin-top: 45px !important;
}

#section_news .pagination-portfolio .pagination {
    padding-left: 0px !important; 
    padding-right: 0px !important;
}

#news_article .av_one_half.article_column_right {
    margin-left: 3%;
    width: 50%;
}

#news_article p {
    line-height: 1.6;
}

#news_article .av-share-box .av-share-link-description {
    float: right;
    width: 60%;
    text-align: left;
    padding-left: 10px;
    padding-top: 15px;
}

#news_article .av-share-box ul {
    float: left;
    width: 40%;
    border-style: none;
    border-width: 0px;
}

#news_article .av-social-sharing-box  {
    padding-bottom: 60px;
} 

#news_article .column-top-margin {
    margin-top: 20px;
}

#news_article .av-share-box ul li {
    border-left-style: none;
    border-left-width: 0px;
}

#news_article .av-share-box ul li a {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 18px;
}

#news_article .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
    border: 1px solid #46d4fe;
}

#news_article .av-social-link-twitter a:hover {
    color: #46d4fe !important;
    background-color: #fff !important;
}

#news_article .av-social-link-whatsapp a {
    color: #fff;
    background-color: #00e676;
    border: 1px solid #00e676;
}

#news_article .av-social-link-whatsapp a:hover {
    color: #00e676 !important;
    background-color: #fff !important;
}

#news_article .flex_column .avia-slideshow {
    margin-bottom: 10px !important;
}

#news_article_mobile {
    display: none;
}

.single-portfolio #after_section_2 .content {
    padding-top: 0px !important;
}

#previous_article_btn .avia-button,
#next_article_btn .avia-button {
    border-radius: 0px !important;
    background-color: #dce2dd !important;
    border-color: #dce2dd !important;
    color: #58595b !important;
}

#previous_article_btn .avia_iconbox_title,
#next_article_btn .avia_iconbox_title   {
    font-size: 16px !important; 
    font-weight: bold !important;
}

#next_article_btn .avia_iconbox_title {
    margin-top: 6px;
    margin-right: 8px;
}

#previous_article_btn .avia_iconbox_title {
    margin-top: 6px;
    margin-left: 8px;
}

#next_article_btn .avia_button_icon:before,
#previous_article_btn .avia_button_icon:before {
    display: none;
}

#next_article_btn .avia_button_icon:after {
    content: url('images/arrow_icon.png') !important;
    display: block !important;
}

#next_article_btn .avia-button.avia-position-right,
#previous_article_btn .avia-button.avia-position-left {
    display: flex !important;
}

#previous_article_btn .avia_button_icon:after {
    content: url('images/arrow_left_icon.png') !important;
    display: block !important;
}

/**
LEADERSHIP
======================================*/

#leadership .tabcontainer .tab.active_tab {
    color: #231F20;
}

#leadership .tabcontainer .active_tab {
    background-color: #fff;
}

#leadership .top_tab .tab {
    font-family: 'heineken_core_regular';
    font-size: 14px;
}

#leadership .active_tab_content {
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: #fff !important;
}

#leadership .active_tab_content .sustainability_container p {
    width: 50%;
    float: left;
    padding-right: 35px;
    line-height: 1.6;
}

#leadership div .av_one_third {
    margin-left: 20px;
    width: 31%;
}

#leadership .togglecontainer .single_toggle:first-child .toggler, 
#leadership .togglecontainer .taglist + .single_toggle .toggler {
    height: 290px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #DCE2DD;
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 40px;
    color: #4D4D4D !important;
    font-weight: bold;
    border: none;
    font-size-adjust: 0.45;
    transition: .3s;
}

#leadership p img {
    border: 1px solid;
    width: 100%;
    height: 200px;
    margin-bottom: -6px;
    border: 1px solid #DCE2DD;
}

#leadership .toggle_icon {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 15px;
    left: auto;
    right: 15px;
    margin-top: 0px;
    border-radius: 50%;
    background-color: #7AA700;
    border-color: #7AA700;
}

#leadership .toggle_icon .vert_icon {
    border-left-style: solid;
    border-left-width: 2px;
    position: absolute;
    left: 15px;
    top: 9px;
    height: 15px;
}

#leadership .toggle_icon .hor_icon {
    border-top-style: solid;
    border-top-width: 2px;
    position: absolute;
    top: 15px;
    left: 9px;
    width: 15px;
}

#leadership .togglecontainer .single_toggle:first-child .toggler.activeTitle, 
#leadership .togglecontainer .taglist + .single_toggle .toggler.activeTitle {
    background-color: #7AA700 !important;
    color: #ffff !important;
}

#leadership .togglecontainer .single_toggle:first-child .toggler:focus, 
#leadership .togglecontainer .taglist + .single_toggle .toggler:focus {
    outline: none;
}

#leadership .toggler.activeTitle .toggle_icon .vert_icon {
    border-left-style: none; 
}

#leadership .toggler.activeTitle .toggle_icon {
    border-color: #fff;
}

#leadership .active_tc.toggle_wrap {
    margin-top: -20px;
    margin-bottom: 20px;
}

#leadership .active_tc.toggle_wrap p {
    font-size: 14px;
    line-height: 1.4;
    color: #fff !important;
    font-weight: bold;
}

#leadership .entry-content-wrapper div li {
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
}

#leadership .toggle_content {
    background-color: #7AA700 !important;
    border: 1px solid #7AA700;
    padding-left: 25px;
    padding-bottom: 25px;
}

#leadership .togglecontainer {
    margin: 0px 0;
    margin-top: -2px;
}

#leadership p {
    margin: 0rem 0;
}

#management_team_tab-container .column-top-margin {
    margin-top: 0px;
}

.bod_info_col_1,
.bod_info_col_2 {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.bod_info_col_2 {
    text-align: right;
}

.working_experience {
    margin-bottom: 15px !important;
}

#board_of_directors_tab-container .toggler:before,
#management_team_tab-container .toggler:before {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

#board_of_directors_tab-container .toggler:after,
#management_team_tab-container .toggler:after {
    display: block;
    white-space: pre;
    margin-top: 12px;
}

#board_of_directors_tab-container ,
#management_team_tab-container {
    overflow: hidden;
}

/**
BOARD OF DIRECTORS NAMES
======================================*/

#roland_bala .toggler:before {
    content: "Roland Bala";
}

#roland_bala .toggler:after {
    content: "Managing Director \A Non-Independent Executive Director";
}

#idris_jala .toggler:before {
    content: "Datoâ€™ Sri Idris Jala";
}

#idris_jala .toggler:after {
    content: "Chairman \A Independent Executive Director";
}

#martin_giles .toggler:before {
    content: "Martin Giles Manen";
}

#martin_giles .toggler:after {
    content: "Senior Independent Non-Executive Director";
}

#ngiam_pick .toggler:before {
    content: "Datin Ngiam Pick Ngoh, Linda";
}

#ngiam_pick .toggler:after {
    content: "Independent Non-Executive Director";
}

#leonard_cornelis .toggler:before {
    content: "Evers, Leonard Cornelis Jorden";
}

#leonard_cornelis .toggler:after {
    content: "Non-Independent Non-Executive Director";
}

#lim_rern .toggler:before {
    content: "Lim Rern Ming, Geraldine";
}

#lim_rern .toggler:after {
    content: "Non-Independent Non-Executive Director";
}

#yu_ping .toggler:before {
    content: "Yu Yu-Ping";
}

#yu_ping .toggler:after {
    content: "Non-Independent Non-Executive Director";
}

/**
MANAGEMENT TEAM NAMES
======================================*/

#pablo_chabot .toggler:before {
    content: "Pablo Chabot";
}

#pablo_chabot .toggler:after {
    content: "Marketing Director";
}

#vasily_baranov .toggler:before {
    content: "Vasily Baranov";
}

#vasily_baranov .toggler:after {
    content: "Sales Director";
}

#kuhan .toggler:before {
    content: "Kukarajan (Kuhan) Kanagarajan";
}

#kuhan .toggler:after {
    content: "Human Resources Director";
}

#szilard_voros .toggler:before {
    content: "Szilard Voros";
}

#szilard_voros .toggler:after {
    content: "Finance Director";
}

#salima_bekoeva .toggler:before {
    content: "Salima Bekoeva";
}

#salima_bekoeva .toggler:after {
    content: "Supply Chain Director";
}

#renuka .toggler:before {
    content: "Renuka Indrarajah";
}

#renuka .toggler:after {
    content: "Corporate Affairs & Legal Director";
}

/**
ACHIEVEMENT & MILESTONES
======================================*/

#milestones .content {
    margin-bottom: 50px;
}

#milestones ul.avia-timeline-vertical li {
    display: flex !important;
    margin-bottom: -55px;
}

#milestones .avia-timeline-vertical.av-milestone-placement-right .av-milestone-content-wrap {
    padding: 30px 60px 30px 60px;
    width: 75%;
}

#milestones .avia-timeline .milestone_icon {
    height: 25px;
    width: 25px;
    top: 40px;
}

#milestones .avia-timeline .av-milestone-date span {
    display: none;
}

#milestones .av-milestone-contentbox {
    width: 100%;
    background-color: #DCE2DD;
}

#milestones .av-milestone-contentbox .entry-content-header {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
}

#milestones .av-milestone-contentbox .av-milestone-content {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 25px;
}

#milestones .av-milestone-contentbox .av-milestone-content p {
    line-height: 1.6;
}

#milestones .av-milestone-contentbox .entry-content-header h4 {
    margin: 0.85em 0;
    color: #719430;
}

#milestones .avia-timeline-vertical .av-milestone-icon-wrap {
    width: 25px;
}

#milestones .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date {
    padding: 73px 0 0 15px;
    text-align: left;
    font-size: 16px;
    text-transform: initial;
}

#milestones .avia-timeline-vertical .av-milestone-icon-wrap:after {
    border-left-style: solid;
    border-left-width: 2px;
}

#milestones ul.avia-timeline-vertical li:first-child .av-milestone-icon-wrap:after {
    top: 70px;
}

#milestones ul.avia-timeline-vertical li:last-child .av-milestone-icon-wrap:after {
    height: 75px;
}

/**
AWARDS
======================================*/

#awards .content {
    margin-bottom: 50px;
}

#awards ul.avia-timeline-vertical li {
    display: flex !important;
    margin-bottom: -55px;
}

#awards .avia-timeline-vertical.av-milestone-placement-right .av-milestone-content-wrap {
    padding: 30px 60px 30px 60px;
    width: 75%;
}

#awards .avia-timeline .milestone_icon {
    height: 25px;
    width: 25px;
    top: 40px;
}

#awards .avia-timeline .av-milestone-date span {
    display: none;
}

#awards .av-milestone-contentbox {
    display: inline-flex;
    width: 100%;
    background-color: #DCE2DD;
}

#awards .av-milestone-contentbox .entry-content-header {
    width: 15%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 25px;
}

#awards .av-milestone-contentbox .av-milestone-content {
    width: 85%;
    text-align: left;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 25px;
}

#awards .av-milestone-contentbox .av-milestone-content p {
    line-height: 1.6;
}

#awards .av-milestone-contentbox .entry-content-header h4 {
    margin: 0.85em 0;
    color: #719430;
}

#awards .award_title {
    color: #719430;
    font-weight: bold;
}

#awards .avia-timeline-vertical .av-milestone-icon-wrap {
    width: 25px;
}

#awards .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date {
    padding: 73px 0 0 15px;
    text-align: left;
    font-size: 16px;
    text-transform: initial;
}

#awards .avia-timeline-vertical .av-milestone-icon-wrap:after {
    border-left-style: solid;
    border-left-width: 2px;
}

#awards ul.avia-timeline-vertical li:first-child .av-milestone-icon-wrap:after {
    top: 70px;
}

#awards ul.avia-timeline-vertical li:last-child .av-milestone-icon-wrap:after {
    height: 75px;
}

.avia_sortable_active .isotope {
    -webkit-transition: none;
    transition: none;
}

/**
BRANDS
======================================*/

.banner_brands img {
    margin-bottom: -5px;
    width: 100% !important;
}

.brands.content_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.brands.content_wrapper .content {
    width: 1000px;
    margin: 0px auto;
    border-right-style: none;
    border-right-width: 0px;
    padding: 0px 0px !important;
}

.our_brand_wrapper {
    position: relative;
    float: left;
    width: 100%;
}

.our_brand_box {
    position: absolute;
}

.our_brand_wrapper .wall {
    position: relative;
    width: 100%;
    height: 470px;
    background: url(../images/empty.png);
    background: rgba(0, 0, 0, 0);
    z-index: -1;
}

.our_brand_wrapper .paulanerbeer_position {
    width: 75px;
    height: 277px;
    cursor: pointer;
    z-index: 1;
}

.our_brand_wrapper .kirinbeer_position {
    width: 76px;
    height: 306px;
    z-index: 2;
    cursor: pointer;
}

.our_brand_wrapper .kilkennybeer_position {
    width: 91px;
    height: 191px;
    cursor: pointer;
    z-index: 4;
}

.our_brand_wrapper .anchorsmoothbeer_position {
    width: 79px;
    height: 302px;
    cursor: pointer;
    z-index: 5;
}

.our_brand_wrapper .guinness_position {
    width: 82px;
    height: 291px;
    cursor: pointer;
    z-index: 6;
}

.our_brand_wrapper .heineken_position {
    width: 71px;
    height: 276px;
    cursor: pointer;
    z-index: 6;
}

.our_brand_wrapper .tigerbeer_position {
    width: 75px;
    height: 293px;
    left: 517px;
    top: 84px;
    z-index: 7;
    cursor: pointer;
}

.our_brand_wrapper .heineken_position {
    left: 452px;
    top: 95px;
}

.our_brand_wrapper .our_brand_box .shadow_box.heineken_shadow_position {
    margin-top: -21px;
    margin-left: -4px;
}

.our_brand_wrapper .our_brand_box .shadow_box.tigerbeer_shadow_position {
    margin-top: -32px;
}

.our_brand_wrapper .tigercrystal_position {
    width: 75px;
    height: 293px;
    left: 586px;
    top: 74px;
    z-index: 7;
    cursor: pointer;
}

.our_brand_wrapper .our_brand_box .tigercrystal_shadow_position {
    margin-top: -32px;
    margin-left: -2px;
}

.our_brand_wrapper .strongbow_position {
    width: 73px;
    height: 280px;
    left: 655px;
    top: 89px;
    z-index: 4;
    cursor: pointer;
}

.our_brand_wrapper .our_brand_box .strongbow_shadow_position {
    margin-top: -23px;
    margin-left: -4px;
}

.our_brand_wrapper .applefox_position {
    width: 73px;
    height: 280px;
    left: 721px;
    top: 53px;
    z-index: 4;
    cursor: pointer;
}

.our_brand_wrapper .smirnoff_position {
    width: 82px;
    height: 274px;
    left: 714px;
    top: 71px;
    cursor: pointer;
    z-index: 3;
}

.our_brand_wrapper .anglia_position {
    width: 82px;
    height: 172px;
    left: 788px;
    top: 194px;
    z-index: 2;
    cursor: pointer;
}

.our_brand_wrapper .malta_position {
    width: 69px;
    height: 209px;
    left: 863px;
    top: 125px;
    cursor: pointer;
    z-index: 1;
}

.our_brand_wrapper .heineken_0_0_position {
    width: 69px;
    height: 209px;
    left: 390px;
    top: 143px;
    cursor: pointer;
    z-index: 1;
}

.our_brand_wrapper .our_brand_box .heineken_0_0_shadow_position {
    margin-top: -14px;
    margin-left: -5px;
}

.our_brand_wrapper .guinness_position {
    left: 316px;
    top: 100px;
}

.our_brand_wrapper .anchorsmoothbeer_position {
    left: 248px;
    top: 58px;
}

.our_brand_wrapper .our_brand_box .anchorsmoothbeer_shadow_position {
    margin-top: -28px;
    margin-left: 3px;
}

.our_brand_wrapper .our_brand_box .guinness_shadow_position {
    margin-top: -30px;
    margin-left: 2px;
}

.our_brand_wrapper .kilkennybeer_position {
    left: 176px;
    top: 178px;
}

.our_brand_wrapper .our_brand_box .kilkennybeer_shadow_position {
    margin-top: -33px;
    margin-left: 8px;
}

.our_brand_wrapper .kirinbeer_position {
    left: 112px;
    top: 38px;
}

.our_brand_wrapper .our_brand_box .kirinbeer_shadow_position {
    margin-top: -20px;
    margin-left: 0px;
}

.our_brand_wrapper .paulanerbeer_position {
    left: 48px;
    top: 62px;
}

.our_brand_wrapper .our_brand_box .paulanerbeer_shadow_position {
    margin-top: -24px;
    margin-left: 0px;
}

.our_brand_wrapper .our_brand_box .applefox_shadow_position {
    margin-top: -24px;
    margin-left: -3px;
}

.our_brand_wrapper .our_brand_box .anglia_shadow_position {
    margin-top: -18px;
    margin-left: 3px;
}

.our_brand_wrapper .our_brand_box .malta_shadow_position {
    margin-top: -20px;
    margin-left: -4px;
}

.our_brand_small_wrapper {
    display: none;
}

.our_brand_wrapper .our_brand_box .shadow_box .shadow {
    background: url("../heineken/images/product_brand/shadow.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.our_brand_wrapper .our_brand_box .shadow_box {
    width: 79px;
    height: 19px;
    position: relative;
    filter: alpha(opacity=0);
    opacity: 1;
}

.our_brand_box a {
    overflow: initial !important;
}

.our_brand_wrapper .our_brand_box .bottle {
    position: relative;
}

/**
BRANDS INDIVIDUAL PAGE
======================================*/

#brands .column-top-margin {
    margin-top: 0px;
}

#brands div .av_one_half {
    margin-left: 0%;
    width: 50%;
}

#brand_description {
    padding: 60px 50px;
}

#brand_description h3 {
    color: #008200;
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.5;
}

#brand_description ul li {
    color: #666;
    font-size: 18px;
    padding-bottom: 10px;
}

#brands .hr {
    margin: 10px 0 !important;
}

#brands .custom_text p {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 30px;
}

#nutrition_value .tabcontainer .active_tab {
    color: #231F20;
    background-color: #fff;
    left: 35%;
}

#nutrition_value .top_tab .tab {
    font-family: 'heineken_core_regular';
    font-size: 14px;
}

#nutrition_value .active_tab_content {
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: #fff !important;
}

#nutrition_value #per_100ml-container {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

#nutrition_value .our_brand_product_nutrition_table td {
    font-size: 16px;
    color: #666 !important;
}

.our_brand_product_nutrition_table tr th:first-child, .our_brand_product_nutrition_table tr td:first-child {
    width: 35%;
}

#nutrition_value .allegern {
    font-size: 16px;
    color: #666 !important;
}

#nutrition_value .brand_name {
    margin-bottom: -63px;
}

#nutrition_value .brand_name p {
    font-size: 18px;
    padding-left: 13px;
}

.brands-arrow-left {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-right: 20px solid white !important;
    left: -20px;
    top: 210px;
}

.brands-arrow-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-left: 20px solid blue !important;
    left: auto;
    right: -20px;
    top: 210px;
}

#heineken , #heineken_00,
#heineken .av_tab_section, #heineken_00 .av_tab_section {
    border-color: transparent !important;
}

/**
INVESTOR RELATIONS
======================================*/

#investor_relations .tabcontainer .tab.active_tab {
    color: #231F20 !important;
}

#investor_relations .tabcontainer .active_tab {
    background-color: #fff !important;
}

#investor_relations .top_tab .tab {
    font-family: 'heineken_core_regular';
    font-size: 14px;
    padding-right: 80px;
}

#investor_relations .active_tab_content {
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: #fff !important;
}

.margin_left_20 {
    margin-left: 20px;
}

.margin_left_40 {
    margin-left: 40px;
}

.margin_bottom_0 {
    margin-bottom: 0px !important; 
}

.margin_top_5 {
    margin-top: 5px !important;
}

.ir_column {
    height: 400px !important;
    border: 1px solid #DCE2DD;
}

.ir_left {
    margin-right: 10px !important;
}

.ir_right {
    margin-left: 10px !important;
}

#investor_relations_main .av_one_half {
    margin-left: 0% !important;
    width: 49.8% !important;
}

#investor_relations_main .av_one_full {
    width: 99.7% !important;
} 

#investor_relations_main .column-top-margin {
    margin-top: 20px;
}

.ir_stock_chart img {
    height: 400px;
    width: 100%;
}

.ir_column_2 {
    padding: 15px 35px;
}

.stock_info .left_col {
    width: 45%;
    float: left;
    text-align: right;
    padding-right: 20px;
    font-size: 24px;
    margin: 0;
}

.stock_info .right_col {
    width: 55%;
    float: left;
    text-align: left;
    padding-left: 20px;
    font-size: 24px;
    color: #7ab800;
    margin: 0;
}

.ir_column_2 .last_updated_date {
    position: absolute;
    bottom: 0px;
    font-size: 18px;
}

.ir_column_2 h1 {
    color: #666;
}

.stock_quote {
    padding-top: 25px;
}

.stock_quote .current_price {
    font-size: 70px;
    color: #008200 !important;
    margin-left: 35px;
}

.stock_quote .price_percent {
    font-size: 35px;
    color: #7ab800 !important;
    margin-left: 35px;
}

.stock_info {
    padding: 40px 0px;
    display: inline-block;
    width: 100%;
}

.stock_quote img {
    width: 75px;
    margin-bottom: -12px;
}

.ir_column_3 {
    display: flex;
    padding: 15px 35px;
}

.ir_column_3 .annual_report_img {
    width: 60%;
}

.ir_column_3 .annual_report_img img {
    width: 270px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ir_column_3 .section_download_report {
    width: 40%;
}

.ir_column_3 .section_download_report h3 {
    color: #666;
    font-size: 30px;
    line-height: 34px;
}

.ir_column_3 .section_download_report img {
    width: 50px;
    margin-top: 15px;
}

.ir_column_3 .section_download_report .archive_link {
    position: absolute;
    bottom: 25px;
    right: 8%;
    font-size: 20px;
    color: #7ab800;
}

.ir_column_3 .section_download_report .archive_link:hover {
    text-decoration: none;
}

.ir_column_4 {
    padding: 15px 35px;
}

.ir_column_4 h1 {
    color: #666;
    font-weight: normal;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.ir_column_4 .sub_title {
    margin-top: 0px;
    margin-bottom: 8px;
}

.ir_column_4 .results {
    display: flex;
    border-bottom: 1px solid #DCE2DD;
}

.ir_column_4 .results.row_6 {
    border-bottom: none !important;
}

.ir_column_4 .results .title {
    width: 50%;
    text-align: left;
    margin: 8px 0px;
}

.ir_column_4 .results .value {
    width: 50%;
    text-align: right;
    color: #7ab800;
    margin: 8px 0px;
}   

.ir_column_4 .financial_details_link {
    position: absolute;
    bottom: 25px;
    right: 6%;
    font-size: 20px;
    color: #7ab800;
}

.ir_column_4 .financial_details_link:hover {
    text-decoration: none;
}

.ir_column_5 {
    padding: 15px 35px;
}

.ir_column_5 h1 {
    color: #666;
    font-weight: normal;
    letter-spacing: 0px;
}

.ir_column_5 .results {
    display: flex;
    border-bottom: 1px solid #DCE2DD;
}

.ir_column_5 .results.row_7 {
    border-bottom: none !important;
}

.ir_column_5 .results .date {
    width: 20%;
    text-align: left;
    margin: 8px 0px;
}

.ir_column_5 .results .text {
    width: 80%;
    text-align: left;
    margin: 8px 0px;
}   

.ir_column_5 .financial_details_link {
    position: absolute;
    bottom: 25px;
    right: 3.5%;
    font-size: 20px;
    color: #7ab800;
}

.ir_column_5 .financial_details_link:hover {
    text-decoration: none;
}

.bursa_announcement_column {
    padding: 15px 25px;
}

.bursa_announcement_column h1 {
    color: #666;
    font-weight: normal;
    letter-spacing: 0px;
}

.bursa_announcement_column .results {
    display: flex;
    border-bottom: 1px solid #DCE2DD;
}

.bursa_announcement_column .results.row_7 {
    border-bottom: none !important;
}

.bursa_announcement_column .results .date {
    width: 15%;
    text-align: left;
    margin: 8px 0px;
}

.bursa_announcement_column .results .text {
    width: 85%;
    text-align: left;
    margin: 8px 0px;
}   

.bursa_announcement_column .select_news {
    width: 400px !important; 
    background-color: #fff !important;
    height: 45px !important;
    padding-left: 20px !important;
    margin-top: 25px !important;
    color: #666 !important;
    border-color: #DCE2DD !important;
    margin-bottom: 15px !important;
}

.bursa_announcement_column .latest_news {
    width: 250px !important;
    background-color: #fff !important;
    height: 45px !important;
    padding-left: 20px !important;
    margin-bottom: 30px !important;
    color: #666 !important;
    border-color: #DCE2DD !important;
}

.bursa_announcement_column select.select_news {
    background-image: url('/images/select_icon_green.png') !important;
    background-size: 13% auto !important;
}

.bursa_announcement_column select.latest_news {
    background-image: url('/images/select_icon_white.png') !important;
    background-size: 20% auto !important;
}

.bursa_announcement_column .next_page {
    float: right;
    margin: 15px 0px;
    background-color: #7ab800;
    display: flex;
    line-height: 2;
    padding: 10px 20px;
}

.bursa_announcement_column .next_page img {
    margin-left: 12px;
}

.frp_column {
    padding: 15px 220px;
}

.frp_column .financial_year {
    width: 200px !important;
    background-color: #fff !important;
    height: 45px !important;
    padding-left: 20px !important;
    margin-bottom: 15px !important;
    color: #666 !important;
    border-color: #DCE2DD !important;
}

.frp_column select.financial_year {
    background-image: url('/images/select_icon_white.png') !important;
    background-size: 23% auto !important;
}

.frp_column .title {
    color: #7ab800;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.frp_column .heading_title {
    width: 100%;
    background-color: #008200;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.frp_column .heading_title span {
    font-size: 20px;
}

.frp_column .content_results {
    width: 100%;
    background-color: #DCE2DD;
    border: 1px solid #DCE2DD;
    color: #666;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: flex;
}

.frp_column .content_results span {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 5px;
}

.frp_column a:hover {
    text-decoration: none;
}

.frp_column .section {
    margin-bottom: 30px;
}

.frp_column .content_results_large {
    width: 100%;
    background-color: #DCE2DD;
    border: 1px solid #DCE2DD;
    color: #666;
    margin-bottom: 15px;
    display: flex;
}

.frp_column .content_results_large img {
    width: 400px;
}

.frp_column .content_results_large .right_content {
    width: 100%;
    font-size: 21px;
    padding: 100px 70px;
    line-height: 1.4;
}

.frp-arrow-left {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-right: 20px solid #DCE2DD !important;
    left: 381px;
    top: 115px;
}

.annual_report_column {
    padding: 15px 220px;
}

.annual_report_column .financial_year {
    width: 200px !important;
    background-color: #fff !important;
    height: 45px !important;
    padding-left: 20px !important;
    margin-bottom: 15px !important;
    color: #666 !important;
    border-color: #DCE2DD !important;
}

.annual_report_column select.financial_year {
    background-image: url('/images/select_icon_white.png') !important;
    background-size: 23% auto !important;
}

.annual_report_column .heading_title {
    width: 100%;
    background-color: #008200;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.annual_report_column .heading_title span {
    font-size: 20px;
}

.annual_report_column .content_results {
    width: 100%;
    background-color: #DCE2DD;
    border: 1px solid #DCE2DD;
    color: #666;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: flex;
}

.annual_report_column .content_results span {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 5px;
}

.annual_report_column a:hover {
    text-decoration: none;
}

.annual_report_column .section {
    margin-bottom: 30px;
}

.annual_report_column .content_results_large {
    width: 100%;
    background-color: #008200;
    border: 1px solid #008200;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
}

.annual_report_column .content_results_large img {
    width: 1000px;
}

.annual_report_column .content_results_large .right_content {
    width: 100%;
    font-size: 40px;
    padding: 185px 70px;
    line-height: 1.0;
}

.ar-arrow-left {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-right: 20px solid #008200 !important;
    left: 382px;
    top: 230px;
}

.agm_column {
    padding: 15px 220px;
}

.agm_column .financial_year {
    width: 200px !important;
    background-color: #fff !important;
    height: 45px !important;
    padding-left: 20px !important;
    margin-bottom: 15px !important;
    color: #666 !important;
    border-color: #DCE2DD !important;
}

.agm_column select.financial_year {
    background-image: url('/images/select_icon_white.png') !important;
    background-size: 23% auto !important;
}

.agm_column .heading_title {
    width: 100%;
    background-color: #008200;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.agm_column .heading_title span {
    font-size: 20px;
}

.agm_column .content_results {
    width: 100%;
    background-color: #DCE2DD;
    border: 1px solid #DCE2DD;
    color: #666;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: flex;
}

.agm_column .content_results span {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 5px;
}

.agm_column a:hover {
    text-decoration: none;
}

.agm_column .section {
    margin-bottom: 30px;
}

.ir_contact_column {
    padding: 0px 220px;
}

.ir_contact_column .content_results {
    width: 100%;
    background-color: #DCE2DD;
    border: 1px solid #DCE2DD;
    color: #666;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: flex;
}

.ir_contact_column .content_results span {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 5px;
}

.ir_contact_column a:hover {
    text-decoration: none;
}

.ir_contact_column .title {
    margin: 0;
    font-size: 20px;
    color: #7ab800;
}

.ir_contact_column .foot_note {
    line-height: 1.3;
    margin-bottom: 30px;
}

.ir_contact_column .contact_content {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ir_contact_column .left_container {
    width: 50%;
    padding: 0px 20px;
    border-right: 1px solid #DCE2DD;
}

.ir_contact_column .right_container {
    width: 50%;
    padding: 0px 30px;
}

.ir_contact_column .contact_name {
    margin-top: 0px;
}

.ir_contact_column .contact_info {
    padding-left: 20px;
}

.ir_contact_column .contact_info div {
    display: flex;
    margin-bottom: 10px;
}

.ir_contact_column .contact_info div img {
    margin-right: 10px;
}

.ir_contact_column .contact_info div span {
    color: #666;
}

.ir_calendar_column .row {
    display: flex;
    border-bottom: 1px solid #DCE2DD;
    margin-bottom: 0px;
}

.ir_calendar_column .date_title {
    width: 40%;
    color: #7ab800;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ir_calendar_column .event_title {
    width: 60%;
    color: #7ab800;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ir_calendar_column .result .month,
.ir_calendar_column .result .date {
    width: 20%;
}

.ir_calendar_column .result .event {
    width: 60%;
}

.ir_calendar_column .foot_note {
    margin-top: 30px;
}

.stock_info_column {
    padding: 0px 220px;
}

.stock_info_column .title {
    color: #7ab800;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.stock_info_column .stock_info_block {
    padding: 0px 20px;
}

.stock_info_column .quote_update_text {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.stock_info_column .quote_update_date {
    margin: 0px;
    font-size: 14px;
}

.stock_info_column .stock_ticker {
    color: #666 !important;
    margin-top: 20px !important;
}

.stock_quote_info {
    display: flex;
    margin-bottom: 15px;
}

.quote_info_left_column, .quote_info_right_column {
    width: 50%;
    padding-top: 10px;
}
 
.quote_info_left_column p {
    width: 50%;
    float: left;
    margin: 5px 0px;
}

.quote_info_left_column .text_left {
    text-align: right;
    padding-right: 10px;
}

.quote_info_left_column .text_right {
    padding-left: 10px;
}

.quote_info_right_column p {
    width: 50%;
    float: left;
    margin: 5px 0px;
}

.quote_info_right_column .text_left {
    text-align: right;
    padding-right: 10px;
}

.quote_info_right_column .text_right {
    padding-left: 10px;
}

.stock_info_column .info_row {
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #DCE2DD;
}

.stock_info_column .info_row.row_5 {
    border-bottom: none;
}

.stock_info_column .info_row div {
    width: 50%;
}

.stock_info_column .info_row div p {
    margin: 5px 0px;
}

.stock_info_column .foot_note {
    padding: 20px 0px;
}

.stock_info_column .foot_note_text {
    font-size: 13px;
    margin-bottom: 5px;
}

.stock_info_column .foot_note_description li {
    font-size: 13px;
    padding: 0px;
}

.bottom_content {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bottom_content a {
    width: 50%;
    margin: 0px 10px;
}

.bottom_content a:hover {
    text-decoration: none;
}

.bottom_content .interactive_chart {
    width: 100%;
    height: 377px;
    border: 1px solid #DCE2DD;
}

.bottom_content .interactive_chart img {
    width: 100%;
    height: inherit;
}

.bottom_content .analysis_of_stockholdings {
    width: 50%;
    height: 377px;
    margin: 0px 10px;
    border: 1px solid #DCE2DD;
    padding: 0px 20px;
}

.bottom_content .analysis_of_stockholdings .analysis_title {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.bottom_content .analysis_of_stockholdings .date {
    font-size: 18px;
    color: #7ab800;
    margin: 5px 0px;
}

.analysis_info {
    display: flex;
    padding-top: 10px;
}

.info_left, .info_right {
    width: 50%;
}

.analysis_info p {
    font-size: 18px;
    margin: 10px 0px;
}

.info_left {
    text-align: right;
    padding-right: 35px;
}

.info_right p {
    color: #7ab800;
}

.analysis_of_stockholdings .view_details {
    float: right;
    width: auto;
    margin-top: 12px;
    font-size: 18px;
    color: #7ab800;
}

.analysis_of_stockholdings a:hover {
    text-decoration: none;
}

.page-id-2107 #after_section_1 {
    background-color: #DCE2DD;
}

.interactive_charts .chart_type_container {
    padding: 0px 20px;
}

.interactive_charts .chart_type_container h3 {
    color: #666;
}

.interactive_charts .financial_year {
    width: 200px !important;
    background-color: #fff !important;
    height: 45px !important;
    padding-left: 20px !important;
    color: #666 !important;
    border-color: #DCE2DD !important;
    margin-bottom: 0px !important;
}

.interactive_charts select.financial_year {
    background-image: url('/images/select_icon_white.png') !important;
    background-size: 23% auto !important;
}

.interactive_charts .chart_type_container .chart_type_options {
    padding: 10px 0px;
    margin-bottom: 10px;
}

.interactive_charts .chart_type_container .news_type_options {
    padding: 10px 0px;
}

.interactive_charts .chart_type_container .chart_type_options {
    display: flex;
}

.interactive_charts .chart_type_container .news_type_options {
    width: 100%;
    display: inline-block;
}

.interactive_charts .stock_quote_info {
    margin-bottom: 0px !important;
}

.interactive_charts .chart_type_container .chart_type_options div {
    font-size: 15px;
    color: #666;
    margin-right: 20px;
}

.interactive_charts .chart_type_container .news_type_options div {
    font-size: 15px;
    color: #666;
    width: 25%;
    float: left;
    margin-bottom: 5px;
}

.interactive_charts .chart_controls {
    padding: 0px 20px;
}

.interactive_charts .zoom,
.interactive_charts .date_range {
    display: flex;
    margin-bottom: 10px;
}

.interactive_charts .zoom div {
    padding: 5px 20px;
}

.interactive_charts .zoom .range_btn {
    background-color: #DCE2DD;
    color: #666;
}

.interactive_charts .zoom .range_btn.active {
    background-color: #7ab800;
    color: #fff;
}

.interactive_charts .date_range select {
    margin: 3px 25px !important;
}

.bottom_content .stock_quote_container {
    width: 50%;
    height: 377px;
    margin: 0px 10px;
    border: 1px solid #DCE2DD;
    padding: 0px 20px;
}

.stock_quote_container .stock_ticker {
    font-size: 25px;
    margin-top: 10px !important;
    margin-bottom: 5px;
}

.stock_quote_container .stock_quote {
    padding-top: 25px;
}

.stock_quote_container .stock_quote img {
    width: 50px;
    margin-bottom: -12px;
}

.stock_quote_container .stock_quote .current_price {
    font-size: 45px;
    color: #008200 !important;
    margin-left: 35px;
}

.stock_quote_container .stock_quote .price_percent {
    font-size: 25px;
    color: #7ab800 !important;
    margin-left: 35px;
}

.stock_quote_container .stock_info {
    padding-top: 30px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.stock_quote_container .stock_info .left_col {
    width: 45%;
    float: left;
    text-align: right;
    padding-right: 15px;
    font-size: 18px;
    margin: 0;
}

.stock_quote_container .stock_info .right_col {
    width: 55%;
    float: left;
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    color: #7ab800;
    margin: 0;
}

.stock_quote_container .view_details {
    float: right;
    width: auto;
    margin-top: 28px;
    font-size: 18px;
    color: #7ab800;
}

.stock_quote_container a:hover {
    text-decoration: none;
}

.analysis_shareholding .quote_info_column {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}

.analysis_shareholding .quote_info_column p {
    float: left;
    font-size: 18px;
    margin: 5px 0px;
}

.analysis_shareholding .quote_info_column .text_left {
    width: 30%;
    text-align: right;
    padding-right: 10px;
}

.analysis_shareholding .quote_info_column .text_right {
    width: 70%;
    padding-left: 10px;
    color: #7ab800;
}

.analysis_shareholding .line_height {
    line-height: 1.2;
}

.analysis_shareholding .director_interest_description {
    padding: 0px 10px;
    color: #666;
    padding-bottom: 15px;
}

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

/**
BREWERY TOUR
======================================*/

#brewery_tour_form {
    height: 255px;
}

#brewery_tour_form .form_element_fourth {
    position: absolute;
}

#brewery_tour_form .form_element_three_fourth {
    width: 24.2%;
    left: 75%;
    margin-left: 0% !important;
    bottom: 62px;
    position: absolute;
    margin-bottom: 0px;
}

#brewery_tour_form #element_avia_2_1 {
    left: 24%;
}

#brewery_tour_form #element_avia_3_1 {
    left: 49%;
}

#brewery_tour_form #element_avia_3_1 .text_area {
    height: 213px;
    resize: none;
}

#brewery_tour_form #element_avia_4_1,
#brewery_tour_form #element_avia_6_1,
#brewery_tour_form #element_avia_8_1 {
    margin-left: 0% !important;
}

#brewery_tour_form #element_avia_4_1,
#brewery_tour_form #element_avia_5_1 {
    top: 106px;
}

#brewery_tour_form #element_avia_5_1 {
    left: 25%;
}

#brewery_tour_form #element_avia_6_1,
#brewery_tour_form #element_avia_7_1 {
    top: 162px;
}

#brewery_tour_form #element_avia_7_1 {
    left: 24%;
}

#brewery_tour_form #element_avia_8_1,
#brewery_tour_form #element_avia_9_1 {
    top: 218px;
}

#brewery_tour_form #element_avia_9_1 {
    left: 25%;
    margin-left: 0% !important;
}

.page-id-812 #after_section_1 {
    background-color: #DCE2DD;
}

.brew_tour_program_text {
    color: #7ab800 !important;
    margin-bottom: 20px;
}

#brewery_tour_form h3 {
    color: #4d4d4d;
}

.brew_registration_confirmation_text {
    text-align: right; 
    font-size: 13px; 
    color: #000; 
    margin-bottom: 0px;
    padding-right: 5px;
}

#brewery_tour_form label {
    display: none;
}

#brewery_tour_form input[type="text"],
#brewery_tour_form input[type="email"],
#brewery_tour_form select ,
#brewery_tour_form textarea {
    border: 1px solid #9e9e9e !important;
}

#brewery_tour_section .second_line {
    margin-top: 5px;
}

#brewery_tour_section .third_line {
    margin-top: 5px;
    margin-bottom: 35px;
}

/**
CONTACT US
======================================*/

.page-id-832 #after_section_1 {
    background-color: #DCE2DD;
}

#contact_us_form {
    height: 191px;
}

#contact_us_form .form_element_fourth {
    position: absolute;
}

#contact_us_form .form_element_fourth.modified_width {
    width: 24.2%;
    left: 75%;
    margin-left: 0% !important;
    bottom: 53px;
    position: absolute;
    margin-bottom: 0px;
}

#contact_us_form #element_avia_2_1 {
    left: 24%;
}

#contact_us_form #element_avia_3_1 {
    left: 49%;
}

#contact_us_form #element_avia_3_1 .text_area {
    height: 158px;
    resize: none;
}

#contact_us_form #element_avia_4_1,
#contact_us_form #element_avia_6_1,
#contact_us_form #element_avia_8_1 {
    margin-left: 0% !important;
}

#contact_us_form #element_avia_4_1,
#contact_us_form #element_avia_5_1 {
    top: 106px;
}

#contact_us_form #element_avia_5_1 {
    left: 25%;
}

#contact_us_form #element_avia_6_1,
#contact_us_form #element_avia_7_1 {
    top: 162px;
}

#contact_us_form #element_avia_7_1 {
    left: 24%;
}

#contact_us_form h3 {
    color: #4d4d4d;
}

#contact_us_form label {
    display: none;
}

.contact_display {
    display: inline-flex;
    width: 100%;
}

.heineken_contact_address_col_1,
.heineken_contact_address_col_2 {
    width: 25%;
    padding: 0px 20px;
    line-height: 1.6;
    color: #666;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.heineken_contact_address_col_1 {
    display: inline-flex;
    padding-left: 0px;
}

.heineken_contact_address_col_1 div {
    padding-left: 10px;
}

.heineken_contact_address_col_1:before {
    content: url('images/address_icon.png');
    display: block;
}

.contact_phone,
.contact_fax,
.contact_mail {
    display: flex;
}

.contact_phone:before {
    content: url('images/phone_icon.png');
    display: block;
    margin-right: 10px;
}

.contact_fax:before {
    content: url('images/fax_icon.png');
    display: block;
    margin-right: 10px;
}

.contact_mail:before {
    content: url('images/mail_icon.png');
    display: block;
    margin-right: 10px;
}

#contact_us_section_2 .column-top-margin {
    margin-top: 0px !important;
    margin-bottom: 15px;
}

.other_relevant_contacts {
    color: #4d4d4d !important;
    margin-top: 10px;
    margin-bottom: 30px;
}

.green_text {
    color: #7ab800 !important;
}

#contact_us_section_2 p {
    margin: 5px 0px !important;
}

#contact_us_form input[type="text"],
#contact_us_form input[type="email"],
#contact_us_form select ,
#contact_us_form textarea {
    border: 1px solid #9e9e9e !important;
}

#contact_us_section_2 .contact_name {
    margin-bottom: 12px !important;
}

#contact_us_office_locations {
    background-color: #DCE2DD;
}

.map-listings.below_map {
    position: absolute !important;
    display: block !important;
    background-color: #DCE2DD;
    box-shadow: none;
    border-left: none;
    height: fit-content !important;
    padding-bottom: 20px;
}

.map-listings.below_map .store-locator-item-container {
    max-width: 78.75rem !important;
    padding: 0px 2px !important;
    margin-left: auto;
    margin-right: auto;
}

.store-locator-item-custom {
    background-color: #DCE2DD !important;
    border-top: none !important;
    padding: 9px !important;
}

.row.ob_stor-relocator {
    margin-top: 13%;
}

#contact_us_office_locations .container {
    max-width: 100% !important;
    padding: 0 !important;
}

#contact_us_office_locations .content {
    padding: 0 !important;
}

.wpsl-list-title {
    display: none;
}

.store-list-details {
    width: 100% !important;
    float: left !important; 
}

.region_title {
    color: #4D4D4D !important;
    font-size: 30px;
}

.wpsl-name {
    color: #7ab800;
    font-size: 30px;
    width: auto;
    margin-top: -10px;
    margin-bottom: 20px;
    display: none;
}

.wpsl-description, .wpsl-address, .wpsl-tel, .wpsl-fax {
    font-size: 15px;
    color: #666 !important;
}

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

.address, .mobile {
    float: left;
    width: 25%;
    padding: 0px 20px;
    line-height: 1.6;
    color: #666;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.mobile {
    width: 35%;
}

.address {
    padding-left: 0px;
}

.wpsl-address:before {
    content: url('images/address_icon.png');
    display: block;
}

.wpsl-tel:before {
    content: url('images/phone_icon.png');
    display: block;
    margin-right: 10px;
}

.wpsl-fax:before {
    content: url('images/fax_icon.png');
    display: block;
    margin-right: 10px;
}

.wpsl-address, .wpsl-tel, .wpsl-fax {
    display: flex;
}

.wpml_above_map, .col-left.leftsidebar {
    display: none;
}

.wpsl-address div {
    padding-left: 10px;
}

.store-direction {
    display: none !important;
}

.cd-select {
    font-family: 'heineken_core_bold' !important;
    width: 230px !important;
    margin-bottom: 0px !important;
    background-color: #DCE2DD !important;
    border: none !important;
    color: #7ab800 !important;
    font-size: 30px !important;
    margin-top: -10px !important;
}

#contact_us_office_locations select.cd-select {
    background-image: url('/images/arrow_down_small.png') !important;
}

.select_regional_office_text {
    position: relative;
    z-index: 1;
    max-width: 78.75rem !important;
    margin-left: auto;
    margin-right: auto;
    left: 15.5%;
    margin-top: 3px;
}

.select_regional_office_text_animation {
    position: relative;
    z-index: 2;
}

.wpsl-distance {
    display: none;
}

.gm-style .gm-style-iw-c {
    padding: 5px 15px !important;
}

.store-infowindow h3 div {
    color: #7ab800 !important;
}

.store-infowindow p,
.gm-style-iw span {
    color: #666;
}

.store-infowindow h3 {
    margin-bottom: 10px !important;
}

.store-infowindow p {
    line-height: 1.5;
    margin-bottom: 10px !important;
}

img.load-img {
    width: 300px !important;
    top: 30% !important;
}

/**
SITE MAP
======================================*/

.sitemap_wrapper .sitemap_title {
    font-size: 22px;
    font-weight: bold;
    color: #008200;
    margin-bottom: 15px;
}

.sitemap_wrapper ul {
    list-style-type: none;
    width: 100%;
    float: left;
    padding-left: 0;
}

.sitemap_wrapper > .menu-gab-menu-container > ul > li:first-child {
    border-top: 3px solid #008200;
}

.sitemap_wrapper > .menu-gab-menu-container > ul > li {
    font-size: 20px;
    font-weight: bold;
    width: 99.5%;
    float: left;
    padding-top: 10px;
    padding-bottom: 35px;
    border-bottom: 3px solid #008200;
}

.sitemap_wrapper > .menu-gab-menu-container > ul > li > a > div {
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    font-size: 20px;
    color: #008200;
}

.sitemap_wrapper > .menu-gab-menu-container > ul > li > ul > li {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 5px 0;
    border-bottom: 1px solid #666;
}

.sub-menu > .menu-item > a > div {
    color: #7ab800;
    font-weight: normal;
}

.sub-menu > .menu-item > .sub-menu > .menu-item > a > div {
    color: #666;
}

.sitemap_wrapper > .menu-gab-menu-container > ul > li > ul > li > ul > li {
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
}

.sitemap_wrapper > .menu-gab-menu-container > ul > li > ul > li > ul > li div:after {
    content: '/';
    margin: 0 10px;
}

.sitemap_wrapper > .menu-gab-menu-container > ul > li > ul > li > ul > li:last-child div:after {
    content: ' ';
    margin: 0;
}

.sitemap_wrapper ul, .sitemap_wrapper li {
    margin-left: 0px !important;
}

/**
PRIVACY POLICY
======================================*/

#privacy_policy div {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

#privacy_policy .list_style_02 > li {
    color: #008200;
    font-weight: bold;
}

/**
TERMS AND CONDITION
======================================*/

#tnc div {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

#tnc .content {
    padding-bottom: 50px !important;
}

#tnc .tnc_title:first-child {
    margin-top: 0;
}

#tnc .tnc_title {
    color: #008200;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 5px;
}

#tnc .tnc_sub_title {
    color: #7ab800;
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
}

/**
BEER ORDER ENQUIRY
======================================*/

.drinkies_title_green {
    color: #7ab800 !important;
    text-transform: none !important;
    font-size: 44px;
}

#drinkies_section_2 {
    background-color: #a3e5002e;
}

#drinkies_section_2 h2,
#drinkies_section_3 h2 {
    color: #414042;
    text-transform: none;
}

#drinkies_section_3 .column-top-margin {
    margin-top: 0px !important;
}

#drinkies_section_2 p {
    font-size: 24px;
    margin-top: 10px;
}

#drinkies_section_2 .column-top-margin {
    margin-top: 20px;
}

#drinkies_section_3 .avia-video {
    margin-bottom: 0px;
    box-shadow: 0px 0px 80px 0px #DCE2DD;
    background-color: #fff;
}

#drinkies_section_3 .mejs-container {
    border-radius: none !important;
}

#drinkies_section_3 .drinkies_title_green {
    font-size: 36px;
    margin-top: 0px;
}

#drinkies_section_3 h2 {
    margin-top: 35px;
    margin-bottom: 35px;
}

#drinkies_section_3 .container {
    padding: 0px 100px !important;
}

#drinkies_section_3 .content {
    padding: 0 !important;
}

#drinkies_section_3 img {
    border-radius: 0px;
}

.getStarted .title {
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}

.getStarted .callus {
    padding-top: 20px;
    font-size: 28px;
    font-family: 'heineken_core_bold';
    color: #414042;
    padding-bottom: 10px;
}

.getStarted .callus a {
    color: #414042 !important;
    font-weight: bold !important;
}

.getStarted .callus a:hover {
    text-decoration: none !important;
}

.getStarted .slogan {
    color: #fff;
    font-size: 46px;
    font-family: 'heineken_core_bold';
}

.getStarted .slogan img {
    width: 200px;
    margin-bottom: -22px;
    margin-left: -17px;
}

/**
RESPONSIVE (CUSTOM RANGE)
======================================*/
@media (min-width: 768px) {
    /**
    FOOTER
    ======================================*/
    
    .col_footer_btn {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    /**
    HOME PAGE | NEWS ROOM (NEWS SECTION ONLY)
    ======================================*/

    #section_news .no_margin.av_one_third:nth-child(2),
    #section_news .no_margin.av_one_third:nth-child(3),
    #section_news .no_margin.av_one_third:nth-child(4),
    #section_news .no_margin.av_one_third:nth-child(5) {
        width: calc(25% - 0.25rem) !important;
    }

    #section_news .no_margin.av_one_third:first-child,
    #section_news .no_margin.av_one_third:last-child {
        width: calc(50% - 0.25rem) !important;
    }

    #section_news .avia_sortable_active .isotope {
        height: 815px !important;
    }

    #section_news .no_margin.av_one_third:nth-child(2) {
        left: 50.2% !important; 
    }

    #section_news .no_margin.av_one_third:nth-child(3) {
        left: unset !important;
        top: 0px !important;
        right: 3px !important;
    }

    #section_news .no_margin.av_one_third:nth-child(4) {
        left: 0px !important;
    }

    #section_news .no_margin.av_one_third:nth-child(5) {
        left: 25.4% !important;
    }

    #section_news .no_margin.av_one_third:last-child {
        left: unset !important;
        right: 3px !important;
    }

    #section_news .no_margin.av_one_third:nth-child(4), 
    #section_news .no_margin.av_one_third:nth-child(5), 
    #section_news .no_margin.av_one_third:last-child {
        top: 430px !important;
    }

    #section_news .no_margin.av_one_third:first-child,
    #section_news .no_margin.av_one_third:nth-child(4) {
        padding-right: 5px;
    }

    #section_news .no_margin.av_one_third:nth-child(2),
    #section_news .no_margin.av_one_third:nth-child(5) {
        padding: 0px 10px;
    }

    #section_news .no_margin.av_one_third:nth-child(3),
    #section_news .no_margin.av_one_third:last-child {
        padding-left: 10px;
    }

    #section_news .no_margin.av_one_third:first-child img,
    #section_news .no_margin.av_one_third:last-child img {
        height: 406px !important;
        transition: transform .4s;
    }

    #section_news .no_margin.av_one_third:first-child .grid-content,
    #section_news .no_margin.av_one_third:last-child .grid-content {
        margin-top: -100px;
        background-color: rgba(0,0,0,0.8);
        height: 100px;
        transition: background-color .6s;
    }

    #section_news .no_margin.av_one_third:first-child .grid-entry-title,
    #section_news .no_margin.av_one_third:last-child .grid-entry-title {
        background-color: transparent;
        color: #fff;
        font-size: 24px;
        line-height: 1.4;
        transition: 0.6s;
    }

    #section_news .no_margin.av_one_third:first-child .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:last-child .grid-content .avia-arrow  {
        background-color: rgba(0,0,0,0.8);
        transition: background-color .6s;
    }

    #section_news .no_margin.av_one_third:nth-child(2) img,
    #section_news .no_margin.av_one_third:nth-child(3) img,
    #section_news .no_margin.av_one_third:nth-child(4) img,
    #section_news .no_margin.av_one_third:nth-child(5) img {
        height: 240px !important;
        transition: transform .4s;
    }

    #section_news .no_margin.av_one_third:nth-child(2) .grid-content,
    #section_news .no_margin.av_one_third:nth-child(3) .grid-content,
    #section_news .no_margin.av_one_third:nth-child(4) .grid-content,
    #section_news .no_margin.av_one_third:nth-child(5) .grid-content {
        height: 166px !important;
        background-color: #DCE2DD !important;
        transition: background-color .6s;
    }

    #section_news .no_margin.av_one_third:nth-child(2) .grid-entry-title,
    #section_news .no_margin.av_one_third:nth-child(3) .grid-entry-title,
    #section_news .no_margin.av_one_third:nth-child(4) .grid-entry-title,
    #section_news .no_margin.av_one_third:nth-child(5) .grid-entry-title {
        background-color: transparent;
        font-size: 20px;
        line-height: 1.4;
        transition: 0.6s;
    }

    #section_news .no_margin.av_one_third:nth-child(2) .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:nth-child(3) .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:nth-child(4) .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:nth-child(5) .grid-content .avia-arrow {
        background-color: #DCE2DD !important;
        transition: background-color .6s;
    }

    #section_news .sort_width_container {
        margin: 5px 0;
    }

    #section_news .container {
        padding-bottom: 25px !important;
    }

    #section_news .no_margin.av_one_third:nth-child(2):hover .grid-content,
    #section_news .no_margin.av_one_third:nth-child(3):hover .grid-content,
    #section_news .no_margin.av_one_third:nth-child(4):hover .grid-content,
    #section_news .no_margin.av_one_third:nth-child(5):hover .grid-content,
    #section_news .no_margin.av_one_third:nth-child(2):hover .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:nth-child(3):hover .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:nth-child(4):hover .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:nth-child(5):hover .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:first-child:hover .grid-content,
    #section_news .no_margin.av_one_third:last-child:hover .grid-content,
    #section_news .no_margin.av_one_third:first-child:hover .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:last-child:hover .grid-content .avia-arrow  {
        background-color: #7ab800 !important 
    }

    #section_news .no_margin.av_one_third:nth-child(2):hover .grid-content .entry-title a,
    #section_news .no_margin.av_one_third:nth-child(3):hover .grid-content .entry-title a,
    #section_news .no_margin.av_one_third:nth-child(4):hover .grid-content .entry-title a,
    #section_news .no_margin.av_one_third:nth-child(5):hover .grid-content .entry-title a {
        color: #fff !important;
    }
    
    #section_news .no_margin.av_one_third:first-child:hover img,
    #section_news .no_margin.av_one_third:nth-child(2):hover img,
    #section_news .no_margin.av_one_third:nth-child(3):hover img,
    #section_news .no_margin.av_one_third:nth-child(4):hover img,
    #section_news .no_margin.av_one_third:nth-child(5):hover img,
    #section_news .no_margin.av_one_third:last-child:hover img {
        -ms-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
}

@media (min-width: 992px) {
    /**
    FOOTER
    ======================================*/

    .col_footer {
        height: 365px;
    }
}

@media (max-width: 1249.98px) {
    /**
    HEADER
    ======================================*/

    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none !important;
    }

    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }

    .responsive #top #header .main_menu .social_bookmarks {
        display: none !important;
    }

    .avia-menu.av_menu_icon_beside {
        padding-right: 0px;
        margin-right: 5px;
    }
}

@media (min-width: 1250px) {
    /**
    HEADER
    ======================================*/

    .avia-menu.av_menu_icon_beside {
        padding-right: 50px !important;
        margin-right: 50px !important;
    }
}

@media (max-width: 1280px) {
    /**
    AGE VERIFY
    ======================================*/

    #av-overlay {
        width: 70% !important;
    }

    .banner_title_container.move_bottom {
        margin-top: 12%;
    }

    .banner_title_inner_container {
        width: 30%;
    }

    .home_banner_text_row_1 h2 {
        font-size: 24px;
    }

    .home_banner_text_row_2 .fa-arrow-circle-right {
        font-size: 28px;
    }

    .home_banner_text_row_2 p {
        font-size: 16px;
    }

    .banner_brands #banner_content {
        margin-left: 0px !important;
    }

    .select_regional_office_text {
        left: 19%;
    }
}

/**
RESPONSIVE (MOBILE)
======================================*/

@media (max-width: 768px) { 
    /**
    GENERAL MOBILE
    ======================================*/

    .responsive .container {
        width: 92% !important;
    }

    .container_wrap_first h3, #after_layer_slider_1 h3, #after_full_slider_1 h3, #after_layer_slider_2 h3, #after_full_slider_2 h3 {
        line-height: 1.3;
    }

    /**
    ANIMATIONS
    ======================================*/

    .animatable {
        /* initially hide animatable objects */
        visibility: visible;

        /* initially pause animatable objects their animations */
        -webkit-animation-play-state: none;   
        -moz-animation-play-state: none;     
        -ms-animation-play-state: none;
        -o-animation-play-state: none;   
        animation-play-state: none; 
    }
    
    .animated {
        visibility: visible;

        -webkit-animation-fill-mode: none;
        -moz-animation-fill-mode: none;
        -ms-animation-fill-mode: none;
        -o-animation-fill-mode: none;
        animation-fill-mode: none;

        -webkit-animation-duration: none;
        -moz-animation-duration: none;
        -ms-animation-duration: none;
        -o-animation-duration: none;
        animation-duration: none;

        -webkit-animation-play-state: none;
        -moz-animation-play-state: none;
        -ms-animation-play-state: none;
        -o-animation-play-state: none;
        animation-play-state: none;
    }

    .animated.fadeBgColor {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }
    
    .animated.bounceIn {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }
    
    .animated.bounceInRight {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }
    
    .animated.bounceInLeft {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }
    
    .animated.fadeIn {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }
    
    .animated.fadeInDown {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }
    
    .animated.fadeInUp {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }
    
    .animated.moveUp {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }

    /**
    SLIDERS
    ======================================*/

    #banner_content {
        display: none !important;
    }

    .banner_brands #banner_content {
        display: block !important;
    }

    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
        display: none;
    } 

    .banner_title_container {
        display: block;
    }

    .home .banner_title_container {
        display: block;
    }

    .banner_title_container {
        padding: 0px 25px;
        margin-top: 3%;
    }

    .banner_title_inner_container {
        width: 13%;
        padding: 15px 10px;
    }

    .home_banner_text_row_1 h2 {
        font-size: 12px;
    }

    .home_banner_text_row_2 .fa-arrow-circle-right {
        font-size: 16px;
    }

    .home_banner_text_row_2 p {
        margin: 0px 10px;
        font-size: 10px;
    }

    #banner_inner_content {
        width: 200px !important;
        height: 110px !important;
        margin-top: 5%;
        margin-left: 1.3%;
    }

    #banner_inner_content .text_row_1 p {
        font-size: 10px;
    }

    #banner_inner_content .text_row_2 p {
        font-size: 12px;
    }

    .home_slider_1,
    .about_us_slider,
    .company_purpose_slider,
    .cg_slider,
    .news_room_slider,
    .star_academy_slider,
    .cr_slider,
    .sustainability_slider,
    .brewery_tour_slider,
    .awards_slider,
    .milestone_slider,
    .ir_slider,
    .brands_slider,
    .brands_home_slider,
    .drinkies_slider {
        display: none;
    }

    .home_slider_2,
    .about_us_slider_mobile,
    .company_purpose_slider_mobile,
    .cg_slider_mobile,
    .news_room_slider_mobile,
    .star_academy_slider_mobile,
    .cr_slider_mobile,
    .sustainability_slider_mobile,
    .brewery_tour_slider_mobile,
    .awards_slider_mobile,
    .milestone_slider_mobile,
    .ir_slider_mobile,
    .brands_slider_mobile,
    .brands_home_slider_mobile,
    .drinkies_slider_mobile {
        display: block;
    } 

    /**
    AGE GATE WAY MOBILE
    ======================================*/

    #av-overlay-wrap {
        background: #fff !important;
        background-image: url("/images/age_verify_background.jpg") !important;
        background-size: 100% 50% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    #av-overlay {
        width: 100% !important;
        margin: 10px auto 0 auto !important;
        padding: 30px 20px 34px !important;
        height: 100vh;
        overflow: auto;
    }

    #av-overlay img {
        width: 14rem !important;
    }

    #av-overlay p.introduction {
        padding: 0 0 !important;
    }

    #av-overlay .form {
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
    }

    #av-overlay p {
        padding: 0 0 !important;
        font-size: .75rem !important;
    }

    #av-overlay .form .agegate--form--country {
        margin: 0 0 0 0 !important;
        width: 100% !important;
    }

    #av-overlay .form .select select {
        height: 3.875rem !important;
    }

    #av-overlay .form .agegate--form--date input {
        height: 3.875rem !important;
    }

    #av-overlay .form .agegate--form--date {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }

    #av-overlay .form .button {
        line-height: 1rem !important;
        margin-left: 0 !important;
        width: 63% !important;
        margin-top: 20px !important;
        height: 3.875rem !important;
    }

    /**
    HEADER MOBILE
    ======================================*/

    #header img {
        width: 10.5rem;
        top: 0rem;
        margin-top: -10px;
    }

    /**
    FOOTER MOBILE
    ======================================*/

    #footer div .av_one_third {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .col_footer h3 {
        font-size: 1.1rem;
    }

    #socket {
        padding-bottom: 10px;
    }

    #footer div .av_one_third:nth-child(2),
    #footer div .av_one_third:last-child {
        margin: 20px 0px 0px 0px !important;
    }

    .socket_left_col {
        width: 100%;
        float: none;
        padding-top: 0px !important;
    }

    .socket_right_col {
        width: 100%;
        float: none;
        color: #999;
        text-align: left;
        padding: 25px 0px;
    }

    .responsive #socket .sub_menu_socket {
        margin: 0px 0 0 0px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #socket .sub_menu_socket {
        float: none !important;
    }

    #socket .social_bookmarks {
        float: none !important;
        margin: 10px 0 10px 0px !important;
    }

    #socket .social_bookmarks li {
        top: 0px !important;
    }

    .socket_left_col br {
        display: none;
    }

    #avia3-menu {
        margin-top: 1px !important;
    }

    .col_footer_img {
        height: auto;
        padding: 0px 20px;
    }

    .col_2 img {
        width: 290px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .col_2 .col_footer_img {
        text-align: center;
    }

    .col_3 img {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .col_footer_btn i {
        margin-top: 1px;
    }

    /*.col_footer.col_1 .stock_quote {
        padding: 10px 25px;
        padding-bottom: 10px;
    }*/

    /*.col_footer.col_1 .stock_quote img {
        margin-bottom: 0px;
        margin-top: 5px;
        width: 35px;
    }*/

    /*.col_footer.col_1 .stock_quote .current_price {
        font-size: 40px;
        margin-left: 15px;
        margin-top: 10px;
    }*/

    /*.col_footer.col_1 .stock_quote .price_percent {
        font-size: 20px;
        margin-left: 20px;
        margin-top: 18px;
    }*/

    /*.col_footer.col_1 .stock_info {
        padding: 20px 0px;
        height: 160px;
    }*/

    /*.col_footer.col_1 .stock_info .left_col {
        width: 50%;
        padding-right: 8px;
        font-size: 15px;
    }*/

    /*.col_footer.col_1 .stock_info .right_col {
        width: 50%;
        padding-left: 8px;
        font-size: 15px;
    }*/

    /*.col_footer.col_1 .last_updated_date {
        bottom: 34px;
        margin-left: 25px;
    }*/

    /**
    HOME PAGE MOBILE | NEWS ROOM (NEWS SECTION ONLY)
    ===============================================*/

    .responsive #section_news .av_one_third {
        margin-top: 10px !important;
    }

    #section_news .sort_width_container {
        margin: 0px 0;
    }

    #section_news .content {
        padding-bottom: 0px !important;
    }

    #section_news .av_one_full {
        margin-bottom: 5px !important;
    }

    #section_news .no_margin.av_one_third:first-child .grid-content,
    #section_news .no_margin.av_one_third:last-child .grid-content,
    #section_news .no_margin.av_one_third:first-child .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:last-child .grid-content .avia-arrow {
        background-color: rgba(0,0,0,0.92);
    }

    #section_news .no_margin.av_one_third:first-child .grid-entry-title,
    #section_news .no_margin.av_one_third:last-child .grid-entry-title {
        background-color: transparent;
        color: #fff;
        font-size: 20px;
        line-height: 1.4;
    }

    #section_news .no_margin.av_one_third:nth-child(2) .grid-content,
    #section_news .no_margin.av_one_third:nth-child(3) .grid-content,
    #section_news .no_margin.av_one_third:nth-child(4) .grid-content,
    #section_news .no_margin.av_one_third:nth-child(5) .grid-content {
        background-color: #DCE2DD !important 
    }

    #section_news .no_margin.av_one_third:nth-child(2) .grid-entry-title,
    #section_news .no_margin.av_one_third:nth-child(3) .grid-entry-title,
    #section_news .no_margin.av_one_third:nth-child(4) .grid-entry-title,
    #section_news .no_margin.av_one_third:nth-child(5) .grid-entry-title {
        background-color: transparent;
        font-size: 20px;
        line-height: 1.4;
    }

    #section_news .no_margin.av_one_third:nth-child(2) .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:nth-child(3) .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:nth-child(4) .grid-content .avia-arrow,
    #section_news .no_margin.av_one_third:nth-child(5) .grid-content .avia-arrow {
        background-color: #DCE2DD !important 
    }

    .home #after_layer_slider_2 .container {
        width: 100% !important;
        margin-top: 5px !important;
    }

    .home #after_layer_slider_2 .content {
        padding-top: 15px !important;
        padding-bottom: 0px !important;
    }

    .home .transparent_down_arrow {
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
        border-top: 5px solid transparent;
        top: -35px;
    }

    .home .white-space {
        top: -35px;
    }

    .home .ls-fullwidth .ls-bottom-nav-wrapper {
        top: 50px;
    }

    /**
    ABOUT US
    ======================================*/

    #about_us div .av_one_half:first-child {
        border: none !important;
    }

    #about_us_video {
        height: auto !important;
        margin-bottom: 10px !important;
    }

    #about_us .avia-caption .avia-caption-title {
        font-size: 14px;
        padding-bottom: 8px;
    }

    /**
    CORPORATE PROFILE
    ======================================*/

    .corporate_profile_row_5 p {
        margin-bottom: 0px;
    }

    #corporate_video_banner .avia-slideshow-inner {
        height: auto !important;
    }

    /**
    SHARE HOLDING STRUCTURE
    ======================================*/

    #shareholders_structure img {
        width: 100% !important;
    }

    /**
    CORPORATE GOVERNANCE
    ======================================*/

    #corporate_governance .avia-promocontent {
        margin-left: 0px !important;
        width: 80%;
        float: right;
    }
 
    .responsive #corporate_governance .av_promobox .avia-button-wrap {
        width: 20%;
        float: left;
    }

    #corporate_governance .av_promobox .avia-button {
        left: 0px !important;
    }

    /**
    FAQ
    ======================================*/

    #faq .av-elegant-toggle .toggler {
        padding: 15px 60px 15px 35px;
    }

    #faq .togglecontainer .toggle_content {
        padding-left: 38px;
        padding-right: 38px;
    }

    #faq .flex_column {
        margin-bottom: 0px !important;
    }

    /**
    PROCUREMENT
    ======================================*/

    #procurement .avia-promocontent {
        margin-left: 0px !important;
        width: 80%;
        float: right;
    }
 
    .responsive #procurement .av_promobox .avia-button-wrap {
        width: 20%;
        float: left;
    }

    #procurement .av_promobox .avia-button {
        left: 0px !important;
    }

    /**
    NEWS ROOM
    ======================================*/

    #section_news .pagination-wrap {
        margin-top: 50px !important;
    }

    #news_article_mobile {
        display: block;
    }

    #news_article {
        display: none;
    }

    #sustainability .sustainability_container, #marketing .active_tab_content .marketing_container, #community .active_tab_content .community_container {
        display: block;
    }

    #sustainability .active_tab_content .sustainability_container p,
    #marketing .active_tab_content .marketing_container p,
    #community .active_tab_content .community_container p {
        width: 100%;
    }

    #previous_article_btn,
    #previous_article_btn a,
    #next_article_btn,
    #next_article_btn a {
        width: 100%;
    }

    #next_article_btn {
        margin-top: -5px;
    }

    #next_article_btn .avia-button.avia-size-large,
    #previous_article_btn .avia-button.avia-size-large {
        padding: 15px 85px 13px;
    }

    /**
    AWARDS AND MILESTONES
    ======================================*/

    #awards .av-milestone-contentbox .av-milestone-content,
    #milestones .av-milestone-contentbox .av-milestone-content {
        width: 100%;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 25px;
    }

    #awards .av-milestone-contentbox .entry-content-header,
    #milestones .av-milestone-contentbox .entry-content-header {
        width: 100%;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    #awards .av-milestone-contentbox,
    #milestones .av-milestone-contentbox {
        display: block;
        width: 100%;
        background-color: #DCE2DD;
    }

    #awards .avia-timeline-vertical.av-milestone-placement-right .av-milestone-content-wrap,
    #milestones .avia-timeline-vertical.av-milestone-placement-right .av-milestone-content-wrap {
        padding: 15px 0px 15px 0px;
        width: 100%;
    }

    #awards .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date,
    #milestones .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date {
        display: none;
    }

    #awards ul.avia-timeline-vertical li,
    #milestones ul.avia-timeline-vertical li {
        display: block !important;
        margin-bottom: 0px;
    }

    #awards .avia-timeline-vertical .av-milestone-icon-wrap,
    #milestones .avia-timeline-vertical .av-milestone-icon-wrap {
        display: none;
    }

    .av-no-preview ul.avia-timeline-vertical li {
        padding: 0 0 0 0px;
    }

    /**
    LEADERSHIP
    ======================================*/

    #leadership p img {
        height: auto;
    }

    #leadership .togglecontainer .single_toggle:first-child .toggler, #leadership .togglecontainer .taglist + .single_toggle .toggler {
        height: fit-content;
        padding-bottom: 70px;
    }

    #leadership .toggle_icon {
        top: auto;
        bottom: 15px;
    }

    .js_active #leadership .toggler {
        padding: 9px 3px 9px 15px;
    }

    .responsive #leadership .tabcontainer .tab_content {
        padding: 15px 15px;
    }

    #leadership .toggle_content {
        margin-bottom: 15px;
    }

    .responsive #leadership .flex_column {
        margin-bottom: 0px !important;
    }
    
    #martin_giles .toggler:after {
        content: "Senior Independent \A Non-Executive Director";
    }
    
    #leonard_cornelis .toggler:after {
        content: "Non-Independent \A Non-Executive Director";
    }
    
    #lim_rern .toggler:after {
        content: "Non-Independent \A Non-Executive Director";
    }
    
    #yu_ping .toggler:after {
        content: "Non-Independent \A Non-Executive Director";
    }

    /**
    BRANDS
    ======================================*/

    .brands.content_wrapper .content {
        width: 100%;
    }

    .our_brand_wrapper {
        display: none;
    }

    .our_brand_small_wrapper {
        display: block;
        padding: 0px 0px;
        padding-bottom: 20px;
    }

    #brands .our_brand_small_wrapper {
        display: block;
        padding: 0px 0px;
    }

    .our_brand_small_wrapper .beer_wrapper {
        width: 100%;
        text-align: center;
        margin: 15px 0px;
    }

    .our_brand_small_wrapper .beer_wrapper .beer_box {
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

    .our_brand_small_wrapper .beer_wrapper .beer_box .beer_name_wrapper {
        text-align: center;
        color: #008200;
        font-weight: bold;
        font-size: 22px;
    }

    #brand_description {
        padding: 30px 10px;
    }

    .custom_desc {
        padding-bottom: 0px !important;
    }

    #nutrition_value .allegern {
        margin-left: 15px;
    }

    #brand_image:first-child img {
        width: 280px;
    }

    #brand_image img {
        width: 100%;
    }

    #nutrition_value .tabcontainer .active_tab {
        left: 50%;
        width: 50%;
    }

    #nutrition_value .our_brand_product_nutrition_table td {
        width: 50%;
    }

    /**
    SUSTAINABILITY / MARKETING / COMMUNITY
    ======================================*/

    #community_tab-container .avia-button-fullwidth {
        width: 100%;
        text-align: left;
        padding-left: 30px;
    }

    #our_milestone-container .avia-button-fullwidth {
        width: 100%;
        text-align: left;
    }

    #marketing .avia-button-fullwidth {
        padding-left: 30px;
        padding-bottom: 15px;
    }

    #community_tab-container .avia-button-fullwidth:before {
        margin-top: 10px;
    }

    #our_milestone-container .avia-button-fullwidth:after {
        margin-top: -15px;
    }

    #responsible_tab-container .avia-button-fullwidth:before {
        margin-top: 10px;
    }

    #our_milestone-container .avia-button-fullwidth {
        display: block;
    }

    #our_milestone-container .avia-button-fullwidth:before {
        text-align: center;
        margin-bottom: 10px;
    }

    #water_tab-container .avia-button, #partnership_tab-container .avia-button, #eetp_tab-container .avia-button {
        margin-left: 0 !important;
    }

    #corporate_responsibility .avia-caption .avia-caption-title {
        padding: 5px 15px;
        padding-bottom: 8px;
        font-size: 12px;
    }

    #corporate_responsibility .avia-caption .avia-caption-content p {
        font-size: 10px;
        padding: 5px 15px;
        margin-top: -2px;
        display: none;
    }

    /**
    BEER ORDER ENQUIRY
    ======================================*/

    .drinkies_title_green {
        font-size: 32px;
        margin-bottom: -10px;
    }

    #drinkies_section_2 h2 {
        margin-bottom: 35px;
    }

    #drinkies_section_2 img {
        width: 70%;
        margin-left: 55px;
    }

    #drinkies_section_3 .container {
        padding: 0px 0px !important;
        width: 100% !important;
    }

    #drinkies_section_3 h2 {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 26px;
        text-align: left !important;
        padding-left: 25px;
    }

    #drinkies_section_3 .drinkies_title_green {
        font-size: 28px;
        text-align: left !important;
        margin-bottom: 10px;
        padding-left: 25px;
    }

    #drinkies_section_3 .avia-image-container.avia-align-right {
        margin-left: 0px !important;
    }

    #drinkies_section_3 .flex_column:last-child {
        margin-bottom: 0px !important;
    }

    .getStarted .callus {
        font-size: 23px;
    }

    /**
    BREWERY TOUR
    ======================================*/

    #brewery_tour_form {
        height: auto;
    }

    #brewery_tour_form .form_element_fourth {
        position: relative;
    }

    #brewery_tour_form #element_avia_2_1,
    #brewery_tour_form #element_avia_3_1,
    #brewery_tour_form #element_avia_5_1,
    #brewery_tour_form #element_avia_7_1,
    #brewery_tour_form #element_avia_9_1 {
        left: 0;
    }

    #brewery_tour_form #element_avia_4_1, 
    #brewery_tour_form #element_avia_5_1,
    #brewery_tour_form #element_avia_6_1, 
    #brewery_tour_form #element_avia_7_1,
    #brewery_tour_form #element_avia_8_1, 
    #brewery_tour_form #element_avia_9_1 {
        top: 0px;
    }

    #brewery_tour_form .form_element_three_fourth {
        width: 100%;
        left: 0;
        margin-left: 0% !important;
        bottom: 0;
        position: relative;
        margin-bottom: 0px;
    }

    /**
    CONTACT US
    ======================================*/

    #contact_us_form {
        height: auto;
    }

    #contact_us_form .form_element_fourth {
        position: relative;
    }

    #contact_us_form #element_avia_2_1,
    #contact_us_form #element_avia_3_1,
    #contact_us_form #element_avia_5_1,
    #contact_us_form #element_avia_7_1,
    #contact_us_form #element_avia_9_1 {
        left: 0;
    }

    #contact_us_form #element_avia_4_1, 
    #contact_us_form #element_avia_5_1,
    #contact_us_form #element_avia_6_1, 
    #contact_us_form #element_avia_7_1,
    #contact_us_form #element_avia_8_1, 
    #contact_us_form #element_avia_9_1 {
        top: 0px;
    }

    #contact_us_form .form_element_fourth.modified_width {
        width: 100%;
        left: 0;
        margin-left: 0% !important;
        bottom: 0;
        position: relative;
        margin-bottom: 0px;
    }

    .brew_registration_confirmation_text {
        text-align: center;
    }

    .heineken_contact_address_col_1, .heineken_contact_address_col_2 {
        width: 100%;
        padding-left: 0px;
    }

    .contact_display {
        display: block;
    }

    .store-list-details .wpsl-name {
        font-size: 30px !important;
        margin-bottom: 0px !important;
    }

    .address, .mobile {
        width: 100%;
    }

    .map-listings.below_map {
        height: 360px !important;
    }

    .row.ob_stor-relocator {
        margin-top: 90%;
    }

    .wpsl-tel, .wpsl-fax {
        display: flex !important;
    }

    .mobile {
        padding-left: 0px;
    }

    .select_regional_office_text {
        display: none;
    }

    img.load-img {
        top: 10% !important;
    }

    /**
    INVESTOR RELATIONS
    ======================================*/

    #investor_relations_main .av_one_half {
        width: 100% !important;
    }

    .ir_left {
        margin-right: 0px !important;
    }
    
    .ir_right {
        margin-left: 0px !important;
    }
    
    .ir_stock_chart img {
        height: auto;
    }

    .ir_column {
        height: fit-content !important;
    }

    .ir_column_2, .ir_column_3, .ir_column_4, .ir_column_5 {
        padding: 15px 15px;
    }

    .ir_column_3 .archive_link,
    .ir_column_4 .financial_details_link,
    .ir_column_5 .financial_details_link {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .ir_column_3 .section_download_report h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .ir_column_3 .section_download_report img {
        width: 38px;
    }

    .ir_column_3 .annual_report_img {
        width: 50%;
    }

    .ir_column_3 .section_download_report {
        width: 50%;
        padding-left: 20px;
    }

    .ir_column_4 h1, .ir_column_5 h1 {
        font-size: 28px;
    }

    .stock_quote {
        padding-top: 15px;
    }

    .stock_quote img {
        width: auto;
        margin-bottom: -5px;
    }

    .stock_quote .current_price {
        font-size: 36px;
        color: #008200 !important;
        margin-left: 30px;
    }

    .stock_quote .price_percent {
        font-size: 20px;
        color: #7ab800 !important;
        margin-left: 30px;
    }

    .stock_info {
        padding: 25px 0px;
    }

    .stock_info .left_col {
        width: 50%;
        padding-right: 10px;
        font-size: 18px;
    }

    .stock_info .right_col {
        width: 50%;
        padding-left: 10px;
        font-size: 18px;
    }

    .ir_column_2 .last_updated_date {
        position: relative;
        bottom: -20px;
        font-size: 16px;
    }

    .ir_column_5 .results .text {
        padding-left: 15px;
    }

    .ir_column_4 .results.row_6,
    .ir_column_5 .results.row_7 {
        margin-bottom: 20px;
    }

    .bursa_announcement_column {
        padding: 15px 0px;
    }

    .bursa_announcement_column .select_news {
        width: 100% !important;
    }

    .bursa_announcement_column .latest_news {
        width: 100% !important;
    }

    .bursa_announcement_column select.select_news,
    .bursa_announcement_column select.latest_news {
        background-size: 15% auto !important;
    }

    .bursa_announcement_column .results .text {
        padding-left: 30px;
    }

    .bursa_announcement_column .next_page {
        margin-bottom: 0px;
    }

    .frp_column, .annual_report_column, .agm_column, .ir_contact_column, .stock_info_column {
        padding: 15px 0px;
        padding-bottom: 0px;
    }

    .frp_column .content_results_large img {
        width: 180px;
        height: 180px;
    }

    .frp_column .content_results_large .right_content {
        font-size: 15px;
        padding: 10px 25px;
        padding-top: 50px;
    }

    .frp-arrow-left {
        position: relative;
        top: 70px;
        right: 165px;
        left: auto;
    }

    .annual_report_column .content_results_large img {
        width: 180px;
        height: 250px;
    }

    .annual_report_column .content_results_large .right_content {
        font-size: 22px;
        padding: 10px 25px;
        padding-top: 70px;
    }

    .ar-arrow-left {
        position: relative;
        top: 100px;
        right: 165px;
        left: auto;
    }

    .annual_report_column .content_results img {
        width: 35px;
        height: 35px;
    }

    .frp_column .content_results img {
        width: 35px;
        height: 35px;
    }

    .agm_column .content_results img {
        width: 35px;
        height: 35px;
    }

    .annual_report_column .heading_title span,
    .frp_column .heading_title span,
    .agm_column .heading_title span {
        line-height: 1.5;
    }

    .ir_contact_column .content_results img {
        width: 35px;
        height: 35px;
    }

    .ir_contact_column .contact_content {
        display: block;
        margin-bottom: 40px;
    }

    .ir_contact_column .left_container {
        width: 100%;
        padding: 0px 20px;
        border-right: none;
    }

    .ir_contact_column .right_container {
        width: 100%;
        padding: 0px 20px;
        padding-top: 25px;
    }

    .ir_contact_column .content_results span {
        margin-top: 0px;
    }

    .ir_calendar_column .result .date {
        padding-left: 15px;
    }

    .stock_info_column .stock_info_block {
        padding: 0px 0px;
    }

    .bottom_content {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .stock_quote_info {
        display: grid;
    }

    .quote_info_left_column, .quote_info_right_column {
        width: 100%;
    }

    .bottom_content .analysis_of_stockholdings {
        width: 100%;
        margin: 0px 0px;
    }

    .analysis_shareholding .quote_info_column .text_left {
        width: 40%;
    }

    .analysis_shareholding .quote_info_column .text_right {
        width: 60%;
    }

    .bottom_content .stock_quote_container {
        width: 100%;
        margin: 0px 0px;
        margin-bottom: 20px;
    }

    .stock_quote_container .stock_quote img {
        margin-bottom: -3px;
        margin-top: 5px;
        width: 35px;
    }

    .stock_quote_container .stock_quote .current_price {
        font-size: 40px;
        margin-left: 15px;
        margin-top: 10px;
    }

    .stock_quote_container .stock_quote .price_percent {
        margin-left: 20px;
        margin-top: 18px;
    }

    .stock_quote_container .stock_info .left_col {
        width: 50%;
        padding-right: 8px;
        font-size: 18px !important;
    }

    .stock_quote_container .stock_info .right_col {
        width: 50%;
        padding-left: 8px;
        font-size: 18px !important;
    }

    .interactive_charts .chart_type_container .news_type_options div {
        width: 100%;
    }

    .interactive_charts .chart_controls {
        padding: 0px 0px;
        margin-bottom: 25px;
    }

    .interactive_charts .zoom div {
        padding: 0px 0px;
    }

    .interactive_charts .date_range select {
        margin: 3px 0px !important;
    }

    .interactive_charts .zoom .range_btn {
        width: 30%;
        margin: 5px 3px;
    }

    .interactive_charts .zoom, .interactive_charts .date_range {
        display: block;
    }

    .real_time_chart {
        margin-bottom: 25px;
    }

    .interactive_charts .financial_year {
        width: 100% !important;
    }

    .interactive_charts select.financial_year {
        background-size: 15% auto !important;
    }

    .interactive_charts .chart_type_container {
        padding: 0px 0px;
    }
}

/**
RESPONSIVE (TABLET)
======================================*/

@media (min-width: 769px) and (max-width: 991.98px) { 
    /**
    GENERAL
    ======================================*/

    #banner_content {
        display: none !important;
    }

    .banner_title_container {
        display: none;
    }

    /**
    AGE GATE WAY
    ======================================*/

    #av-overlay {
        width: 100% !important;
    }

    /**
    HEADER
    ======================================*/

    .header_color .main_menu ul > li > a {
        font-size: 0.75rem !important;
    }

    #top #menu-item-search.menu-item-search-dropdown>a {
        font-size: 1.125rem !important;
    }

    /**
    FOOTER
    ======================================*/

    .col_footer {
        height: 275px;
    }

    .col_footer h3 {
        font-size: 12px !important;
    }

    .col_footer_btn {
        font-size: .7rem !important;
    }

    .col_footer_btn i {
        margin-top: 4px !important;  
        font-size: 12px !important;
    }

    #footer div .av_one_third:nth-child(2) {
        margin: 0px 20px 0px 20px !important;
    }

    .col_2 img {
        width: 120px;
    }

    /**
    HOME PAGE | NEWS ROOM (NEWS SECTION ONLY)
    ======================================*/

    #section_news .no_margin.av_one_third:first-child img, #section_news .no_margin.av_one_third:last-child img {
        height: 360px !important;
    }

    #section_news .no_margin.av_one_third:nth-child(2) img, #section_news .no_margin.av_one_third:nth-child(3) img, #section_news .no_margin.av_one_third:nth-child(4) img, #section_news .no_margin.av_one_third:nth-child(5) img {
        height: 195px !important;
    }

    #section_news .no_margin.av_one_third:nth-child(4), #section_news .no_margin.av_one_third:nth-child(5), #section_news .no_margin.av_one_third:last-child {
        top: 385px !important;
    }

    #section_news .avia_sortable_active .isotope {
        height: 725px !important;
    }

    #section_news .no_margin.av_one_third:nth-child(2) .grid-entry-title, #section_news .no_margin.av_one_third:nth-child(3) .grid-entry-title, #section_news .no_margin.av_one_third:nth-child(4) .grid-entry-title, #section_news .no_margin.av_one_third:nth-child(5) .grid-entry-title {
        font-size: 16px;
    }

    #section_news .no_margin.av_one_third:first-child .grid-entry-title, #section_news .no_margin.av_one_third:last-child .grid-entry-title {
        font-size: 20px;
    }

    .home .white-space {
        top: -35px;
        border: solid #fff;
    }

    .home .transparent_down_arrow {
        top: -35px;
    }

    /**
    ABOUT US
    ======================================*/

    #about_us div .av_one_half {
        margin-left: 0px;
        width: 100%;
    }

    #about_us div .av_one_fourth {
        margin-left: 0px;
        width: 48%;
    }

    #about_us div .av_one_fourth:nth-child(3),
    #about_us div .av_one_fourth:nth-child(5) {
        margin-left: 29px;
    }

    /**
    CORPORATE PROFILE
    ======================================*/

    #corporate_profile .av_one_half {
        margin-left: 30px;
    }

    #corporate_profile .first {
        margin-left: 0px;
    }

    /**
    LEADERSHIP
    ======================================*/

    #leadership p img {
        height: auto;
    }

    #leadership .togglecontainer .single_toggle:first-child .toggler, #leadership .togglecontainer .taglist + .single_toggle .toggler {
        height: 330px;
        font-size: 10px;
    }

    #leadership .av_one_third {
        margin-left: 20px !important;
        width: 30% !important;
    }

    /**
    AWARDS AND MILESTONES
    ======================================*/

    #awards ul.avia-timeline-vertical li,
    #milestones ul.avia-timeline-vertical li {
        padding: 0 0 0 60px !important;
    }

    #awards .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date,
    #milestones .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date {
        display: none;
    }

    #awards .avia-timeline-vertical .av-milestone-icon-wrap,
    #milestones .avia-timeline-vertical .av-milestone-icon-wrap {
        display: none;
    }

    #awards .avia-timeline-vertical.av-milestone-placement-right .av-milestone-content-wrap,
    #milestones .avia-timeline-vertical.av-milestone-placement-right .av-milestone-content-wrap {
        padding: 30px 60px 30px 0px;
        width: 100%;
    }

    /**
    BRANDS
    ======================================*/

    .brands.content_wrapper .content {
        width: 100%;
    }

    .our_brand_wrapper {
        display: none;
    }

    .our_brand_small_wrapper {
        display: block;
        padding: 50px 0px;
    }

    #brands .our_brand_small_wrapper {
        display: block;
        padding: 0px 0px;
    }

    .our_brand_small_wrapper .beer_wrapper {
        width: 100%;
        text-align: center;
        margin: 15px 0px;
    }

    .our_brand_small_wrapper .beer_wrapper .beer_box {
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

    .our_brand_small_wrapper .beer_wrapper .beer_box .beer_name_wrapper {
        text-align: center;
        color: #008200;
        font-weight: bold;
        font-size: 22px;
    }

    /**
    CORPORATE RESPONSIBILITY
    ======================================*/

    #corporate_responsibility div .av_one_half {
        width: 100%;
    }

    #corporate_responsibility div .av_one_fourth {
        margin-left: 0px !important;
        width: 48%;
    }

    #corporate_responsibility div .av_one_fourth:nth-child(3) {
        margin-left: 29px !important;
    }

    #corporate_responsibility div .first:last-child {
        margin-top: 29px !important;
    }

    /**
    SUSTAINABILITY / MARKETING / COMMUNITY
    ======================================*/

    #community_tab-container .avia-button-fullwidth {
        width: 100%;
    }

    #our_milestone-container .avia-button-fullwidth {
        width: 100%;
    }

    /**
    BEER ORDER ENQUIRY
    ======================================*/

    .drinkies_title_green {
        font-size: 35px;
    }

    #drinkies_section_3 .drinkies_title_green {
        font-size: 20px;
    }

    #drinkies_section_3 h2 {
        margin-top: 17px;
        margin-bottom: 17px;
        font-size: 18px;
    }

    /**
    BREWERY TOUR
    ======================================*/

    #brewery_tour_form {
        height: 25vh;
    }

    /**
    CONTACT US
    ======================================*/

    #contact_us_form {
        height: 19vh;
    }

    .heineken_contact_address_col_1, .heineken_contact_address_col_2 {
        width: 50%;
    }

    #contact_us_section_2 .contact_mail {
        font-size: 12px;
    }

    .contact_mail:before {
        margin-top: -2px;
    }

    .address, .mobile {
        width: 50%;
    }

    .mobile {
        padding-left: 27px;
    }

    .row.ob_stor-relocator {
        margin-top: 24%;
    }
}

/**
RESPONSIVE (LARGE DEVICES)
======================================*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    /**
    AGE GATE WAY
    ======================================*/

    #av-overlay {
        width: 75% !important;
    }

    /**
    BANNER SLIDER
    ======================================*/

    #banner_inner_content {
        margin-top: 5%;
    }

    .banner_title_container {
        margin-top: 7%;
    }

    /**
    LEADERSHIP
    ======================================*/

    #leadership .togglecontainer .single_toggle:first-child .toggler, 
    #leadership .togglecontainer .taglist + .single_toggle .toggler {
        height: 265px;
    }

    #leadership .toggle_icon {
        top: 82%;
    }

    /**
    SUSTAINABILITY / MARKETING / COMMUNITY
    ======================================*/

    #our_milestone-container .avia_iconbox_title {
        margin-top: 8px;
    }

    /**
    BEER ORDER ENQUIRY
    ======================================*/

    #drinkies_section_3 h2 {
        margin-bottom: 15px;
    }

    /**
    CONTACT US
    ======================================*/

    .heineken_contact_address_col_1, .heineken_contact_address_col_2 {
        width: 32%;
    }

    .row.ob_stor-relocator {
        margin-top: 20%;
    }

    .map-listings.below_map {
        height: 210px !important;
    }
}


