* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.main-header {
    padding: 0;
    background-color: rgba(19, 57, 87, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.desktop-header,
.desktop-footer {
    display: none;
}
.mobile-header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-menu-btn {
    width: 50px;
    cursor: pointer;
}
.kwg-logo {
    width: 80px;
}
.mobile-language-list {
    padding: 20px 0;
    margin-bottom: 0;
    width: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.mobile-language-list li {
    color: white;
    list-style: none;
    font-family: "Bai Jamjuree";
    font-weight: bold;
}
.mobile-language-list.dark li {
    color: #030f20;
}
.mobile-language-active::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    margin: 8px 5px;
    background: url("../img/utilities/arr-down-white.png") no-repeat center
        center/contain;
}
.mobile-language-active.dark::after {
    background: url("../img/utilities/arr-down-red.png") no-repeat center
        center/contain;
}
.mobile-language-option {
    visibility: hidden;
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 50px;
    height: auto;
    background-color: #133957;
    padding: 5px;
    z-index: 1;
}
.mobile-language-option::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    right: 20px;
    transform: rotate(45deg);
    background-color: #133957;
    z-index: -1;
}
.mobile-language-option li {
    cursor: pointer;
}
.mobile-language-option li:hover {
    background-color: white;
    color: #133957;
}
.mobile-language-list:hover > .mobile-language-option,
.mobile-language-option:hover {
    visibility: visible;
}
/* =========================
   sidenav mobile
   ========================= */
.sidenav,
.sidenav-dark {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav-dark {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    transition: unset;
}
.sidenav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.sidenav-header .close-btn {
    width: 20px;
    cursor: pointer;
}
.sidenav-list {
    line-height: 3rem;
    white-space: nowrap;
    padding: 0;
}
.sidenav-list li {
    list-style: none;
    font-size: 16px;
    color: #030f20;
    text-transform: uppercase;
    border-bottom: 1px solid #9bbad6;
    padding: 0 20px;
    font-family: "Bai Jamjuree";
    user-select: none;
}
.sidenav-link {
    text-decoration: none;
    color: #030f20;
}
.sidenav-link:hover {
    color: #030f20;
    opacity: 0.85;
}
.sidenav-contact {
    line-height: 2rem;
}
.sidenav-contact li {
    font-family: "Bai Jamjuree";
    border-bottom: 0;
}
.sidenav-footer {
    display: flex;
    padding: 0;
    margin: 20px 0;
}
.sidenav-footer li {
    padding: 20px;
    list-style: none;
}
.sidenav-footer .youtube-icon {
    width: 25px;
}
.sidenav-footer .facebook-icon {
    width: 22px;
}
.sidenav-footer .instagram-icon {
    width: 23px;
}
.acc-link {
    color: #030f20;
    text-decoration: none;
}
.acc-link:hover {
    color: #030f20;
}
/* accordion mobile nav */
#mobile_nav .accordion-item {
    border: none;
    border-bottom: 1px solid #9bbad6;
}
#mobile_nav .accordion-button {
    border-radius: 0 !important;
    text-transform: uppercase;
}
#mobile_nav .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #030f20;
    background-color: white;
}
#mobile_nav .accordion-body {
    background-color: white;
    padding-top: 0;
}
#mobile_nav .acc-navlist {
    padding-left: 1rem;
}
#mobile_nav .acc-navlist li {
    padding: 0;
    border-bottom: none;
    line-height: 1.8rem;
}
#mobile_nav .acc-navlist li a {
    font-size: 14px;
    color: #030f20;
    text-decoration: none;
}
#mobile_nav .accordion-button:focus {
    box-shadow: none;
    border: none;
}
#mobile_nav .accordion-button::after {
    background-image: url("../img/utilities/arr-down-red.png");
    background-position-y: 3px;
    background-size: 18px;
}
#mobile_nav .accordion-button:not(.collapsed)::after {
    background-position-y: 3px;
}
#mobile_nav .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0;
}

/* ====================
    Second header
   ==================== */
.sub-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    padding: 15px 0;
}
.aboutkwi-acc {
    width: 100%;
}
.aboutkwi-item {
    border: none;
    background-color: #f2f6fa !important;
}
.aboutkwi-btn {
    padding: 10px 0;
    background-color: #f2f6fa;
}
.aboutkwi-item:first-of-type .aboutkwi-btn,
.aboutkwi-item:last-of-type .accordion-collapse {
    border-radius: 0;
}
.aboutkwi-btn:focus {
    box-shadow: none;
    border-color: #eee;
}
.aboutkwi-btn:not(.collapsed) {
    box-shadow: 0 1px #eee;
}
.aboutkwi-btn::after {
    content: "\002B";
    font-size: 20px;
    color: #133957;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutkwi-btn:not(.collapsed)::after {
    background: unset;
    transform: unset;
    content: "\2212";
    font-size: 30px;
    color: #133957;
}
.aboutkwi-item:first-of-type {
    border-radius: 0;
}
.aboutkwi-item,
.accordion-button-footer {
    background-color: #f2f6fa;
}
.aboutkwi-btn:not(.collapsed) {
    color: #133957;
    background-color: #f2f6fa;
}
.aboutkwi-body {
    background-color: #f2f6fa;
    padding: 15px 0 0;
}
.sub-header-list-m {
    padding: 0 10px;
    margin: 0;
    line-height: 2rem;
}
.sub-header-list-m li {
    list-style: none;
}
.sub-header-wrapper.desktop {
    display: none;
}
.sub-header-heading1 {
    font-size: 18px;
    color: #133957;
    margin: 0;
}
.sub-header-list {
    display: flex;
    gap: 15px;
    margin: 0;
}
.sub-header-list li {
    list-style: none;
    line-height: 2.2rem;
}
.sub-header-link {
    font-size: 12px;
    font-family: "Bai Jamjuree";
    color: #0e3655;
    text-decoration: none;
}
.sub-header-link:hover {
    color: #b32225;
}
.sub-header-link.active {
    color: #b32225;
}
.acc-link {
    color: #030f20;
    text-decoration: none;
}
.acc-link:hover {
    color: #030f20;
}

/* ====================
   footer
   ==================== */
.footer-fluid {
    padding: 20px 0;
    background-color: #133957;
}
.accordion-item-footer {
    border: 0;
}
.accordion-item,
.accordion-button-footer {
    color: white;
    background-color: #133957;
}
.accordion-button-footer {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(155, 186, 214, 0.2);
}
.accordion-button-footer:focus {
    border-bottom: 1px solid rgba(155, 186, 214, 0.2);
}
.accordion-button-footer:not(.collapsed) {
    color: white;
    background-color: transparent;
    box-shadow: unset;
    border-bottom: 1px solid rgba(155, 186, 214, 0.2);
}
.accordion-button-footer:focus {
    border-color: rgba(155, 186, 214, 0.2);
    box-shadow: none;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.accordion-button-footer::after {
    width: 10px;
    height: 10px;
    background-size: 100%;
    margin-top: 5px;
    background-image: url("../img/utilities/arrow-down-language.png");
}
.accordion-button-footer:not(.collapsed)::after {
    margin-top: -2px;
    background-image: url("../img/utilities/arrow-down-language.png");
}
.accordion-content-footer {
    padding: 0;
    margin: 0;
}
.accordion-content-footer li {
    list-style: none;
    line-height: 1.8rem;
}
.footer-link {
    font-family: "Bai Jamjuree";
    font-size: 12px;
    color: #94bbd9;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-link:hover {
    color: #94bbd9;
    text-decoration: underline;
}
.footer-contactlist {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.footer-contactlist li {
    list-style: none;
    padding: 30px;
    padding-left: 0;
}
.footer-contactlist .youtube-icon {
    width: 25px;
}
.footer-contactlist .facebook-icon {
    width: 22px;
}
.footer-contactlist .instagram-icon {
    width: 22px;
}
.footer-utilities {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.footer-utilities li a {
    color: #94bbd9;
    padding: 10px 15px;
    padding-left: 0;
    font-size: 12px;
    font-family: "Bai Jamjuree";
    text-transform: uppercase;
    text-decoration: none;
}
.footer-utilities li a:hover {
    color: #94bbd9;
    opacity: 0.85;
}
.footer-copyright {
    font-size: 12px;
    font-family: "Bai Jamjuree";
    color: #9dacb7;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}
.footer-text-location {
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-text-addpress,
.ft-para {
    font-size: 13px;
    font-family: "Bai Jamjuree";
    color: white;
}
.footer-text-visit {
    font-size: 10px;
    color: #94bbd9;
    letter-spacing: 1px;
}
.footer-text-invester {
    margin-top: 50px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-headlink {
    color: white;
    text-decoration: none;
}
.footer-headlink:hover {
    color: white;
}
.visit-map {
    font-size: 12px;
    font-family: "Bai Jamjuree";
    font-weight: bold;
    color: #94bbd9;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
}
.visit-map::after {
    content: "";
    width: 10px;
    height: 10px;
    margin: 2px 8px -1px;
    display: inline-block;
    background: url("../img/utilities/db-arr-right.png") no-repeat center center /
        100%;
}
.visit-map:hover {
    color: #94bbd9;
    opacity: 0.85;
}
.phone-icon {
    font-size: 13px;
    font-family: "Bai Jamjuree";
    color: white;
    margin-top: 20px;
}
.phone-icon::before {
    content: "";
    width: 11px;
    height: 11px;
    background: url("../img/utilities/phone.png") no-repeat center center / 100%;
    display: inline-block;
    margin-right: 10px;
}
.subscribe-form {
    margin: 10px 0;
    padding: 10px 0;
}
.email-input {
    width: 220px;
    border: none;
    border-bottom: 1px solid rgba(155, 186, 214, 0.2);
    background-color: transparent;
    margin-right: 15px;
    color: white;
    font-family: "Bai Jamjuree";
    padding: 5px 0;
}
.email-input::placeholder {
    color: white;
}
.email-input:focus {
    outline: none;
}
.subscribe-btn {
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid white;
    font-family: "Bai Jamjuree";
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: white;
    letter-spacing: 0.1rem;
    transition: all 0.1s ease;
}
.subscribe-btn:hover {
    background-color: white;
    color: #133957;
}

/* ====================
   Cookie consent
   ==================== */
.cookie-wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: white;
    z-index: 10000;
    box-shadow: 0 -1px 8px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cookie-wrap.active {
    transform: translateY(0);
}

.cookie-wrap p,
.cookie-wrap a,
.cookie-wrap a:hover {
    font-family: "Bai Jamjuree";
    color: #123956;
}

.cookie-wrap button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
    border: 2px solid #123956;
    padding: 0.5rem 2rem;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #123956;
    text-transform: uppercase;
}

.cookie-wrap button:hover {
    background-color: #123956;
    color: white;
}

@media screen and (max-width: 320px) {
    .subscribe-btn {
        padding: 8px 10px;
    }
}
@media screen and (min-width: 768px) {
    .mobile-language-option {
        width: 90px;
        right: -25px;
    }
    .mobile-language-option::before {
        right: 40px;
    }
}

@media screen and (min-width: 992px) {
    .cookie-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .cookie-wrap p {
        margin-bottom: 0;
    }

    .cookie-wrap button {
        margin-left: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .main-header {
        position: absolute;
        background-color: transparent;
    }
    .mobile-header {
        display: none;
    }
    .desktop-header {
        width: 100%;
        height: 100px;
        display: block;
    }
    .desktop-mainheader.scroll {
        position: fixed;
        top: 0;
        background-color: rgba(19, 57, 87, 0.3);
        width: 100%;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
    }
    .desktop-subheader {
        height: 30px;
        border-bottom: 1px solid rgba(155, 186, 214, 0.2);
        display: flex;
        align-items: center;
    }
    .desktop-subheader-list {
        display: flex;
        justify-content: flex-end;
        margin: 0;
        position: relative;
    }
    .desktop-subheader-list li {
        font-size: 12px;
        list-style: none;
        color: white;
        padding: 15px 0;
        margin-left: 20px;
        font-family: "Bai Jamjuree";
        text-transform: uppercase !important;
        position: relative;
        margin-right: 12px;
    }
    .desktop-subheader-list > li::after {
        content: "";
        display: block;
        width: 0px;
        height: 2px;
        background-color: #b32225;
        transition: width 0.3s ease;
        position: absolute;
        z-index: 1000;
        bottom: 7px;
    }
    .desktop-subheader-list > li:hover::after {
        width: 100%;
    }

    .desktop-subheader-list > li.active::after {
        width: 100%;
    }

    .desktop-subheader-list li:first-child:hover > .mainheader-sublist {
        visibility: visible;
    }
    .desktop-subheader-list .mainheader-sublist {
        left: unset;
        right: -55px;
        top: 42px;
        z-index: 1000;
    }
    .desktop-subheader-list .mainheader-sublist li {
        padding: 0;
    }
    .desktop-subheader-list > .mainheader-sublist:hover {
        visibility: visible;
    }
    .dropdown-icon {
        position: relative;
    }
    .dropdown-icon::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        margin: 5px;
        background: url("../img/utilities/arr-down-white.png") no-repeat center
            center/contain;
    }

    .desktop-language-active {
        position: relative;
        cursor: pointer;
    }
    .desktop-language-active:hover .desktop-subheader-languages,
    .desktop-subheader-languages:hover {
        visibility: visible;
    }
    .desktop-subheader-languages {
        visibility: hidden;
        width: 90px;
        height: auto;
        background-color: white;
        padding: 5px 0;
        position: absolute;
        right: 50%;
        top: 43px;
        transform: translateX(50%);
        z-index: 2000;
    }
    .desktop-subheader-languages::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        background-color: white;
        top: -5px;
        left: 40px;
        z-index: -1;
    }
    .desktop-subheader-languages li {
        color: #333;
        list-style: none;
        text-align: center;
        padding: 5px 10px;
        cursor: pointer;
        margin: 0;
    }
    .desktop-subheader-languages li:hover > a {
        font-weight: bold;
    }
    .desktop-subheader-languages li a {
        color: #133957;
        text-decoration: none;
    }
    .desktop-mainheader {
        height: 70px;
        display: flex;
        align-items: center;
    }
    .desktop-mainheader.scrollactive {
        position: fixed;
        top: 0;
        background-color: #133957;
        width: 100%;
    }
    .desktop-mainheader.scrollactive .mainheader-sublist {
        background-color: #133957;
        box-shadow: none;
    }
    .desktop-mainheader.scrollactive .mainheader-sublist a {
        color: white;
    }

    .mainheader-list {
        display: flex;
        margin: 0;
        position: relative;
    }
    .mainheader-list > li {
        list-style: none;
        color: white;
        margin: 0 5px;
        font-family: "Bai Jamjuree";
        padding: 12px 0;
        cursor: pointer;
        user-select: none;
        position: relative;
        font-size: 12px;
    }
    .mainheader-list > li::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background-color: #b32225;
        transition: width 0.3s ease;
        position: absolute;
        bottom: 4px;
    }
    .mainheader-list > li:hover::after {
        width: 100%;
    }
    .mainheader-list > li.active::after {
        width: 100%;
    }
    .mainheader-list > li.has-icon:hover > .mainheader-sublist {
        visibility: visible;
    }
    .mainheader-list .item-link,
    .desktop-subheader-list .item-link {
        color: white;
        text-decoration: none;
    }
    .desktop-subheader-list .item-link:hover {
        color: white;
        opacity: 0.85;
    }
    .mainheader-list .item-link:hover {
        color: white;
    }
    .mainheader-list.scroll .item-link,
    .mainheader-list.scroll > li {
        color: white;
    }
    .mainheader-list.scroll .mainheader-sublist .item-link {
        /* color: #133957; */
        color: white;
    }
    .mainheader-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .mainheader-sublist {
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        /* padding: 20px 10px; */
        padding: 20px 0px 10px 10px;
        min-width: 260px;
        background-color: white;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    }
    .mainheader-list.scroll .mainheader-sublist {
        background-color: #133957;
        box-shadow: none;
    }
    .mainheader-sublist.scroll {
        color: #030f20;
        background-color: white;
    }
    .mainheader-sublist:hover {
        visibility: visible;
    }
    .mainheader-sublist > li {
        list-style: none;
        color: #030f20;
        text-transform: uppercase;
        font-family: "Kaisei Opti", "Times New Roman", Times, serif;
        cursor: pointer;
        line-height: 1.2rem;
        user-select: none;
        font-size: 12px;
    }
    .mainheader-sublist > li a.item-link {
        display: inline-block;
        margin-bottom: 8px;
        color: #030f20;
    }
    .mainheader-sublist > li.item-link:hover,
    .mainheader-sublist .item-link:hover {
        color: #030f20;
        font-weight: bold;
    }
    .mainheader-sublist.scroll > li {
        color: #030f20;
    }
    .has-icon img {
        width: 10px;
    }

    /********************************************* Footer **********************************************/

    .footer-fluid {
        padding: 50px 0 10px;
    }
    .mobile-footer {
        display: none;
    }
    .desktop-footer {
        display: block;
    }
    .footer-linklist {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .footer-linklist li a {
        color: #94bbd9;
        font-family: "Bai Jamjuree";
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        text-decoration: none;
    }
    .footer-heading,
    .footer-linklist .footer-heading {

        font-family: "Bai Jamjuree";
        font-size: 16px;
        color: white;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .footer-heading {
        margin-bottom: 10px;
    }
    .footer-heading.more-margin {
        margin: 20px 0;
    }
    .kwi-business-footer {
        font-size: 12px;
        font-weight: bold;
        color: white;
        margin-bottom: 11px;
    }
    .footer-subheading {
        font-size: 12px;
        font-family: Karla, Arial, Helvetica, sans-serif;
        color: white;
        text-transform: uppercase;
    }
    .footer-para {
        font-size: 10px;
        color: white;
        margin: 10px 0 30px;
    }
    .footer-phone,
    .footer-email {
        font-size: 17px;
        color: white;
        font-family: "Bai Jamjuree";
        margin-bottom: 0;
        position: relative;
        padding-left: 25px;
    }
    .footer-email {
        font-size: 16px;
    }
    .footer-phone::before,
    .footer-email::before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 5px;
        background-image: url("../img/logo/phone-icon.png");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .footer-email::before {
        background-image: url("../img/logo/email-icon.png");
    }
    .footer-utilities li {
        font-size: 12px;
    }

    .cookie-wrap button {
        margin-left: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .mainheader-list li {
        margin: 0 10px;
    }
    .mainheader-list > li {
        font-size: 14px;
        padding: 20px 0;
    }
    .mainheader-sublist {
        top: 60px;
    }
    .footer-heading,
    .footer-linklist .footer-heading {
        font-size: 18px;
    }
    .mainheader-list > li::after {
        bottom: 0px;
    }

    .cookie-wrap button {
        margin-left: 100px;
    }
}
@media screen and (min-width: 1400px) {
    .mainheader-list > li {
        font-size: 18px;
    }
    .mainheader-sublist {
        top: 67px;
    }
}
