/*************** ADD CUSTOM CSS HERE.   ***************/
/* font svn helvetica now text */
/* font dec 2025 */
@font-face {
    font-family: "SVN-HelveticaNowText-Medium";
    src: url("../fonts/SVN-HelveticaNowText-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SVN-HelveticaNowDisplay-Light";
    src: url("../fonts/SVN-HelveticaNowDisplay-Light.ttf") format("truetype");
}

@font-face {
    font-family: "SVN-HelveticaNowDisplay-Regular";
    src: url("../fonts/SVN-HelveticaNowDisplay-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "SVN-HelveticaNowText-Regular";
    src: url("../fonts/SVN-HelveticaNowText-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "SVN-Helvetica Now Text Regular";
    src: url("../fonts/SVN-HelveticaNowTextRegular.ttf") format("truetype");
}

/* font svn helvetical now display */
@font-face {
    font-family: "SVN-HelveticaNowDisplay-Medium";
    src: url("../fonts/SVN-HelveticaNowDisplay-Medium.ttf") format("truetype");
}

/* HelveticaNowDisplay */
@font-face {
    font-family: "HelveticaNowDisplay";
    src: url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNowDisplay_medium";
    src: url("../fonts/HelveticaNowDisplay-Medium.woff") format("woff");
}

@font-face {
    font-family: "Helvetica-Light";
    src: url("../fonts/helvetica-neue-light.ttf") format("truetype");
}

@font-face {
    font-family: "this_cafe";
    src: url("../fonts/this_cafe.ttf") format("truetype");
}

/* global */

body {
    font-family: "SVN-HelveticaNowDisplay-Medium", arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    color: var(--qlm-color-dark-grey);
}

/*
html[lang="vi"] {
  font-family: 'this_cafe', arial, sans-serif;
}

html[lang="vi"] body {
  font-family: 'this_cafe', arial, sans-serif;
}
*/

h2,
h3 {
    font-family: "SVN-HelveticaNowDisplay-Medium", arial, sans-serif;
    font-weight: normal;
    color: var(--qlm-color-medium-grey);
}

html[lang="vi"] {
    h2 {
        color: var(--qlm-color-red);
        font-weight: normal;
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.entry-title {
    font-family: "SVN-HelveticaNowText-Regular", arial, sans-serif;
}

html[lang="en-AU"] {
    .entry-title {
        font-family: "SVN-HelveticaNowDisplay-Medium", arial, sans-serif;
    }
}

a {
    text-decoration: underline;
    color: #b2b2b9;
}

html[lang="en-AU"] {
    html a {
        text-decoration-thickness: auto;
        text-decoration-thickness: 0.5px;
        text-underline-offset: 5px;
    }
}

iframe {
    pointer-events: auto;
}

a:hover {
    color: #dc2d32;
}

section p {
    letter-spacing: var(--qlm-letter-spacing-normal);
    line-height: 24px;
    font-size: 20px;
}

html[lang="en-AU"] {
    section p {
        letter-spacing: -0.025em;
    }
}

html[lang="vi"] {
    section p {
        letter-spacing: var(--qlm-letter-spacing-normal);
        line-height: 24px;
        font-size: 20px;
    }
}

.sec_market_tab_content .section-content p {
    letter-spacing: var(--qlm-letter-spacing-normal);
    line-height: 20px;
    font-size: 20px;
    color: var(--qlm-color-red);
    font-weight: normal;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    font-weight: normal;
    font-size: 16px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .sec_market_tab_content .section-content p {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

article p {
    letter-spacing: var(--qlm-letter-spacing-normal);
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 1.6875rem;
}

article span {
    letter-spacing: var(--qlm-letter-spacing-normal);
    line-height: 24px;
    font-size: 20px;
}

article span * {
    font-size: inherit;
}

article .text p,
article .text span {
    font-size: inherit !important;
    line-height: inherit !important;
}

.uxb-wrapper article .text p,
.uxb-wrapper article .text span {
    font-size: inherit !important;
    line-height: inherit !important;
}

article h2 {
    margin-bottom: 1.3em;
}

article .uxb-wrapper .text h2 {
    margin-bottom: inherit;
}

article .text h2 {
    margin-bottom: inherit;
}

article .revert-css-post * {
    all: revert;
    /* về mặc định browser */
}

article ul li {
    margin-left: 10px;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-size: 20px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        article p {
            letter-spacing: -0.0275em;
        }

        article span {
            letter-spacing: -0.0275em;
        }

        article ul li {
            letter-spacing: -0.0275em;
        }
    }
}

article ul li::before {
    content: "";
    display: inline-block;
    background-image: url(../images/dot.png);
    width: 5px;
    height: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

article ul li::marker {
    content: "";
}

#content .text_red {
    color: var(--qlm-color-red);
}

#content .text_red a {
    color: var(--qlm-color-red);
}

#content a.text_red {
    color: var(--qlm-color-red);
}

.section.sec_top_header {
    background: var(--qlm-color-red);
}

.color-red {
    color: #dc2d32;
}

.nav-dropdown {
    background-color: #fcfcfc !important;
}

.nav-dropdown-has-border .nav-dropdown {
    border: none !important;
}

.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: none !important;
}

.nav-right li.current-dropdown:last-child > .nav-dropdown,
.nav-right li.has-dropdown:hover:last-child > .nav-dropdown {
    left: auto;
    right: -15px;
    top: 80px;
}

#header .stuck .nav-right li.current-dropdown:last-child > .nav-dropdown,
.nav-right li.has-dropdown:hover:last-child > .nav-dropdown {
    top: 58px;
}

/* custom the header  */
#header .wrap-menu {
    height: 100%;
}

header#header ul.header-nav-main.nav {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 20px;
    height: 128px;
    justify-content: center;
    flex-wrap: nowrap;
}

header#header ul.header-nav-main.nav > li {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

/* hide button at lang en */
html[lang="en-AU"] header#header ul.header-nav-main.nav > li.header-button-2 {
    display: none;
}

/* hide button at lang vi */
html[lang="vi"] header#header ul.header-nav-main.nav > li.header-button-1 {
    display: none;
}

html[lang="vi"] header#header .header-button-1 {
    display: none;
}

html[lang="en-AU"] .buton_calltoaction .btn_getaquote_vn {
    display: none;
}

/* hide button at lang vi */
html[lang="vi"] .buton_calltoaction .btn_getaquote_en {
    display: none;
}

html[lang="vi"] header#header ul.header-nav-main.nav > li.header-button-2 a {
    text-transform: none !important;
}

header#header ul.header-nav-main.nav.nav-right {
    gap: 0px !important;
}

#header .sub-menu.nav-dropdown.nav-dropdown-default {
    top: 127px;
}

#header .stuck .sub-menu.nav-dropdown.nav-dropdown-default {
    top: 80px;
}

header#header .stuck ul.header-nav-main.nav {
    top: 0px;
    height: auto;
}

.header-main .nav > li > a {
    font-size: 15px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    text-shadow: 0 0 #bebec9;
    text-underline-offset: 0.2em;
    transition:
        text-decoration-color 300ms,
        text-underline-offset 300ms;
}

.header-main .nav > li > a:hover {
    text-decoration: underline 2px var(--qlm-color-light-grey);
    text-decoration-color: var(--qlm-color-light-grey);
    text-underline-offset: 5px;
}

/* header language button */
.header-main li.header-language-dropdown > a {
    border-radius: 100px;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
    display: block;
    padding: 10px 10px;
    color: #7e7e83 !important;
    font-size: 14px;
    background: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 9px;
    font-weight: normal;
    line-height: unset !important;
}

/* top sub menu */
.header-main li.header-language-dropdown > a > i.icon-angle-down {
    margin-left: 20px;
}

.header-main .top_submenu .icon-box .icon-inner img {
    left: -3px;
    margin: 0 20%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
}

.header-main .top_submenu .icon-box .icon-inner {
    background: #e3002b;
}

.header-main .top_submenu .col-inner .is-border {
    border: 1px solid #b1b1b1;
}

.header-main .top_submenu .col-inner {
    height: 100%;
}

header#header .submenu_box .col-inner {
    height: 100%;
}

.sec_menu_findyourmarket_title .text_first {
    width: 475px;
}

/* header get a quote button */
.header-main .header-button-1 a {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

.header-main .custom .header-button a {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

/* on English hide another one */
html[lang="en-AU"] {
    .lang-getaquote {
        display: none;
    }

    .lang-english {
        display: block;
    }
}

/* on Vietnamese hide another one */
html[lang="vi"] {
    .lang-getaquote {
        display: none;
    }

    .lang-vietnam {
        display: block;
    }
}

html[lang="en-MY"] {
    .lang-getaquote {
        display: none;
    }

    .lang-malaysia {
        display: block;
    }

    #logo img {
        max-height: 100px !important;
    }

    .stuck #logo img {
        max-height: 80px !important;
    }
}

/* html lang Bangladesh */
html[lang="en-BD"] {
    .lang-getaquote {
        display: none;
    }

    .lang-bangladesh {
        display: block;
    }

    #logo img {
        max-height: 100px !important;
    }

    .stuck #logo img {
        max-height: 80px !important;
    }

    .footer.footer-1 ul.footer-market {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-count: 2;
        width: 600px;
        margin-top: 40px;
    }
}

.header-main .header-button-2 a {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

/* header account login */
.header-main a.account-login {
    background: white;
    border: 1px solid #808085;
}

.header-main a.account-login i.icon-user {
    color: #808085;
    top: 0px;
    padding: 0;
    margin: 0;
    font-size: 26px;
    border-radius: 50%;
}

.header-main li.header-language-dropdown a i.image-icon {
    display: none;
}

.has-dropdown .icon-angle-down {
    margin-left: 0px;
    opacity: 1;
}

.nav > li > a {
    align-items: center;
    display: block !important;
    flex-wrap: wrap;
    padding: 10px 0;
}

.nav-column > li > a,
.nav-dropdown > li > a,
.nav-vertical-fly-out > li > a,
.nav > li > a {
    color: #4b4b60 !important;
}

/* disble absolute footer */
.absolute-footer {
    display: none;
}

.footer-2 {
    font-size: 14px;
    line-height: 20px;
}

.footer-2 .footer-privacy ul li,
.footer-2 .menu-corporate-info-container ul li {
    line-height: 8px;
}

.footer.footer-1 {
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    /* CSS cho desktop (từ 768px trở lên) */
    @media (min-width: 768px) {
        .footer.footer-1 {
            font-family: "SVN-HelveticaNowDisplay-Medium";
            max-height: 550px;
            margin-top: 50px;
        }
    }
}

.footer.footer-1 .footer-market-container {
    max-width: 600px;
    flex-basis: 100%;
}

.footer.footer-1 ul.footer-market li {
    width: 50%;
    border: none;
}

.footer.footer-1 ul.footer-market li a {
    padding: 0px;
    font-size: 22px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .footer.footer-1 ul.footer-market li a {
            padding: 0px;
            font-size: 23px;
            line-height: 30px;
        }
    }
}

.footer.footer-1 ul.footer-market {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-count: 2;
    width: 492px;
    margin-top: 40px;
}

/* homepage top list */
.home_top_list ul li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
    float: left;
    margin: 10px 15px;
    color: white;
    font-size: 20px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .home_top_list ul li {
            letter-spacing: -0.0275em;
        }
    }
}

.home_top_list ul li:first-child {
    list-style: none;
}

.home_top_list a {
    color: white;
    text-decoration: none;
}

.home_top_list a:hover {
    color: white;
    text-decoration: underline;
}

/* menu printer */
.menu_printer {
    .home_top_list ul li {
        list-style: disc outside none;
        display: list-item;
        margin-left: 1em;
        float: left;
        margin: 10px 15px;
        color: white;
        font-size: 15px;
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    .home_top_list.right ul li {
        list-style: none;
        display: list-item;
        margin-left: 1em;
        float: left;
        margin: 10px 15px;
        color: white;
        font-size: 15px;
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    html[lang="en-AU"] {
        @media (min-width: 768px) {
            .home_top_list ul li {
                letter-spacing: var(--qlm-letter-spacing-normal);
            }

            .home_top_list.right ul li {
                letter-spacing: var(--qlm-letter-spacing-normal);
            }
        }
    }

    .home_top_list ul li:first-child {
        list-style: none;
    }

    .home_top_list a {
        color: white;
        text-decoration: none;
    }

    .home_top_list a:hover {
        color: white;
        text-decoration: underline;
    }

    .product_search {
        width: 240px;

        input[type="search"] {
            border-radius: 40px 0px 0px 40px;
            border-right: unset;
        }

        .submit-button {
            border-top-right-radius: 40px;
            border-bottom-right-radius: 40px;
        }

        .button.alt,
        .button.checkout,
        .checkout-button,
        .secondary {
            background: white;
        }

        .button,
        input[type="button"].button,
        input[type="reset"].button,
        input[type="submit"],
        input[type="submit"].button {
            border-color: unset;
            color: grey;
            border: none;
        }
    }
}

p.banner_title.red,
h1.banner_title.red {
    font-size: 70px;
    color: #dc2d32;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    letter-spacing: var(--qlm-letter-spacing-normal);
    margin: 0px 0px;
    font-weight: normal;
    margin-top: -40px;
}

/* section why qlm */

section.why_qlm .text_why_qlm {
    padding-bottom: 30px;
}

.row_why_qlm .col_whyqlm .col-inner:hover {
    box-shadow: 0px 10px 28px rgba(33, 33, 33, 0.2);
}

.row_why_qlm .col_whyqlm {
    cursor: pointer;
}

.text_why_qlm p {
    font-size: 48px;
    color: #dc2d32;
    letter-spacing: var(--qlm-letter-spacing-normal);
    margin: 0px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .text_why_qlm p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

html[lang="vi"] {
    .text_why_qlm p {
        font-size: 48px;
        color: #dc2d32;
        letter-spacing: var(--qlm-letter-spacing-normal);
        margin: 0px;
        font-family: "SVN-HelveticaNowDisplay-Medium";
    }
}

.nav > li {
    margin: 0 10px;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

/* font svn helvetica now text */
@font-face {
    font-family: "SVN-HelveticaNowText-Regular";
    src: url("../fonts/SVN-HelveticaNowText-Regular.ttf") format("truetype");
}

/* font svn helvetical now display */
@font-face {
    font-family: "SVN-HelveticaNowDisplay-Medium";
    src: url("../fonts/SVN-HelveticaNowDisplay-Medium.ttf") format("truetype");
}

/* HelveticaNowDisplay */
@font-face {
    font-family: "HelveticaNowDisplay";
    src: url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNowDisplay_medium";
    src: url("../fonts/HelveticaNowDisplay-Medium.woff") format("woff");
}

body {
    font-family: "SVN-HelveticaNowDisplay-Medium", arial, sans-serif;
}

h2 {
    font-family: "SVN-HelveticaNowDisplay-Medium", arial, sans-serif;
}

.entry-title {
    font-family: "SVN-HelveticaNowDisplay-Medium", arial, sans-serif;
}

/* fix header sub menu */
.has-icon-bg .icon .icon-inner {
    background-color: #e3002b;
    color: #e3002b !important;
}

#header .header-button a.primary.nav-top-not-logged-in {
    background: none;
}

#header .header-button a.primary.nav-top-not-logged-in .icon-user:before {
    content: "";
    background: url(../images/icon_login_grey.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    background-size: 32px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.nav-dropdown-has-border .nav-dropdown {
    border: none !important;
}

.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: none !important;
}

.sub-menu.nav-dropdown {
    background: #f4f4f4 !important;
}

.nav-column > li > a,
.nav-dropdown > li > a,
.nav-vertical-fly-out > li > a,
.nav > li > a {
}

header#header {
    background: white;
}

header#header:has(ul.header-nav li.menu-item.current-dropdown) {
    background: #f4f4f4;
}

header#header:has(ul.header-nav li.menu-item.current-dropdown)
    .header-bg-color.fill {
    background-color: #f4f4f4;
}

.header-bg-color.fill {
    /*background-color: inherit;*/
}

/* disble absolute footer */
.absolute-footer {
    display: none;
}

/* home banner */
section.home_banner {
    padding-top: 70px !important;
    padding-bottom: 20px !important;
}

.home_banner .flickity-prev-next-button {
    bottom: 5% !important;
    top: auto;
}

.home_banner .flickity-prev-next-button svg {
    background: #46484c;
    border: none !important;
}

.home_banner .slider-style-container .flickity-slider > :not(.is-selected),
.slider-style-focus .flickity-slider > :not(.is-selected),
.slider-style-shadow .flickity-slider > :not(.is-selected) {
    opacity: 0;
}

#content .home_banner .img .img-inner img {
    height: 734px;
    width: 100%;
    object-fit: cover;
}

#content .home_banner .img img {
    width: auto;
    max-width: initial;
}

.banner.banner_related {
    border-radius: 40px;
    overflow: hidden;
    height: 580px;
    margin-bottom: 40px;
}

.header_related h2 {
    font-weight: normal;
    font-size: 52px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.title_related h2 {
    font-weight: 400;
    font-size: 33px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    margin-bottom: 40px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .header_related h2 {
            letter-spacing: -0.025em;
        }

        .title_related h2 {
            letter-spacing: -0.025em;
        }
    }
}

.banner.banner_related .banner-inner {
    text-align: center;
}

.banner.banner_related .banner-inner img {
    height: 450px;
    width: auto;
    object-fit: cover;
}

.row_related .col {
    padding: 0 20px 30px;
}

/* section why qlm */
section.why_qlm .section-content {
    background: #deebfe;
    border: 1px solid #f2f2f2;
    border-radius: 50px;
    margin: 0px 30px;
    padding: 60px 0px;
    padding-bottom: 130px;
}

.text_why_qlm h2 {
    font-size: 50px;
}

.nav > li {
    margin: 0 10px;
}

.submenu_box .icon-box-text .title {
    font-size: 30px;
    color: #4b4b60;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    letter-spacing: var(--qlm-letter-spacing-normal);
    word-spacing: 0px;
    margin: 10px 0px;
}

html[lang="en-AU"] {
    .submenu_box .icon-box-text .title {
        letter-spacing: -0.025em;
    }

    @media (min-width: 768px) {
        .submenu_box .icon-box-text .title {
            font-size: 30px;
            letter-spacing: -0.025em;
        }
    }
}

.submenu_box .icon-box .icon-box-img {
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
}

.submenu_box .icon-box-text .info {
    font-family: "SVN-HelveticaNowDisplay-Medium";
    font-size: 22px;
    margin-bottom: 20px;
    color: #b2b2b9;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-weight: normal;
    line-height: 28px;
    width: 90%;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .submenu_box .icon-box-text .info {
            font-size: 22px;
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.home_banner .banner_info {
    font-size: 25.27px;
    line-height: 24px;
    margin-top: 80px;
    color: #4b4b60;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-family: "SVN-HelveticaNowDisplay-Medium";
    width: 85%;
    padding-bottom: 30px;
}

html[lang="en-AU"] {
    .home_banner .banner_info {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    @media (min-width: 768px) {
        .home_banner .banner_info {
            font-size: 25.27px;
            line-height: 130%;
            margin-top: 60px;
            width: 85%;
            padding-bottom: 30px;
        }
    }
}

.home_banner .home_banner_image {
    border-radius: 50px;
    overflow: hidden;
    max-width: 780px;
    max-height: 780px;
}

.banner_info a {
    color: #c1c1c6;
    font-size: 15px;
    text-decoration: underline;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .banner_info a {
            color: #c1c1c6;
            font-size: 22px;
            text-decoration: underline;
        }
    }
}

body {
    --color: #dc2d32;
    --hover-b: #dc2d32;
    --hover-w: #fff;
}

.home_banner .btn_quote {
    width: 177px;
    height: 62px;
    display: table-cell;
    border-radius: 40px;

    transition: all 0.5s ease;
}

.home_banner .btn_quote:hover {
    /* background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516); */
    /* box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75); */
    box-shadow: unset;
    filter: brightness(130%);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .home_banner .btn_quote,
        .btn_quote {
            position: relative;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            font-family: "SVN-HelveticaNowDisplay-Medium";
            /*! background-color: #6a1b9a; */
        }

        .home_banner .btn_quote:hover,
        .btn_quote:hover {
            /* background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516); */
            /* box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75); */
            box-shadow: unset;
            filter: brightness(130%);
            background-color: var(--qlm-color-dark-grey);
            transform: translateY(-3px);
            box-shadow:
                0 8px 15px rgba(0, 0, 0, 0.2),
                0 0 10px rgba(156, 39, 176, 0.4);
            color: #ffffff;
        }
    }
}

.home_banner .btn_quote span {
    display: inline-block;
    line-height: 1.6;
    font-weight: initial;
    font-size: 22px;
    padding-top: unset;
}

.page_printer {
    .btn_quote span {
        display: inline-block;
        line-height: 1.6;
        font-weight: initial;
        font-size: 22px;
        padding-top: unset;
        font-family: "SVN-HelveticaNowDisplay-Medium";
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .page_printer {
            .btn_quote span {
                letter-spacing: var(--qlm-letter-spacing-normal);
            }
        }
    }
}

.home_market .btn_quote {
    width: 177px;
    height: 62px;
    display: table-cell;
}

.home_latestnews_blog .is-divider {
    display: none;
}

.home_latestnews_blog .from_the_blog_excerpt {
    text-decoration: underline;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .home_latestnews_blog .from_the_blog_excerpt {
            text-decoration: underline;
            text-decoration-thickness: 0.5px;
            text-underline-offset: 5px;
        }
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes flow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100%;
    }
}

p.banner_title.red,
h1.banner_title.red {
    font-size: 4.4rem;
    color: #dc2d32;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    letter-spacing: var(--qlm-letter-spacing-normal);
    margin: 0px 0px;
    font-weight: normal;
    margin-top: -40px;
}

html[lang="en-AU"] {
    p.banner_title.red,
    h1.banner_title.red {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    @media (min-width: 768px) {
        p.banner_title.red,
        h1.banner_title.red {
            font-size: 4.4rem;
            color: #dc2d32;
            font-family: "SVN-HelveticaNowDisplay-Medium";
            letter-spacing: var(--qlm-letter-spacing-header);
            margin: 0px 0px;
            font-weight: normal;
            margin-top: -40px;
        }
    }
}

.page_printer {
    p.banner_title.red,
    h1.banner_title.red {
        font-size: 75px;
        color: #dc2d32;
        font-family: "SVN-HelveticaNowDisplay-Medium";
        letter-spacing: var(--qlm-letter-spacing-header);
        margin: 0px 0px;
        font-weight: normal;
        margin-top: -70px;
        line-height: 75px;
    }

    html[lang="en-AU"] {
        @media (min-width: 768px) {
            p.banner_title.red,
            h1.banner_title.red {
                letter-spacing: var(--qlm-letter-spacing-header);
            }
        }
    }

    .banner_info {
        margin-top: 50px;
        font-size: 20px;
        line-height: 28px;
    }

    .banner {
        background: unset;
    }

    .banner:hover {
        background-color: var(--qlm-color-red);
        border-radius: 40px;
    }

    .banner .category_title .text .text-inner {
        font-size: 34px;
        font-family: "SVN-HelveticaNowDisplay-Medium";
        margin: 0px;
        flex-basis: 380px;
        color: var(--qlm-color-red);
    }

    .banner .category_title .text .text-inner .text {
        width: 100%;
        padding-left: 32px;
    }

    .banner .category_title .text .text-inner .text div::after {
        content: "";
        background-image: url("https://qlmgroup.com/wp-content/uploads/2025/02/Vector-12-png.webp");
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 24px;
        /* Set the desired width */
        height: 16px;
        /* Set the desired height */
        margin-left: 8px;
        /* Adjust spacing between text and image */
    }

    .banner:hover .category_title .text .text-inner {
        color: white;
    }

    .banner .category_title .img {
        flex-basis: 20px;
        margin: 0px;
        margin-right: 40px;
    }

    .banner .img.category_img .img-inner {
        text-align: center;
    }

    .banner .img.category_img .img-inner img {
        width: auto;
        height: 210px;
        object-fit: contain;
    }

    .text-box .text-inner {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}

.page_printer.product_categories {
    .header_red {
        font-size: 70px;
        color: #dc2d32;
        font-family: "SVN-HelveticaNowDisplay-Medium";
        letter-spacing: var(--qlm-letter-spacing-normal);
        margin: 0px 0px;
        font-weight: normal;
        margin-top: unset;
        line-height: inherit;
        text-align: center;
    }

    .header_red a {
        font-size: 70px;
        color: #dc2d32;
        font-family: "SVN-HelveticaNowDisplay-Medium";
        letter-spacing: var(--qlm-letter-spacing-header);
        margin: 0px 0px;
        font-weight: normal;
        margin-top: -70px;
    }

    html[lang="en-AU"] {
        @media (min-width: 768px) {
            .header_red a {
                letter-spacing: var(--qlm-letter-spacing-header);
            }
        }
    }
}

.row_why_qlm .box_top {
    font-size: 14px;
    color: #b2b2b9;
}

.row_why_qlm p.title.red {
    font-size: 34px;
    letter-spacing: var(--qlm-letter-spacing-header);
    color: #dc2d32;
    margin-top: 28px;
    padding: 0px;
    line-height: 24px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.row_why_qlm p.info {
    font-size: 36px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    line-height: 35px;
    color: #4b4b60;
    margin-bottom: 20px;
    margin-top: 3px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="vi"] {
    @media (min-width: 768px) {
        .row_why_qlm p.title.red {
            font-size: 34px;
            letter-spacing: var(--qlm-letter-spacing-header);
            color: #dc2d32;
            margin-top: 28px;
            padding: 0px;
            line-height: 24px;
            font-family: "SVN-HelveticaNowDisplay-Medium";
        }

        .row_why_qlm p.info {
            font-size: 36px;
            letter-spacing: var(--qlm-letter-spacing-normal);
            line-height: 35px;
            color: #4b4b60;
            margin-bottom: 20px;
            margin-top: 3px;
            font-family: "SVN-HelveticaNowDisplay-Medium";
        }

        .row_why_qlm p.info span {
            font-size: 26px !important;
            letter-spacing: var(--qlm-letter-spacing-normal);
            line-height: 1.03em;
            color: #4b4b60;
            margin-bottom: 10px;
            margin-top: 10px;
        }
    }
}

html[lang="en-AU"] {
    .row_why_qlm .box_top {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    .row_why_qlm p.title.red {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    .row_why_qlm p.title.red span {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    .row_why_qlm p.info {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    .row_why_qlm p.info span {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    @media (min-width: 768px) {
        .row_why_qlm .box_top {
            font-size: 14px;
            color: #b2b2b9;
            letter-spacing: var(--qlm-letter-spacing-normal);
        }

        .row_why_qlm p.title.red {
            font-size: 34px !important;
            letter-spacing: var(--qlm-letter-spacing-header);
            color: #dc2d32;
            margin-top: 28px;
            padding: 0px;
            line-height: 24px;
            font-family: "SVN-HelveticaNowDisplay-Medium";
        }

        .row_why_qlm p.title.red span {
            font-size: 34px !important;
            letter-spacing: var(--qlm-letter-spacing-header);
            color: #dc2d32;
            padding: 0px;
            line-height: 24px;
            font-family: "SVN-HelveticaNowDisplay-Medium";
        }

        .row_why_qlm p.info {
            font-size: 38.85px !important;
            letter-spacing: var(--qlm-letter-spacing-normal);
            line-height: 35px;
            color: #4b4b60;
            margin-bottom: 20px;
            margin-top: 3px;
            font-family: "SVN-HelveticaNowDisplay-Medium";
        }

        .row_why_qlm p.info span {
            font-size: 26px !important;
            letter-spacing: var(--qlm-letter-spacing-normal);
            line-height: 1.03em;
            color: #4b4b60;
            margin-bottom: 10px;
            margin-top: 10px;
            font-family: "SVN-HelveticaNowDisplay-Medium";
        }
    }
}

.row_why_qlm a {
    text-decoration: underline;
    color: #b2b2b9;
    font-size: 14px;
}

.row_why_qlm p {
    margin: 0px;
}

.img_bottom {
    position: absolute !important;
    left: 0px;
    bottom: 0px;
    height: 140px;
    overflow: hidden;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

#content .col_whyqlm .col-inner {
    min-height: 380px;
    position: relative;
    padding: 28px;
}

html[lang="en-AU"] {
    .home_market_box p a:hover {
        color: var(--qlm-color-red);
    }
}

/* market section */

.home_market .row_market {
    position: relative;
    height: 651px;
}

#content .banner.home_market_box {
    width: 380px !important;
    min-height: 600px;
    display: inline-flex !important;
    margin: 0px 10px;
    max-width: initial !important;
    padding: 0 10px 30px !important;
    border-radius: 40px;
    overflow: hidden;
}

#content .banner.home_market_box.box_orange {
    background: #faeee8;
}

#content .banner.home_market_box.box_green {
    background: rgba(230, 244, 230, 0.6);
}

#content .banner.home_market_box.box_pink {
    background: rgba(253, 234, 246, 0.6);
}

#content .banner.home_market_box.box_blue {
    background: rgba(222, 235, 246, 0.6);
}

#content .banner.home_market_box.box_yellow {
    background: rgba(255, 251, 224, 0.6);
}

#content .banner.home_market_box .banner_bottom {
    position: absolute;
    bottom: 0;
}

#content .home_market .slider-nav-light .flickity-prev-next-button {
    bottom: -80px;
    top: unset;
    z-index: 9;
}

#content .home_market .slider-nav-light .flickity-prev-next-button.next {
    right: unset;
    left: 5%;
}

.home_market .row_market {
    position: relative;
    height: 651px;
    margin: auto;
    max-width: 2000px;
    padding-left: 150px;
}

.home_market .home_market_box {
    width: 380px;
    display: inline-flex !important;
    margin: 0px 10px;
    max-width: initial !important;
    padding: 0 10px 30px !important;
}

.home_market .home_market_box .img.banner_icon_top {
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    border: 4px solid var(--qlm-color-red);
    background: var(--qlm-color-red);
    padding: 4px;
    width: 38px !important;
    height: 38px;
}

.home_market .home_market_box:first-child {
    margin-left: 160px;
}

.home_market .box_market {
    height: 600px;
    position: relative;
}

.home_market .home_market_box .icon-box-text.last-reset {
    white-space: normal;
}

.home_market .row .row:not(.row-collapse) {
    width: -webkit-fill-available;
}

.home_market .arrow-left:hover {
    opacity: 0.5;
    cursor: pointer;
}

.home_market .arrow-left {
    color: #b2b2b9;
    bottom: 0px;
    left: 0;
    background: #f2f2f2;
    border-radius: 50%;
    padding: 12px;
    width: 50px !important;
    text-align: center;
}

.home_market .arrow-right {
    color: #b2b2b9;
    bottom: 0px;
    left: 15px;
    background: #f2f2f2;
    border-radius: 50%;
    padding: 12px;
    width: 50px !important;
    text-align: center;
}

.home_market .arrow-right:hover {
    opacity: 0.5;
    cursor: pointer;
}

/* home market slider */
.home_market_box-outer {
    position: relative !important;
    display: block !important;
    height: 1100px;
}

.home_market_box-inner {
    width: 1900px;
    height: 630px;
    position: absolute;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
    display: inline-block !important;
    max-width: initial !important;
}

.home_market .btn_getaquote {
    width: 177px;
    padding: 7px 0 !important;
    font-weight: 400;
    font-size: 20px;
    margin: 20px 0 !important;
    margin-top: 80px !important;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .home_market .btn_getaquote,
        .btn_getaquote {
            width: 177px;
            padding: 7px 0 !important;
            font-weight: 400;
            font-size: 20px;
            margin: 20px 0 !important;
            margin-top: 80px !important;
            font-family: "SVN-HelveticaNowDisplay-Medium";

            transition: all 0.5s ease;
            position: relative;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .home_market .btn_getaquote:hover,
        .btn_getaquote:hover {
            box-shadow: unset;
            filter: brightness(130%);
            background-color: var(--qlm-color-dark-grey);
            transform: translateY(-3px);
            box-shadow:
                0 8px 15px rgba(0, 0, 0, 0.2),
                0 0 10px rgba(156, 39, 176, 0.4);
            color: #ffffff;
        }
    }
}

.bg_orange {
    background: #faeee8;
}

.box_border_radius {
    border-radius: 30px;
    padding: 30px !important;
}

.home_market_box .col-inner {
    height: 100%;
    position: initial;
    padding: 30px;
    border-radius: 30px;
    background: #faeee8;
    min-height: 600px;
}

.home_market_box.box_green .col-inner {
    background: #e6f4e6;
}

.home_market_box.box_pink .col-inner {
    background: #fdeaf6;
}

.home_market_box.box_purple .col-inner {
    background: #deebfe;
}

.home_market_box.box_yellow_light .col-inner {
    background: rgba(255, 251, 224, 0.6);
}

.home_market .img_bottom {
    position: absolute !important;
    left: 10px;
    width: calc(100% - 20px) !important;
    bottom: 0px;
    height: 260px;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.home_market .icon-box-img {
    width: 38px !important;
}

.home_market p.title {
    font-size: 45px;
    line-height: 45px;
    color: #4b4b60;
    margin: 0px;
    margin-bottom: 40px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.home_market p.info {
    color: #4b4b60;
    font-size: 20px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.home_text_market p {
    font-size: 70px;
    color: #4b4b60;
    margin: 0px;
    margin: 60px 0px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    .home_market p.title {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    .home_market p.info,
    .home_market p.info span {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    .home_text_market p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    @media (min-width: 768px) {
        .home_market p.title {
            font-size: 47.306px;
            line-height: 1.03em;
            color: #4b4b60;
            margin: 0px;
            margin-bottom: 40px;
            letter-spacing: var(--qlm-letter-spacing-header);
            font-family: "SVN-HelveticaNowDisplay-Medium";
        }

        .home_market p.info,
        .home_market p.info span {
            color: #4b4b60;
            font-size: 18px !important;
            letter-spacing: var(--qlm-letter-spacing-normal);
            font-family: "SVN-HelveticaNowDisplay-Medium";
        }

        .home_text_market p {
            font-size: 67.58px;
            color: #4b4b60;
            margin: 0px;
            margin: 60px 0px;
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.page_printer_find_market.home_market {
    p.title {
        font-size: 44px;
        line-height: 46px;
        color: #4b4b60;
        margin: 0px;
        margin-bottom: 40px;
        letter-spacing: var(--qlm-letter-spacing-normal);
        font-family: "SVN-HelveticaNowDisplay-Medium";
    }
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .page_printer_find_market.home_market {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

html[lang="vi"] {
    .home_text_market p {
        font-size: 70px;
        color: #4b4b60;
        margin: 0px;
        margin: 60px 0px;
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.home_text_market p a {
    color: unset;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.page_printer_find_market {
    .home_text_market p a {
        color: unset;
        font-family: "SVN-HelveticaNowDisplay-Medium";
        font-size: 66px;
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .page_printer_find_market {
            .home_text_market p a {
                letter-spacing: var(--qlm-letter-spacing-normal);
            }
        }
    }
}

.arrow_bottom {
    position: absolute !important;
    bottom: 280px;
}

.banner_standupouches .btn_getaquote {
    width: 170px;
    padding: 5px 10px !important;
    border-radius: 40px;
    font-weight: normal;
    background: var(--qlm-color-red);
}

.btn_getaquote {
    width: 170px;
    padding: 5px 10px !important;
}

.home_latestnews_title {
    color: white !important;
    font-size: 45px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .home_latestnews_title {
            color: white !important;
            font-size: 47.306px;
        }
    }
}

.section.section_home_blog .row-grid .box .image-cover {
    height: clamp(362px, calc(440 * var(--unit)), 440px);
}

.section_home_blog {
    min-height: 1500px !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-flow: row !important;
    align-items: flex-start !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 127px !important;
    padding-bottom: 0px !important;
}

.section_home_blog.section_blog_page {
    min-height: initial !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-flow: row !important;
    align-items: flex-start !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: unset !important;
    padding-bottom: 0px !important;
}

.home_latestnews_title p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: normal !important;
    letter-spacing: var(--qlm-letter-spacing-header);
    line-height: unset;
    font-size: unset;
}

html[lang="en-AU"] {
    .home_latestnews_title p {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    @media (min-width: 768px) {
        .home_latestnews_title p {
            margin: 0px;
            padding: 0px;
            margin-bottom: 10px;
            font-weight: normal !important;
            letter-spacing: var(--qlm-letter-spacing-header);
            line-height: unset;
            font-size: unset;
        }
    }
}

.page_printer {
    .home_latestnews_title p {
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
        font-weight: normal !important;
        letter-spacing: var(--qlm-letter-spacing-header);
        line-height: unset;
        font-size: 65px;
        font-family: "SVN-HelveticaNowDisplay-Medium";
    }
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .page_printer {
            .home_latestnews_title p {
                letter-spacing: var(--qlm-letter-spacing-header);
            }
        }
    }
}

.page_printer.section_home_blog {
    min-height: unset !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-flow: row !important;
    align-items: flex-start !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 127px !important;
    padding-bottom: 0px !important;
}

html[lang="vi"] {
    .home_latestnews_title p {
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
        font-weight: normal !important;
        letter-spacing: var(--qlm-letter-spacing-header);
        line-height: unset;
        font-size: unset;
    }
}

.btn_loadmore {
    border-color: white !important;
    color: white !important;
    padding: 10px 35px !important;
    font-size: 20px !important;
    font-weight: normal !important;
}

/* homepage blog post */

.home_latestnews_blog .post-item {
    border-radius: 30px;
    height: clamp(600px, calc(680 * var(--unit)), 680px) !important;
}

.home_latestnews_blog.row-grid .box .image-cover {
    height: 360px;
}

.home_latestnews_blog .post-item .badge.top {
    left: 5%;
}

.home_latestnews_blog .post-item .post-title {
    font-weight: initial;
    font-size: 30px;
    letter-spacing: var(--qlm-letter-spacing-header);
    text-transform: uppercase;
    max-height: 95px;
    overflow: hidden;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .home_latestnews_blog .post-item .post-title {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.home_latestnews_blog .post-item:first-child .post-title {
    width: 60%;
}

.home_latestnews_blog .post-item:first-child .from_the_blog_excerpt {
    width: 25%;
}

.home_latestnews_blog .post-item .box-text a {
    line-height: 30px;
    font-size: 30px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.section_home_blog .btn_loadmore {
    margin-top: 80px;
}

.page_printer.section_home_blog .btn_loadmore {
    margin-top: unset;
}

#content .home_latestnews_blog .post-item .from_the_blog_excerpt {
    bottom: 20px;
    position: absolute;
    font-size: 20px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-weight: normal;
    color: #4b4b60;
    width: 60%;
    line-height: 22px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    display: block;
    /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 90px;
}

html[lang="en-AU"] {
    #content .home_latestnews_blog .post-item .from_the_blog_excerpt {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    @media (min-width: 768px) {
        #content .home_latestnews_blog .post-item .from_the_blog_excerpt {
            bottom: 20px;
            position: absolute;
            font-size: 20px;
            letter-spacing: var(--qlm-letter-spacing-normal);
            font-weight: normal;
            color: #4b4b60;
            width: 60%;
            line-height: 25px;
            font-family: "SVN-HelveticaNowDisplay-Medium";
            display: block;
            /* or inline-block */
            text-overflow: ellipsis;
            word-wrap: break-word;
            overflow: hidden;
            max-height: 62px;
            padding: 10px 0px;
        }
    }
}

.home_latestnews_blog
    .grid-col
    .box:not(.box-shade):not(.box-overlay):not(.box-badge)
    .box-text:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_next.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    cursor: pointer;
}

#content .home_latestnews_blog .badge-frame .badge-inner,
.home_latestnews_blog .badge-outline .badge-inner {
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    font-weight: normal;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .home_latestnews_blog .badge-frame .badge-inner,
        .home_latestnews_blog .badge-outline .badge-inner {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

#content .home_latestnews_blog .badge-frame .badge-inner,
.home_latestnews_blog .badge-outline .badge-inner .is-xsmall {
    font-size: 20px;
}

.home_latestnews_blog .badge-inner br {
    content: "";
    display: inline-block;
}

.home_latestnews_blog .has-hover:hover .badge-outline .badge-inner {
    background: none;
}

.home_latestnews_blog .post-item .col-inner .box-blog-post .box-image {
    border-radius: 30px !important;
}

.home_latestnews_blog .post-item .col-inner .box-blog-post .box-text {
    border-radius: 0px 0px 30px 30px !important;
    height: 220px;
}

.home_latestnews_blog .post-item:nth-child(1) {
}

.home_latestnews_blog .post-item:nth-child(3) {
}

/* homepage section contact qlm */
.contact_qlm {
    padding-top: 200px;
    border-radius: 0px 0px 40px 40px;
}

.box_getaquote {
    width: 250px;
}

.box_talktoteam {
    width: 250px;
}

.contact_qlm .title {
    color: #4b4b60;
    font-size: 47.306px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .contact_qlm .title {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    @media (min-width: 768px) {
        .contact_qlm .title {
            color: #4b4b60;
            font-size: 47.306px;
            letter-spacing: var(--qlm-letter-spacing-header);
            font-family: "SVN-HelveticaNowDisplay-Medium";
        }
    }
}

.contact_qlm .call_to_action {
    margin-top: 100px;
    margin-bottom: 100px;
    color: #4b4b60;
    /* padding-left: 30px; */
}

.contact_qlm .call_to_action a .icon-box.email {
    padding-right: 55px;
}

.contact_qlm .call_to_action a {
    color: #4b4b60;
}

.contact_qlm .call_to_action h3 {
    text-decoration: underline;
    color: #4b4b60;
    font-weight: normal;
    font-size: 33.79px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.contact_qlm .call_to_action h3 a {
    color: #4b4b60;
}

html[lang="en-AU"] {
    .contact_qlm .call_to_action h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    @media (min-width: 768px) {
        .contact_qlm .call_to_action h3 {
            text-decoration: underline;
            color: #4b4b60;
            font-weight: normal;
            font-size: 33.79px;
            letter-spacing: var(--qlm-letter-spacing-header);
            font-family: "SVN-HelveticaNowDisplay-Medium";
            text-decoration-thickness: auto;
            text-decoration-thickness: 0.5px;
            text-underline-offset: 9px;
        }
    }

    .contact_qlm .call_to_action h3 a {
        color: #4b4b60;
    }
}

/* footer */
.footer {
    padding: 100px 0 0;
}

.section_home_blog .section-bg.bg-loaded {
    background: white;
    border-radius: 0px 0px 50px 50px;
}

.page_printer.section_home_blog .section-bg.bg-loaded {
    background: #1d1d1f;
    border-radius: 0px 0px 0px 0px;
}

.footer-1,
.footer-2 {
    border-top: none !important;
}

.footer-2 > .row {
    border-top: 1px solid #898989 !important;
    padding-top: 80px;
    margin-top: 0px;
}

.footer-1 .large-columns-6 div:nth-child(1) {
    flex-basis: 180px !important;
}

.footer-1 .large-columns-6 div:last-child {
    flex-basis: 100% !important;
}

.footer-1 .textwidget {
    margin-top: 40px;
}

.footer-1 #text-3 {
    max-width: 240px !important;
}

.footer-1 #text-4 {
    max-width: 240px !important;
}

.footer-1 #text-5 {
    max-width: 240px !important;
}

.footer-1 #nav_menu-4 {
    max-width: 300px !important;
}

#main,
#wrapper {
    background-color: #e3e3e3 !important;
    position: relative;
}

#footer .footer_logo {
    width: 80px;
    height: 80px;
}

.footer-1 {
    color: #9b9b9b;
}

.footer-1 a {
    color: #9b9b9b;
}

.footer-1 .is-divider {
    display: none;
}

.footer-1 .widget-title {
    color: var(--qlm-color-red);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: var(--qlm-letter-spacing-header);
}

.footer-1 .widget-title a {
    color: var(--qlm-color-red);
}

.footer-1 ul.menu > li + li {
    border-top: none;
}

.footer-1 ul.locations li {
    font-size: 23px;
    margin: 0px 0px;
    padding: 0px;
    line-height: 31.9px;
    letter-spacing: 0em;
}

html[lang="en-AU"] {
    .footer-1 ul.locations li {
        letter-spacing: 0em;
    }

    @media (min-width: 768px) {
        .footer-1 ul.locations li {
            font-size: 23px;
            margin: 0px 0px;
            padding: 0px;
            line-height: 31.9px;
            letter-spacing: 0em;
        }
    }
}

.footer-1 .head_office {
    font-size: 20px;
    margin: 0px 0px;
    padding: 0px;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.footer-1 .contact {
    font-size: 20px;
    margin: 0px 0px;
    padding: 0px;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.footer-1 ul#menu-navigation,
.footer-1 ul.menu {
    margin-top: 40px;
}

.footer-1 ul#menu-corporate-info {
    margin-top: 40px;
}

.footer-1 ul#menu-navigation li {
    margin: 0px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    padding: 0px;
    line-height: 35px;
}

html[lang="en-AU"] {
    .footer-1 ul#menu-navigation li {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    @media (min-width: 768px) {
        .footer-1 ul#menu-navigation li {
            margin: 0px;
            letter-spacing: var(--qlm-letter-spacing-normal);
            padding: 0px;
            line-height: 30px;
        }
    }
}

.footer-1 ul.menu li a {
    font-size: 22px;
    margin: 0px 0px;
    padding: 0px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

.footer-1 ul#menu-navigation li a {
    font-size: 22px;
    margin: 0px 0px;
    padding: 0px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    .footer-1 ul#menu-navigation li a {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    @media (min-width: 768px) {
        .footer-1 ul#menu-navigation li a {
            font-size: 22px;
            margin: 0px 0px;
            padding: 0px;
            letter-spacing: var(--qlm-letter-spacing-normal);
            line-height: 30px;
        }
    }
}

.footer-1 ul#menu-corporate-info li {
    margin: 0px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    padding: 0px;
    line-height: 35px;
}

.footer-1 ul#menu-corporate-info li a {
    font-size: 20px;
    margin: 0px 0px;
    padding: 0px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

.footer-1 ul.footer-other-links {
    margin: 0;
    margin-top: 40px;
}

.footer-1 ul.footer-other-links li {
    margin: 0px;
}

.footer-1 ul.footer-other-links li a {
    font-size: 22px;
    margin: 0px 0px;
    padding: 0px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .footer-1 ul#menu-corporate-info li {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }

        .footer-1 ul#menu-corporate-info li a {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }

        .footer-1 ul.footer-other-links li a {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

html[lang="en-AU"] {
    .footer-1 ul.footer-other-links li a {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    @media (min-width: 768px) {
        .footer-1 ul.footer-other-links li a {
            font-size: 22px;
            margin: 0px 0px;
            padding: 0px;
            letter-spacing: var(--qlm-letter-spacing-normal);
            line-height: 30px;
        }
    }
}

.footer-1 .contact a {
    text-decoration: underline;
}

.footer-1 .contact a.phone {
    text-decoration: none;
}

.footer-2 {
    color: #9b9b9b;
}

/*
.footer-2 .large-columns-4 {
    border-top: 1px solid;
    padding-top: 80px;
}
 */

.footer-2 a {
    color: #9b9b9b;
}

.footer-2 .dark,
.footer-2 .dark .social-icons,
.footer-2 .nav-dark .social-icons {
    color: #9b9b9b;
}

.footer-2 .social-icons .button.is-outline {
    border-color: #dc2d32;
    background: #dc2d32;
    color: white;
}

.footer-2 #block-8 {
    width: 180px !important;
    flex-basis: auto;
}

#footer .footer-2 .footer2-first-column {
    width: 180px;
    max-width: 180px;
}

.footer-2 #nav_menu-7 {
    width: 250px;
    flex-basis: auto;
}

.footer-2 #block_widget-4 {
    width: 600px !important;
    flex-basis: 600px;
    max-width: none;
}

.footer-2 #block_widget-4 .social-icons {
    font-size: 18px;
}

.footer-2 #block_widget-4 .social-icons a {
    margin-right: 20px;
}

.footer-2 #polylang-3 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #e3e3e3;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right 0.45em top 50%;
    border: 2px solid #9b9b9b;
    width: 110px;
    background-repeat: no-repeat;
    background-size: auto 16px;
    border-radius: 100px;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
    display: block;
    padding-right: 1.4em;
    color: #9b9b9b;
    font-size: 20px;
    line-height: 25px;
}

#footer .footer-2 .head_office {
    flex-basis: 350px;
}

/* page: labels */

#content .labels_section_top_info {
    padding-top: 0px;
    background-color: var(--qlm-color-red);
    min-height: 190px;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#content .section.labels_section_top_banner {
    padding-top: 70px;
    padding-bottom: 30px;
}

.labels_section_top_banner {
    height: 750px;
}

.labels_section_top_banner .banner_slider img {
    width: auto;
    height: 700px;
    margin: auto;
}

.labels_section_top_banner .banner_slider .img .img-inner {
    overflow: hidden;
    text-align: center;
    padding-top: 0px;
}

.labels_section_top_banner .fill iframe {
    width: 100%;
    top: -100px;
    left: 0;
    height: 150%;
    position: absolute;
}

#content {
    background-color: white;
}

#content .section_explore {
    min-height: 750px;
    padding: 120px 0px;
    background-color: var(--qlm-color-dark-grey);
}

#content .section_explore.custom {
    padding: unset;
}

#content .section_explore p {
    margin: 0px;
    margin-bottom: 100px;
}

#content .section_explore br {
    content: "";
    height: 20px;
    display: block;
}

.section_explore .headline h2 {
    color: #9b9b9b87;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: var(--qlm-letter-spacing-header);
    margin-bottom: 50px;
    font-size: 22px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section_explore .headline h2 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content
    .section_explore
    .slider-style-focus
    .flickity-slider
    > :not(.is-selected) {
    transform: scale(0.83);
    opacity: 0.3;
}

#content
    .section.section_explore.section_aboutus_slider
    .slider-nav-light
    .flickity-prev-next-button {
    bottom: 40px;
}

#content
    .section.section_explore.section_aboutus_slider
    .slider-nav-light
    .flickity-prev-next-button.next {
    position: absolute;
    color: #fff;
    content: "";
    background: url(../images/icon_next_red.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
}

#content
    .section.section_explore.section_aboutus_slider
    .slider-nav-light
    .flickity-prev-next-button.previous {
    position: absolute;
    color: #fff;
    content: "";
    background: url(../images/icon_prev_red.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
}

#content .sec_labels_needhelp {
    padding: 130px 0px;
}

#content .sec_labels_needhelp ul {
    margin-left: 10px;
    font-size: 20px;
    line-height: 15px;
    list-style: none;
}

#content .sec_labels_needhelp ul li {
    margin-left: 10px;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    #content .sec_labels_needhelp ul li,
    .accordion.labels_needhelp p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

#content .sec_labels_needhelp ul li::before {
    content: "";
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(../images/dot.png);
    width: 5px;
    height: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

#content .sec_labels_needhelp .accordion-inner ul li::before {
    content: "" !important;
    display: inline-block !important;
    height: 50px;
    width: 50px;
    background-image: url(../images/dot.png) !important;
    width: 5px;
    height: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

section.sec_labels_needhelp .section-content h3.accordion_title {
    font-weight: lighter;
    font-size: 22px;
    color: #4b4b60;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

section.sec_labels_needhelp .section-content a.plain {
    font-size: 32px;
    color: #4b4b60;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    section.sec_labels_needhelp .section-content h3.accordion_title {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    section.sec_labels_needhelp .section-content a.plain {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

section.sec_labels_needhelp .section-content .accordion .toggle {
    opacity: 1;
}

section.sec_labels_needhelp .section-content .accordion.labels_needhelp span {
    margin-left: 0px;
}

section.sec_labels_needhelp .section-content .icon-angle-down {
    line-height: 0px;
}

section.sec_labels_needhelp .section-content .icon-angle-down::before {
    content: "" !important;
    background: url(../images/icon_plus.png) no-repeat 0 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    background-size: 100%;
}

.sec_labels_needhelp .accordion-title.active {
    background-color: unset;
}

section.sec_labels_needhelp
    .section-content
    .accordion-title.active
    .icon-angle-down::before {
    content: "" !important;
    background: url(../images/icon_minus.png) no-repeat 0 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    background-size: 100%;
}

section.sec_labels_needhelp .section-content .accordion .toggle {
    width: auto;
}

section.sec_labels_needhelp
    .section-content
    .accordion
    .accordion-title:last-of-type {
    padding: 10px 60px;
}

section.sec_labels_needhelp .section-content .accordion .accordion-title {
}

section.sec_labels_needhelp .accordion .toggle {
    border-radius: 999px;
    height: 1.5em;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0px;
    transform-origin: 50% 47%;
    width: 2.3em;
}

section.sec_labels_needhelp {
    .nav-tabs > li.active > a {
        border-top-color: var(--fs-color-primary);
        color: white !important;
        font-weight: normal;
        background: var(--qlm-color-red);
        border-radius: 10px 10px 0 0;
    }

    ul li {
        margin-bottom: 0px !important;
    }

    .nav-tabs + .tab-panels {
        background-color: none;
        border: 4px solid #f2f2f2;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        padding: 30px;
    }

    .nav-tabs > li > a {
        background-color: unset;
        border-left: none;
        border-right: none;
        border-top: none;
        padding-left: 15px;
        padding-right: 15px;
        color: var(--qlm-color-red) !important;
    }

    ul li::before {
        content: "";
        display: none !important;
        height: 50px;
        width: 50px;
        width: 5px;
        height: 4px;
        background-image: none !important;
        margin-right: 10px;
        margin-bottom: 0px;
    }
}

.chemical_labels.sec_labels_needhelp {
    ul li::before {
        content: "" !important;
        display: inline-block !important;
        height: 50px;
        width: 50px;
        background-image: url(../images/dot.png) !important;
        width: 5px;
        height: 4px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
}

#content .section_explore .text_colorize p {
    background: linear-gradient(to right, #e3002b 10%, #82c0e1 50%);
    -webkit-background-clip: text;
    font-size: 65px;
    -webkit-text-fill-color: transparent;
    line-height: 72px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    width: 85%;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    #content .section_explore .text_colorize p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    #content .section_explore .header-title {
        font-size: 1.85rem;
    }
}

.page_printer {
    .text_colorize p {
        background: linear-gradient(to right, #e3002b 10%, #82c0e1 50%);
        -webkit-background-clip: text;
        font-size: 130px;
        -webkit-text-fill-color: transparent;
        line-height: 130px;
        letter-spacing: var(--qlm-letter-spacing-normal);
        width: 85%;
        font-family: "SVN-HelveticaNowDisplay-Medium";
    }

    .right_col {
        .summary {
            line-height: 24px;
        }

        .icon-box .icon-box-img {
            width: 90px !important;
            height: 90px;
            /* background: var(--qlm-color-red); */
            margin: 0 auto;
            text-align: center;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .icon-box-text {
            font-size: 28px;
            font-family: "SVN-HelveticaNowDisplay-Medium";
            line-height: 28px;
            display: flex;
            align-content: center;
            align-items: center;
        }
    }
}

html[lang="vi"] {
    #content .section_explore .text_colorize p {
        background: linear-gradient(to right, #e3002b 10%, #82c0e1 50%);
        -webkit-background-clip: text;
        font-size: 65px;
        -webkit-text-fill-color: transparent;
        line-height: 72px;
        letter-spacing: var(--qlm-letter-spacing-normal);
        width: 95%;
        font-family: "SVN-HelveticaNowDisplay-Medium";
    }
}

#content .section_explore.page_label .text_colorize p {
    background: linear-gradient(to right, #e3002b 10%, #82c0e1 50%);
    -webkit-background-clip: text;
    font-size: 65px;
    -webkit-text-fill-color: transparent;
    line-height: 65px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    width: 85%;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    margin-bottom: 30px;
}

html[lang="en-AU"] {
    .page_printer {
        .text_colorize p {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }

    #content .section_explore.page_label .text_colorize p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.section_explore .col_details h2 {
    font-size: 33px;
    width: 80%;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.section_explore .col_details p.color_grey_light {
    color: #b2b2b9 !important;
    font-size: 19px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section_explore .col_details p.color_grey_light {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.section_explore .col_details ul {
    margin-left: 10px;
    font-size: 20px;
    line-height: 15px;
    list-style: none;
}

.section_explore .col_details ul li {
    margin-left: 10px;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    color: var(--qlm-color-light-grey);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section_explore .col_details ul li {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section_explore .col_details ul li {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.section_explore .col_details ul li::before {
    content: "";
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(../images/dot_2.png);
    width: 3px;
    height: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.section_explore .slider {
    min-height: 550px;
}

.section_explore .slider .flickity-prev-next-button {
    top: unset;
    bottom: 20px;
    width: 30px;
}

.section_explore .slider .flickity-prev-next-button.previous {
    left: 48%;
}

.section_explore .slider .flickity-prev-next-button.next {
    left: 48%;
    margin-left: 45px;
}

.section_explore .slider .slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
    border: none !important;
    border-radius: 100%;
    background: #4b4b60;
}

.section_explore .slider .flickity-slider img {
    border-radius: 40px;
}

.section_explore
    .slider
    .slider-style-focus
    .flickity-slider
    > :not(.is-selected) {
    transform: scale(0.9);
    opacity: 0.3;
}

#content .section.sec_understand_packaging {
    padding: 100px 0px;
    padding-bottom: 0px;
}

#content .section.sec_understand_packaging.custom {
    padding: unset;
}

#content
    .sec_understand_packaging.flexibles_standup_pouches
    .section-content
    .col {
    padding: 0px;
}

#content .section.sec_understand_packaging .flickity-slider > * {
    scale: 0.95;
}

.sec_understand_packaging h2 {
    font-size: 55px;
    color: var(--qlm-color-red);
    letter-spacing: var(--qlm-letter-spacing-header);
    margin-bottom: 80px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .sec_understand_packaging h2 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

html[lang="vi"] {
    .sec_understand_packaging h2 {
        font-size: 55px;
        color: var(--qlm-color-red);
        letter-spacing: var(--qlm-letter-spacing-header);
        margin-bottom: 80px;
        font-family: "SVN-HelveticaNowDisplay-Medium";
    }
}

.sec_understand_packaging p {
    font-size: 15px;
    text-align: start;
    line-height: 20px;
    color: var(--qlm-color-medium-grey);
    font-family: "SVN-HelveticaNowDisplay-Medium";
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    .sec_understand_packaging p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

html[lang="vi"] {
    .sec_understand_packaging p {
        font-size: 15px;
        text-align: start;
        line-height: 20px;
        color: var(--qlm-color-medium-grey);
        font-family: "SVN-HelveticaNowDisplay-Medium";
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.labels_section_top_info .section-content {
    height: 100%;
}

#content .labels_section_top_info h2.headline,
#content .labels_section_top_info h1.headline {
    position: absolute;
    bottom: 0px;
    color: white;
    font-weight: normal;
    font-size: 52px;
    padding: 0px;
    margin: 0px;
    letter-spacing: var(--qlm-letter-spacing-header);
    top: 100px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    #content .labels_section_top_info h2.headline,
    #content .labels_section_top_info h1.headline {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    @media (min-width: 768px) {
        #content .labels_section_top_info h2.headline,
        #content .labels_section_top_info h1.headline {
            position: absolute;
            bottom: -10px;
            color: white;
            font-weight: normal;
            font-size: 52px;
            padding: 0px;
            margin: 0px;
            letter-spacing: var(--qlm-letter-spacing-header);
            font-family: "SVN-HelveticaNowDisplay-Medium";
        }
    }
}

html[lang="en-BD"] {
    #content .labels_section_top_info h2.headline,
    #content .labels_section_top_info h1.headline {
        position: absolute;
        bottom: 0px;
        color: white;
        font-weight: normal;
        font-size: 46px;
        padding: 0px;
        margin: 0px;
        letter-spacing: var(--qlm-letter-spacing-header);
        top: inherit;

        font-family: "SVN-HelveticaNowDisplay-Medium";
    }

    #content .labels_section_top_info h2.headline {
        position: absolute;
        bottom: 0px;
        color: white;
        font-weight: normal;
        font-size: 35px;
        padding: 0px;
        margin: 0px;
        letter-spacing: var(--qlm-letter-spacing-header);
        top: 40px;

        font-family: "SVN-HelveticaNowDisplay-Medium";
    }
}

#content .labels_section_top_info h2.headline.autoheight,
#content .labels_section_top_info h1.headline.autoheight {
    position: inherit;
    width: 890px;
    bottom: 0px;
    color: white;
    font-weight: normal;
    font-size: 52px;
    padding: 0px;
    margin: 0px;
    letter-spacing: var(--qlm-letter-spacing-header);
    top: 100px;
}

#content .labels_section_top_info.page_market_specific h2.headline,
#content .labels_section_top_info.page_market_specific h1.headline {
    position: inherit;
    color: white;
    font-weight: normal;
    font-size: 55px;
    padding: 0px;
    margin: 0px;
    letter-spacing: var(--qlm-letter-spacing-header);
    top: unset;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .labels_section_top_info h2.headline.autoheight,
        #content .labels_section_top_info h1.headline.autoheight {
            letter-spacing: var(--qlm-letter-spacing-header);
            top: inherit;
            width: max-content;
        }

        #content .labels_section_top_info.page_market_specific h2.headline,
        #content .labels_section_top_info.page_market_specific h1.headline {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.labels_section_top_info .row_labels_content {
    height: 100%;
}

.tab_label_by .section.has-block.tooltipstered {
    padding: 0px;
}

.sec_headline .heading_top_wrapper {
    padding-top: 40px;
}

#content .heading_top_wrapper .col {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sec_headline ul.heading_topright_menu {
    margin: 0px;
}

.sec_headline ul.heading_topright_menu ul {
    margin: 0px;
    margin-left: 10px;
    line-height: 10px;
}

.sec_headline ul.heading_topright_menu li {
    border-top: none;
    display: inline;
}

.sec_headline ul.heading_topright_menu li:first-child:before {
    content: "";
    display: none;
}

.sec_headline ul.heading_topright_menu li:before {
    content: "/";
    color: #f26580;
}

.sec_headline ul.heading_topright_menu li a {
    color: #f26580;
}

.sec_headline ul.heading_topright_menu li a {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .sec_headline ul.heading_topright_menu li a {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.sec_headline ul.heading_topright_menu li.current_page_item a {
    color: white;
}

html[lang="vi"] {
    #content .labels_section_top_info h2.headline,
    #content .labels_section_top_info h1.headline {
        bottom: 0px;
        color: white;
        font-weight: normal;
        font-size: 44px;
        padding: 0px;
        margin: 0px;
        letter-spacing: var(--qlm-letter-spacing-header);
        top: 100px;
        padding-top: 24px;
        font-family: "SVN-HelveticaNowDisplay-Medium";
        position: inherit;
    }

    #content .labels_section_top_info h2.headline.autoheight,
    #content .labels_section_top_info h1.headline.autoheight {
        position: inherit;
        width: 1200px;
        bottom: 0px;
        color: white;
        font-weight: normal;
        font-size: 52px;
        padding: 0px;
        margin: 0px;
        letter-spacing: var(--qlm-letter-spacing-header);
        top: 100px;
    }
}

/* homepage top list */
.home_top_list ul li.active {
    color: white;
}

#content .tabbed-content .nav-vertical {
    /* border-top: 1px solid #C5C5C5; */
    width: 26%;
}

#content .sec_market_tab_content .tabbed-content .nav-vertical {
    border-top: 1px solid #c5c5c5;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

#content .tab_market_specific.tabbed-content .nav-vertical {
    border-top: 1px solid #c5c5c5;
    width: 26%;
}

#content .tab_standuppouches.tab_market_specific.tabbed-content .nav-vertical {
    border-top: none;
}

#content .tab_standuppouches.tabbed-content .nav-vertical {
    /* border-top: 1px solid #C5C5C5; */
    width: 50%;
    padding-right: 240px;
}

.home_top_list ul li {
    color: #f26580;
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
    float: left;
    margin: 10px 15px;
    color: white;
    font-size: 20px;
}

.home_top_list ul li:first-child {
    list-style: none;
}

#content .tabbed-content.tab_label_by > h4 {
    width: auto;
    font-size: 53px;
    text-transform: inherit;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    color: var(--qlm-color-medium-grey);
    margin-right: 40px;
    max-width: 390px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .tabbed-content.tab_label_by > h4 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.tabbed-content.tab_label_by > ul {
    width: auto;
}

.tabbed-content.tab_label_by > ul.nav {
    display: none;
}

#content .tabbed-content.tab_label_by > ul li {
    margin-left: 5px;
    min-width: 120px;
    text-align: center;
    min-height: 35px;
}

.tabbed-content.tab_label_by .nav-pills > li.active > a {
    background-color: var(--fs-color-primary);
    color: #fff !important;
    opacity: 1;
}

.tabbed-content.tab_label_by .nav-pills > li > a {
    background-color: #f5f5f7;
    color: #dcdcdc !important;
    opacity: 1;
    line-height: 35px;
    font-size: 20px;
}

/* page top list */
.page_top_list ul li.active {
    color: white;
}

.page_top_list ul li.active a {
    color: white;
}

.page_top_list a {
    color: #f26580;
}

.page_top_list a:hover {
    color: white;
}

.page_top_list ul li {
    color: #f26580;
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
    float: left;
    margin: 10px 10px;
    font-size: 20px;
}

.page_top_list ul li:first-child {
    list-style: none;
}

.tab_inner_container .nav > li > a:hover,
.tab_inner_container .nav > li.active > a {
    color: var(--qlm-color-medium-grey) !important;
}

.tab_inner_container .nav > li > a {
    color: var(--qlm-color-light-grey) !important;
    font-size: 32px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    padding: 3px 0px;
}

html[lang="en-AU"] {
    .tab_inner_container .nav > li > a {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.sec_tabs_market_specific .tab_inner_container .nav > li > a,
.folded_cartons .tab_inner_container .nav > li > a {
    padding: 3px 0;
}

#content .tab_inner_container h2.black_headline {
    color: #4b4b60;
    border-top: 1px solid var(--qlm-color-grey);
    padding-top: 30px;
    font-weight: normal;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-size: 20px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .tab_inner_container h2.black_headline {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content .tab_inner_container h2.black_headline a {
    color: var(--qlm-color-grey);
    font-size: 15px;
    text-decoration: underline;
}

#content .tab_inner_container h2.black_headline a.readmore {
    color: var(--qlm-color-grey);
    font-size: 15px;
    text-decoration: underline;
}

.tab_inner_container .nav-vertical > li + li {
    border-top: 1px solid #f2f2f2;
}

.tab_inner_container .nav-line > li > a:before {
    border-top: 1px solid #d9d9d9;
    background-color: unset;
}

.tab_inner_container .nav-vertical + .tab-panels {
    border-left: none;
}

#content .tab_inner_container ul.lablestab_sub_content {
    margin: 0px;
}

#content .tab_inner_container ul.lablestab_sub_content li {
    list-style: none;
    line-height: 20px;
}

.tab_inner_container ul.lablestab_sub_content li {
    margin-bottom: 0px;
}

.tab_inner_container ul.lablestab_sub_content li a {
    color: var(--qlm-color-light-grey-bold-hover);
    text-decoration: none;
    font-size: 16px;
    color: var(--qlm-color-medium-grey);
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    list-style-image: url(../images/dot.png);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .tab_inner_container ul.lablestab_sub_content li a {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.tab_inner_container ul.lablestab_sub_content li a.active {
    color: var(--qlm-color-medium-grey) !important;
    text-decoration: underline;
}

.tab_inner_container ul.lablestab_sub_content li a:hover,
a:active {
    color: var(--qlm-color-medium-grey) !important;
    text-decoration: underline;
}

#content .labels_section_label_by {
    padding-top: 70px;
}

#content .labels_section_label_by .tab-panels {
    padding-top: 60px;
}

#content .labels_section_label_by .head_title h2 {
    width: auto;
    font-size: 53px;
    text-transform: inherit;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    color: var(--qlm-color-medium-grey);
    margin-right: 40px;
    /* max-width: 356px; */
    max-width: initial;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    #content .labels_section_label_by .head_title h2 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

/* end page: labels */

/* page: segment */

section.section_slide_segment .icon .img-inner {
    border: 1px solid var(--qlm-color-red);
    border-radius: 50%;
    background: var(--qlm-color-red);
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

section.section_slide_segment .icon .img-inner img {
    max-width: 20px;
    margin-top: 5px;
}

#content > section.section_slide_segment .bg.bg-loaded {
    background-size: auto 180px !important;
    background-position: 210px 50%;
}

/* section location market */
#content > section.section_location_market.section_slide_segment .bg.bg-loaded {
    background-size: auto 133px !important;
    background-position: 230px 50%;
}

section.section_slide_segment .banner {
    border-radius: 40px;
}

section.section_slide_segment .slider-style-shadow .flickity-slider > :before {
    background-image: unset !important;
    background-size: 100% 100%;
    bottom: -6px;
    content: "";
    height: 100px;
    left: -10%;
    position: absolute;
    right: -10%;
    z-index: -2;
}

#content .slider-nav-light .flickity-prev-next-button {
    bottom: 20px;
    top: unset;
}

#content .slider-nav-light .flickity-prev-next-button svg {
    display: none;
}

#content .slider-nav-light .flickity-prev-next-button.previous {
    position: absolute;
    color: #fff;
    content: "";
    background: url(../images/icon_slider_left.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
}

#content .slider-nav-light .flickity-prev-next-button.next {
    position: absolute;
    color: #fff;
    content: "";
    background: url(../images/icon_slider_right.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
}

#content .slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: var(--qlm-color-red);
}

#content .flickity-page-dots .dot {
    border: none;
    border-top-color: rgb(17, 17, 17);
    border-right-color: rgb(17, 17, 17);
    border-bottom-color: rgb(17, 17, 17);
    border-left-color: rgb(17, 17, 17);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    opacity: 1;
    transition: opacity 0.3s;
    background-color: white;
}

section.section_slide_segment .banner .overlay {
    background-color: unset !important;
}

/* banner green light */
section.section_slide_segment .banner.bg_green_light {
    background: #e6f4e6;
}

/* banner red light */
section.section_slide_segment .banner.bg_red_light {
    background: #fdeaf6;
}

/* banner blue light */
section.section_slide_segment .banner.bg_blue_light {
    background: #deebfe;
}

section.section_slide_segment .banner.bg_blue_light2 {
    background: #f3f3f7;
}

section.section_slide_segment .banner.bg_blue_light3 {
    background: #e6ebf4;
}

section.section_slide_segment .banner.bg_cyant_light {
    background: #d9f7f3;
}

/* banner yellow light */
section.section_slide_segment .banner.bg_yellow_light {
    background: #fbf9e9;
}

section.section_slide_segment .banner.bg_yellow_light2 {
    background: #fbf5f0;
}

section.section_slide_segment .banner.bg_yellow_light3 {
    background: #edebe7;
}

section.section_slide_segment .banner.bg_orange_light {
    background: #faeee8;
}

section.section_slide_segment .banner.bg_orange_light2 {
    background: #fedede;
}

section.section_slide_segment .banner.bg_purple_light {
    background: #f2eefa;
}

section.section_slide_segment .banner.bg_qlm_off_grey {
    background: var(--qlm-color-off-grey);
}

section.section_slide_segment .banner h3 {
    color: #4b4b60;
    position: absolute;
    bottom: 30px;
    left: 30px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-size: 33px;
}

section.section_location_market.section_slide_segment .banner h3 {
    color: #4b4b60;
    position: absolute;
    bottom: 10px;
    left: 30px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-size: 33px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    max-width: 240px;
}

html[lang="en-AU"] {
    section.section_slide_segment .banner h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    section.section_location_market.section_slide_segment .banner h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

section.section_slide_segment .banner.long_text h3 {
    font-size: 30px;
}

section.section_slide_segment .banner-layer {
    height: 100%;
    width: 100% !important;
}

section.section_slide_segment .text-box-content {
    height: 100%;
}

section.sec_list_market .headline h2 {
    color: #dc2d32;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: var(--qlm-letter-spacing-header);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        section.sec_list_market .headline h2 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

section.sec_list_market .nav-vertical > li + li {
    border-top: unset;
}

section.sec_list_market .nav-line > li > a::before {
    background-color: unset;
}

#content .sec_list_market .tabbed-content .nav-vertical {
    width: 40%;
}

section.sec_list_market .tab_list_of_market .nav > li {
    line-height: 30px;
}

section.sec_list_market .tab_list_of_market .nav > li > a {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    font-size: 24px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    text-decoration: none;
    color: #4b4c5a;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        section.sec_list_market .tab_list_of_market .nav > li > a {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

section.sec_list_market .tab_list_of_market .nav > li > a:hover {
    text-decoration: underline;
}

section.sec_list_market .tab_list_of_market .tab-panels ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

section.sec_list_market .tab_list_of_market .tab-panels ul li a {
    color: black;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        section.sec_list_market .tab_list_of_market .tab-panels ul li a {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

section.sec_list_market .tab_list_of_market .nav-vertical + .tab-panels {
    border-left: unset;
    flex: 1;
    margin-top: 0 !important;
    padding: 0 30px 30px;
}

#content .sec_list_market .tabbed-content .nav-vertical {
    border-top: none;
}

#content .sec_market_tab_content {
    padding: 0px;
}

#content .sec_market_tab_content .tab-panels {
    padding-top: 0px;
}

#content .sec_market_tab_content .tab-panels .flickity-slider .img .img-inner {
    border-radius: 40px;
    overflow: hidden;
}

#content .sec_market_tab_content .tab-panels .col-inner h3 {
    font-weight: 400;
    font-size: 33px;
    color: #f1b09d;
    letter-spacing: var(--qlm-letter-spacing-header);
    margin-bottom: 40px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .sec_market_tab_content .tab-panels .col-inner h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content .sec_market_tab_content .tab-panels .col:first-child .col-inner {
    padding-top: 20px;
    border-top: 1px solid #c5c5c5;
}

#content .sec_market_tab_content .tab-panels .col-inner ul {
    margin-left: 10px;
    font-size: 20px;
    line-height: 15px;
    list-style: none;
    margin-top: 0px;
}

#content .sec_market_tab_content .tab-panels .col-inner ul li {
    margin-left: 10px;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-size: 20px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .sec_market_tab_content .tab-panels .col-inner ul li {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

#content
    .sec_market_tab_content
    .tab-panels
    .col-inner
    ul:not(.lablestab_sub_content)
    li::before {
    content: "";
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(../images/dot.png);
    width: 5px;
    height: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.sec_market_tab_content .tab-panels .entry-content h2 {
    color: #dc2d32;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 16px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

#content .sec_market_tab_content .tab-panels .entry-content ul li {
    color: var(--qlm-color-medium-grey);
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    list-style-image: url(../images/dot.png);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .sec_market_tab_content .tab-panels .entry-content h2 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    #content .sec_market_tab_content .tab-panels .entry-content ul li {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

#content .sec_market_tab_content .slider img {
    height: 505px;
}

#content .sec_market_tab_content .tab-panels .entry-content ul li::marker {
    display: block;
    content: "";
}

/* end page: segment */

/* page: flexibles */
.sec_understand_packaging .box_packaging {
    border-radius: 40px;
    overflow: hidden;
    min-height: 450px;
}

.sec_understand_packaging .box_packaging.orange {
    background: rgba(247, 227, 217, 0.6);
}

.sec_understand_packaging .box_packaging h4,
.sec_understand_packaging .box_packaging h4 > a {
    color: #4b4b60 !important;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-family: "SVN-HelveticaNowDisplay-Medium";
    text-decoration: none;
}

html[lang="en-AU"] {
    .sec_understand_packaging .box_packaging h4,
    .sec_understand_packaging .box_packaging h4 > a {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

html[lang="vi"] {
    .sec_understand_packaging .box_packaging h4,
    .sec_understand_packaging .box_packaging h4 > a {
        color: #4b4b60 !important;
        font-weight: 400;
        font-size: 32px;
        letter-spacing: var(--qlm-letter-spacing-normal);
        font-family: "SVN-HelveticaNowDisplay-Medium";
        text-decoration: none;
    }
}

.sec_understand_packaging .box_packaging p {
    color: var(--qlm-color-medium-grey);
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-size: 16px;
    line-height: 22px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    margin-top: 20px;
}

html[lang="vi"] {
    .sec_understand_packaging .box_packaging p {
        color: var(--qlm-color-medium-grey);
        font-size: 16px;
        line-height: 22px;
        font-family: "SVN-HelveticaNowDisplay-Medium";
        letter-spacing: var(--qlm-letter-spacing-normal);
        margin-top: 20px;
    }
}

.sec_understand_packaging .box_packaging a {
    color: var(--qlm-color-light-grey) !important;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-size: 16px;
    text-decoration: underline;
}

html[lang="en-AU"] {
    .sec_understand_packaging .box_packaging a {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.sec_understand_packaging .box_packaging .box-text {
    padding: 30px;
}

.sec_understand_packaging .box_packaging.blue {
    background: rgba(222, 235, 254, 0.6);
}

.sec_understand_packaging .box_packaging.yellow {
    background: rgba(255, 251, 224, 0.6);
}

.section.sec_understand_packaging .number_inner p {
    position: absolute;
    left: 30px;
    border: 9px solid white;
    z-index: 9;
    border-radius: 50%;
    padding: 0px;
    background: white;
    color: var(--qlm-color-red);
    font-size: 25px;
    top: 30px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#content .sec_page_contact_qlm {
    padding: 100px 0px;
    border-radius: 0px 0px 40px 40px;
}

#content .sec_page_contact_qlm a h3 {
    text-decoration: underline;
    color: #4b4b60;
    font-weight: normal;
    font-size: 33px;
    letter-spacing: var(--qlm-letter-spacing-header);
    margin: 0px;
}

html[lang="en-AU"] {
    #content .sec_page_contact_qlm a h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

html[lang="vi"] {
    #content .sec_page_contact_qlm a h3 {
        text-decoration: underline;
        color: #4b4b60;
        font-weight: normal;
        font-size: 33px;
        letter-spacing: var(--qlm-letter-spacing-header);
        margin: 0px;
    }
}

.qlm_flexibles h2 {
    font-size: 55px;
    line-height: 50px;
    color: var(--qlm-color-red);
    letter-spacing: var(--qlm-letter-spacing-header);
    margin: 0px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .qlm_flexibles h2 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

html[lang="vi"] {
    .qlm_flexibles h2 {
        font-size: 47px;
        line-height: 47px;
        color: var(--qlm-color-red);
        letter-spacing: var(--qlm-letter-spacing-header);
        margin: 0px;
        font-family: "SVN-HelveticaNowDisplay-Medium";
    }
}

.qlm_flexibles p {
    font-size: 16px;
    text-align: start;
    line-height: 20px;
    color: var(--qlm-color-medium-grey);
    font-family: "SVN-HelveticaNowDisplay-Medium";
    font-weight: normal;
}

.qlm_flexibles_list p {
    font-size: 17px;
    text-align: start;
    line-height: 20px;
    color: var(--qlm-color-medium-grey);
    margin-top: 28px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    .qlm_flexibles p,
    .qlm_flexibles_list p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

html[lang="vi"] {
    .qlm_flexibles_list p {
        font-size: 17px;
        text-align: start;
        line-height: 20px;
        color: var(--qlm-color-medium-grey);
        margin-top: 28px;
        font-family: "SVN-HelveticaNowDisplay-Medium";
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.qlm_flexibles_list p a {
    text-decoration: underline;
    font-weight: normal;
    color: var(--qlm-color-red) !important;
    font-size: 15px;
}

#content .qlm_flexibles_list .banner .img .img-inner {
    margin: auto;
    text-align: center;
}

#content .qlm_flexibles_list .banner .img .img-inner img {
    height: 186px;
    margin: auto;
    width: auto;
}

.qlm_flexibles a {
    color: var(--qlm-color-red);
    text-decoration: underline;
}

.sec_qlm_flexibles .banner {
    border-radius: 40px;
}

#content .sec_qlm_flexibles .banner.banner_green {
    background: rgba(230, 244, 230, 0.6);
}

#content .sec_qlm_flexibles .banner.banner_pink {
    background: rgba(253, 234, 246, 0.6);
}

#content .sec_qlm_flexibles .banner.banner_blue {
    background: rgba(222, 235, 254, 0.6);
}

#content .sec_qlm_flexibles .banner.banner_orange {
    background: rgba(250, 238, 232, 0.6);
}

#content .sec_qlm_flexibles .banner.banner_yellow {
    background: rgba(251, 249, 233, 0.6);
}

#content .sec_qlm_flexibles .banner.banner_purple {
    background: rgba(242, 238, 250, 0.6);
}

.sec_qlm_flexibles .banner h3 {
    font-size: 32px;
    text-transform: none;
    width: fit-content;
    letter-spacing: var(--qlm-letter-spacing-header);
    color: var(--qlm-color-medium-grey);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .sec_qlm_flexibles .banner h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

html[lang="vi"] {
    .sec_qlm_flexibles .banner h3 {
        font-size: 32px;
        text-transform: none;
        width: fit-content;
        letter-spacing: var(--qlm-letter-spacing-header);
        color: var(--qlm-color-medium-grey);
        font-family: "SVN-HelveticaNowDisplay-Medium";
    }
}

.sec_qlm_flexibles .banner h3 a {
    color: var(--qlm-color-medium-grey);
}

/* end page: flexibles */

/* page: flexible stand up pounches */

.tabbed-content.tab_market_specific > h4 {
    font-size: 50px;
    text-transform: inherit;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: 400;
    padding: 0px;
    margin-bottom: 40px;
    color: var(--qlm-color-medium-grey);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .tabbed-content.tab_market_specific > h4 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.tabbed-content.tab_market_specific > h4:after {
    background: #c5c5c5;
    color: var(--qlm-color-medium-grey);
    position: absolute;
    content: "";
    border-bottom: 1px solid var(--qlm-color-grey);
    width: 42%;
    left: 0;
    top: 100px;
    height: 1px;
}

.tab_standuppouches.tabbed-content.tab_market_specific > h4,
.tab_standuppouches.tabbed-content.tab_market_specific > h2 {
    font-size: 53px;
    text-transform: inherit;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: 400;
    padding: 0px;
    margin-bottom: 40px;
    color: var(--qlm-color-medium-grey);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .tab_standuppouches.tabbed-content.tab_market_specific > h4,
        .tab_standuppouches.tabbed-content.tab_market_specific > h2 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.tab_standuppouches.tabbed-content.tab_market_specific > h4:after {
    border-bottom: none;
}

.slider-wrapper.slider_stand_up_pouches {
    margin-left: 127px;
}

#content .slider_stand_up_pouches .section {
    padding: 0px 10px;
}

#content .slider_stand_up_pouches .banner_box {
    border-radius: 40px;
    overflow: hidden;
}

#content .slider_stand_up_pouches .banner_box.orange {
    background: rgba(247, 227, 217, 0.6);
}

#content .slider_stand_up_pouches .banner_box.green {
    background: rgba(240, 248, 240, 0.6);
}

#content .slider_stand_up_pouches .banner_box.pink {
    background: rgba(254, 242, 249, 0.6);
}

#content .slider_stand_up_pouches .banner_box .img {
    height: 170px;
    overflow: hidden;
}

#content .slider_stand_up_pouches .banner_box.banner h4 {
    color: var(--qlm-color-medium-grey);
    font-weight: normal;
    font-size: 35px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-family: "SVN-HelveticaNowDisplay-Medium";
    margin-top: 5px;
    margin-bottom: 5px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .slider_stand_up_pouches .banner_box.banner h4 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content .slider_stand_up_pouches .banner_box .text-inner .text {
    color: var(--qlm-color-medium-grey);
    padding: 0px 20px;
}

#content .slider_stand_up_pouches .banner_box .text-inner .text .small {
    font-size: 10px;
}

#content
    .slider_stand_up_pouches
    .slider-style-shadow
    .flickity-slider
    > :before {
    background-image: unset;
}

#content
    .slider_stand_up_pouches
    .slider-style-shadow
    .flickity-slider
    > :not(.is-selected) {
    opacity: 1;
    transform: scale(1);
    z-index: -1;
}

#content .slider_stand_up_pouches .flickity-prev-next-button {
    bottom: -60px;
    top: initial;
}

#content .slider_stand_up_pouches .flickity-prev-next-button.next {
    right: unset;
    left: 80px;
}

/* end page : flexible stand up pounches */

/* page: chemical labels */

#content .contact_qlm.pages {
    border-top: 1px solid var(--qlm-color-grey);
    padding-top: 100px;
    background-color: white;
}

#content .contact_qlm.pages.noborder {
    border-top: none;
    padding-top: 100px;
}

#content .contact_qlm.pages.noborder.page_flexible {
    padding: 0px;
}

#content .sec_under_form_horizontal.contact_qlm.pages.noborder {
    border-top: none;
    padding-top: 10px;
}

#content .contact_qlm.pages .icon-box-text {
    letter-spacing: var(--qlm-letter-spacing-normal);
}

#content .contact_qlm.pages .contact_qlm {
    padding-top: 0px;
    border-radius: 0px 0px 40px 40px;
}

.page_content.chemical_labels h2 {
    font-weight: 400;
    font-size: 33px;
    color: #f1b09d;
    letter-spacing: var(--qlm-letter-spacing-header);
    margin-bottom: 40px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .page_content.chemical_labels h2 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content .page_content.chemical_labels {
    color: var(--qlm-color-dark-grey);
    padding: 80px;
    padding-bottom: 0px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.page_content.chemical_labels ul {
    margin-left: 10px;
    font-size: 20px;
    line-height: 15px;
    list-style: none;
}

.page_content.chemical_labels ul li {
    margin-left: 10px;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .page_content.chemical_labels ul li {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.page_content.chemical_labels ul li span {
    line-height: 20px;
}

.page_content.chemical_labels ul li::before {
    content: "";
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(../images/dot.png);
    width: 5px;
    height: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.page_content.chemical_labels .banner_slider {
    position: absolute !important;
    top: -170px;
    width: 100%;
}

#content .page_content.chemical_labels .banner_slider .img-inner {
    text-align: center;
}

#content .page_content.chemical_labels .banner_slider .img {
    border-radius: 40px;
    width: 785px !important;
    height: 700px;
    overflow: hidden;
    background: url(../images/bg_chemical_label-min.png) no-repeat center center;
}

#content .page_content.chemical_labels .banner_slider .img .img-inner img {
    width: auto;
    height: 600px;
}

#content .page_content.chemical_labels .banner_slider .img {
    border-radius: 40px;
    width: 785px !important;
    height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_banner_top .col-inner {
    height: 540px;
}

section.page_content.chemical_labels.sec_labels_needhelp
    .section-content
    a.plain {
    font-size: 20px;
    color: #4b4b60;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        section.page_content.chemical_labels.sec_labels_needhelp
            .section-content
            a.plain {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

section.page_content.chemical_labels.sec_labels_needhelp
    .section-content
    h3.accordion_title {
    margin-bottom: 40px;
}

section.page_content.chemical_labels.sec_labels_needhelp
    .section-content
    .icon-angle-down::before {
    width: 30px;
    height: 30px;
}

section.page_content.chemical_labels.sec_labels_needhelp .section-content {
    padding-top: 0px;
}

/* end page : chemical labels */

/* page market specific */

.banner_market_specific .section-content {
    padding: 60px 0px;
}

.banner_standupouches.banner_market_specific p {
    line-height: 26px;
    margin-bottom: 100px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .banner_standupouches.banner_market_specific p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.banner_market_specific a.btn_quote {
    margin-top: 65px;
}

.banner_market_specific p {
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.icon_header {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.icon_header .img-inner {
    border: 5px solid white;
    background: white;
    border-radius: 50%;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.banner_market_specific .slider h3 {
    color: #dc2d32;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
}

.banner_market_specific .slider .col-inner {
    font-size: 20px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-weight: normal;
    color: #4b4b60;
}

#content .banner_market_specific .slider .col-inner h3 {
    letter-spacing: var(--qlm-letter-spacing-header);
    font-size: 16px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .banner_market_specific .slider .col-inner {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }

        #content .banner_market_specific .slider .col-inner h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.banner_market_specific .slider .col-inner .img-inner {
    text-align: center;
}

.banner_market_specific .slider .col-inner .img-inner img {
    height: 520px;
    width: auto;
    text-align: center;
}

/* update */
.banner_market_specific h3 {
    color: #dc2d32;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
}

.banner_market_specific .col-inner {
    font-size: 20px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-weight: normal;
    color: #4b4b60;
}

#content .banner_market_specific .col-inner h3 {
    letter-spacing: var(--qlm-letter-spacing-header);
    font-size: 16px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .banner_market_specific .col-inner {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }

        #content .banner_market_specific .col-inner h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.banner_market_specific .col-inner .img-inner {
    text-align: center;
}

.banner_market_specific .col-inner .img-inner img {
    height: 520px;
    width: auto;
    text-align: center;
}

.border_radius_overflow {
    border-radius: 40px;
    overflow: hidden;
}

.btn_quote {
    width: 177px;
    height: 62px;
    display: table-cell;
    border-radius: 40px !important;
}

.btn_quote:hover {
    /* background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516); */
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}

.btn_quote span {
    display: inline-block;
    line-height: 1.6;
    font-weight: initial;
    font-size: 20px;
    padding-top: 13px;
}

#content .sec_tabs_market_specific {
    padding-top: 100px;
}

#content .sec_tabs_market_specific .head_title h2 {
    width: auto;
    font-size: 53px;
    text-transform: inherit;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    margin-right: 0px;
    color: var(--qlm-color-medium-grey);
    margin-right: 40px;
    max-width: 356px;
    max-width: initial;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .sec_tabs_market_specific .head_title h2 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content .sec_tabs_market_specific .head_title h2:after {
    color: var(--qlm-color-medium-grey);
    position: absolute;
    content: "";
    border-bottom: 1px solid var(--qlm-color-grey);
    width: 42%;
    left: 0;
    top: inherit;
    height: 1px;
    padding-top: 100px;
}

.sec_tabs_market_specific .tab_market_specific ul.nav li a {
    font-size: 32px;
    font-weight: normal;
}

.sec_tabs_market_specific .tab_market_specific .tab-panels .entry-content h2 {
    color: #dc2d32;
    font-weight: normal;
    font-size: 16px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    letter-spacing: var(--qlm-letter-spacing-header);
}

.sec_tabs_market_specific
    .tab_market_specific
    .tab-panels
    .entry-content
    ul
    li {
    color: var(--qlm-color-medium-grey);
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    list-style-image: url(../images/dot.png);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.sec_tabs_market_specific
    .tab_market_specific
    .tab-panels
    .entry-content
    ul
    li
    a {
    color: var(--qlm-color-medium-grey);
    text-decoration: underline;
}

#content
    .sec_tabs_market_specific
    .tab_market_specific
    .text_column
    .col-inner {
    border-top: 1px solid #c5c5c5;
    padding-top: 25px;
}

#content
    .sec_tabs_market_specific
    .tab-panels
    .flickity-slider
    .img
    .img-inner {
    border-radius: 40px;
    overflow: hidden;
}

#content
    .sec_tabs_market_specific
    .tab-panels
    .flickity-slider
    .img
    .img-inner
    img {
    height: 623px;
    width: auto;
    object-fit: cover;
}

/* end page market specific */

/* page: contact */

#content .sec_welcome {
    padding: 80px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

#content .sec_welcome p {
    margin-bottom: 0px;
    font-size: 20px;
}

#content .sec_welcome .section-content {
    font-size: 22px;
    color: var(--qlm-color-medium-grey);
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .sec_welcome .section-content {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.col_locations {
    border-radius: 40px;
}

.col_locations .banner_location {
    border-radius: 40px;
    background: unset;
}

.col_locations .banner_location a {
    color: var(--qlm-color-medium-grey);
    text-decoration: underline;
}

.col_locations .banner_location a:hover {
    color: var(--qlm-color-light-grey);
}

.col_locations .banner_location:hover {
    background: #f5f5f7;
}

.col_locations .banner_location .text-box-content {
    padding: 30px;
    color: var(--qlm-color-medium-grey);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

#content .col_locations .banner_location .text-box-content h3 {
    color: var(--qlm-color-red);
    font-size: 14px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

#content .col_locations .banner_location .text-box-content p {
    color: var(--qlm-color-medium-grey);
    font-size: 16px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    line-height: 20px;
}

#content .tab_locations h4 {
    width: 20%;
    padding: 0px;
    margin: 0px;
    color: var(--qlm-color-red);
    text-transform: inherit;
    font-size: 32px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: normal;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .col_locations .banner_location .text-box-content p {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }

        #content .tab_locations h4 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content .tab_locations.tabbed-content ul.nav {
    width: 78%;
}

#content .tab_locations.tabbed-content ul.nav > li {
    margin: 0px 1px;
    min-width: 94px;
    text-align: center;
}

#content .tab_locations.tabbed-content ul.nav > li > a {
    color: white;
    font-size: 14px;
}

#content .tab_locations.tabbed-content ul.nav.nav-pills > li.active > a {
    background-color: var(--qlm-color-red);
    color: #fff !important;
    opacity: 1;
    font-size: 15px;
    padding: 0px 20px;
}

#content .tab_locations.tabbed-content ul.nav.nav-pills > li:not(.active) > a {
    background-color: #f2f2f2;
    color: black;
    opacity: 1;
}

.text_underline {
    text-decoration: underline;
}

/* end page: contact */

/* page: quote */
#content .sec_quote_text {
    background-color: white;
    padding: 0px;
    margin: 0px;
}

#content .sec_quote_text h2 {
    color: var(--qlm-color-red);
    font-weight: normal;
    font-size: 33px;
    letter-spacing: var(--qlm-letter-spacing-header);
    margin-bottom: 30px;
}

#content .needhelp_small.sec_labels_needhelp {
    padding: 0px;
}

#content .needhelp_small.sec_labels_needhelp .section-content a.plain {
    font-size: 20px;
    color: #4b4b60;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .sec_quote_text h2 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }

        #content .needhelp_small.sec_labels_needhelp .section-content a.plain {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

#content
    .needhelp_small.sec_labels_needhelp
    .section-content
    .icon-angle-down::before {
    content: "" !important;
    background: url(../images/icon_plus.png) no-repeat 0 0;
    background-size: auto;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    background-size: 100%;
}

#content
    .needhelp_small.sec_labels_needhelp
    .section-content
    .accordion-title.active
    .icon-angle-down::before {
    content: "" !important;
    background: url(../images/icon_minus.png) no-repeat 0 0;
    background-size: auto;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    background-size: 100%;
}

#content .sec_form_quote.sec_labels_needhelp .labels_needhelp .accordion-inner {
    padding-left: 60px;
}

#content
    .sec_form_quote.sec_labels_needhelp
    .section-content
    a.accordion-title::after {
    content: "" !important;
    background: url(../images/arrow_down.png) no-repeat 0 0;
    background-size: auto;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 20px;
}

#content
    .sec_form_quote.sec_labels_needhelp
    .section-content
    a.accordion-title.active::after {
    content: "" !important;
    background: url(../images/arrow_up.png) no-repeat 0 0;
    background-size: auto;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 20px;
}

/* end page: quote */

/* page: market segment */

.section.section_banner_breadcrumb {
    align-items: flex-end;
    display: flex;
}

.section_banner_breadcrumb .icon-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.section_banner_breadcrumb .icon-box h3 {
    color: white;
    font-size: 50px;
    letter-spacing: var(--qlm-letter-spacing-header);
    margin: 0px;
    line-height: 60px;
}

.section_banner_breadcrumb .icon-box p {
    color: white;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section_banner_breadcrumb .icon-box h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }

        .section_banner_breadcrumb .icon-box p {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.section_banner_breadcrumb .icon-box .icon-box-img {
    padding-top: 20px;
}

/* end page: market segment */

/* page: about us */
.sec_aboutus_header.labels_section_top_info {
    padding-top: 0px;
    background-color: var(--qlm-color-red);
    height: 900px;
}

.sec_aboutus_header .headline_top h3 {
    color: white;
    font-size: 54px;
    letter-spacing: var(--qlm-letter-spacing-header);
    margin-top: 20px;
    margin-bottom: 80px;
}

.sec_aboutus_header .headline_top p {
    color: white;
    font-size: 54px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    margin-top: 20px;
    margin-bottom: 80px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .sec_aboutus_header .headline_top h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }

        .sec_aboutus_header .headline_top p {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.sec_aboutus_header.labels_section_top_info .headline_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    margin-bottom: 100px;
    height: 40%;
}

.sec_aboutus_header.labels_section_top_info .icon_logo {
    margin: auto;
    text-align: center;
}

.sec_aboutus_header.labels_section_top_info .icon_logo img {
    width: 150px;
}

#content .section.section_location_header.labels_section_top_info h2.headline,
#content .section.section_location_header.labels_section_top_info h1.headline,
#content .section.sec_aboutus_header.labels_section_top_info h1.headline,
#content .section.sec_aboutus_header.labels_section_top_info h2.headline {
    position: relative;
    bottom: 0px;
    color: white;
    font-weight: normal;
    font-size: 75px;
    padding: 0px;
    margin: 0px;
    letter-spacing: var(--qlm-letter-spacing-header);
    line-height: 75px;
}

html[lang="en-AU"] {
    #content
        .section.section_location_header.labels_section_top_info
        h2.headline,
    #content
        .section.section_location_header.labels_section_top_info
        h1.headline,
    #content .section.sec_aboutus_header.labels_section_top_info h1.headline,
    #content .section.sec_aboutus_header.labels_section_top_info h2.headline {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

.section.section_aboutus_whatwestandfor {
    background-color: white;
}

.section.section_aboutus_whatwestandfor .text.the_title {
    text-align: center;
    color: var(--qlm-color-red);
    font-size: 18px;
    font-weight: normal;
    letter-spacing: var(--qlm-letter-spacing-header);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_aboutus_whatwestandfor .text.the_title {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.section.section_aboutus_whatwestandfor .banner {
    background-color: white;
}

.section.section_aboutus_whatwestandfor .banner .text.the_header {
    width: 80%;
    margin-bottom: 80px;
}

.section.section_aboutus_whatwestandfor .banner .text.the_header h2 {
    font-size: 70px;
    font-weight: normal;
    color: var(--qlm-color-medium-grey);
    letter-spacing: var(--qlm-letter-spacing-header);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_aboutus_whatwestandfor .banner .text.the_header h2 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.section.section_aboutus_whatwestandfor
    .banner
    .text.the_header
    h2
    span.text_red {
    color: var(--qlm-color-red);
}

.section.section_aboutus_whatwestandfor .banner .text.the_quote {
    font-size: 20px;
    font-weight: normal;
    color: var(--qlm-color-medium-grey);
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_aboutus_whatwestandfor .banner .text.the_quote {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

#content .section.section_aboutus_whatwestandfor .flickity-page-dots .dot {
    border: none;
    border-radius: inherit;
    cursor: pointer;
    display: inline-block;
    height: 2px;
    width: 160px;
    margin: 0 2px;
    opacity: 1;
    transition: opacity 0.3s;
    background-color: #ececec;
}

#content
    .section.section_aboutus_whatwestandfor
    .slider-nav-light
    .flickity-page-dots
    .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: var(--qlm-color-red);
}

.section.section_aboutus_ourstory {
    background-color: #f5f5f7;
}

.section.section_aboutus_ourstory .banner {
    background-color: unset;
    height: 800px;
}

.section.section_aboutus_ourstory .banner .img {
    margin-top: 80px;
}

.section.section_aboutus_ourstory .banner .img img {
    width: 70%;
}

.section.section_aboutus_ourstory .banner .text.box_text {
}

.section.section_aboutus_ourstory .banner .text.box_text h3 {
    color: var(--qlm-color-medium-grey);
    font-size: 55px;
    font-weight: normal;
    letter-spacing: var(--qlm-letter-spacing-header);
}

.section.section_aboutus_ourstory .banner .text.box_text h3 span.text_red {
    color: var(--qlm-color-red);
}

.section.section_aboutus_ourstory .banner .text.box_text p {
    color: var(--qlm-color-medium-grey);
    font-size: 20px;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_aboutus_ourstory .banner .text.box_text h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }

        .section.section_aboutus_ourstory .banner .text.box_text p {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

/* section about us location */
.section.section_aboutus_location {
    background-color: white;
}

.section.section_aboutus_location .text_header {
}

.section.section_aboutus_location .text_header h3 {
    color: var(--qlm-color-light-grey);
    letter-spacing: var(--qlm-letter-spacing-header);
    font-size: 76px;
    line-height: 80px;
    margin-bottom: 100px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_aboutus_location .text_header h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.section.section_aboutus_location .text_header h3 span.text_red {
    color: var(--qlm-color-red);
}

.section.section_aboutus_location .locations_box {
    margin: auto;
    text-align: center;
    width: 80%;
}

.section.section_aboutus_location .locations_box .location_item {
}

.section.section_aboutus_location .locations_box .location_item img {
    width: 15px;
}

.section.section_aboutus_location .locations_box .location_item .icon-box-text {
    font-size: 14px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    color: var(--qlm-color-medium-grey);
    line-height: 20px;
    margin-top: 25px;
}

.section.section_aboutus_location
    .locations_box
    .location_item
    .icon-box-text
    h3 {
    font-size: 20px;
    letter-spacing: var(--qlm-letter-spacing-header);
    color: var(--qlm-color-medium-grey);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_aboutus_location
            .locations_box
            .location_item
            .icon-box-text {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }

        .section.section_aboutus_location
            .locations_box
            .location_item
            .icon-box-text
            h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.section.section_aboutus_location
    .locations_box
    .location_item
    .icon-box-text:hover
    h3,
.section.section_aboutus_location
    .locations_box
    .location_item
    .icon-box-text:hover
    p {
    color: var(--qlm-color-red);
}

.section.section_aboutus_slider {
    background-color: white;
}

.section.section_aboutus_slider .banner {
    border-radius: 40px;
    background-color: white;
}

.section.section_aboutus_slider .banner .bg.bg-loaded {
    border-radius: 40px;
}

.section.section_aboutus_slider .banner .text-box h3 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: var(--qlm-letter-spacing-header);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_aboutus_slider .banner .text-box h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content
    .section.section_aboutus_slider
    .slider-nav-light
    .flickity-prev-next-button {
    bottom: -30px;
    top: unset;
    opacity: 1;
    margin-left: 50px;
}

#content .section.section_aboutus_slider .flickity-prev-next-button.previous {
    left: 45%;
}

#content .section.section_aboutus_slider .flickity-prev-next-button.next {
    left: 47%;
}

#content
    .section.section_aboutus_slider
    .slider-nav-light
    .flickity-prev-next-button.next {
    position: absolute;
    color: #fff;
    content: "";
    background: url(../images/icon_next_black.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
}

#content
    .section.section_aboutus_slider
    .slider-nav-light
    .flickity-prev-next-button.previous {
    position: absolute;
    color: #fff;
    content: "";
    background: url(../images/icon_prev_black.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
}

/* section about us video */
.section.section_aboutus_video {
    margin-top: 80px;
    background-color: white;
}

/* section about us our partner */
#content .section.section_aboutus_ourpartner {
    background-color: white;
    padding-top: 150px;
}

.section.section_aboutus_ourpartner .text_box {
}

.section.section_aboutus_ourpartner .text_box h3 {
    color: var(--qlm-color-red);
    letter-spacing: var(--qlm-letter-spacing-header);
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 100px;
}

.section.section_aboutus_ourpartner .text_box p {
    font-size: 75px;
    color: var(--qlm-color-medium-grey);
    letter-spacing: var(--qlm-letter-spacing-normal);
    text-align: center;
    line-height: 80px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .section.section_aboutus_ourpartner .text_box h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    .section.section_aboutus_ourpartner .text_box p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

/* section about us our technology */
#content .section.section_aboutus_ourtechnology {
    background-color: var(--qlm-color-dark-grey);
}

#content .section.section_aboutus_ourtechnology h3 {
    color: var(--qlm-color-red);
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: auto;
    text-align: left;
}

.section.section_aboutus_ourtechnology .text_box .text_big {
    font-size: 50px;
    letter-spacing: var(--qlm-letter-spacing-header);
    margin-bottom: 0px;
    line-height: normal;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    #content .section.section_aboutus_ourtechnology h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    .section.section_aboutus_ourtechnology .text_box .text_big {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

.section.section_aboutus_ourtechnology .text_box .text_small {
    font-size: 20px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    line-height: normal;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_aboutus_ourtechnology .text_box .text_small {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

/* section about us our technology banner */
#content .section.section_aboutus_ourtechnology .banner {
    border-radius: 40px;
    overflow: hidden;
    background: white;
}

#content .section.section_aboutus_ourtechnology .banner .text-box {
    height: 100%;
}

#content .section.section_aboutus_ourtechnology .banner .text-box-content {
    height: 100%;
}

#content
    .section.section_aboutus_ourtechnology
    .banner
    .text-box-content
    .text-inner {
    height: 100%;
}

#content .section.section_aboutus_ourtechnology .banner .image_banner {
    height: 500px;
}

#content .section.section_aboutus_ourtechnology .banner .image_banner img {
    height: 500px;
}

/* section about us our technology banner stack */
#content .section.section_aboutus_ourtechnology .banner .stack {
    padding: 10px 20px;
    background-color: white;
}

#content .section.section_aboutus_ourtechnology .banner .stack .img.first {
    max-width: 345px;
    height: 90px;
}

#content .section.section_aboutus_ourtechnology .banner .stack .img img {
    width: auto;
}

#content .section.section_aboutus_ourtechnology .banner .stack .img.second {
    max-width: 120px;
    height: 90px;
}

#content .section.section_aboutus_ourtechnology .banner .stack .text h3 {
    font-size: 35px;
    letter-spacing: var(--qlm-letter-spacing-header);
    color: black;
    text-transform: none;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    #content .section.section_aboutus_ourtechnology .banner .stack .text h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

#content .section.section_aboutus_ourtechnology .flickity-page-dots .dot {
    border: none;
    border-radius: inherit;
    cursor: pointer;
    display: inline-block;
    height: 2px;
    width: 160px;
    margin: 0 2px;
    opacity: 1;
    transition: opacity 0.3s;
    background-color: #ececec;
}

#content
    .section.section_aboutus_ourtechnology
    .slider-nav-light
    .flickity-page-dots
    .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: var(--qlm-color-red);
}

#content
    .section.section_aboutus_ourtechnology
    .slider-nav-light
    .flickity-prev-next-button {
    bottom: 50%;
    top: unset;
}

/* section about us our team */
.section.section_aboutus_ourteam {
}

.section.section_aboutus_ourteam .header {
    padding: 80px;
}

.section.section_aboutus_ourteam .header h3 {
    color: var(--qlm-color-red);
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .section.section_aboutus_ourteam .header h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

.section.section_aboutus_ourteam .header .text_big {
    font-size: 50px;
    letter-spacing: var(--qlm-letter-spacing-header);
    margin-bottom: 0px;
    color: var(--qlm-color-medium-grey);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .section.section_aboutus_ourteam .header .text_big {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

.section.section_aboutus_ourteam .team_member {
    max-width: 315px;
}

.section.section_aboutus_ourteam .team_member .box-image {
    height: 270px;
}

.section.section_aboutus_ourteam .team_member .box-image .box-image-inner {
    overflow: unset;
}

.section.section_aboutus_ourteam .team_member .person-name {
    font-size: 35px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    color: var(--qlm-color-red);
    text-transform: none;
    font-weight: normal;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .section.section_aboutus_ourteam .team_member .person-name {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.section.section_aboutus_ourteam .team_member .person-title {
    font-size: 20px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: normal !important;
    color: black;
    text-transform: none;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .section.section_aboutus_ourteam .team_member .person-title {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

.section.section_aboutus_ourteam .team_member img {
    height: 250px;
    width: auto;
}

.section_location_header.sec_aboutus_header .headline_top p,
.section_location_header.sec_aboutus_header .headline_top h3 {
    color: white;
    font-size: 52px;
    letter-spacing: var(--qlm-letter-spacing-header);
    margin: 0px;
}

html[lang="en-AU"] {
    .section_location_header.sec_aboutus_header .headline_top p,
    .section_location_header.sec_aboutus_header .headline_top h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

/* end page: about us */

/* page: location specific */
.section.section_location_hhlctodate {
    background-color: var(--qlm-color-dark-grey);
    margin-bottom: 50px;
}

.section.section_location_hhlctodate .the_title {
}

.section.section_location_hhlctodate .the_title h3 {
    font-size: 22px;
    color: #606062;
    letter-spacing: var(--qlm-letter-spacing-header);
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.section.section_location_hhlctodate .the_title p {
    color: white;
    font-size: 55px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    line-height: 65px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .section.section_location_hhlctodate .the_title h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    .section.section_location_hhlctodate .the_title p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.section.section_location_hhlctodate .banner {
    min-height: 30px;
    position: relative;
    width: 100%;
    border-radius: 40px;
    background: var(--qlm-color-dark-grey);
    border: 1px solid var(--qlm-color-medium-grey);
}

.section.section_location_hhlctodate .banner.number_box h3 {
    font-size: 180px;
    letter-spacing: var(--qlm-letter-spacing-header);
    color: var(--qlm-color-red);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_location_hhlctodate .banner.number_box h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content .marquee-container.page-location .img {
    width: 242px;
}

.section.section_location_hhlctodate .banner.number_box p {
    font-size: 20px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    position: absolute;
    margin: 0px;
    height: 100px;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
    left: 0;
    bottom: -60px;
    justify-content: space-evenly;
    right: 0;
    line-height: 25px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .section.section_location_hhlctodate .banner.number_box p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.section.section_location_hhlctodate .stack {
    margin-bottom: 100px;
}

.section.section_location_hhlctodate .text_location {
    color: white;
    font-size: 20px;
    line-height: 0px;
}

.section.section_location_hhlctodate .text_location .text_small {
    font-size: 12px;
}

.section.section_location_productandservices.section_aboutus_ourstory {
    background-color: white;
    margin-bottom: 100px;
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    .box_text {
    color: var(--qlm-color-medium-grey);
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    .box_text
    h3 {
    font-size: 55px;
    letter-spacing: var(--qlm-letter-spacing-header);
    color: var(--qlm-color-medium-grey);
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 100px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    #content
        .section.section_location_productandservices.section_aboutus_ourstory
        .box_text
        h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    .box_text
    h3
    span.text_red {
    color: var(--qlm-color-red);
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    p.header {
    color: var(--qlm-color-medium-grey);
    font-size: 22px;
    letter-spacing: var(--qlm-letter-spacing-header);
    text-transform: uppercase;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content
            .section.section_location_productandservices.section_aboutus_ourstory
            p.header {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    .banner {
    background-color: #f2f2f2;
    height: 285px;
    width: 300px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    .banner
    .banner_product_image {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    top: unset;
    transform: unset !important;
}

.section.section_location_productandservices.section_aboutus_ourstory
    .banner
    .img {
    margin: 0;
}

.section.section_location_productandservices.section_aboutus_ourstory
    .banner
    .img
    img {
    width: 100%;
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    .banner
    .banner_icon {
    position: absolute;
    left: 20px !important;
    top: 20px !important;
}

.section.section_location_productandservices.section_aboutus_ourstory
    .banner
    .img.banner_icon {
    border: 5px solid var(--qlm-color-red);
    border-radius: 50%;
    background: var(--qlm-color-red);
    width: 40px !important;
    height: 40px;
    padding: 4px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    .banner
    .banner_product_image
    img {
    height: 100px;
    width: 100%;
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    .banner
    .text-box {
    padding: 0px 20px;
    color: var(--qlm-color-dark-grey);
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    .banner
    .text-box
    h3 {
    color: var(--qlm-color-medium-grey);
    text-transform: none;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-size: 32px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    #content
        .section.section_location_productandservices.section_aboutus_ourstory
        .banner
        .text-box
        h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

#content
    .section.section_location_productandservices.section_aboutus_ourstory
    .banner
    .text-box
    p
    > a {
    color: var(--qlm-color-light-grey);
    text-decoration: underline;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

/* section location market */
#content .section.section_location_market {
    background-color: #f5f5f7;
}

#content .section.section_location_market.section_slide_segment .banner {
    border-radius: 40px;
    border: 2px solid white;
    transition: all 0.4s ease-in-out;
}

#content .section.section_location_market.section_slide_segment .banner:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

#content .section.section_location_market .text_header h1,
#content .section.section_location_market .text_header h3 {
    color: var(--qlm-color-medium-grey);
    font-size: 22px;
    font-weight: normal;
    letter-spacing: var(--qlm-letter-spacing-header);
    text-transform: uppercase;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .section.section_location_market .text_header h1,
        #content .section.section_location_market .text_header h3 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content .section.section_location_market .market_left p {
    font-size: inherit;
    line-height: inherit;
}

#content .section.section_location_market .market_left {
    font-size: 54px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    color: var(--qlm-color-medium-grey);
    line-height: 60px;
    width: 700px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

#content .section.section_location_market .market_left.normal {
    font-size: 54px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    color: var(--qlm-color-medium-grey);
    line-height: 60px;
    width: auto;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .section.section_location_market .market_left {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }

        #content .section.section_location_market .market_left.normal {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.border_rd_40 img {
    border-radius: 40px;
}

#content .section.section_location_market .text_red {
    color: var(--qlm-color-red);
}

#content .section.section_location_market .market_right {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    color: var(--qlm-color-medium-grey);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .section.section_location_market .market_right {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

#content .section.section_location_market .market_right p {
    font-size: 16px;
    line-height: 20px;
}

#content .section.section_location_market .market_right a {
    color: var(--qlm-color-red);
}

/* tab partner */
.section.section_location_partnerclients .tabs_partner {
}

.section.section_location_partnerclients .tabs_partner .tab {
    font-size: 20px;
    font-weight: 100;
    font-family: "SVN-HelveticaNowText-Regular", arial, sans-serif;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_location_partnerclients .tabs_partner .tab {
            font-size: 20px;
            font-weight: 100;
            font-family: "SVN-HelveticaNowDisplay-Medium", arial, sans-serif;
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }

    .section.section_location_partnerclients .tabs_partner .tab {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

.section.section_location_partnerclients .tabs_partner .tab > a {
    margin: 0px 3px;
    background-color: var(--qlm-color-off-grey);
    color: var(--qlm-color-light-grey) !important;
    font-size: 20px;
    padding: 0px 20px;
    line-height: 40px;
}

.section.section_location_partnerclients .tabs_partner .tab.active > a {
    background-color: var(--qlm-color-red);
    color: white !important;
}

.section.section_location_partnerclients .tabs_partner .tab-panels {
    margin-top: 80px;
}

#content .section.section_location_slider.section_aboutus_slider {
    background-color: var(--qlm-color-dark-grey);
    padding-bottom: 100px;
}

#content .section.section_location_location {
    background: #f2f2f2;
}

#content .section.section_location_location .header {
    color: var(--qlm-color-medium-grey);
    letter-spacing: var(--qlm-letter-spacing-header);
    margin: 100px 0px 50px 0px;
    font-size: 18px;
}

#content .section.section_location_location .company_name {
    font-size: 30px;
    color: var(--qlm-color-red);
    letter-spacing: var(--qlm-letter-spacing-normal);
    line-height: normal;
    margin-bottom: 10px;
}

html[lang="en-AU"] {
    #content .section.section_location_location .header {
        letter-spacing: var(--qlm-letter-spacing-header);
    }

    #content .section.section_location_location .company_name {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

#content .section.section_location_location .company_name a {
    color: var(--qlm-color-red);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

#content .section.section_location_location .address {
    color: #4b4b60;
    font-size: 14.8px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    line-height: 20px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    #content .section.section_location_location .address {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

#content .section.section_location_location .address p {
    margin-bottom: 30px;
}

#content .section.section_location_location .col {
    padding-bottom: 0px;
}

#content .section.section_location_location .col .col-inner > p {
    margin: 0px;
}

#content .section.section_location_location .text_red {
    font-size: 14.8px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    margin-top: 0px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    text-decoration: underline;
}

html[lang="en-AU"] {
    #content .section.section_location_location .text_red {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

#content
    .section.section_location_location
    .icon-box-left
    .icon-box-img
    + .icon-box-text {
    line-height: 30px;
}

#content
    .section.section_location_location
    .icon-box-left
    .icon-box-img
    + .icon-box-text
    h3 {
    color: #4b4b60;
    font-family: "SVN-HelveticaNowDisplay-Medium";
    font-size: 14.8px;
    letter-spacing: var(--qlm-letter-spacing-header);
}

html[lang="en-AU"] {
    #content
        .section.section_location_location
        .icon-box-left
        .icon-box-img
        + .icon-box-text
        h3 {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

#content .section.section_location_location .map {
    display: none;
}

#content .section.section_location_location .map.map-brisbane {
    display: block;
}

#content .section.sec_request_aquote_horizontal {
}

#content .section.sec_request_aquote_horizontal h3.text_red {
    font-size: 33px;
    letter-spacing: var(--qlm-letter-spacing-header);
}

#content .section.sec_understand_packaging h3.text_red {
    font-size: 33px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .section.sec_request_aquote_horizontal h3.text_red {
            letter-spacing: var(--qlm-letter-spacing-header);
        }

        #content .section.sec_understand_packaging h3.text_red {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

/* end page: location specific */

/* hide other languages except default */
.header-language-dropdown .nav-dropdown.nav-dropdown-default {
    display: block;
    top: 128px;
}

#header .stuck .header-language-dropdown .nav-dropdown.nav-dropdown-default {
    top: 60px;
}

.pll-switcher-select option:not(:checked) {
    display: block;
}

.section.section_news_header {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 200px;
}

.section.section_news_header p.headline,
.section.section_news_header h1.headline,
.section.section_news_header h2.headline {
    color: white;
    font-weight: normal;
    font-size: 52px;
    padding: 0px;
    margin: 0px;
    letter-spacing: var(--qlm-letter-spacing-header);
    top: 100px;
    width: 100%;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .section.section_news_header p.headline,
        .section.section_news_header h1.headline,
        .section.section_news_header h2.headline {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.section.section_news_header h1.headline a,
.section.section_news_header h2.headline a {
    color: white;
}

.blog-featured-title h1.entry-title {
    font-size: 70px;
}

.blog-featured-title .flex-col {
    text-align: left;
    margin: 0;
    padding-left: 250px;
}

.row.row_news_filter select {
    border: none;
    border-bottom: 1px solid;
    width: 340px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: var(--qlm-letter-spacing-normal);
    color: var(--qlm-color-medium-grey);
    box-shadow: none;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .row.row_news_filter select {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.row.row_news_filter select:hover {
    box-shadow: none;
}

.row.row_news_filter select:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.row-latest-news h3.accordion_title {
    font-size: 35px;
    letter-spacing: var(--qlm-letter-spacing-header);
    color: var(--qlm-color-medium-grey);
    border-bottom: 2px solid var(--qlm-color-grey);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .row-latest-news h3.accordion_title {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.row-latest-news .accordion-title {
    border-top: none;
    padding: 0px;
    font-weight: bold;
    font-size: 24px;
}

.accordion.latest-news .show_date {
    display: none;
}

.row-latest-news .accordion-title.active {
    background-color: white;
}

.blog-wrapper.blog-single {
    background: url(../images/bg_news_related-min.png) bottom white;
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 11pt;
    color: #4b4b60;
}

.blog-wrapper.blog-single .post-sidebar.large-3 {
    flex-basis: 50%;
    max-width: 25%;
}

.blog-wrapper.blog-single .large-9.col.medium-col-first {
    padding-right: 100px;
    padding-left: 70px;
}

.blog-wrapper.blog-single .row-divided > .col + .col:not(.large-12) {
    border-left: none;
}

.blog-wrapper.blog-single .article-inner h2,
.blog-wrapper.blog-single .article-inner h3,
.blog-wrapper.blog-single .article-inner h4,
.blog-wrapper.blog-single .article-inner h5,
.blog-wrapper.blog-single .article-inner h6 {
    font-size: 20px !important;
    font-weight: bold;
    color: #4b4b60 !important;
    letter-spacing: var(--qlm-letter-spacing-header) !important;
    opacity: 1 !important;
    text-transform: none !important;
    line-height: 24px !important;
}

.blog-wrapper.blog-single .article-inner .text h2,
.blog-wrapper.blog-single .article-inner .text h3,
.blog-wrapper.blog-single .article-inner .text h4,
.blog-wrapper.blog-single .article-inner .text h5,
.blog-wrapper.blog-single .article-inner .text h6 {
    font-size: inherit !important;
    line-height: inherit !important;
}

.uxb-wrapper .blog-wrapper.blog-single .article-inner .text h2,
.uxb-wrapper .blog-wrapper.blog-single .article-inner .text h3,
.uxb-wrapper .blog-wrapper.blog-single .article-inner .text h4,
.uxb-wrapper .blog-wrapper.blog-single .article-inner .text h5,
.uxb-wrapper .blog-wrapper.blog-single .article-inner .text h6 {
    font-size: inherit !important;
    line-height: inherit !important;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .blog-wrapper.blog-single .article-inner h2,
        .blog-wrapper.blog-single .article-inner h3,
        .blog-wrapper.blog-single .article-inner h4,
        .blog-wrapper.blog-single .article-inner h5,
        .blog-wrapper.blog-single .article-inner h6 {
            letter-spacing: var(--qlm-letter-spacing-header) !important;
        }
    }
}

.blog-wrapper.blog-single .article-inner a {
    text-decoration: underline !important;
    text-transform: none !important;
    font-weight: normal !important;
    text-decoration-thickness: auto;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 6px;
}

/* Màu mặc định cho a không có inline color */
.blog-wrapper.blog-single .article-inner a:not([style*="color"]) {
    color: #4b4b60;
}

/* Khi màu set trên SPAN bên trong, lấy màu từ span lên a */
.blog-wrapper.blog-single .article-inner a span[style*="color"] {
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 6px;
    text-decoration-color: currentColor;
}

.blog-wrapper #post-list .row.large-columns-3 .col.post-item {
    padding: 0 15px 60px;
}

.row-latest-news a.accordion-title {
    color: var(--qlm-color-red);
}

.row-latest-news a.accordion-title .toggle {
    right: 0px;
    left: auto;
    color: var(--qlm-color-dark-grey);
}

.row_news_details_related .head_title h2 {
    font-size: 53px;
    text-transform: inherit;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    color: var(--qlm-color-red);
    margin-bottom: 60px;
}

.row-latest-news .is-divider {
    display: none;
}

.news_followus h2 {
    font-size: 35px;
    letter-spacing: var(--qlm-letter-spacing-header);
    color: var(--qlm-color-medium-grey);
    border-bottom: 2px solid var(--qlm-color-grey);
    text-align: left;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .row_news_details_related .head_title h2 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }

        .news_followus h2 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.row-latest-news .accordion.latest-news .accordion-item {
    margin-bottom: 10px;
}

.row-latest-news .box-blog-post .box-image {
    display: none;
}

.row-latest-news .box-blog-post .box-text {
    padding: 0px;
    padding-left: 50px;
}

.row-latest-news .box-blog-post .box-text::before {
    content: "" !important;
    background: url(../images/icon_arrow_next.png) no-repeat 0 0;
    display: inline-block;
    width: 7px;
    height: 20px;
    margin-right: 0px;
    background-size: 100%;
    position: absolute;
    left: 35px;
    top: 10px;
}

.row-latest-news .box-blog-post .box-text h5.post-title a {
    color: var(--qlm-color-medium-grey);
    text-transform: unset;
    font-weight: 100;
}

.box-blog-post .show_date {
    font-size: 30px;
    color: var(--qlm-color-dark-grey);
    margin-top: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.home_latestnews_blog .show_date {
    display: none;
}

.row-latest-news .box-blog-post .box-image {
    display: none;
}

.row-latest-news .latest-news .accordion-inner {
    padding: 0px;
}

.blog-archive .large-10 {
    flex-basis: 100%;
    max-width: 100%;
}

.blog-archive .large-10 .has-format,
.blog-archive .large-10 .image-cover,
.blog-archive .large-10 .video-fit {
    height: 420px;
    border-radius: 40px;
}

.blog-archive .large-10 h5.post-title {
    font-size: 38px;
    color: var(--qlm-color-medium-grey);
    margin-bottom: 0px;
    min-height: 135px;
}

.blog-archive .large-10 h5.post-title a {
    line-height: 38px;
}

.blog-archive .large-10 .from_the_blog_excerpt {
    font-size: 20px;
    color: var(--qlm-color-medium-grey);
    min-height: 100px;
    line-height: 22px;
}

.blog-archive .post-item .is-divider {
    display: none;
}

.blog-archive .post-item .box-text:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_next.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -10px;
    cursor: pointer;
}

.news_bottom {
    margin-top: 100px;
    margin-bottom: 100px;
}

.news_bottom h2 {
    font-size: 45px;
    font-weight: 700;
    color: var(--qlm-color-medium-grey);
}

.news_detail_header {
    position: relative;
}

.section.related_product {
    margin-top: 80px;
}

.col_locations .tab-panels .row .col {
    padding: 0 15px 0px;
}

/*Scroll text*/
.scroll-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.scroll-text p {
    margin: 0;
    height: 80px;
    /* Height of one row */
    line-height: 80px;
    /* Vertically center the text */
}

.section.sec_thankyou {
    height: 100vh;
}

h2.page_lienhhe {
    padding: 0px;
    margin: 0px;
    color: var(--qlm-color-red);
    text-transform: inherit;
    font-size: 32px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: normal;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        h2.page_lienhhe {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

.popular_icons .icon-box-img {
    height: 135px;
    width: 135px !important;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.popular_bottom {
    background: linear-gradient(
        0deg,
        var(--qlm-color-dark-grey) 50%,
        white 50%
    );
}

.popular_bottom .bg.section-bg.fill.bg-fill.bg-loaded {
    border-radius: 40px;
    background-color: var(--qlm-color-red);
}

.popular_bottom .popular_icons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.popular_bottom .popular_icons p {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: var(--qlm-letter-spacing-normal);
    font-family: "Helvetica-Light", arial, sans-serif;
    color: white;
}

html[lang="en-AU"] {
    .popular_bottom .popular_icons p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

html[lang="vi"] {
    .popular_bottom .popular_icons p {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: var(--qlm-letter-spacing-normal);
        font-family: "Helvetica-Light", arial, sans-serif;
        color: white;
    }
}

.popular_bottom .icon-box-left .icon-box-img + .icon-box-text {
    padding-right: 65px;
}

#content .flexible_features {
    margin-bottom: 100px;
}

.flexible_features .banner {
    background-color: white;
    border-radius: 40px;
    overflow: hidden;
    width: 288px;
}

.section.section_explore.section_location_slider.section_aboutus_slider
    .flexible_features
    .header-title {
    color: var(--qlm-color-red);
    font-size: 37px;
    letter-spacing: var(--qlm-letter-spacing-header);
}

#content .flexible_features .banner .header-title {
    letter-spacing: var(--qlm-letter-spacing-header);
}

#content .flexible_features p {
    color: var(--qlm-color-light-grey);
    font-size: 22px;
}

html[lang="en-AU"] {
    #content .flexible_features .banner .header-title,
    #content .flexible_features p {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

html[lang="vi"] {
    #content .flexible_features p {
        color: var(--qlm-color-light-grey);
        font-size: 22px;
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

/* partner */
.partner .text_red.header-title {
    margin-top: 160px;
    margin-bottom: 70px;
    font-size: 55px;
    letter-spacing: var(--qlm-letter-spacing-header);
}

.partner.partner_custom .text_red.header-title {
    margin-top: unset;
    margin-bottom: 70px;
    font-size: 55px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .partner .text_red.header-title,
    .partner.partner_custom .text_red.header-title {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

html[lang="vi"] {
    .partner .text_red.header-title {
        margin-top: 160px;
        margin-bottom: 70px;
        font-size: 55px;
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

.partner .banner {
    background-color: white;
    border-radius: 40px;
    overflow: hidden;
    width: 288px;
}

.partner .header-title {
    color: var(--qlm-color-red);
    font-size: 35px;
}

#content .partner p {
    color: var(--qlm-color-medium-grey);
    font-size: 35px;
    line-height: 35px;
    font-family: "Helvetica-Light", arial, sans-serif;
}

html[lang="en-AU"] {
    #content .partner p {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }
}

html[lang="vi"] {
    #content .partner p {
        color: var(--qlm-color-medium-grey);
        font-size: 30px;
        line-height: 30px;
        font-family: "Helvetica-Light", arial, sans-serif;
    }
}

/* flexible location */

#content .section.flexible.section_location_location {
    background: white;
}

#content .section.flexible.section_location_location h2.page_lienhhe {
    padding: 0px;
    margin: 0px;
    color: var(--qlm-color-red);
    text-transform: inherit;
    font-size: 32px;
    letter-spacing: var(--qlm-letter-spacing-header);
    font-weight: normal;
    text-decoration: none;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        #content .section.flexible.section_location_location h2.page_lienhhe {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content .section.flexible.section_location_location .header {
    margin: 0px;
}

.sub-title {
    font-size: 32px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

html[lang="en-AU"] {
    .sub-title {
        letter-spacing: var(--qlm-letter-spacing-header);
    }
}

.qlm_form .sub-title {
    font-size: 53px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

/* tags cloud */
section.tags_cloud .stack {
    flex-wrap: wrap;
    --stack-gap: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

section.tags_cloud a.button {
    font-size: 28px;
    color: var(--qlm-color-red);
    width: 370px;
    height: 80px;
    overflow: hidden;
    font-family: "Helvetica-Light", arial, sans-serif;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 40px !important;
    border: none;
    background: #f2f2f2;
    --stack-gap: unset !important;
    font-weight: normal;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    section.tags_cloud a.button {
        letter-spacing: var(--qlm-letter-spacing-normal);
    }

    section.tags_cloud a.button span {
        line-height: 28px;
    }
}

html[lang="vi"] {
    section.tags_cloud a.button {
        font-size: 24px;
    }
}

section.tags_cloud a.button:hover {
    background-color: var(--qlm-color-light-grey-hover);
    border-color: var(--qlm-color-light-grey-hover);
    color: var(--qlm-color-dark-grey);
}

/* qlm form */
.qlm_form p {
    font-size: 21.5px !important;
}

.qlm_form .header h2 {
    font-size: 45px !important;
    font-weight: bold;
    letter-spacing: var(--qlm-letter-spacing-header) !important;
    margin-bottom: 30px;
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .qlm_form .header h2 {
            letter-spacing: var(--qlm-letter-spacing-header);
        }
    }
}

#content .qlm_form {
    ul li.tab.active {
        margin-left: 10px;
        margin-bottom: 5px;
        letter-spacing: var(--qlm-letter-spacing-normal);
        font-family: "SVN-HelveticaNowDisplay-Medium";
        font-size: 22px;
    }

    html[lang="en-AU"] {
        @media (min-width: 768px) {
            ul li.tab.active {
                letter-spacing: var(--qlm-letter-spacing-normal);
            }
        }
    }

    ul li.tab {
        font-size: 21px;
        margin: 0px 0px;
        min-width: 200px;
        text-align: center;
        line-height: 50px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li > a {
        font-size: 22px;
        border-radius: 20px 20px 0 0;
    }

    .nav-tabs + .tab-panels {
        background-color: none;
        border: 8px solid #f2f2f2;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        padding: 30px 0px;
    }
}

#content .qlm_form.qlm_form_vertical {
    h3 {
        width: auto;
        padding: 0px;
        margin: 0px;
        color: var(--qlm-color-red);
        text-transform: inherit;
        font-size: 32px;
        letter-spacing: var(--qlm-letter-spacing-header);
        font-weight: normal;
        line-height: 1.2;
    }

    html[lang="en-AU"] {
        @media (min-width: 768px) {
            h3 {
                letter-spacing: var(--qlm-letter-spacing-header);
            }
        }
    }

    ul li.tab {
        font-size: 21px;
        margin: 0px 0px;
        min-width: 135px;
        text-align: center;
        line-height: 50px;
    }
}

#content .frame_blue {
    background: var(--qlm-color-red);
    color: white;
    border-radius: 30px;
    padding: 20px;
    line-height: 20px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

#content .frame_blue ul {
    margin-bottom: 0px;
}

#content .frame_blue ul li:last-child {
    margin-bottom: 0px;
}

#content .frame_blue p {
    margin: auto;
    font-size: 20px;
    text-align: justify;
}

html[lang="en-AU"] {
    #content .frame_blue p {
        line-height: 30px;
    }
}

.banner_standupouches.banner_market_specific p {
    line-height: 26px;
    margin-bottom: 40px;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

#content .banner_tuicaphe p {
    line-height: 26px;
    margin-bottom: inherit;
    font-family: "SVN-HelveticaNowDisplay-Medium";
}

.border_radius_40 img {
    border-radius: 40px;
}

/* hide malaysia */
#header .header-language-dropdown li:last-child {
    display: block;
    /* display: none !important; */
}

#footer .widget_polylang select option:last-child {
    display: block;
    /* display: none; */
}

/* footer certificate */

.footer-certificate {
    margin-left: 180px !important;
    margin-right: 0;
    padding-right: 0;
    flex-basis: 255px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-certificate span {
    width: 100%;
}

.footer-certificate-1 {
    flex-basis: 130px !important;
    margin: 0;
    padding: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-certificate-2 {
    flex-basis: 80px !important;
}

.footer-1 .large-columns-6 div:last-child.footer-certificate-3 {
    flex-basis: 80px !important;
}

.footer-1 .large-columns-6 div:last-child.footer-certificate-aus {
    flex-basis: 110px !important;
}

#footer .footer-2 .footer-all-rights {
    flex-basis: 220px;
    margin-left: 180px;
}

#footer .footer-2 .footer-abn {
    flex-basis: 220px;
    margin-left: 25px;
}

#footer .footer-2 .footer-head-office {
    flex-basis: 350px;
}

#footer .footer-2 .footer-privacy {
    flex-basis: 140px;
}

/* CSS cho desktop (từ 768px trở lên) */

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .footer-certificate {
            bottom: clamp(20px, calc(60 * var(--unit)), 120px);
        }

        .footer-certificate-1 {
            bottom: clamp(20px, calc(60 * var(--unit)), 120px);
        }

        .footer-certificate-2 {
            bottom: clamp(20px, calc(60 * var(--unit)), 120px);
        }

        .footer-1 .large-columns-6 div:last-child.footer-certificate-aus {
            bottom: clamp(20px, calc(60 * var(--unit)), 120px);
        }
    }
}

html[lang="vi"] {
    #footer .footer-2 .footer-privacy {
        flex-basis: 220px;
    }
}

#footer .footer-2 .footer-share {
    flex-basis: 220px;
}

#footer .footer-2 .footer-languages {
    flex-basis: 120px;
}

.qlmvnprolinks {
    width: 100%;
}

.accordion.labels_needhelp p {
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .accordion.labels_needhelp p {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

/* 3D Button Style */
.btn-3d {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    background-color: var(--qlm-color-red, #dc2d32);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 6px 0 #9e1f23;
    /* Darker red matching theme */
    transition: all 0.1s ease;
    position: relative;
    top: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: var(--qlm-letter-spacing-normal);
}

html[lang="en-AU"] {
    @media (min-width: 768px) {
        .btn-3d {
            letter-spacing: var(--qlm-letter-spacing-normal);
        }
    }
}

.btn-3d:hover {
    background-color: #e63e43;
    /* Slightly lighter red */
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 0 #9e1f23;
}

.btn-3d:active {
    top: 4px;
    /* Move down */
    box-shadow: 0 2px 0 #9e1f23;
    /* Shadow shrinks */
    transform: translateY(0);
}

/* Iframe overlay to prevent scroll trapping */
article .iframe-wrapper {
    position: relative;
    width: 100%;
}

article .iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    display: block;
    transition: opacity 0.3s ease;
}

article .iframe-overlay.active {
    display: none;
    pointer-events: none;
}

article .iframe-wrapper.iframe-active .iframe-overlay {
    display: none;
}

article .iframe-wrapper iframe {
    position: relative;
    z-index: 1;
}

/* fix the video */
article .video.video-fit {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    overflow: hidden !important;
    padding-top: 0 !important;
}

article .video.video-fit .iframe-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

article .video.video-fit iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

article .video.video-fit .iframe-overlay {
    display: none !important;
}

article .my-video-wrap iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

article .my-video-wrap .iframe-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

article .my-video-wrap {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    height: auto !important;
    overflow: hidden !important;
}

#content section.hero-section {
    /* 195px (Top Figma) - 128px (Header Height) = 67px Gap */
    padding: 0;
    margin: 0;
    padding-top: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 0px 0px 40px 40px;
    min-height: clamp(780px, calc(1000 * var(--unit)), 1000px) !important;
}

#content section.hero-section .section-bg.bg-loaded {
    background-position: right top !important;
    background-repeat: no-repeat !important;
    background-size: 49% !important;
}

#content section.hero-section .row {
    max-width: var(--container-hero) !important;
}

section.hero-section .hero-video-headline-white p,
section.hero-section .hero-video-headline-white h2 {
    margin: 0;
    padding: 0;
    font-family: "SVN-HelveticaNowDisplay-Regular";
    font-size: clamp(100%, calc(93.9 * var(--unit)), 93.9px);
    font-weight: 400;
    letter-spacing: 0%;
    line-height: 103%;
    text-transform: uppercase;
    /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
}

#content section.hero-section.home_banner .effect_container_desktop,
section.hero-section .effect_container_desktop .scroll-text p,
section.hero-section .hero-video-headline-white p {
    height: 291px;
}

#content section.hero-section.home_banner .effect_container_desktop {
    width: 100%;
    height: 291px;
    position: relative;
    list-style: none;
    overflow: hidden;
    top: 0px;
}

section.hero-section .custom-qlm-text h3 {
    font-family: "SVN-HelveticaNowText-Regular";
    font-weight: 400;
    font-style: normal;
    font-size: clamp(100%, calc(130 * var(--unit)), 130px);
    line-height: 115%;
    letter-spacing: -3%;
    text-transform: uppercase;
    margin: 0;
    color: var(--qlm-color-dark-grey);
}

section.hero-section .col:last-child {
    width: calc(692 * var(--unit));
}

section.hero-section .custom-qlm-text-right p {
    margin: 0px;
    /* Typography */
    font-family: "SVN-HelveticaNowDisplay-Regular";
    text-align: left;

    /* Căn chỉnh nội dung trong khung */
    box-sizing: border-box;
    color: #f2f2f2;

    width: 100%;
    height: auto;
    /* Figma H:277 là bounding box, CSS dùng auto để text tự co giãn theo nội dung */

    /* 🔤 Typography (Figma: SVN-Helvetica Now Display, 30px, 130%) */

    line-height: 1.3;
    /* 130% từ Figma (ưu tiên mockup) */
    font-size: clamp(18px, calc(29 * var(--unit)), 30px);
    font-weight: 500;

    /*  Alignment & Appearance */
    border-radius: 0;
    opacity: 1;
    letter-spacing: -0.019em;
}

section.hero-section .custom-qlm-text-right p:nth-child(2) {
    margin-top: clamp(40px, calc(50 * var(--unit)), 50px);
}

section.hero-section .custom-qlm-text-right p a {
    color: var(--qlm-color-dark-grey);
    text-decoration: underline;
    font-weight: bold;
}

section.hero-section .custom-qlm-text-right p a:hover {
    color: var(--qlm-color-off-grey);
}

.section-video.qlm-video-frame {
    width: calc(1645 * var(--unit));
    max-width: 1645px;
    aspect-ratio: unset;
    /* ← BẮT BUỘC XÓA 16/9 CŨ */
    height: clamp(450px, calc(872 * var(--unit)), 872px) !important;

    position: relative;
    /* Để iframe absolute hoạt động */
    overflow: hidden;
    /* Cắt phần iframe thừa sau khi scale */
    border-radius: 50px;
    margin: 0 auto;
    /* Căn giữa gọn hơn left:0 + flex */
    margin-top: clamp(-545px, calc(-545 * var(--unit)), -400px);
    /* Giữ layout hiện tại của bạn */
    /* Nền dự phòng QLM Light */
}

.section-video.qlm-video-frame iframe {
    pointer-events: none !important;
    /* Khóa click vào iframe để không bị pause video bừa bãi khi chạm nhầm */
    position: absolute !important;
    top: 50% !important;
    /* Canh height từ center, không phải từ top */
    left: 50% !important;
    /* Canh giữa từ trái */

    /* Width của video dư ra 1 chút xíu để đảm bảo mép trái phải không lằn đen/trắng */
    width: 101% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    /* Tỷ lệ độ phân giải chuẩn, tối giản chiều cao tràn để tránh cắt logo/phụ đề */
    border: 0 !important;

    transform: translate(-50%, -50%) !important;
    transform-origin: center center !important;
    background: transparent !important;
}

/* Nút tắt/mở âm thanh Custom độc lập (Tránh bị đè ở góc bo tròn) */
.qlm-custom-mute {
    position: absolute !important;
    bottom: clamp(15px, calc(30 * var(--unit)), 30px);
    right: clamp(15px, calc(30 * var(--unit)), 30px);
    z-index: 999;
    width: clamp(40px, calc(55 * var(--unit)), 55px);
    height: clamp(40px, calc(55 * var(--unit)), 55px);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.qlm-custom-mute:hover {
    background: rgba(227, 0, 43, 0.95);
    /* QLM Red */
    border-color: rgba(227, 0, 43, 1);
    transform: scale(1.08);
}

.qlm-custom-mute svg {
    width: 50%;
    height: 50%;
}

#content section.section-partners {
    padding-top: 136px;
    padding-bottom: 0px;
}

#content section.section-partners .col.medium-7 {
    padding-right: 0px;
}

#content section.section-partners .row {
    max-width: 1630px;
    width: calc(1635 * var(--unit));
}

#content section.section-partners .section-bg.bg-loaded {
    background-position: right bottom !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-size: 38% !important;
}

/* 2. Style cho tiêu đề */
.section-partners h2 {
    /* Typography chuẩn theo Figma */
    font-family: "SVN-HelveticaNowDisplay-Regular";
    font-size: clamp(43px, calc(60 * var(--unit)), 60px);
    font-weight: 400;
    /* Regular */
    line-height: 1.03;
    /* 103% */
    letter-spacing: 0%;
    text-align: left;
    /* Canh trái */

    color: var(--qlm-color-medium-grey);

    width: 100%;

    /* Kích thước và vị trí theo Figma */
    max-width: calc(672px * var(--unit));
    text-transform: uppercase;
    margin-bottom: 3rem;
}

/* Container chứa các nút */
#content .qlm-filter-group {
    display: flex;
    gap: 15px;
    /* Khoảng cách giữa các nút */
    flex-wrap: wrap;
    /* Cho phép xuống dòng trên mobile */
}

/* Style chung cho tất cả nút */
#content .qlm-filter-group.button {
    font-family: "SVN-HelveticaNowDisplay-Regular";

    /* Dimensions từ Figma */
    width: calc(194 * var(--unit));
    height: calc(68.75 * var(--unit));

    /* Layout & Alignment */
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* Appearance & Colors */
    background-color: transparent;
    /* Nền trong suốt để hiện stroke */

    /* Corner Radius (Bo tròn dạng viên thuốc) */
    border-radius: 185.82px;

    /* Stroke (Border) từ Figma */
    border: 1.11px solid var(--qlm-color-red);
    /* QLM Red */

    /* Tối ưu hiệu ứng Hover */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
    /* Đảm bảo border Inside không làm lệch kích thước */

    margin-right: clamp(9px, calc(10 * var(--unit)), 18px);
}

#content .qlm-filter-group.button span {
    font-size: clamp(24px, calc(29.73 * var(--unit)), 29.73px);
    font-weight: 400;
    /* Regular / Text Rendering */
    line-height: 1;
    /* 100% từ Figma */
    letter-spacing: -0.025em;
    /* -2.5% từ Figma */

    /* Màu sắc QLM Red */
    color: #e31e24;

    /* Căn chỉnh văn bản */
    text-align: center;
    display: inline-block;

    /* Tối ưu hóa hiển thị chữ */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* --- TRẠNG THÁI 1: NÚT ĐƯỢC CHỌN (Active) --- */
/* Đây là nút có nền Gradient như trong ảnh bạn chụp */
#content .qlm-filter-group.button.active,
#content .qlm-filter-group.button:hover {
    /* Gradient: Đỏ (#E3002B) sang Hồng (#F1B09D) */
    background: linear-gradient(90deg, #e3002b 0%, #f1b09d 100%);
    color: #ffffff;
    /* Chữ màu trắng */
    border-color: transparent;
    box-shadow: unset;
    border: unset;
}

#content .qlm-filter-group.button.active span,
#content .qlm-filter-group.button:hover span {
    /* Gradient: Đỏ (#E3002B) sang Hồng (#F1B09D) */
    color: #ffffff;
    /* Chữ màu trắng */
}

/* --- TRẠNG THÁI 2: NÚT CHƯA CHỌN (Inactive) --- */
/* Nút nền trắng, viền đỏ */
#content .qlm-filter-group.button {
    background: #ffffff;
    color: #e3002b;
    /* Chữ màu đỏ giống màu bắt đầu của Gradient */
    border: 1px solid #e3002b;
}

#content .section-partners .qlm-description {
    /* Typography */
    font-family: "SVN-HelveticaNowDisplay-Regular";
    font-weight: 400;
    /* Regular */
    font-size: clamp(22, calc(22 * var(--unit)), 22px);
    line-height: 100%;
    /* 1.0 - Lưu ý: đây là line-height rất sát, chữ các dòng sẽ dính nhau */
    letter-spacing: 0%;

    /* Color */
    /* "QLM Medium Grey" - bạn hãy thay mã màu HEX chính xác từ Figma vào đây */
    color: #555555;

    /* Layout & Position */
    width: 100%;
    /* Căn giữa khung text (theo Constraint Center của Figma) */
    text-align: left;
    /* Canh lề trái cho nội dung chữ */
    padding-top: 2.3rem;
    max-width: 38rem;
}

#content .section-partners .qlm-description p {
    letter-spacing: 0%;
    font-size: clamp(22, calc(22 * var(--unit)), 22px);
}

#content .section-partners .qlm-load-more {
    font-family: "SVN-HelveticaNowDisplay-Light";
    /* Typography */
    font-weight: 300;
    /* Light */
    font-size: clamp(22px, calc(22 * var(--unit)), 22px);
    /* 100% theo Figma */
    letter-spacing: 0;
    text-align: left;
    /* Icon canh trái đang sáng */

    /* Color */
    color: #e3002b;
    /* QLM Red - thay mã HEX chính xác từ Figma nếu khác */

    /* Layout */
    /* Kích thước khung text trong Figma */
    text-decoration: none;
    /*! transition: opacity 0.3s ease; */
    background: none;
    border: none;
    text-transform: none;
    padding: 0px;
    margin: 0;
    padding-right: 40px;
}

#content .section-partners .qlm-load-more:hover,
#content .section-partners .qlm-load-more a:hover {
    box-shadow: none;
    text-decoration: underline;
}

/* 3. Vẽ Đường gạch ngang (Stroke) */
#content .section-partners .qlm-load-more::before {
    content: "";
    position: absolute;
    right: 12px;
    /* Khoảng cách từ đầu mũi tên đến đường gạch */
    top: 50%;
    width: 20px;
    /* Độ dài đường gạch */
    height: 2px;
    /* Độ dày Stroke 2px theo Figma */
    background-color: #e3002b;
    transform: translateY(-50%);
    /* Căn giữa theo chiều dọc */
}

/* 4. Vẽ Đầu mũi tên nhọn (Arrow Head) */
#content .section-partners .qlm-load-more::after {
    content: "";
    position: absolute;
    right: 11px;
    /* Sát mép phải */
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e3002b;
    border-right: 2px solid #e3002b;
    transform: translateY(-50%) rotate(45deg);
    /* Xoay 45 độ tạo hình mũi tên */
}

#content .section-partners .img.main-hover-image {
    /* Kích thước responsive, chặn trên để không vượt thiết kế */
    width: clamp(760px, calc(920 * var(--unit)), 920px);
    height: clamp(920px, calc(920 * var(--unit)), 920px);

    /* Cắt nội dung tràn */
    overflow: hidden;
}

#content .section-partners .img.main-hover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* hoặc "contain" tùy ý đồ */
    display: block;
}

#content .section-partners .col-inner .img:not(:last-child),
.col > .img:not(:last-child) {
    margin-bottom: unset;
}

section.section-products .row.row-collapse {
    max-width: inherit !important;
}

#content .marquee-container.product-list .marquee-wrapper {
    display: flex;
    gap: 30px;
    /* Khoảng cách giữa các hình */
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 20px 30px 20px;

    margin-left: auto !important;
    margin-right: auto !important;
}

#content .marquee-container.product-list .img {
    /* Kích thước theo Figma */
    width: calc(394 * var(--unit));
    height: calc(550 * var(--unit));

    /* Bo góc theo Figma (Corner radius: 30) */
    border-radius: 30px;

    /* Hiệu ứng */
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    overflow: hidden;

    /* Background cho khung hình */
    background-color: #d9d9d9;
    /* Màu nền từ Figma */
}

#content .marquee-container.product-list .img img {
    width: 100%;
    height: 100%;
    /* Bắt buộc: ép ảnh cao bằng khung chứa */
    object-fit: cover;
    /* QUAN TRỌNG: Cắt ảnh để lấp đầy khung mà không bị méo */
    object-position: center;
    /* Căn giữa ảnh */
    border-radius: 30px;
    /* Bo góc giống Figma */
    display: block;
}

section.why-work-with-qlm .tabbed-content {
    flex-direction: row-reverse !important;
}

section.why-work-with-qlm .nav-vertical + .tab-panels {
    padding-left: 0px;
    padding-right: 85px;
}

#content section.why-work-with-qlm {
    background-color: var(--qlm-color-red);
    border-radius: 40px;
    padding-top: 190px;
    padding-bottom: 100px;
    background-image: url(../images/bg_whywork_top.webp);
    background-repeat: no-repeat;
}

#content section.why-work-with-qlm .section-bg.bg-loaded {
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 45% !important;
}

section.why-work-with-qlm .tab-title p {
    /* Typography từ image_b4ef60.png */
    transform-origin: top left;
    font-family: "SVN-HelveticaNowDisplay-Regular";
    font-size: clamp(26.61px, calc(31.61 * var(--unit)), 31.61px);
    line-height: 103%;
    /* Tương đương ~32.5px */
    letter-spacing: -0.03em;
    /* -3% */
    color: #333333;
    /* Mã màu 'QLM Dark Grey' thường gặp, hãy kiểm tra lại bảng Fill */
    text-align: left;

    /* Layout & Dimensions */
    width: calc(362 * var(--unit));
    height: calc(47 * var(--unit));
    opacity: 1;
    /* 100% */

    /* Hiệu ứng Scale giữ vị trí trái và trên */
    transition: transform 0.15s ease-out;
    /* Tốc độ nhanh theo yêu cầu */
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
}

section.why-work-with-qlm .why-qlm-trigger p {
    width: calc(460 * var(--unit));
    min-height: clamp(100px, calc(150 * var(--unit)), 150px);
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

section.why-work-with-qlm .button.more {
    width: calc(207 * var(--unit));
    display: flex;
    height: calc(54.24 * var(--unit));
    align-items: center;
    justify-content: center;
    border-radius: 146.6px !important;
    opacity: 1;
    border: 0.88px solid #f2f2f2;
    box-sizing: border-box;
    background: transparent;
    color: white;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(0);
    will-change: transform, background-position;
    margin-top: 2rem;
}

section.why-work-with-qlm .button.more:hover {
    /* Linear Gradient */
    background: linear-gradient(90deg, #e3002b 0%, #f1b09d 100%);
    border: none;
    border-radius: 0px;

    opacity: 0.9;
    cursor: pointer;
}

section.why-work-with-qlm .button.more span {
    /* Typography từ image_a8c75d.png */
    font-family: "SVN-HelveticaNowDisplay-Regular";
    font-size: clamp(16.46px, calc(23.46 * var(--unit)), 23.46px);
    font-weight: 400;
    /* Regular */
    line-height: 100%;
    letter-spacing: -0.025em;
    /* Tương đương -2.5% */
    color: #f2f2f2;
    /* Mã màu 'QLM Off Grey' */
    text-align: left;
}

section.why-work-with-qlm .why-qlm-trigger a {
    /* Typography từ image_aa1d1e.png */
    font-family: "SVN-HelveticaNowDisplay-Regular";
    /* Tên font chính xác từ Figma */
    font-size: clamp(32px, calc(40 * var(--unit)), 40px);
    font-weight: 400;
    /* Regular */
    line-height: 103%;
    /* Khoảng 41.2px */
    letter-spacing: 0%;
    /* 0px */
    text-align: left;
    /* Alignment bên trái */

    /* Layout & Dimensions */
    width: calc(460 * var(--unit));
    opacity: 1;
    /* 100% */

    /* Màu sắc (Fill) */
    color: #f2f2f2;
    /* Lưu ý: 'QLM Off Grey' là màu xám nhạt/trắng đục.
       Mã HEX trên là minh họa, bạn hãy nhấn vào ô Fill để lấy mã chính xác. */

    /* Hiệu ứng Scale giữ vị trí trái và trên */
    transform-origin: top left;
    transition: transform 0.15s ease-out;
    /* Tốc độ nhanh phản hồi tức thì */
}

section.why-work-with-qlm .why-qlm-trigger {
    position: relative;
    z-index: 1;
}

section.why-work-with-qlm .why-qlm-trigger::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: block;
}

/* 3. Hover trigger để hiện background */
section.why-work-with-qlm .why-qlm-trigger:hover::before {
    opacity: 1;
}

/* 4. Hover trigger để underline text */
section.why-work-with-qlm .why-qlm-trigger:hover a,
section.why-work-with-qlm .why-qlm-trigger:hover {
    text-decoration: none;
    text-decoration-color: var(--qlm-color-off-grey);
    /* Cùng màu với Off Grey */
    text-underline-offset: 4px;
    /* Khoảng cách giữa chữ và đường gạch */
    color: var(--qlm-color-dark-grey);
}

section.why-work-with-qlm .is-divider {
    /* Layout từ image_a99631.png */
    width: calc(460 * var(--unit));
    height: 0px;
    /* Đường kẻ ngang có height bằng 0 */
    max-width: none;

    /* Stroke (Đường viền) */
    border-top: 0.5px solid #f2f2f2;
    /* Weight là 0.5px. Màu 'QLM Off Grey' lấy từ các layer trước là #F2F2F2 */

    /* Appearance & Position */
    opacity: 1;
    /* 100% */
    margin-top: 5px;
    /* Khoảng cách tùy chỉnh theo thiết kế của bạn */
}

section.why-work-with-qlm .tabs-why-qlm ul li {
    padding: 20px 0px;
}

section.why-work-with-qlm .tabs-why-qlm .nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
    background-color: unset !important;
}

section.why-work-with-qlm .images-why-qlm .img {
    /* Dimensions từ Figma */
    width: 100%;
    max-width: calc(1022 * var(--unit));
    /* W từ Figma */
    height: calc(816 * var(--unit));
    /* H từ Figma */

    /* Appearance từ Figma */
    border-radius: 50.69px;
    /* Corner radius từ Figma */
    overflow: hidden;
    /* Để bo góc có tác dụng với ảnh bên trong */
    opacity: 1;
    /* 100% Opacity */

    /* Background Image Placeholder */
    background-size: cover;
    /* Performance Optimization */
    box-sizing: border-box;
    display: block;
}

section.why-work-with-qlm .tabs-why-qlm ul li:first-child {
    padding-top: 40px;
}

section.why-work-with-qlm .tabs-why-qlm ul li a {
    /* Typography dựa trên Figma image_b39d01.png */
    font-family: "SVN-Helvetica Now Display", sans-serif;
    font-size: 40px;
    font-weight: 400;
    /* Tương ứng với 'Regular' trong Figma */
    line-height: 1.03;
    /* 103% từ Figma */
    letter-spacing: 0%;
    /* 0% từ Figma */
    color: #ffffff !important;
    /* Màu trắng trên nền đỏ */
    text-align: left;

    /* Layout từ Figma image_b39d01.png */
    width: 100%;
    max-width: 460px;
    /* Chiều rộng container từ Figma */
    height: auto;
    /* Để height tự động cho responsive thay vì cố định 124px */

    text-decoration: none;
    /* Hiệu ứng gạch chân trang trí (Decorative Underline) */
    text-decoration-thickness: 1px;
    /* Độ mảnh chuẩn cho thiết kế tinh tế */
    text-underline-offset: 4px;
}

section.why-work-with-qlm .tabs-why-qlm ul li.tab.active a {
    text-decoration: underline;
}

#content section.why-work-with-qlm .tabbed-content .nav-vertical {
    flex-basis: 25%;
    max-width: 25%;
}

#tab-gioi-thieu a {
    /* 1. Reset & Ghost Style */
    background: transparent !important;
    /* Nền trong suốt */
    border: 2px solid #ffffff !important;
    /* Viền trắng 2px */
    padding: 0 !important;
    margin: 0 !important;

    /* 2. Kích thước chính xác theo Figma (207 x 54.24) */
    width: 207px !important;
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    /* 3. Capsule Shape */
    border-radius: 50px !important;

    /* 4. Typography chính xác theo Figma mới */
    color: #ffffff !important;
    /* Chữ trắng */
    font-weight: 500 !important;
    font-size: 23.46px !important;
    /* Chính xác theo Figma */
    letter-spacing: -0.025em !important;
    /* -2.5% từ Figma */
    line-height: 1 !important;
    /* 100% line-height */
    text-decoration: none !important;
    text-align: center !important;

    /* 5. Animation */
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

/* hide stuck when at landing page 2026 */

/* Chỉ áp dụng hiệu ứng trượt thông minh trên Desktop (Màn hình rộng >= 992px) */
@media (min-width: 992px) {
    .page-slug-home-page-2 .header-wrapper.stuck,
    .page-slug-landing-page-2026 .header-wrapper.stuck {
        display: block !important;
        transition:
            transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.3s ease !important;
        transform: translateY(0);
        opacity: 1;
    }

    /* Lớp CSS dùng để ẩn header khi cuộn xuống */
    .page-slug-home-page-2 .header-wrapper.stuck.header-hidden-scroll,
    .page-slug-landing-page-2026 .header-wrapper.stuck.header-hidden-scroll {
        transform: translateY(-100%) !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

section.section_home_blog.landing2026 .section-bg {
    background-color: white;
    background-size: 45% !important;
    background-position: left 20rem !important;
    border-radius: inherit;
}

section.section_home_blog.landing2026
    .home_latestnews_blog
    .post-item
    .col-inner
    .box-blog-post
    .box-text {
    background-color: var(--qlm-color-red) !important;
}

section.section_home_blog.landing2026 .home_latestnews_title {
    /* Typography */
    font-family: "SVN-Helvetica Now Display", sans-serif;
    font-size: 60px;
    font-weight: 400;
    /* Regular trong Figma */
    line-height: 1.03;
    /* 103% từ Figma */
    letter-spacing: 0em;
    color: #000 !important;
    text-align: left !important;

    /* Layout & Dimensions */
    width: 100%;
    max-width: 939.72px;
    /* Chiều rộng chính xác từ Figma */
    height: auto;
    /* Để height tự động để tránh lỗi hiển thị khi nội dung thay đổi */

    /* Performance Optimization */
    display: block;
    box-sizing: border-box;
}

section.section_home_blog.landing2026 .home_latestnews_title {
    text-transform: uppercase;
}

#content
    section.section_home_blog.landing2026
    .home_latestnews_blog
    .post-item
    .box-text
    a {
    font-size: 30px;
    font-weight: 400;
    /* Regular */
    line-height: 1.03;
    /* 103% */
    letter-spacing: 0em;
    /* 0% */
    text-align: left;

    /* Màu sắc QLM Off Grey từ Figma */
    color: #f2f2f2;
    /* Mã màu thường dùng cho Off Grey, hãy điều chỉnh nếu cần */

    /* Kích thước khung từ Figma image_a71775.png */
    width: 100%;
    max-width: 338px;
    height: auto;
    /* Để height tự động thay vì 139px để tránh lỗi hiển thị khi nội dung dài hơn */

    /* Performance */
    display: block;
    box-sizing: border-box;
    font-family: "SVN-HelveticaNowDisplay-Regular";
}

#content
    section.section_home_blog.landing2026
    .home_latestnews_blog
    .post-item
    .from_the_blog_excerpt {
    font-size: 20.89px;
    font-weight: 400;
    /* Regular */
    line-height: 1.3;
    /* 130% */
    letter-spacing: 0em;
    text-align: left;

    /* Màu sắc QLM Dark Grey từ Figma */
    color: var(--qlm-color-dark-grey);
    /* Mã màu Dark Grey tiêu chuẩn, hãy điều chỉnh theo brand guide của QLM */

    /* Layout từ Figma image_3881e1.png */
    width: 100%;
    max-width: 190px;
    height: auto;
    max-height: 70px;

    /* Appearance */
    opacity: 1;
    /* 100% */

    /* Performance Optimization */
    display: block;
    box-sizing: border-box;
}

#content
    section.section_home_blog.landing2026
    .home_latestnews_blog
    .grid-col
    .box:not(.box-shade):not(.box-overlay):not(.box-badge)
    .box-text:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_right_red.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    cursor: pointer;
}

#content section.section_home_blog.landing2026 {
    min-height: unset !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-flow: row !important;
    align-items: flex-start !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 127px !important;
    padding-bottom: 0px !important;
}

#content section.section_home_blog.landing2026 .btn_loadmore {
    /* Kích thước (Layout) */
    width: 194px;
    height: 68.75px;

    /* Appearance & Colors */
    background-color: transparent;
    /* Thường các nút có stroke sẽ có nền trong suốt hoặc trắng */
    color: #e31e24 !important;
    /* QLM Red cho text */

    /* Corner Radius (Bo tròn hoàn toàn) */
    border-radius: 185.82px !important;

    /* Stroke (Border) từ Figma */
    border: 1.11px solid #e31e24 !important;
    /* Stroke Weight: 1.11 & Color: QLM Red */

    /* Typography & Alignment */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "SVN-HelveticaNowDisplay-Regular";

    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-size: 24.73px !important;
    font-weight: 400 !important;
    /* Regular/Text Rendering */
    line-height: 1 !important;
    /* 100% từ Figma */
    letter-spacing: -0.025em !important;
    /* -2.5% từ Figma */

    /* Performance Optimization */
    box-sizing: border-box;
    /* Đảm bảo stroke 'Inside' không làm tăng kích thước button */
    transition: all 0.3s ease;
    margin: 66px 0px;
    transition: left 0.5s ease;
}

#content section.section_home_blog.landing2026 .btn_loadmore:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(227, 0, 43, 0.4);
    filter: brightness(1.05);
    background: linear-gradient(90deg, #e3002b 0%, #f1b09d 100%);
    color: white !important;
    border: unset !important;
}

#content section.why-work-with-qlm .nav-vertical + .tab-panels {
    border-left: none;
}

/* 1. Container giữ khung layout ổn định */
.section-partners .col-inner {
    position: relative;
    min-height: clamp(280px, calc(920 * var(--unit)), 920px);
    /* Giữ chỗ cho ảnh con absolute */
}

/* 2. Trạng thái mặc định cho TẤT CẢ ảnh */
.section-partners .col-inner > .img {
    position: absolute;
    /* Giữ nguyên để cùng mặt phẳng xếp lớp */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition:
        opacity 0.4s ease-in-out,
        visibility 0.4s ease-in-out;
    overflow: hidden;
    /* Đã xóa display: none, float: right (vô dụng với absolute) */
}

/* 3. Trạng thái Active */
.section-partners .col-inner > .img.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    /* KHÔNG đổi position, giữ nguyên absolute để cross-fade mượt */
}

/* 4. Ảnh mặc định khi load trang (Labels) */
.section-partners .col-inner > .img-src-labels {
    /*
  opacity: 1;
  visibility: visible;
  z-index: 2;
  */
}

/* 5. Ảnh bên trong */
.section-partners .col-inner > .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 6. Text Description - Sửa tương tự: bỏ display, dùng opacity/visibility */
.section-partners .text.qlm-description {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 3s ease-in-out,
        visibility 3s ease-in-out;
    pointer-events: none;
    /* Tránh chặn chuột khi ẩn */
    /* Giữ nguyên position/layout gốc của theme, không dùng absolute */
}

.section-partners .text.qlm-description.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Ẩn mặc định tất cả các khối ảnh trong cột phải */
.section-partners .text.qlm-description {
    display: none !important;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* Chỉ hiển thị khối ảnh có class active */
.section-partners .text.qlm-description.active {
    display: block !important;
    opacity: 1;
}

/* Đảm bảo ảnh chính (Labels) hiện ra khi vừa load trang */

/* Áp dụng cho section Why Work With QLM */
.why-work-with-qlm .col-inner > .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.why-work-with-qlm .col-inner > .img.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

/* slider for marquee aboutus */

#content .marquee-container.aboutus-list .img {
    /* Kích thước theo Figma */
    width: calc(556 * var(--unit));
    height: calc(391 * var(--unit));

    /* Bo góc theo Figma (Corner radius: 30) */
    border-radius: 30px;

    /* Hiệu ứng */
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    overflow: hidden;

    /* Background cho khung hình */
    background-color: #d9d9d9;
    /* Màu nền từ Figma */
    margin: 0px 20px;
}

#content .marquee-container.aboutus-list .img img {
    width: 100%;
    height: 100%;
    /* Bắt buộc: ép ảnh cao bằng khung chứa */
    object-fit: cover;
    /* QUAN TRỌNG: Cắt ảnh để lấp đầy khung mà không bị méo */
    object-position: center;
    /* Căn giữa ảnh */
    border-radius: 30px;
    /* Bo góc giống Figma */
    display: block;
}
