/* @font-face {
    font-family: 'DB HeaventRounded';
    src: url('fonts/DB HeaventRoundedv3.2.1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

pre {
    color: #000;
}

.justify-items-center {
    justify-items: center;
}

/* :lang(en-US) {
    --font_style: 'Cordia New', sans-serif;
}

:lang(th) {
    --font_style: "Sarabun", sans-serif;
} */

body {
    font-family: "Kanit", sans-serif;
    background-color: #f7f7fc;
    color: #000;
    font-weight: 400;
    margin: 0 !important;
    overflow-x: hidden !important;
    padding-right: 0 !important;

    /* background-image: url("images/");
    background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

main {
    min-height: 70vh;
}

a {
    outline: none !important;
}

.outline-none {
    outline: none !important;
}

.w-fit-content {
    width: fit-content !important;
}

.justify-self-center {
    justify-self: center !important;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-30 {
    opacity: 0.3;
}

.d-contents {
    display: contents !important;
}

@media (min-width: 576px) {
    .d-sm-contents {
        display: contents !important;
    }
}

@media (min-width: 768px) {
    .d-md-contents {
        display: contents !important;
    }

    .ca-bg {
        font-size: 80px;
        margin-top: -60px;
    }
}

@media (min-width: 1024px) {
    .d-lg-contents {
        display: contents !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-contents {
        display: contents !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-contents {
        display: contents !important;
    }
}

.z-index-1 {
    z-index: 1 !important;
}

.z-1000 {
    z-index: 1000 !important;
}


.cursor-pointer,
.pointer {
    cursor: pointer !important;
}

.cursor_default>a {
    cursor: default !important;
}

.bg-center-auto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg-bottom-auto {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg-center-cover {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-center-contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-top-contain {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-center-auto-repeat {
    background-position: center !important;
    background-size: auto !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.min-w-max-content {
    min-width: max-content;
}

.text-justify {
    text-align: justify;
}

.lh-24 {
    line-height: 24px;
}

.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 34px;
}

.font-36 {
    font-size: 36px;
}

.font-38 {
    font-size: 38px;
}

.font-40 {
    font-size: 40px;
}

.font-50 {
    font-size: 50px;
}

.font-60 {
    font-size: 60px;
}

.font-70 {
    font-size: 70px;
}

.font-80 {
    font-size: 80px;
}

.font-90 {
    font-size: 90px;
}

.font-100 {
    font-size: 100px;
}

@media (max-width: 1200px) {
    .font-18 {
        font-size: 16px;
    }

    .font-17 {
        font-size: 15px;
    }

    .font-16 {
        font-size: 14px;
    }

    .font-20 {
        font-size: 18px;
    }

    /* .font-24 {
        font-size: 20px;
    } */

    .font-50 {
        font-size: 40px;
    }

    .font-60 {
        font-size: 50px;
    }

    .font-28 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {

    /* .font-16 {
        font-size: 16px;
    } */
    .font-18 {
        font-size: 14px;
    }

    .font-20 {
        font-size: 16px;
    }

    /* .font-24 {
        font-size: 18px;
    } */

    .font-50 {
        font-size: 30px;
    }

    .font-60 {
        font-size: 40px;
    }

    /* .font-28 {
        font-size: 20px;
    } */
}

.color-fff {
    color: #fff !important;
}

.color-2f2d7d {
    color: #2f2d7d !important;
}

.color-424242 {
    color: #424242 !important;
}

.color-b4b4b4 {
    color: #b4b4b4 !important;
}

.color-ef4136 {
    color: #ef4136;
}

.color-737373,
.color-737373 a {
    color: #737373 !important;
}

.color-757577 {
    color: #757577 !important;
}

.color-4A5260 {
    color: #4A5260 !important;
}

.color-02243C {
    color: #02243C !important;
}

.color-FF0000 {
    color: #FF0000;
}

.color-000 {
    color: #000 !important;
}

.color-EC1C24 {
    color: #EC1C24 !important;
}

.color-e8ae7c {
    color: #e8ae7c;
}

.color-1c2e56 {
    color: #1c2e56;
}

.color-a8a8a8 {
    color: #a8a8a8;
}

.color-6d6d6d {
    color: #6d6d6d;
}

.color-4caf50 {
    color: #4caf50;
}

.color-FF7676 {
    color: #FF7676;
}

.color-603000 {
    color: #603000 !important;
}

.color-231f20 {
    color: #231f20 !important;
}

.color-ccc,
.color-cccccc,
.color-ccc a,
a.color-ccc {
    color: #ccc;
}

.color-ff751f {
    color: #ff751f;
}

.color-f25b02 {
    color: #f25b02;
}

.bg-0B0204 {
    background-color: #0B0204;
}

.bg-2f2f7c {
    background-color: #2f2f7c;
}

.bg-EC1C24 {
    background-color: #EC1C24;
}

.bg-fff {
    background-color: #fff !important;
}

.bg-ff751f {
    background-color: #ff751f;
}

.bg-000 {
    background-color: #000;
}

.bg-000-03 {
    background-color: rgb(0 0 0 / 30%);
}

.bg-4caf50 {
    background-color: #4caf50;
}

.bg-1c2e56 {
    background-color: #1c2e56;
}

.bg-2f2d7d {
    background-color: #2f2d7d;
}

.bg-121212 {
    background-color: #121212;
}

.bg-f25b02 {
    background-color: #f25b02;
}

.bg-f7f7fc {
    background-color: #f7f7fc;
}

.bg-efeff9 {
    background-color: #efeff9;
}

.bg-transparent {
    background: transparent !important;
}

.text-decoration,
.text-decoration-none,
.text-decoration a {
    text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: unset;
}

.text-underline {
    text-decoration: underline;
}

.text-a,
.text-a a {
    color: #FFF;
    text-decoration: none;
}

.margin_p p,
.margin-p p {
    margin-bottom: 0;
}

.text_ellipsis_none {
    display: -webkit-box;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_ellipsis_1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_ellipsis_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_ellipsis_3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_ellipsis_4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_ellipsis_10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .text_ellipsis_md_3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text_ellipsis_md_4 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text_ellipsis_md_none {
        display: -webkit-box;
        -webkit-line-clamp: none;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1024px) {
    .text_ellipsis_lg_3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text_ellipsis_lg_4 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text_ellipsis_lg_none {
        display: -webkit-box;
        -webkit-line-clamp: none;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1200px) {
    .text_ellipsis_xl_3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text_ellipsis_xl_4 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .h-xl-100 {
        height: 100%;
    }
}

@media (min-width: 1400px) {
    .h-xxl-100 {
        height: 100%;
    }
}

@media (min-width: 1600px) {}

@media (min-width: 1800px) {}



.border_fff_1 {
    border: 1px solid #fff;
}

.border_000_1 {
    border: 1px solid #000;
}

.border_c4c4c4_1 {
    border: 1px solid #c4c4c4;
}

.border_bcbec0_1 {
    border: 1px solid #bcbec0;
}

.border_a7a9ac_1 {
    border: 1px solid #a7a9ac;
}

/* ------------------------------ Font Size ---------------------------------- */

:root {
    --fs_head_1: 24px;
    --fs_head_2: 26px;
    --fs_title_1: 22px;
    --fs_title_2: 20px;
    --fs_body_1: 14px;
    --fs_body_2: 14px;

    --lh_head_1: 28px;
    --lh_head_2: 30px;
    --lh_title_1: 26px;
    --lh_title_2: 24px;
    --lh_body_1: 18px;
    --lh_body_2: 18px;
}

.text_title_location_slide {
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
}

/* :lang(en-US) {
    --fs_text_title_size_80: 40px;
    --fs_text_title_size_60: 40px;
    --fs_text_sub_title_size_60: 24px;
    --fs_text_sub_title_size_40: 40px;
    --fs_text_description_size: 20px;
    --fs_text_footer_size: 20px;
    --fs_text_date_sign_new: 20px;

    --lh_text_title_size_80: 46px;
    --lh_text_title_size_60: 32px;
    --lh_text_sub_title_size_60: 24px;
    --lh_text_sub_title_size_40: 32px;
    --lh_text_description_size: 20px;
    --lh_text_footer_size: 20px;
    --lh_text_date_sign_new: 20px;
} */

/* :lang(th) {
    --fs_text_title_size_80: 40px;
    --fs_text_title_size_60: 30px;
    --fs_text_sub_title_size_60: 24px;
    --fs_text_sub_title_size_40: 30px;
    --fs_text_description_size: 16px;
    --fs_text_footer_size: 16px;
    --fs_text_date_sign_new: 16px;

    --lh_text_title_size_80: 44px;
    --lh_text_title_size_60: 42px;
    --lh_text_sub_title_size_60: 28px;
    --lh_text_sub_title_size_40: 42px;
    --lh_text_description_size: 24px;
    --lh_text_footer_size: 24px;
    --lh_text_date_sign_new: 24px;
} */

/* @media (min-width: 400px) {
    :root {
        --fs_head_1: 24px;
        --fs_head_2: 30px;
        --fs_title_1: 20px;
        --fs_title_2: 20px;
        --fs_body_1: 15px;
        --fs_body_2: 17px;

        --lh_head_1: 28px;
        --lh_head_2: 34px;
        --lh_title_1: 24px;
        --lh_title_2: 24px;
        --lh_body_1: 19px;
        --lh_body_2: 21px;
    }
} */

/* @media (min-width: 768px) {
    :root {
        --fs_head_1: 32px;
        --fs_head_2: 42px;
        --fs_title_1: 26px;
        --fs_title_2: 24px;
        --fs_body_1: 16px;
        --fs_body_2: 18px;

        --lh_head_1: 36px;
        --lh_head_2: 46px;
        --lh_head_3: 38px;
        --lh_title_1: 30px;
        --lh_title_2: 28px;
        --lh_body_1: 20px;
        --lh_body_2: 22px;
    }
} */

@media (min-width: 768px) {
    :root {
        --fs_head_1: 28px;
        --fs_head_2: 32px;
        --fs_title_1: 24px;
        --fs_title_2: 22px;
        --fs_body_1: 18px;
        --fs_body_2: 18px;

        --lh_head_1: 39px;
        --lh_head_2: 49px;
        --lh_title_1: 29px;
        --lh_title_2: 27px;
        --lh_body_1: 24px;
        --lh_body_2: 24px;
    }

    .text_title_location_slide {
        font-size: var(--fs_head_1);
        line-height: var(--lh_head_1);
        font-weight: 600;
    }
}

/* @media (min-width: 1200px) {
    :root {
        --fs_head_1: 42px;
        --fs_head_2: 52px;
        --fs_title_1: 28px;
        --fs_title_2: 32px;
        --fs_body_1: 18px;
        --fs_body_2: 20px;

        --lh_head_1: 50px;
        --lh_head_2: 56px;
        --lh_title_1: 32px;
        --lh_title_2: 32px;
        --lh_body_1: 22px;
        --lh_body_2: 24px;
    }
} */

@media (min-width: 1800px) {
    :root {
        --fs_head_1: 42px;
        --fs_head_2: 52px;
        --fs_title_1: 28px;
        --fs_title_2: 24px;
        --fs_body_1: 20px;
        --fs_body_2: 20px;

        --lh_head_1: 46px;
        --lh_head_2: 56px;
        --lh_title_1: 32px;
        --lh_title_2: 28px;
        --lh_body_1: 26px;
        --lh_body_2: 26px;
    }
}

@media (min-width: 2560px) {
    :root {
        --fs_head_1: 46px;
        --fs_head_2: 56px;
        --fs_title_1: 32px;
        --fs_title_2: 30px;
        --fs_body_1: 24px;
        --fs_body_2: 24px;

        --lh_head_1: 54px;
        --lh_head_2: 58px;
        --lh_title_1: 36px;
        --lh_title_2: 34px;
        --lh_body_1: 28px;
        --lh_body_2: 30px;
    }
}

.text_head_1 {
    font-size: var(--fs_head_1);
    line-height: var(--lh_head_1);
    font-weight: 600;
}

.text_head_2 {
    font-size: var(--fs_head_2);
    line-height: var(--lh_head_2);
    font-weight: 600;
}

.text_head_3 {
    font-size: var(--fs_head_3);
    line-height: var(--lh_head_3);
    font-weight: 600;
}

.text_title_1 {
    font-size: var(--fs_title_1);
    line-height: var(--lh_title_1);
    font-weight: 600;
}

.text_title_2 {
    font-size: var(--fs_title_2);
    line-height: var(--lh_title_2);
    font-weight: 400;
}

.text_body_1 {
    font-size: var(--fs_body_1);
    line-height: var(--lh_body_1);
    font-weight: 400;
}

.text_body_2 {
    font-size: var(--fs_body_2);
    line-height: var(--lh_body_2);
    font-weight: 400;
}

/* .text_title_2 ul,
.text_title_2 ol {
    margin-left: 0px;
}

@media (min-width: 1200px) {

    .text_title_2 ul,
    .text_title_2 ol {
        margin-left: 2rem;
    }
} */

.custom_ul ul {
    padding-left: 27px;
    margin: 0;
}

.text_head_1 strong {
    font-weight: 600;
}

/* --------------------------- header ----------------------------- */

.logo_white,
.logo_color {
    width: 100px;
    min-width: 100px;
}

.custom_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    position: fixed;
    /* position: sticky; */
    top: 0;
}

.custom_header>div {
    height: 100%;
}

.custom_header .main-navigation {
    /* width: fit-content; */
    background-color: #ff751f;
    padding: 10px 20px;
    border-radius: 50px;
}

.custom_header ul {
    display: flex;
    /* gap: 10px; */
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.custom_header ul li {
    position: relative;
    align-content: center;
}

.custom_header ul li a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 16px;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    outline: none;
    color: #000;
}

/* .custom_header .current_page_item {
    background-color: var(--theme_blue);
} */

.custom_header ul li.menu-item-has-children a {
    /* padding: 6px 25px; */
    padding: 6px 26px 6px 16px;

}

@media (min-width: 768px) {
    .custom_header {
        padding: 16px 40px;
    }
}

@media (min-width: 1400px) {
    .custom_header ul li a {
        font-size: 26px;
    }

    .custom_header ul li.menu-item-has-children a {
        padding: 6px 26px 6px 16px;
    }

    .custom_header {
        padding: 30px 60px;
    }

    .logo_white,
    .logo_color {
        width: 130px;
        min-width: 130px;
    }


}

@media (min-width: 1600px) {
    /* .custom_header {
        padding: 16px 80px;
    } */
}


.custom_header li {
    border-radius: 50px;
}

.custom_header .sub-menu>li {
    border-radius: 0px;
}

.custom_header ul li:hover,
.custom_header ul li .sub-menu li:hover,
.custom_header ul li.current_page_item,
.custom_header .current_page_item,
.custom_header .current_page_parent,
.custom_header .current-page-ancestor {
    background-color: #000 !important;
    transition: all 0.3s;
}

.custom_header ul li:hover>a,
.custom_header .menu-item-has-children:hover::after,
.custom_header ul .menu-item-has-children>ul .menu-item-has-children:hover::after,
.custom_header ul li.current_page_item>a,
.custom_header ul li.current_page_item::after,
.custom_header ul li.current_page_parent::after,
.custom_header ul li.current_page_parent>a,
.custom_header ul li.current-page-ancestor::after,
.custom_header ul li.current-page-ancestor>a {
    color: #fff !important;
}


.custom_header .menu-item-has-children::after {
    content: "\f0d7";
}

.custom_header ul .menu-item-has-children>ul .menu-item-has-children::after {
    content: "\f0da";
}

.custom_header .menu-item-has-children::after,
.custom_header ul .menu-item-has-children>ul .menu-item-has-children::after {
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    font-size: 17px;
    position: absolute;
    top: 50%;
    /* right: 10px;
    transform: translate(-50%, -50%); */
    right: 8px;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
}

.custom_header ul .menu-item-has-children:hover>.sub-menu,
.custom_header ul .menu-item-has-children ul .menu-item-has-children:hover>.sub-menu {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}


.custom_header ul .menu-item-has-children>.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: max-content;
    z-index: 999;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    padding-top: 15px;
    box-shadow: none;
}

.custom_header ul .menu-item-has-children>.sub-menu::after {
    content: "";
    /* content: "\f0d8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 26px; */
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.custom_header ul .menu-item-has-children ul .menu-item-has-children>.sub-menu {
    top: 0%;
    left: 100%;
    transform: translateX(0%);
    padding-top: 0px;
    /* display: block;
    position: absolute;
    width: max-content;
    z-index: 999;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden; */
}

.custom_header ul .menu-item-has-children ul .menu-item-has-children>.sub-menu::after {
    content: none;
}

.custom_header ul li .sub-menu .menu-item a {
    padding: 10px 20px;
}

.custom_header ul li .sub-menu .menu-item-has-children a {
    padding: 10px 30px 10px 20px;
}

.custom_header ul .sub-menu li:nth-child(even) {
    background-color: #F2F2F2;
}

.custom_header ul .sub-menu li:nth-child(odd) {
    background-color: #fff;
}

.custom_header ul .sub-menu li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.custom_header ul .sub-menu li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select_languages {
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
}

.choose_languages a {
    text-decoration: none;
    color: #afafaf;
    font-size: var(--fs_body_1);
    position: relative;
}

.choose_languages a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.scrolled_header .choose_languages a::before {
    background-color: #757577;
}

.choose_languages a:nth-last-child(1)::before {
    content: unset;
}

.choose_languages a.active {
    color: #fff;
}

/* 
.icon_languages {
    width: 35px;
    min-width: 35px;
    border-radius: 2.5px;
}

@media (min-width: 1200px) {
    .icon_languages {
        width: 25px;
        min-width: 25px;
    }
} */

.custom_dropdown_languages .dropdown-menu {
    min-width: fit-content;
    border: 0;
    background-color: transparent;
    left: 0;
}

.custom_dropdown_languages .dropdown-item {
    padding: 0;
    color: #fff;
}

.custom_dropdown_languages .dropdown-item:hover {
    background-color: transparent;
}

.overlay_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

/* --------------------------- header mobile----------------------------- */

.header_mobile_menu.open {
    transform: translateX(0%);
}

.header_mobile_menu {
    /* display: flex; */
    /* padding: 10px; */
    transform: translateX(-100%);
    top: 0;
    left: 0;
    position: fixed;
    /* position: sticky; */
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    background-color: #e5e5e5;
    transition: 0.3s;
}

.header_mobile_menu .menu_mobile_item {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header_mobile_menu .menu_mobile_item>li {
    list-style: none;
    /* padding-bottom: 15px;
    border-bottom: 2px solid #000; */
}

.header_mobile_menu .menu_mobile_item>li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.header_mobile_menu .menu_mobile_item>li>ul {
    margin-top: 15px;
    padding-left: 20px;
}

.header_mobile_menu .menu_mobile_item>li>ul>li {
    list-style: disc;
    color: #000;
    border-bottom: 0;
    padding-bottom: 5px;
}

.header_mobile_menu .menu_mobile_item>li>ul>li>ul {
    margin-top: 10px;
    padding-left: 20px;
}

.header_mobile_menu .menu_mobile_item>li>ul>li>ul>li {
    list-style: circle;
    color: #000;
}

.header_mobile_menu a {
    text-decoration: none;
    color: #000;
    display: block;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}

.header_mobile_menu .current_page_item>a {
    color: #2f2d7d;
    font-weight: 600;
}

.header_mobile_menu a:hover {
    color: #2f2d7d;
}

/* .header_mobile_menu .show-sub-menu .sub-menu a {
    font-size: 18px;
    font-weight: 400;
} */
.header_mobile_menu .menu-item-has-children {
    position: relative;
    cursor: pointer;
}

.header_mobile_menu .menu-item-has-children::after {
    content: "\f0d7";
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000;
    transition: all 0.3s;
}

.header_mobile_menu .menu-item-has-children.show-sub-menu::after {
    transform: rotate(180deg);
}

.header_mobile_menu .menu-item-has-children .sub-menu {
    display: none;
}

.hamburger-icon {
    z-index: 22222;
    position: relative;
    width: 40px;
    height: 40px !important;
    cursor: pointer;

}

.hamburger-icon .line {
    width: 25px;
    height: 4px;
    background-color: #fff;
    display: block;
    /* margin: 4px; */
    transition: all 0.3s linear;
    border-radius: 50px;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
}

.hamburger-icon.nav-opan .line {
    /* margin: 9px; */
    background-color: #000 !important;
}

.hamburger-icon .line:nth-child(1) {
    display: block;
    top: 35%;
}

.hamburger-icon .line:nth-child(2) {
    display: block;
    top: 50%;
}

.hamburger-icon .line:nth-child(3) {
    display: block;
    top: 66%;
}

.hamburger-icon.nav-opan .line:nth-child(1) {
    /* transform: translateY(13px) rotate(45deg); */
    transform: translate(-50%) rotate(45deg);
    top: 50%;
    /* left: 0; */
}

.hamburger-icon.nav-opan .line:nth-child(2) {
    opacity: 0;
}

.hamburger-icon.nav-opan .line:nth-child(3) {
    /* transform: translateY(13px) rotate(45deg); */
    transform: translate(-50%) rotate(-45deg);
    top: 50%;
    /* left: 0; */
}

@media (min-width: 768px) {
    .header_mobile_menu {
        width: 400px;
    }
}

/* ----------------------------- Scrolled --------------------------- */

.scrolled_header .custom_header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 70%;
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 50px;
}

@media(min-width: 1024px) {
    .scrolled_header .custom_header::before {
        width: 98%;
    }
}

.scrolled_header .logo_color,
.logo_white {
    display: block;
}

.scrolled_header .logo_white,
.logo_color {
    display: none;
}

.scrolled_header .select_languages,
.scrolled_header .choose_languages a.active,
.scrolled_header .custom_dropdown_languages .dropdown-item {
    color: #757577 !important;
}

.scrolled_header .hamburger-icon .line {
    background-color: #757577;
}

/* ----------------------------- Footer --------------------------- */

.custom_menu_footer {
    display: block;
}

.custom_menu_footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

.custom_menu_footer ul li {
    width: 45%;
}


.custom_menu_footer ul a {
    text-decoration: none;
    color: #fff;
}

.custom_menu_footer_line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

@media (min-width: 576px) {
    .custom_menu_footer ul {
        flex-direction: row;
    }

    .custom_menu_footer ul li {
        width: auto;
    }

}


/* ----------------------------- layer Slider --------------------------- */
.custom_layer .ls-layer iframe,
.custom_layer .ls-layer video,
.custom_layer .ls-layer embed {
    /* width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    left: 0 !important; */
    /* width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important; */
    margin-left: 0 !important;
}

.custom_layer .ls-v6 .ls-bottom-slidebuttons a {
    padding: 0px !important;
    background-color: #fff !important;
    border-radius: 50px !important;
    border: 1px solid #fff !important;
    width: 8px !important;
    height: 8px !important;
}

.custom_layer .ls-v6 .ls-bottom-slidebuttons a:hover {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    /* border: 0 !important; */
}

.custom_layer .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active,
.custom_layer .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active:hover {
    background-color: #2f2d7d !important;
}

.custom_layer .ls-thumbnail-hover-inner {
    display: none !important;
    opacity: 0 !important;
}

.custom_layer .ls-nav-prev,
.custom_layer .ls-nav-next {
    z-index: 99 !important;
}

.custom_layer .ls-nav-prev:hover,
.custom_layer .ls-nav-next:hover {
    transform: none !important;
}

.custom_layer .ls-nav-prev::after {
    content: '\f104' !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

.custom_layer .ls-nav-next::after {
    content: '\f105' !important;
    right: 50% !important;
    transform: translateX(50%) translateY(-50%) !important;
}

.custom_layer .ls-nav-prev::after,
.custom_layer .ls-nav-next::after {
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.7);
    border: none !important;
    top: 50% !important;
    /* transform: translateY(-50%) !important; */
    margin-top: 0 !important;
    /* transform: none !important; */
    width: auto !important;
    height: auto !important
}

/* .custom_layer .ls-container.ls-responsive.ls-device-is-desktop,
.custom_layer .ls-wrapper.ls-bg-outer,
.custom_layer img {
    width: 101vw !important;
} */
@media (min-width: 768px) {

    .custom_layer .ls-nav-prev::after,
    .custom_layer .ls-nav-next::after {
        font-size: 35px;
    }

    .custom_layer .ls-v6 .ls-bottom-slidebuttons a {
        width: 12px !important;
        height: 12px !important;
    }
}

@media (min-width: 1024px) {

    .custom_layer .ls-nav-prev::after,
    .custom_layer .ls-nav-next::after {
        font-size: 50px;
    }

}

/* ----------------------------- Gravity Forms --------------------------- */

.custom_modal_contact .gf_progressbar_title,
.custom_modal_contact .ginput_container select,
.custom_modal_contact .ginput_container_date input,
.custom_modal_contact .gform-theme--framework.ui-datepicker table td,
.custom_modal_contact .gform_previous_button {
    font-size: var(--fs_title_2) !important;
    /* font-family: "DB HeaventRounded", sans-serif !important; */
}

.custom_modal_contact .gform_body .gform_fields {
    gap: 16px !important;
}

.custom_modal_contact .gform_title {
    font-size: var(--fs_title_1) !important;
    line-height: var(--lh_title_1) !important;
    font-weight: 600;
    text-align: center;
    color: #2f2d7d;
}

.custom_modal_contact .gform-field-label,
.custom_modal_contact .gform_description,
.custom_modal_contact .gfield_required {
    font-size: var(--fs_body_1) !important;
    line-height: var(--lh_body_1) !important;
    font-weight: 400;
    text-align: center;
}

.custom_modal_contact .gchoice {
    align-items: center;
}

.custom_modal_contact .gchoice_other_control {
    font-size: var(--fs_title_2) !important;
}

.custom_modal_contact .ginput_container .gchoice:has(.gchoice_other_control) {
    display: flex;
    align-items: center;
}

.custom_modal_contact .ginput_container .gchoice .gchoice_other_control {
    margin-left: 10px;
}

.custom_modal_contact .gform_confirmation_message {
    text-align: center;
    font-size: var(--fs_head_1);
    line-height: var(--lh_head_1);
}

.custom_modal_contact .gform-loader {
    color: #000;
    border-block-end-color: #2f2d7d !important;
    /* border-block-start-color: black !important;
    border-inline-end-color: black !important; */
    border-inline-start-color: #2f2d7d !important;
}

.custom_modal_contact .gform-loader::after {
    content: "";
    display: none !important;
    color: #000 !important;
    background-color: red !important;
}

.custom_modal_contact input,
.custom_modal_contact textarea,
.custom_modal_contact .gform_next_button,
.custom_modal_contact .gform_previous_button,
.custom_modal_contact .gform_button {
    outline: none !important;
}

.custom_modal_contact input,
.custom_modal_contact textarea {
    background-color: #d8d8d8 !important;
    color: #898989 !important;
    border-radius: 8px !important;
    border: #d8d8d8 1px solid !important;
    font-size: var(--fs_body_1) !important;
}

.custom_modal_contact input:focus {
    border: #000 1px solid !important;
}

.custom_modal_contact .gf_progressbar_percentage,
.custom_modal_contact .gform_button {
    font-size: var(--fs_body_1) !important;
    line-height: var(--lh_body_1) !important;
    font-weight: 400;
    border-radius: 50px !important;
    background: linear-gradient(90deg, rgba(47, 88, 155, 1) 0%, rgba(47, 45, 125, 1) 100%);
    padding: 8px 48px !important;
    color: #ffffff !important;
}

.custom_modal_contact .gform_validation_errors,
.custom_modal_contact .gform_required_legend {
    display: none !important;
}

.custom_modal_contact .gform_next_button {
    background-color: #2f2d7d !important;
    border: none !important;
    font-size: var(--fs_title_2) !important;
    /* font-family: "DB HeaventRounded", sans-serif !important; */
    padding: 10px 20px !important;
    border-radius: 50px !important;
}

.custom_modal_contact .gform_footer {
    justify-content: center !important;
}

/* ----------------------------- Gravity Forms Contact & Gravity Forms Project  & Gravity Forms Room rent --------------------------- */

.custom_form_contact .gf_progressbar_title,
.custom_form_contact .ginput_container select,
.custom_form_contact .ginput_container_date input,
.custom_form_contact .gform-theme--framework.ui-datepicker table td,
.custom_form_contact .gform_previous_button,
.custom_form_project .gf_progressbar_title,
.custom_form_project .ginput_container_date input,
.custom_form_project .gform-theme--framework.ui-datepicker table td,
.custom_form_project .gform_previous_button {
    font-size: var(--fs_title_2) !important;
    /* font-family: "DB HeaventRounded", sans-serif !important; */
}

.custom_form_contact .gform_body .gform_fields,
.custom_form_project .gform_body .gform_fields,
.custom_form_project.form_rent .gform_body .gform_fields {
    column-gap: 20px !important;
    row-gap: 16px !important;
}

@media (min-width: 1024px) {

    .custom_form_contact .gform_body .gform_fields,
    .custom_form_project .gform_body .gform_fields,
    .custom_form_project.form_rent .gform_body .gform_fields {
        column-gap: 20px !important;
        row-gap: 20px !important;
    }
}

.custom_form_contact .gform_title {
    font-size: var(--fs_title_1) !important;
    line-height: var(--lh_title_1) !important;
    font-weight: 600;
    text-align: start;
    color: #231f20;
}

.custom_form_project .gform_title {
    display: none;
}

.custom_form_project.form_rent .gform_title {
    display: block;
    text-align: center;
}

.custom_form_project.form_rent legend {
    display: none;
}

.custom_form_project.form_rent .ginput_container_consent .gfield_consent_label {
    text-align: start !important;
    color: #a3a3a3 !important;
    font-size: var(--fs_body_1) !important;
    line-height: var(--lh_body_1) !important;
    font-weight: 400;
}

.custom_form_project.form_rent .ginput_container_consent input {
    border-radius: 4px !important;
}

.custom_form_project.form_rent .ginput_container_consent input::before {
    background-color: #2f2d7d !important;
    border-radius: 4px !important;
    color: #fff !important;
}

.custom_form_contact .gchoice,
.custom_form_project .gchoice {
    align-items: center;
}

.custom_form_contact .gchoice_other_control,
.custom_form_project .gchoice_other_control {
    font-size: var(--fs_title_2) !important;
}

.custom_form_contact .ginput_container .gchoice:has(.gchoice_other_control),
.custom_form_project .ginput_container .gchoice:has(.gchoice_other_control) {
    display: flex;
    align-items: center;
}

.custom_form_contact .ginput_container .gchoice .gchoice_other_control,
.custom_form_project .ginput_container .gchoice .gchoice_other_control {
    margin-left: 10px;
}

.custom_form_contact .gform_confirmation_message,
.custom_form_project .gform_confirmation_message {
    text-align: center;
    font-size: var(--fs_head_1);
    line-height: var(--lh_head_1);
}

.custom_form_contact .gform-loader,
.custom_form_project .gform-loader {
    color: #000;
    border-block-end-color: #2f2d7d !important;
    /* border-block-start-color: black !important;
    border-inline-end-color: black !important; */
    border-inline-start-color: #2f2d7d !important;
}

.custom_form_contact .gform-loader::after,
.custom_form_project .gform-loader::after {
    content: "";
    display: none !important;
    color: #000 !important;
    background-color: red !important;
}

.custom_form_contact input,
.custom_form_contact textarea,
.custom_form_contact .gform_next_button,
.custom_form_contact .gform_previous_button,
.custom_form_contact .gform_button,
.custom_form_project input,
.custom_form_project textarea,
.custom_form_project .gform_next_button,
.custom_form_project .gform_previous_button,
.custom_form_project .gform_button {
    outline: none !important;
}

.custom_form_contact input,
.custom_form_contact textarea,
.custom_form_project input,
.custom_form_project textarea,
.custom_form_project .ginput_container select {
    background-color: #ffffff !important;
    color: #231f20 !important;
    border-radius: 8px !important;
    border: #c6c6c6 1px solid !important;
    font-size: var(--fs_body_2) !important;
}

.custom_form_contact input::placeholder,
.custom_form_contact textarea::placeholder,
.custom_form_project input::placeholder,
.custom_form_project textarea::placeholder {
    color: #a3a3a3 !important;
}

.custom_form_contact input:focus,
.custom_form_project input:focus {
    border: #000 1px solid !important;
}

.custom_form_contact .gf_progressbar_percentage,
.custom_form_project .gf_progressbar_percentage {
    font-size: var(--fs_body_1) !important;
    line-height: var(--lh_body_1) !important;
    font-weight: 400;
    border-radius: 50px !important;
    background: linear-gradient(90deg, rgba(47, 88, 155, 1) 0%, rgba(47, 45, 125, 1) 100%);
    padding: 8px 48px !important;
    color: #ffffff !important;
}

.custom_form_contact .gform_button {
    /* background-image: url('images/paper-plane-solid-full.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 15px !important; */
    font-size: var(--fs_body_1) !important;
    line-height: var(--lh_body_1) !important;
    font-weight: 400;
    border-radius: 50px !important;
    padding: 8px 48px 8px 66px !important;
    color: #ffffff !important;
    border: none !important;
    background: url('images/paper-plane-solid-full.svg'), linear-gradient(90deg, rgba(47, 88, 155, 1) 0%, rgba(47, 45, 125, 1) 100%) !important;
    background-repeat: no-repeat !important;
    background-position: center left 45px, center !important;
    background-size: 18px, auto !important;
}

.custom_form_project .gform_button {
    /* background-image: url('images/paper-plane-solid-full.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 15px !important; */
    font-size: var(--fs_body_1) !important;
    line-height: var(--lh_body_1) !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    padding: 8px 48px 8px 66px !important;
    color: #ffffff !important;
    border: none !important;
    background: url('images/file-pen-solid-full.svg'), linear-gradient(90deg, rgba(47, 88, 155, 1) 0%, rgba(47, 45, 125, 1) 100%) !important;
    background-repeat: no-repeat !important;
    background-position: center left 45px, center !important;
    background-size: 18px, auto !important;
}

.custom_form_project.form_rent .gform_button {
    /* background-image: url('images/paper-plane-solid-full.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 15px !important; */
    font-size: var(--fs_body_1) !important;
    line-height: var(--lh_body_1) !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    padding: 8px 48px 8px 66px !important;
    color: #ffffff !important;
    border: none !important;
    background: url('images/briefcase-solid-full.svg'), linear-gradient(90deg, rgba(47, 88, 155, 1) 0%, rgba(47, 45, 125, 1) 100%) !important;
    background-repeat: no-repeat !important;
    background-position: left calc(50% - 80px) center, center !important;
    background-size: 18px, auto !important;
}

.custom_form_contact .gform-field-label,
.custom_form_contact .gform_description,
.custom_form_contact .gfield_required,
.custom_form_project .gform-field-label,
.custom_form_project .gform_description,
.custom_form_project .gfield_required {
    font-size: var(--fs_body_2) !important;
    line-height: var(--lh_body_2) !important;
    font-weight: 400 !important;
    text-align: center;
}

.custom_form_contact .gform_validation_errors,
.custom_form_contact .gform_required_legend,
.custom_form_project .gform_validation_errors,
.custom_form_project .gform_required_legend {
    display: none !important;
}

.custom_form_contact .gform_next_button,
.custom_form_project .gform_next_button {
    background-color: #2f2d7d !important;
    border: none !important;
    font-size: var(--fs_title_2) !important;
    /* font-family: "DB HeaventRounded", sans-serif !important; */
    padding: 10px 20px !important;
    border-radius: 50px !important;
}

.custom_form_contact .gform_footer {
    justify-content: start !important;
}

.custom_form_project .gform_footer {
    justify-content: end !important;
}

.custom_form_project.form_rent .gform_footer {
    display: block !important;
}

.custom_form_project.form_rent .gform_footer .gform_button {
    width: 100% !important;
}

.form_pmt.custom_form_project .gform_footer {
    justify-content: center !important;
}

@media (max-width: 1024px) {
    .form_pmt.custom_form_project .gform_fields {
        grid-template-columns: unset !important;
    }
}

/* -------------------- pageition ----------------------------  */

.custom_pagination .page-item .page-link,
.custom_pagination .page-item.dot_pagination {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    font-size: var(--fs_body_2) !important;
    font-weight: 600;
    color: #000 !important;
    border-radius: 50px !important;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    box-shadow: none !important;
}

.custom_pagination .page-item.active .page-link {
    background-color: #fff !important;
    color: #424242 !important;
}

.custom_pagination .page-item .page-link:hover {
    background-color: #fff !important;
    color: #424242 !important;
}

.custom_pagination .page-link.btn_pagination {
    background-color: #fff !important;
    color: #424242 !important;
    /* padding: 6px 15px 4px 15px; */
    padding: 0px;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    /* align-content: end;
    text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_pagination .dropdown_pagination {
    background-color: #fff !important;
    color: #424242 !important;
    border: 1px solid #2f2d7d !important;
    border-radius: 10px;
    padding: 3px 32px 3px 16px;
    font-size: var(--fs_body_2);
}

.custom_pagination .dropdown-menu {
    border: 1px solid #2f2d7d !important;
    min-width: fit-content;
    width: 100% !important;
    height: auto !important;
    max-height: 150px !important;
    overflow-y: auto;
}

.custom_pagination .dropdown-toggle:after {
    content: "\f107";
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    font-size: 14px;
    color: #424242;
    pointer-events: none;
    border: none !important;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.custom_pagination .dropdown-item:hover {
    background-color: #2f2d7d !important;
    color: #fff !important;
}

.custom_pagination .home_swipper .swiper-pagination-bullet-active,
.custom_pagination .swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: #000;
    width: 28px !important;
    height: 10px !important;
    border-radius: 5px;
}

.custom_pagination .home_swipper .swiper-pagination-bullet,
.custom_pagination.swiper-pagination2 .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
}