/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    /* Header */
    #sp-header-mobile-only {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 70;
    }

    #offcanvas-toggler {
        float: left !important;
    }

    .offcanvas-inner .nav.menu img {
        display: none !important;
    }

    .logo img.sp-default-logo {
        margin: 0 auto;
    }

    #sp-header-mobile-only .row {
        align-items: center;
    }

    /* Footer */
    ul.footer-options {
        display: flex;
        flex-wrap: wrap;
    }

    ul.footer-options li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .sp-module.bottom-options ul > li {
        border: none;
    }

    .sp-module.bottom-options ul > li > a:before {
        display: none;
    }

    .btn-primary.white,
    select#market-selection {
        border-color: #333333;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: none !important;
    }

    /* Main Body */
    .h4-custom {
        font-size: 16px;
        margin: 10px 0;
    }

    .southeast-asia .region,
    .southeast-asia .market,
    .europe .region,
    .europe .market,
    .northeast-asia .region,
    .northeast-asia .market {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: -10px;
        margin-right: -10px;
    }

    .southeast-asia .region li,
    .southeast-asia .market li,
    .europe .region li,
    .europe .market li,
    .northeast-asia .region li,
    .northeast-asia .market li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .sp-module {
        margin-top: 0 !important;
    }

    .bottom-options .footer {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .bottom-options .footer .col-4 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .esg-button p.btn {
        margin-bottom: 0;
    }

    .sp-module.about-submenu ul > li {
        display: block;
    }

    #history .col-4 {
        width: 100%;
        float: left;
        display: table;
        height: 420px;
    }

    #history .col-8 {
        width: 100%;
        float: left;
        display: table;
        height: 420px;
        padding: 0 20px;
    }

    .h3-custom {
        font-size: 20px;
        margin: 10px 0;
    }

    .our-values .col-12 {
        display: flex;
        flex-wrap: wrap;
    }

    .our-values .col-12 .col-4 {
        width: 100%;
    }

    #sp-main-slider {
        margin-top: 100px !important;
    }

    .h2-custom {
        font-size: 26px;
        margin: 10px 0;
    }

    #world-location .col-12 {
        display: flex;
        flex-wrap: wrap;
    }

    #world-location .col-12 .col-4 {
        width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .remove-mobile.reduce-line {
        display: none;
    }

    .safe .col-12 {
        display: flex;
        flex-wrap: wrap;
    }

    .safe .col-12 .col-4 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    
    .convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
        padding: 0 !important;
    }

    #cf_1,
    .convertforms .cf-label {
        color: #212529 !important;
    }

    #cf_1 {
        margin-bottom: 20px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /* Header */
    #sp-header-mobile-only {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 70;
    }

    #offcanvas-toggler {
        float: left !important;
    }

    .offcanvas-inner .nav.menu img {
        display: none !important;
    }

    .logo img.sp-default-logo {
        margin: 0 auto;
    }

    #sp-header-mobile-only .row {
        align-items: center;
    }

    /* Footer */
    .sp-module.bottom-options {
        margin-top: 20px !important;
    }
    ul.footer-options {
        display: flex;
        flex-wrap: wrap;
    }

    ul.footer-options li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .sp-module.bottom-options ul > li {
        border: none;
    }

    .sp-module.bottom-options ul > li > a:before {
        display: none;
    }

    .btn-primary.white,
    select#market-selection {
        border-color: #333333;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: none !important;
    }

    /* Main Body */
    .h4-custom {
        font-size: 16px;
        margin: 10px 0;
    }

    .southeast-asia .region,
    .southeast-asia .market,
    .europe .region,
    .europe .market,
    .northeast-asia .region,
    .northeast-asia .market {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: -10px;
        margin-right: -10px;
    }

    .southeast-asia .region li,
    .southeast-asia .market li,
    .europe .region li,
    .europe .market li,
    .northeast-asia .region li,
    .northeast-asia .market li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .sp-module {
        margin-top: 0 !important;
    }

    .bottom-options .footer {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .bottom-options .footer .col-4 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .esg-button p.btn {
        margin-bottom: 0;
    }

    .sp-module.about-submenu ul > li {
        display: block;
    }

    #history .col-4 {
        width: 100%;
        float: left;
        display: table;
        height: 420px;
    }

    #history .col-8 {
        width: 100%;
        float: left;
        display: table;
        height: 420px;
        padding: 0 20px;
    }

    .h3-custom {
        font-size: 20px;
        margin: 10px 0;
    }

    .our-values .col-12 {
        display: flex;
        flex-wrap: wrap;
    }

    .our-values .col-12 .col-4 {
        width: 100%;
    }

    #sp-main-slider {
        margin-top: 100px !important;
    }

    .h2-custom {
        font-size: 26px;
        margin: 10px 0;
    }

    #world-location .col-12 {
        display: flex;
        flex-wrap: wrap;
    }

    #world-location .col-12 .col-4 {
        width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .remove-mobile.reduce-line {
        display: none;
    }

    .safe .col-12 {
        display: flex;
        flex-wrap: wrap;
    }

    .safe .col-12 .col-4 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    
    .convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
        padding: 0 !important;
    }

    #cf_1,
    .convertforms .cf-label {
        color: #212529 !important;
    }

    #cf_1 {
        margin-bottom: 20px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* Header */
    #sp-header.d-md-block {
        display: none !important;
    }

    #sp-full-header-top {
        display: none !important;
    }

    #sp-header-mobile-only.d-md-none, 
    #sp-menu.d-md-none, 
    #sp-logo.d-md-none {
        display: block !important;
    }

    /* Footer */
    .bottom-options .footer .col-4 {
        width: 33.33%;
    }

    #sp-bottom .sp-module.bottom-options ul {
        display: flex !important;
    }

    ul.footer-options li {
        width: 33.33%;
    }

    /* Main Body */
    #sp-main-body #sp-menu.d-md-block {
        display: none !important;
    }

    .southeast-asia .region li,
    .southeast-asia .market li,
    .europe .region li,
    .europe .market li,
    .northeast-asia .region li,
    .northeast-asia .market li {
        width: 33.33%;
    }

    .h3-custom {
        font-size: 26px;
    }

    .h4-custom {
        font-size: 20px;
    }

    .our-values .col-12 .col-4 {
        width: 33.33%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* Header */
    #sp-header-mobile-only.d-lg-none {
        display: block !important;
    }

    .sp-megamenu-parent.d-lg-block {
        display: none !important;
    }

    #offcanvas-toggler.d-lg-none {
        display: block !important;
    }

    /* Main Body */
    #sp-main-slider #sp-menu.d-lg-block, 
    #sp-below-main-body #sp-menu.d-lg-block {
        display: none !important;
    }

    #sp-slider.col-lg-10, 
    #sp-component.col-lg-10 {
        width: 100%;
    }

    .sp-module.about-submenu ul > li {
        display: inline-block;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px){
    /* Header */
    #sp-full-header-top, 
    #sp-header.d-md-block {
        display: block !important;
    }

    #sp-header-mobile-only.d-md-none, 
    #sp-menu.d-md-none, 
    #sp-logo.d-md-none {
        display: none !important;
    }

    /* Main Body */
    #sp-main-slider #sp-menu.d-lg-block, 
    .sp-megamenu-parent.d-lg-block, 
    #sp-main-body #sp-menu.d-md-block, 
    #sp-below-main-body #sp-menu.d-lg-block {
        display: block !important;
    }

    #offcanvas-toggler.d-lg-none {
        display: none !important;
    }

    #sp-slider.col-lg-10, 
    #sp-component.col-lg-10, 
    #sp-belowcomp.col-lg-10 {
        width: 83.33%;
    }

    .sp-column.menu-fixed,
    .sp-module.home-slider {
        margin-top: 20px !important;
    }

    #history .col-4 {
        width: 25%;
    }

    #history .col-8 {
        width: 75%;
    }

    .h3-custom {
        font-size: 40px;
        margin: 20px 0;
    }

    .safe .col-12 .col-4 {
        width: 33.33%;
    }
}