:root {
    --mainColor: #0282a5;
    --footerTextHover: #ffab4e;
    --textColor: #212529;
    --navColor: #e5fbf1;
    --mainColor2: #92dbef;
    --navTextColor: #0282a5;
    --menuHover: #ffab50;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

.fe-header[data-render-state="loading"] {
    min-height: 132px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

.fe-header[data-render-state="loading"]>* {
    visibility: hidden;
}

.fe-header[data-render-state="loading"]::before {
    content: "";
    display: block;
    height: 132px;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent) -45% 0 / 42% 100% no-repeat,
        linear-gradient(#f1f5f9, #f1f5f9) 40px 18px / 34% 14px no-repeat,
        linear-gradient(#e2e8f0, #e2e8f0) 40px 56px / 160px 44px no-repeat,
        linear-gradient(#f1f5f9, #f1f5f9) center 62px / 32% 34px no-repeat,
        linear-gradient(#f1f5f9, #f1f5f9) calc(100% - 40px) 60px / 260px 38px no-repeat,
        linear-gradient(#e5e7eb, #e5e7eb) 0 114px / 100% 18px no-repeat;
    animation: fe-header-loading 1.15s ease-in-out infinite;
}

@keyframes fe-header-loading {
    to {
        background-position:
            145% 0,
            40px 18px,
            40px 56px,
            center 62px,
            calc(100% - 40px) 60px,
            0 114px;
    }
}

.border-none {
    border: none !important;
    border-radius: 0 !important;
}

.fe-header .header-top {
    border-bottom: 1px solid #0282a5;
}

.fe-header .header-top .infomation-left {
    font-size: 14px;
}

.fe-header .header-top a {
    color: #000;
    text-decoration: none;
}

.fe-header .logo img {
    object-fit: contain;
    max-width: 340px;
    max-height: 70px;
}

.fe-header .header-top a:hover {
    color: var(--mainColor);
}

.fe-header small {
    white-space: nowrap;
}

.fe-header .header-top .dropdown-language {
    border-left: 1px solid black;
}

.fe-header .dropdown-language {
    padding-left: 6px;
    margin-left: 6px;
    line-height: 1;
    min-width: 100px;
}

.fe-header .dropdown-language .dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fe-header .toggle-menu {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fe-header .btn-toggle-menu {
    padding: 0;
}

.fe-header .wrap-menu {
    min-width: -webkit-fill-available;
}

.fe-header .header-top .dropdown-menu {
    position: absolute;
    z-index: 10;
    display: none;
    min-width: 10rem;
    right: 0;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.fe-header .offcanvas-title img {
    max-width: 200px;
}

.fe-header .infomation a:hover {
    color: var(--mainColor) !important;
}

.fe-header .dropdown-language:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.fe-header .social-icons i {
    font-size: 1.1rem;
}

.fe-header .header-top a {
    border-radius: 4px;
    padding: 2px 4px;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.fe-header .header-top a:hover {
    background: var(--header-top-hover-bg, rgba(255, 255, 255, 0.12));
    color: var(--header-top-hover-text, inherit) !important;
}

.fe-header .header-main .header-action,
.fe-header .header-main .menu-link {
    border-radius: 4px;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.fe-header .header-main .header-action:hover,
.fe-header .header-main .menu-link:hover {
    background: var(--header-main-hover-bg, rgba(255, 255, 255, 0.12));
    color: var(--header-main-hover-text, inherit) !important;
}

.fe-header .header-bottom {
    border-top: 1px solid #0282a5;
    background: var(--fe-menu-bg, var(--navColor));
    color: var(--fe-menu-text, var(--textColor));
    max-width: 100%;
}

.fe-header ul {
    list-style-type: none;
    padding-left: 0;
}

.fe-header .header-bottom {
    position: relative;
}

.fe-header .header-bottom .menu {
    flex-wrap: wrap;
    margin: 0 auto;
    width: fit-content;
}

.has-sub-menu::before {
    content: "";
    display: none !important;
    width: 100%;
    left: 0;
    top: 30px;
    height: 100px;
    position: absolute;
    display: block;
    background-color: transparent !important;
    z-index: 999;
}

.fe-header .header-bottom .sub-menu.sub-menu-list .sub-menu-item.sub-menu-item-2 {
    width: 100%;
    position: relative;
}

.fe-header .header-bottom .sub-menu.sub-menu-list .sub-menu-item.sub-menu-item-2 ul {
    padding-left: 20px;
}

.fe-header .sub-menu-item-2:hover ul {
    display: block;
}

.fe-header .sub-menu-item-2 ul {
    display: none;
}

.fe-header .sub-menu-item-2>i {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 999;
    color: var(--mainColor);
}

.fe-header .header-bottom .menu a {
    display: block;
    color: var(--fe-menu-text, var(--textColor));
    font-weight: var(--fe-menu-font-weight, 500);
    text-decoration: none;
}

.fe-header .menu-item {
    transition: all 0.15s linear;
}

.fe-header .menu-item img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.fe-header .header-bottom .menu-item:hover,
.fe-header .header-bottom .menu-item:focus,
.fe-header .header-bottom .menu-item:active,
.fe-header .header-bottom .menu-item.active {
    background: var(--fe-menu-hover-bg, rgba(0, 0, 0, 0.08));
}

.fe-header .menu-item:hover .sub-menu {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.15s linear;
}

.fe-header .menu-item .sub-menu>li:not(.sub-menu-item):hover,
.fe-header .menu-item .sub-menu .menu-list li:hover {
    background-color: var(--fe-menu-hover-bg, rgba(0, 0, 0, 0.06));
}

.fe-header .menu-item .sub-menu>li:not(.sub-menu-item):hover a,
.fe-header .menu-item .sub-menu .menu-list li:hover,
.fe-header .menu-item .sub-menu .menu-list li:hover a {
    color: var(--fe-menu-text, var(--textColor));
}

.fe-header .header-bottom .sub-menu {
    position: absolute;
    display: block;
    font-size: initial !important;
    background: var(--fe-menu-bg, #fff);
    border: 1px solid var(--mainColor);
    z-index: 9999;
    top: 100%;
    transform: translateY(40px) scale(.9);
    opacity: 0;
    pointer-events: none;
    min-width: 240px;
    border-radius: 6px;
    transition: all 0.15s linear;
    overflow: hidden;
}

.mega {
    max-width: calc(100% - 200px) !important;
    width: 100% !important;
    left: 16px;
    right: 16px;
    flex-direction: initial;
}

.fe-header .header-bottom .sub-menu.sub-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-left: 1rem;
    max-height: 80vh;
    overflow-y: scroll;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:769px) {
    .fe-header .header-bottom .sub-menu.sub-menu-list .sub-menu-item {
        width: calc(50% - 1rem);
        min-width: 220px;
    }
}

@media(min-width:800px) {
    .fe-header .header-bottom .sub-menu.sub-menu-list .sub-menu-item {
        width: calc(25% - 1rem);
    }
}

@media(min-width:991px) {
    .menu-item.has-sub-menu:hover::before {
        display: block !important;
    }

    .fe-header .sub-menu-item li:first-child,
    .fe-header .sub-menu-item li:first-child a {
        font-weight: bold !important;
    }
}

@media(min-width:1024px) {
    .fe-header .header-bottom .sub-menu.sub-menu-list .sub-menu-item {
        width: calc(33% - 1rem);
    }
}

@media(min-width:1200px) {
    .fe-header .header-bottom .sub-menu.sub-menu-list .sub-menu-item {
        width: calc(20% - 1rem);
    }
}

.fe-header .menu-link {
    font-size: 14px;
}

.fe-header .menu-item .fa-caret-down {
    margin-top: -4px;
}

.fe-header .sub-menu.sub-menu-list {
    display: flex;
}

.fe-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 99;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: none;
}

.fe-header .header-search {
    height: 44px;
    border-radius: 4px;
    border: 1px solid #d9dee8;
    overflow: hidden;
    background: #fff;
}

.fe-header .header-main {
    font-size: 16px;
    transition: all 0.3s ease;
    min-height: 96px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.fe-header .box-icon .icon {
    border-radius: 0;
    border: 0;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.fe-header .box-icon .icon img {
    width: 100%;
    height: 100%;
}

.fe-header .header-action-image {
    width: 30px;
    height: 30px;
    border-radius: 0;
    object-fit: cover;
    border: 0;
    background: transparent;
}

.fe-header .header-action {
    flex: 0 0 auto;
    max-width: 260px;
    min-width: 0;
}

.fe-header .header-actions-list {
    width: auto;
    min-width: 0;
    flex: 1 0 0%;
    max-width: 100%;
    column-gap: 18px !important;
    row-gap: 8px !important;
    flex-wrap: wrap;
}

.fe-header .header-action .text,
.fe-header .header-action .text * {
    font-size: 14px;
    line-height: 1.2;
}

.fe-header .header-main .wrap-menu > a .text small {
    font-size: 14px;
    line-height: 1.25;
}

.fe-header .header-action .text small {
    font-weight: bold;
    color: inherit;
}

.fe-header .header-action .text b {
    color: #4b5563;
    font-weight: 400;
}

.fe-header .header-action-inner {
    justify-content: flex-start !important;
    gap: 8px !important;
    min-width: 0;
}

.fe-header .header-main .box-icon .icon i {
    color: #111827;
    font-size: 28px;
}

.fe-header .header-account-action {
    flex: 0 0 auto;
    gap: 8px;
    min-width: 118px;
}

.fe-header .header-account-action>i {
    color: #111827;
    font-size: 28px;
}

.fe-header .header-account-action small {
    display: block;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
}

.fe-header .header-account-links {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1;
}

.fe-header .header-account-links a {
    color: #4b5563;
    text-decoration: none;
}

.fe-header .header-account-links .account-register {
    padding: 4px 8px;
    border-radius: 2px;
    background: #0811d8;
    color: #fff;
}

.fe-header .header-search input {
    border: none;
    outline: none;
    padding: 0 20px;
    width: 100%;
    height: 42px;
    color: #111827;
    font-size: 15px;
    box-shadow: none !important;
    outline: none !important;
}

.fe-header .header-search button {
    border: none;
    outline: none;
    width: 48px;
    height: 42px;
    color: #111827;
    font-size: 18px;
    box-shadow: none !important;
    outline: none !important;
}

.fe-header .wrap-header-search.active {
    display: block !important;
}

.fe-header #toggle-search {
    cursor: pointer;
}

a {
    text-decoration: none;
}

@media (max-width: 768px) {

    .fe-header .menu-link,
    .fe-header .offcanvas .foo_mid,
    .fe-header .offcanvas .sub-menu-item li {
        font-size: 16px;
    }

    .fe-header .header-search button,
    .fe-header .header-search input {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .fe-header {
        position: fixed;
        top: 0;
    }

    .fe-header .header-main {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .fe-header .logo img {
        object-fit: contain;
        max-width: 230px;
    }

    .fe-header .wrap-header-search {
        margin-top: 8px;
        width: 100% !important;
        order: 2;
    }

    .fe-header .box-icon .icon {
        width: 30px;
        height: 30px;
        padding: 4px;
    }
}

.fe-header .offcanvas .has-sub-menu {
    flex-wrap: wrap;
}

.fe-header .offcanvas .has-sub-menu .sub-menu-list {
    order: 2;
    display: flex;
    flex-direction: column;
}

.fe-header .offcanvas .has-sub-menu ul {
    width: 100%;
}

.fe-header .offcanvas .menu-item .sub-menu>li:not(.sub-menu-item):hover,
.fe-header .offcanvas .menu-item .sub-menu .menu-list li:hover,
.fe-header .offcanvas .menu-item .sub-menu>li:not(.sub-menu-item):hover a,
.fe-header .offcanvas .menu-item .sub-menu .menu-list li:hover,
.fe-header .offcanvas .menu-item .sub-menu .menu-list li:hover a {
    background-color: unset !important;
    color: white;
}

.fe-header .offcanvas .has-sub-menu .sub-menu-list,
.fe-header .offcanvas .has-sub-menu .sub-menu-list-2 {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fe-header .offcanvas .has-sub-menu .sub-menu-list-2 {
    margin-top: 6px;
}

.fe-header .offcanvas .has-sub-menu .sub-menu-list.active,
.fe-header .offcanvas .has-sub-menu .sub-menu-list-2.active {
    opacity: 1;
}

.fe-header .offcanvas .has-sub-menu .sub-menu-list,
.fe-header .offcanvas .has-sub-menu .sub-menu-list-1 {
    padding-left: 20px;
}

.fe-header .tab-content>.active {
    display: block;
    opacity: 1;
}

.fe-header .offcanvas-body {
    overflow-x: hidden;
}

.fe-header .offcanvas-body::-webkit-scrollbar {
    width: 0;
}

.fe-header .mobile-category-menu {
    margin: 0;
    padding: 8px 0 0;
}

.fe-header .mobile-category-menu .mobile-category-item {
    width: 100%;
    min-height: auto;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.fe-header .mobile-category-menu .mobile-category-link {
    flex: 1;
    color: var(--fe-menu-text, var(--textColor));
    font-size: 15px;
    font-weight: var(--fe-menu-font-weight, 600);
    line-height: 1.35;
    text-transform: uppercase;
    padding: 12px 0;
}

.fe-header .mobile-category-menu .mobile-category-link img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.fe-header .mobile-category-menu .mobile-category-caret {
    color: var(--mainColor);
    padding: 12px 2px 12px 14px;
    transition: transform 0.18s ease;
}

.fe-header .mobile-category-menu .mobile-has-submenu.active>.mobile-category-caret {
    transform: rotate(180deg);
}

.fe-header .offcanvas .mobile-category-menu .mobile-sub-menu {
    display: none;
    opacity: 1 !important;
    width: 100%;
    padding: 2px 0 10px 14px;
    margin: 0;
    background: transparent;
}

.fe-header .offcanvas .mobile-category-menu .mobile-has-submenu.active>.mobile-sub-menu {
    display: block;
}

.fe-header .mobile-category-menu .sub-menu-item {
    width: 100%;
}

.fe-header .mobile-category-menu .menu-list {
    margin: 0 0 8px;
    padding: 0 0 0 10px;
    border-left: 2px solid rgba(2, 130, 165, 0.12);
}

.fe-header .mobile-category-menu .menu-list li {
    color: var(--fe-menu-text, var(--textColor)) !important;
    padding: 7px 0 !important;
    font-size: 14px;
    line-height: 1.35;
}

.fe-header .mobile-category-menu .menu-list li:first-child {
    color: var(--mainColor) !important;
    font-weight: 700 !important;
}

.fe-header .offcanvas .mobile-category-menu .menu-list li:hover,
.fe-header .offcanvas .mobile-category-menu .menu-list li:hover a {
    color: #fff !important;
    background: var(--fe-menu-hover-bg, var(--mainColor));
}

.fe-header .mobile-category-menu .sub-menu>li:not(.sub-menu-item) {
    padding: 8px 0 !important;
}

.fe-header .mobile-category-menu .sub-menu>li:not(.sub-menu-item) a {
    color: var(--fe-menu-text, var(--textColor));
}

.fe-header .offcanvas .foo_mid {
    font-size: 14px !important;
    margin-top: 14px;
    padding-top: 14px;
    color: var(--textColor);
}

.fe-header .offcanvas .foo_mid>.border-top,
.fe-header .offcanvas .foo_mid>div.border-top {
    border-color: rgba(2, 130, 165, 0.12) !important;
    margin-top: 12px;
    padding-top: 12px !important;
}

.fe-header .offcanvas .btn-hotline {
    color: #fff;
    width: 100%;
    min-height: 58px;
    border-radius: 8px;
    padding: 8px 12px;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: linear-gradient(135deg, #f97316 0%, #d9234f 100%);
    box-shadow: 0 12px 26px rgba(217, 35, 79, 0.22);
}

.fe-header .offcanvas .btn-hotline img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.fe-header .offcanvas .btn-hotline .text-sub {
    opacity: 0.86;
    font-weight: normal;
    margin-bottom: -4px;
    font-size: 12px;
}

.fe-header .offcanvas .btn-hotline .fs-5 {
    line-height: 1.2;
}

.fe-header .offcanvas .btn-login {
    background-color: var(--mainColor);
    color: #fff;
    padding: 7px 8px;
    width: calc(50% - 4px);
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    min-height: 38px;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(2, 130, 165, 0.16);
}

.fe-header .offcanvas .btn-login img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.fe-header .offcanvas .foo_mid a {
    text-decoration: none;
}

.fe-header .offcanvas .foo_mid p {
    color: var(--textColor);
}

.fe-header .offcanvas .foo_mid .social {
    flex-wrap: wrap;
}

.fe-header .offcanvas .foo_mid .social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(2, 130, 165, 0.08);
    transition: transform 0.16s ease, background-color 0.16s ease;
}

.fe-header .offcanvas .foo_mid .social a:hover {
    background: rgba(2, 130, 165, 0.16);
    transform: translateY(-1px);
}

.fe-header .offcanvas .foo_mid .social img {
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
}

.fe-header .offcanvas .foo_mid address {
    background: #f7fdff;
    border: 1px solid rgba(2, 130, 165, 0.1);
    border-radius: 8px;
    padding: 12px;
}

.fe-header .offcanvas .foo_mid address h5 {
    color: var(--mainColor);
    font-size: 15px;
    line-height: 1.35;
}

.fe-header .offcanvas .foo_mid address p {
    font-size: 13px;
    line-height: 1.45;
}

.fe-header .offcanvas .payment-accept {
    display: flex;
    flex-wrap: wrap;
    gap: 8px !important;
}

.fe-header .offcanvas .payment-accept img {
    max-width: 50px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid rgba(2, 130, 165, 0.12);
    padding: 3px;
}

.offcanvas-start {
    max-width: 88vw;
}

@media (max-width: 1400px) {
    .header-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu {
        column-gap: 20px;
    }
}

.fe-header .header-bottom-2 {
    background-color: var(--background-color-main);
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.7);
}

.fe-header .header-bottom-2 .header-search {
    display: none;
}

.fe-header .header-bottom-2 .header-search.active {
    display: block;
}

.fe-header .header-bottom-2 .header-search .input-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.fe-header .header-bottom-2 .header-search .input-group input {
    width: 80%;
}

.fe-header .header-bottom-2 .navbar-light .navbar-nav .dropdown-menu a {
    color: #212529;
}

.fe-header .header-bottom-2>.container>.navbar {
    padding: 0;
}

.fe-header .header-bottom-2 .nav-item.dropdown:hover>.dropdown-menu {
    display: block !important;
}

@media (max-width: 991px) {

    .fe-header .header-bottom-2 .navbar-light a,
    .fe-header .header-bottom-2 .navbar-light .navbar-nav a {
        color: rgba(0, 0, 0, .55) !important;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .mobile-menu {
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 300px;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        display: block;
    }

    .mobile-menu.active {
        transform: translateX(0);
        overflow: auto;
    }
}

.dropdown-toggle.childMenu::after {
    transform: rotate(-90deg);
}

.submenu-level-2 {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -5px;
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
}

.dropdown:hover>.submenu-level-2 {
    display: block;
}

.dropdown .submenu-level-2 .dropdown-item.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown .submenu-level-2 .dropdown-item.dropdown .dropdown-menu {
    display: none;
}

/* Banner */
.banner_slide[data-render-state="loading"] {
    min-height: min(420px, calc(100dvh - var(--fe-header-height, 0px)));
    background:
        linear-gradient(90deg, rgba(241, 245, 249, 0.85) 25%, rgba(226, 232, 240, 0.95) 37%, rgba(241, 245, 249, 0.85) 63%);
    background-size: 400% 100%;
    animation: feBannerLoading 1.35s ease infinite;
    overflow: hidden;
}

.banner_slide[data-render-state="loading"]>* {
    visibility: hidden;
}

@keyframes feBannerLoading {
    0% {
        background-position: 100% 0;
    }

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

.banner_slide .img-cover {
    width: 100%;
    max-height: calc(100dvh - var(--fe-header-height, 0px));
    object-fit: cover;
}

.banner_slide,
.banner_slide .slick-list,
.banner_slide .slick-track,
.banner_slide .slick-slide,
.banner_slide picture,
.banner_slide img {
    max-height: calc(100dvh - var(--fe-header-height, 0px));
}

.banner_slide .slick-prev {
    left: 15px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.banner_slide .slick-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-left: 3px solid var(--mainColor);
    border-bottom: 3px solid var(--mainColor);
    transform: translate(-35%, -50%) rotate(45deg);
    opacity: 1;
}

.banner_slide .slick-next {
    right: 15px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.banner_slide .slick-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 3px solid var(--mainColor);
    border-right: 3px solid var(--mainColor);
    transform: translate(-65%, -50%) rotate(45deg);
    opacity: 1;
}

.banner_slide .slick-prev:hover,
.banner_slide .slick-prev:focus,
.banner_slide .slick-next:hover,
.banner_slide .slick-next:focus {
    background: var(--mainColor);
}

.banner_slide .slick-prev:hover:before,
.banner_slide .slick-prev:focus:before {
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.banner_slide .slick-next:hover:before,
.banner_slide .slick-next:focus:before {
    border-top-color: #fff;
    border-right-color: #fff;
}

@media (max-width: 768px) {

    .banner_slide .slick-prev,
    .banner_slide .slick-next {
        width: 38px;
        height: 38px;
    }

    .banner_slide .slick-prev:before,
    .banner_slide .slick-next:before {
        width: 11px;
        height: 11px;
        border-width: 2px;
    }
}

.banner_slide .slick-dots {
    bottom: 20px;
}

.banner_slide .slick-dots li {
    width: 28px;
    height: 28px;
    margin: 0 4px;
}

.banner_slide .slick-dots li button:before {
    display: none;
}

.banner_slide .slick-dots li button {
    width: 28px;
    height: 28px;
    font-size: 14px;
    padding: 2px;
    border-radius: 20px;
    background-color: white;
    color: #000;
    font-weight: 600;
    margin-left: 4px;
}

.banner_slide .slick-dots .slick-active button {
    background-color: var(--mainColor);
    color: #fff;
}

.banner_slide.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banner-full-width .slick-slide img {
    width: 100%;
    max-height: calc(100dvh - var(--fe-header-height, 0px));
    object-fit: cover;
    border-radius: 0;
}


.fe-header .header-main-shell {
    background: #fff;
}

.fe-header .box-icon .icon.icon-light-border,
.fe-header .toggle-menu .icon.icon-light-border {
    border-color: transparent;
}

.fe-header .header-bottom-surface {
    background: var(--fe-menu-bg, #020878);
}

.mobile-language {
    margin: 0 20px;
}

.language-flag-spaced {
    margin-top: 10px;
}

.mobile-header-logo-img {
    width: 150px !important;
    max-height: unset;
}

.banner_slide img.banner-auto-width {
    width: 100%;
    max-height: calc(100dvh - var(--fe-header-height, 0px));
}

/* Footer */
.fe-footer[data-render-state="loading"] {
    min-height: 260px;
    background: linear-gradient(90deg, #0f2742 25%, #173a5f 37%, #0f2742 63%);
    background-size: 400% 100%;
    animation: feBannerLoading 1.35s ease infinite;
}

.fe-footer-shell {
    position: relative;
    overflow: hidden;
    color: var(--fe-footer-text, #fff);
    background: transparent;
}

.fe-footer-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--fe-footer-image, none) center/cover no-repeat;
    opacity: 1;
    pointer-events: none;
}

.fe-footer-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--fe-footer-bg, rgba(15, 39, 66, 1));
    pointer-events: none;
}

.fe-footer-inner {
    position: relative;
    z-index: 2;
    padding: 42px 0 28px;
}

.fe-footer-access,
.fe-footer-copyright {
    position: relative;
    z-index: 2;
}

.fe-footer a {
    color: inherit;
    text-decoration: none;
}

.fe-footer a:hover {
    color: var(--footerTextHover, #ffab4e);
}

.fe-footer-logo {
    max-width: 220px;
    max-height: 86px;
    object-fit: contain;
}

.fe-footer-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: inherit;
    font-size: 17px;
    font-weight: 700;
}

.fe-footer-title::after {
    content: "";
    width: 42px;
    height: 2px;
    background: var(--fe-footer-short-border, #9ee7e8);
}

.fe-footer-col-one .fe-footer-title {
    display: block;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 1.35;
}

.fe-footer-col-one .fe-footer-title::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    display: block;
    background-color: var(--fe-footer-short-border, #fff);
}

.fe-footer-col-one .fe-footer-title::after {
    display: none;
}

.fe-footer-logo-wrap {
    margin-bottom: 14px;
}

.fe-footer-col-one .logo-f img,
.fe-footer-col-one .fe-footer-logo {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 96px;
    object-fit: contain;
}

.fe-footer-desc {
    opacity: 0.86;
    line-height: 1.65;
    margin-bottom: 16px;
}

.fe-footer-contact,
.fe-footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.fe-footer-block .fe-footer-title {
    display: block;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 1.35;
}

.fe-footer-block .fe-footer-title::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    display: block;
    background-color: var(--fe-footer-short-border, #fff);
}

.fe-footer-block .fe-footer-title::after {
    display: none;
}

.fe-footer-payment-block .fe-footer-title,
.fe-footer-map-block .fe-footer-title,
.fe-footer-bct-content .fe-footer-title,
.fe-footer-fanpage-block .fe-footer-title {
    display: block;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 1.35;
}

.fe-footer-payment-block .fe-footer-title::before,
.fe-footer-map-block .fe-footer-title::before,
.fe-footer-bct-content .fe-footer-title::before,
.fe-footer-fanpage-block .fe-footer-title::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    display: block;
    background-color: var(--fe-footer-short-border, #fff);
}

.fe-footer-payment-block .fe-footer-title::after,
.fe-footer-map-block .fe-footer-title::after,
.fe-footer-bct-content .fe-footer-title::after,
.fe-footer-fanpage-block .fe-footer-title::after {
    display: none;
}

.fe-footer-contact li,
.fe-footer-links li a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.55;
}

.fe-footer-contact i,
.fe-footer-links i {
    width: 18px;
    min-width: 18px;
    margin-top: 4px;
    color: var(--fe-footer-short-border, #9ee7e8);
}

.fe-footer-contact-v2 {
    gap: 8px;
}

.fe-footer-contact-v2 li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.fe-footer-contact-v2 i {
    width: 18px;
    min-width: 18px;
    margin-top: 4px;
}

.fe-footer-contact-v2 p {
    margin: 0;
    line-height: 1.55;
}

.fe-footer-contact-v2 strong {
    font-weight: 700;
}

.fe-footer-social-block,
.fe-footer-bct-block {
    margin-top: 24px;
}

.fe-footer-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
}

.fe-footer-social-list li {
    flex: 0 0 auto;
}

.fe-footer-social-list .icon-social {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    color: var(--fe-footer-social-icon, #0d6efd);
    background: var(--fe-footer-social-bg, #fff);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.fe-footer-social-list .icon-social:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.22);
}

.fe-footer-social-list .icon-social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fe-footer-social-list .icon-social i,
.fe-footer-social-list .icon-social span {
    font-size: 18px;
    line-height: 1;
}

.fe-footer-bct-block .images-bct {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 190px;
    padding: 8px 20px 8px 8px;
    margin-top: 8px;
    border-radius: 8px;
    background: #fff;
}

.fe-footer-bct-block .images-bct img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.fe-footer-link-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    object-fit: contain;
    margin-top: 2px;
}

.fe-footer-payment {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.fe-footer .gap-y-24 {
    row-gap: 24px;
}

.fe-footer .mt-8px {
    margin-top: 8px;
}

.fe-footer .mt-24 {
    margin-top: 24px;
}

.fe-footer .max-sm\:pl-24 {
    padding-left: 0;
}

.fe-footer-payment-block,
.fe-footer-map-block,
.fe-footer-fanpage-block,
.fe-footer-bct-content {
    margin-top: 0;
}

.fe-footer-payment-block:first-child,
.fe-footer-map-block:first-child,
.fe-footer-fanpage-block:first-child,
.fe-footer-bct-content:first-child {
    margin-top: 0;
}

.fe-footer-payment img {
    width: 47px;
    height: auto;
    min-height: 30px;
    object-fit: contain;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.fe-footer-embed iframe {
    width: 100%;
    min-height: 210px;
    border: 0;
    border-radius: 8px;
}

.fe-footer-map-block .fe-footer-embed {
    margin-top: 24px;
}

.fe-footer-map-block .fe-footer-embed>iframe,
.fe-footer-map-block .fe-footer-embed iframe {
    width: 100% !important;
    height: 250px !important;
    min-height: 250px;
    border: 10px solid #000;
    border-radius: 0;
}

.fe-footer .map-wrapper .map-address {
    margin-top: 10px;
    padding: 10px 12px;
    border-left: 3px solid var(--fe-footer-short-border, #fff);
    background: rgba(255, 255, 255, 0.08);
}

.fe-footer .map-wrapper .map-address h5 {
    margin: 0 0 4px;
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.fe-footer .map-wrapper .map-address p {
    margin: 0;
    opacity: 0.86;
    font-size: 13px;
    line-height: 1.45;
}

.fe-footer-bct-content img,
.fe-footer-block img {
    max-width: 100%;
    height: auto;
}

.fe-footer-bct-content .images-bct,
.fe-footer-bct-content img {
    max-width: 190px;
}

@media (max-width: 575.98px) {
    .fe-footer .max-sm\:pl-24 {
        padding-left: 24px;
    }
}

.fe-footer-access {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    font-size: 14px;
}

.fe-footer-copyright {
    position: relative;
    z-index: 1;
    padding: 14px 0;
    border-top: 1px solid var(--fe-footer-long-border, rgba(255, 255, 255, 0.14));
    font-size: 14px;
    text-align: center;
}

.fe-footer-copyright a {
    color: #0d6efd;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fe-footer-copyright a:hover {
    color: #0a58ca;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .fe-footer-inner {
        padding: 30px 0 22px;
    }

    .fe-footer-title {
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .fe-header .header-main.header-main-shell {
        min-height: 74px;
        padding: 10px 12px;
        background: var(--mainColor);
        box-shadow: 0 8px 22px rgba(2, 130, 165, 0.22);
    }

    .fe-header .header-main .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .fe-header .header-main .wrap-menu {
        min-height: 54px;
        margin: 0;
        flex-wrap: nowrap;
        position: relative;
    }

    .fe-header .header-main .header-action {
        width: 40px;
        min-width: 40px;
        flex: 0 0 40px;
        max-width: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .fe-header .header-main .header-actions-list {
        width: min(132px, calc(50% - 34px));
        flex: 0 0 min(132px, calc(50% - 34px));
        max-width: min(132px, calc(50% - 34px));
        margin-left: auto;
        margin-right: 0;
        overflow-x: auto;
        scrollbar-width: none;
        justify-content: flex-end !important;
        column-gap: 8px !important;
        row-gap: 0 !important;
        flex-wrap: nowrap;
        position: relative;
        z-index: 1;
    }

    .fe-header .header-main .header-actions-list::-webkit-scrollbar {
        display: none;
    }

    .fe-header .header-main .d-md-none.col-2 {
        width: 44px;
        flex: 0 0 44px;
    }

    .fe-header .header-main .wrap-header-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 190px;
        max-width: calc(100% - 136px);
        justify-content: center !important;
    }

    .fe-header .header-main .logo {
        width: 100%;
        justify-content: center !important;
    }

    .fe-header .header-main .logo img {
        max-width: 188px;
        max-height: 48px;
        margin: 0 auto;
    }

    .fe-header .header-main .col-2.d-xl-none {
        width: 80px;
        flex: 0 0 80px;
        gap: 8px !important;
    }

    .fe-header .header-main .box-icon .icon,
    .fe-header .header-main .toggle-menu {
        width: 38px;
        height: 38px;
    }

    .fe-header .header-main .header-action-image {
        width: 38px;
        height: 38px;
    }

    .fe-header .header-main .box-icon .icon {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.75);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    }

    .banner_slide,
    .banner_slide .slick-list,
    .banner_slide .slick-track,
    .banner_slide .slick-slide,
    .banner_slide picture,
    .banner_slide img {
        width: 100%;
    }
}

/* Compact desktop subnav */
.fe-header .header-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    max-width: 1440px;
    margin: 0 auto;
}

.fe-header .fe-sticky-menu-logo {
    display: none;
}

.fe-header .fe-sticky-menu-logo a {
    display: inline-flex;
    align-items: center;
    max-width: min(260px, 100%);
}

.fe-header .fe-sticky-menu-logo img {
    display: block;
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
}

.fe-header .fe-sticky-menu-list {
    width: auto;
    min-width: 0;
}

.fe-header .header-bottom .menu {
    min-height: 52px;
    gap: 24px;
}

.fe-header .header-bottom .menu a {
    color: var(--fe-menu-text, #fff);
    font-size: 16px;
    font-weight: var(--fe-menu-font-weight, 700);
}

.fe-header .header-bottom .menu-item {
    min-height: 52px;
}

.fe-header .fe-header-language-flags {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.fe-header .fe-header-language-flags a,
.fe-header .fe-header-language-flags img {
    display: block;
}

.fe-header .fe-header-language-flags img {
    width: 34px;
    height: 22px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.72);
}

@media (min-width: 992px) {
    .fe-header.fe-header-scrolled {
        top: 0;
    }

    .fe-header.fe-header-scrolled .header-top,
    .fe-header.fe-header-scrolled .header-main {
        display: none !important;
    }

    .fe-header.fe-header-scrolled .fe-header-news-marquee {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0;
        min-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .fe-header.fe-header-scrolled .header-bottom-surface {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 60px;
        box-shadow: 0 8px 24px rgba(17, 24, 39, 0.12);
    }

    .fe-header.fe-header-scrolled .header-bottom-inner,
    .fe-header.fe-header-scrolled[data-header-style="5"] .header-bottom-layout {
        display: flex;
        align-items: center;
        gap: 16px;
        max-width: 1440px;
        margin: 0 auto;
    }

    .fe-header.fe-header-scrolled .fe-sticky-menu-logo {
        flex: 0 0 calc(33.333% - 8px);
        max-width: calc(33.333% - 8px);
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 6px 0;
    }

    .fe-header.fe-header-scrolled:not([data-header-style="5"]) .fe-sticky-menu-list,
    .fe-header.fe-header-scrolled[data-header-style="5"] .fe-style5-main-menu {
        flex: 0 0 calc(66.667% - 8px);
        max-width: calc(66.667% - 8px);
        min-width: 0;
    }

    .fe-header.fe-header-scrolled[data-header-style="5"] .fe-style5-main-menu .fe-sticky-menu-list {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
    }

    .fe-header.fe-header-scrolled .header-bottom .menu {
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        overflow-x: auto;
        overflow-y: visible;
        padding: 8px 0;
        min-height: 44px;
    }

    .fe-header.fe-header-scrolled[data-header-style="5"] .fe-header-vertical-toggle,
    .fe-header.fe-header-scrolled[data-header-style="5"] .fe-header-vertical-panel {
        display: none !important;
    }
}

.fe-header .header-bottom .menu {
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 8px 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(2, 130, 165, 0.45) transparent;
}

.fe-header .header-bottom .menu-item {
    flex: 0 0 auto;
    min-height: 38px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
}

.fe-header .header-bottom .menu-link {
    white-space: nowrap;
}

.fe-header .header-bottom .menu-item:hover,
.fe-header .header-bottom .menu-item:focus,
.fe-header .header-bottom .menu-item:active,
.fe-header .header-bottom .menu-item.active {
    background: var(--fe-menu-hover-bg, rgba(0, 0, 0, 0.08));
    border-color: rgba(2, 130, 165, 0.2);
    color: inherit;
    box-shadow: 0 8px 22px rgba(2, 130, 165, 0.18);
}

.fe-header .header-bottom .menu-item:hover>.menu-link,
.fe-header .header-bottom .menu-item:hover>.fa-caret-down {
    color: var(--fe-menu-text, var(--textColor));
}

.fe-header .menu-item:hover .sub-menu {
    transform: translateY(0) scale(1);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.fe-header .header-bottom .sub-menu {
    top: calc(100% + 6px);
    transform: translateY(12px) scale(.98);
    background: var(--fe-menu-bg, #fff);
    border: 1px solid rgba(2, 130, 165, 0.18);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.16);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.mega {
    max-width: min(1180px, calc(100vw - 48px)) !important;
    width: min(1180px, calc(100vw - 48px)) !important;
    left: 24px;
    right: 24px;
}

.fe-header .header-bottom .sub-menu.sub-menu-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
    padding: 14px;
    max-height: min(72vh, 620px);
    overflow-y: auto;
}

.fe-header .header-bottom .sub-menu.sub-menu-list .sub-menu-item {
    width: auto !important;
    min-width: 0 !important;
    border: 1px solid rgba(2, 130, 165, 0.1);
    border-radius: 8px;
    background: var(--fe-menu-column-bg, rgba(0, 0, 0, 0.04));
    overflow: hidden;
}

.fe-header .header-bottom .sub-menu .menu-list li {
    padding: 7px 12px !important;
    line-height: 1.35;
    transition: background-color 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

.fe-header .header-bottom .sub-menu .menu-list li:first-child {
    color: var(--fe-menu-text, var(--mainColor)) !important;
    background: rgba(2, 130, 165, 0.08);
    border-bottom: 1px solid rgba(2, 130, 165, 0.1);
}

.fe-header .header-bottom .sub-menu .menu-list li:hover {
    background: var(--fe-menu-hover-bg, rgba(0, 0, 0, 0.06)) !important;
    padding-left: 16px !important;
}

.fe-header .header-bottom .sub-menu.sub-menu-list.single-menu-lists-grouped {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) minmax(172px, 0.78fr);
    grid-auto-rows: max-content;
    align-items: start;
}

.fe-header .header-bottom .sub-menu.sub-menu-list>.sub-menu-item-short-stack {
    grid-column: -2 / -1;
    grid-row: 1;
    align-self: start;
    height: fit-content;
    background: var(--fe-menu-bg, #fff);
    border-color: rgba(2, 130, 165, 0.18);
    box-shadow: inset 3px 0 0 rgba(2, 130, 165, 0.28);
}

.fe-header .header-bottom .sub-menu.sub-menu-list>.sub-menu-item-short-stack .menu-list li {
    display: flex;
    align-items: center;
    min-height: 39px;
    color: var(--fe-menu-text, var(--textColor)) !important;
    background: var(--fe-menu-bg, #fff) !important;
    border-bottom: 1px solid rgba(2, 130, 165, 0.1);
    font-weight: var(--fe-menu-font-weight, 600);
}

.fe-header .header-bottom .sub-menu.sub-menu-list>.sub-menu-item-short-stack .menu-list li.active,
.fe-header .header-bottom .sub-menu.sub-menu-list>.sub-menu-item-short-stack .menu-list li.single-menu-item-active {
    color: #fff !important;
    background: var(--fe-menu-hover-bg, rgba(2, 130, 165, 0.08)) !important;
}

.fe-header .header-bottom .sub-menu.sub-menu-list>.sub-menu-item-short-stack .menu-list li.active a,
.fe-header .header-bottom .sub-menu.sub-menu-list>.sub-menu-item-short-stack .menu-list li.single-menu-item-active a {
    color: #fff !important;
}

.fe-header .header-bottom .sub-menu.sub-menu-list>.sub-menu-item-short-stack .menu-list li:first-child:not(.active):not(.single-menu-item-active) {
    color: var(--fe-menu-text, var(--textColor)) !important;
}

.fe-header .header-bottom .sub-menu.sub-menu-list>.sub-menu-item-short-stack .menu-list li:last-child {
    border-bottom: 0;
}

.fe-header[data-header-style="4"] .fe-header-news-marquee {
    background: var(--fe-news-bg, var(--fe-menu-bg, var(--navColor)));
    color: var(--fe-news-text, var(--fe-menu-text, var(--textColor)));
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.fe-header[data-header-style="4"] .fe-header-news-track {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 42px;
    overflow: hidden;
}

.fe-header[data-header-style="4"] .fe-header-news-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--fe-menu-hover-bg, rgba(255, 255, 255, 0.18));
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.fe-header[data-header-style="4"] .fe-header-news-run {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.fe-header[data-header-style="4"] .fe-header-news-content {
    display: inline-flex;
    align-items: center;
    gap: 80px;
    min-width: max-content;
    animation: feHeaderMarquee 8s linear infinite;
}

.fe-header[data-header-style="4"] .fe-header-news-group {
    display: inline-flex;
    align-items: center;
    gap: 28px;
}

.fe-header[data-header-style="4"] .fe-header-news-separator {
    opacity: 0.55;
}

.fe-header[data-header-style="4"] .fe-header-news-run:hover .fe-header-news-content {
    animation-play-state: paused;
}

.fe-header[data-header-style="4"] .fe-header-news-link {
    color: inherit;
    text-decoration: none;
}

.fe-header[data-header-style="4"] .fe-header-news-link:hover {
    color: var(--fe-news-hover-text, currentColor);
}

.fe-header[data-header-style="4"] .fe-header-news-text {
    color: inherit;
    font-weight: 600;
}

@keyframes feHeaderMarquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.fe-header[data-header-style="5"] .header-bottom-style-5 {
    position: relative;
    overflow: visible;
}

.fe-header[data-header-style="5"] .header-bottom-layout {
    display: flex;
    align-items: stretch;
    gap: 14px;
    max-width: 1440px;
    margin: 0 auto;
}

.fe-header[data-header-style="5"] .fe-style5-main-menu {
    flex: 1 1 100%;
    min-width: 0;
    transition: flex-basis 0.22s ease, max-width 0.22s ease;
}

.fe-header[data-header-style="5"].fe-style5-open .fe-style5-main-menu {
    flex: 0 0 calc(66.666% - 7px);
    max-width: calc(66.666% - 7px);
}

.fe-header[data-header-style="5"] .fe-header-vertical-toggle {
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 12;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: var(--fe-menu-hover-bg, var(--mainColor));
    color: #fff;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.18);
    transform: translateY(-50%);
}

.fe-header[data-header-style="5"].fe-style5-open .fe-header-vertical-toggle {
    display: none;
}

.fe-header[data-header-style="5"] .fe-header-vertical-panel {
    flex: 0 0 0;
    max-width: 0;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    border: 0 solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.97);
    color: var(--fe-menu-text, var(--textColor));
    opacity: 0;
    pointer-events: none;
    transform: translateX(18px);
    transition: flex-basis 0.22s ease, max-width 0.22s ease, max-height 0.22s ease, opacity 0.18s ease, transform 0.22s ease;
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.18);
}

.fe-header[data-header-style="5"].fe-style5-open .fe-header-vertical-panel {
    flex-basis: calc(33.333% - 7px);
    max-width: calc(33.333% - 7px);
    max-height: min(72vh, 620px);
    padding: 12px;
    border-width: 1px;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.fe-header[data-header-style="5"] .fe-header-vertical-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 2px 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(2, 130, 165, 0.16);
}

.fe-header[data-header-style="5"] .fe-header-vertical-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(2, 130, 165, 0.1);
    color: var(--fe-menu-text, var(--mainColor));
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav {
    max-height: calc(min(72vh, 620px) - 58px);
    overflow-y: auto;
    padding-right: 4px;
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav .menu {
    display: block !important;
    padding: 0;
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav .menu-item {
    position: relative;
    display: block !important;
    min-height: 0;
    padding: 0 !important;
    margin-bottom: 6px;
    border: 1px solid rgba(2, 130, 165, 0.12);
    border-radius: 8px;
    background: #fff;
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav .menu-item.has-sub-menu {
    cursor: pointer;
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav .menu-link {
    display: flex !important;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 12px !important;
    white-space: normal;
    color: var(--fe-menu-text, var(--textColor));
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav .fa-caret-down {
    position: absolute;
    top: 13px;
    right: 12px;
    color: currentColor;
    transition: transform 0.18s ease;
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav .menu-item.has-sub-menu.is-open>.fa-caret-down {
    transform: rotate(180deg);
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav .sub-menu {
    position: static;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: 0;
    max-height: none;
    padding: 0 8px 8px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav .menu-item.has-sub-menu.is-open>.sub-menu {
    display: block;
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav .sub-menu.sub-menu-list {
    padding: 0 8px 8px;
    overflow: visible;
}

.fe-header[data-header-style="5"] .fe-header-vertical-nav .sub-menu-item,
.fe-header[data-header-style="5"] .fe-header-vertical-nav .sub-menu .menu-list li {
    border: 0;
    background: transparent;
}

@media (max-width: 1400px) {
    .fe-header .header-bottom .menu {
        column-gap: 14px;
    }
}

.fe-body-sections[data-render-state="loading"] {
    min-height: 220px;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent) -45% 0 / 42% 100% no-repeat,
        linear-gradient(#edf2f7, #edf2f7) center 46px / min(520px, 72%) 32px no-repeat,
        linear-gradient(#f1f5f9, #f1f5f9) center 98px / min(760px, 86%) 16px no-repeat,
        linear-gradient(#e5e7eb, #e5e7eb) 8% 150px / 14% 120px no-repeat,
        linear-gradient(#e5e7eb, #e5e7eb) 27% 150px / 14% 120px no-repeat,
        linear-gradient(#e5e7eb, #e5e7eb) 46% 150px / 14% 120px no-repeat,
        linear-gradient(#e5e7eb, #e5e7eb) 65% 150px / 14% 120px no-repeat,
        linear-gradient(#e5e7eb, #e5e7eb) 84% 150px / 14% 120px no-repeat;
    animation: fe-body-loading 1.15s ease-in-out infinite;
}

@keyframes fe-body-loading {
    to {
        background-position:
            145% 0,
            center 46px,
            center 98px,
            8% 150px,
            27% 150px,
            46% 150px,
            65% 150px,
            84% 150px;
    }
}

.fe-body-sections[data-render-state="ready"],
.fe-body-sections[data-render-state="fallback"] {
    min-height: 0;
}

.fe-body-section {
    position: relative;
    padding: clamp(19px, 2.5vw, 36px) 0;
    background: var(--fe-body-bg, #ffffff);
    color: #111827;
    overflow: hidden;
}

.fe-body-section .container {
    position: relative;
    z-index: 1;
}

.fe-section-heading {
    max-width: 980px;
    margin: 0 auto clamp(24px, 3vw, 38px);
    text-align: center;
}

.fe-section-heading h2 {
    margin: 0;
    color: var(--fe-real-title-color, #101828);
    font-size: clamp(25px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.2;
}

.fe-section-title-rich {
    color: var(--fe-real-title-color, #101828);
    font-size: clamp(25px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.2;
}

.fe-section-title-rich h1,
.fe-section-title-rich h2,
.fe-section-title-rich h3,
.fe-section-title-rich h4,
.fe-section-title-rich h5,
.fe-section-title-rich h6 {
    font-size: clamp(25px, 3vw, 42px);
    font-weight: 700;
    margin: 0;
}

.fe-section-title-rich p,
.fe-section-title-rich h1,
.fe-section-title-rich h2,
.fe-section-title-rich h3 {
    margin: 0;
}

.fe-section-heading .fe-section-desc {
    margin: 14px auto 0;
    max-width: 860px;
    color: var(--fe-real-desc-color, #344054);
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.72;
}

.fe-section-heading .fe-section-desc p:last-child {
    margin-bottom: 0;
}

.fe-section-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: clamp(18px, 2.5vw, 30px);
}

.fe-section-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--mainColor, #0282a5);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.fe-section-more:hover,
.fe-section-more:focus {
    color: #ffffff;
    background: #026b88;
    transform: translateY(-1px);
}

.fe-service-section {
    background: var(--fe-body-bg, #ffffff);
}

.fe-service-grid {
    display: grid;
    grid-template-columns: repeat(var(--fe-service-columns, 3), minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
    align-items: stretch;
}

.fe-service-grid.is-centered .fe-service-card {
    text-align: center;
}

.fe-service-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: var(--fe-service-radius, 8px);
    background: var(--fe-service-item-bg, #ffffff);
    color: var(--fe-service-text, #012970);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.fe-service-card:hover,
.fe-service-card:focus {
    color: var(--fe-service-text, #012970);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.fe-service-border_news .fe-service-card {
    border-color: #d9dee8;
}

.fe-service-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--fe-service-radius, 8px);
    background: #eef2f7;
}

.fe-service-media.is-round {
    width: min(136px, 62%);
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 999px;
}

.fe-service-media.is-original {
    aspect-ratio: auto;
    border-radius: 0;
}

.fe-service-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fe-service-media.is-original img {
    height: auto;
    object-fit: contain;
}

.fe-service-content {
    flex: 1;
    padding: var(--fe-service-padding, 0);
    color: var(--fe-service-text, #012970);
}

.fe-service-content h3 {
    margin: 0 0 8px;
    color: inherit;
    font-size: clamp(15px, 1.45vw, 18px);
    font-weight: 800;
    line-height: 1.28;
}

.fe-service-desc {
    color: inherit;
    font-size: 14px;
    line-height: 1.55;
}

.fe-service-desc p:last-child {
    margin-bottom: 0;
}

.fe-service-type_3_special .fe-service-card:first-child,
.fe-service-type_4_special .fe-service-card:first-child {
    grid-column: span 2;
}

@media (max-width: 991px) {
    .fe-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fe-service-type_3_special .fe-service-card:first-child,
    .fe-service-type_4_special .fe-service-card:first-child {
        grid-column: span 1;
    }
}

@media (max-width: 575px) {
    .fe-service-grid {
        grid-template-columns: 1fr;
    }
}

.fe-article-section {
    background: var(--fe-body-bg, #ffffff);
}

.fe-article-section .fe-section-heading h2,
.fe-article-section .fe-section-title-rich,
.fe-article-section .fe-section-title-rich * {
    color: var(--fe-article-title-color, #101828);
}

.fe-article-section .fe-section-heading .fe-section-desc,
.fe-article-section .fe-section-heading .fe-section-desc * {
    color: var(--fe-article-desc-color, #344054);
}

.fe-article-content {
    color: #344054;
    font-size: 16px;
    line-height: 1.75;
}

.fe-article-content p:last-child {
    margin-bottom: 0;
}

.fe-article-content img,
.fe-article-content iframe,
.fe-article-content video {
    max-width: 100%;
}

.fe-article-content img {
    height: auto;
    border-radius: 8px;
}

.fe-article-actions {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.fe-article-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 22px;
    border-radius: 999px;
    color: var(--fe-article-button-color, #ffffff);
    background: var(--fe-article-button-bg, #4154f1);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.fe-article-button:hover,
.fe-article-button:focus {
    color: var(--fe-article-button-color, #ffffff);
    filter: brightness(0.95);
    transform: translateY(-1px);
}

.fe-image-news-section {
    background: var(--fe-body-bg, #ffffff);
}

.fe-image-news-media {
    width: 100%;
    overflow: hidden;
    border-radius: var(--fe-image-news-radius, 8px);
    background: #eef2f7;
}

.fe-image-news-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 280px;
    object-fit: cover;
    border-radius: var(--fe-image-news-radius, 8px);
    transform-origin: center center;
    transition: transform 0.45s ease, filter 0.45s ease;
    will-change: transform;
}

.fe-image-news-img.effect-zoom {
    animation: fe-image-news-zoom 1.6s ease-in-out infinite;
    filter: saturate(1.03);
}

.fe-image-news-img.effect-shake {
    animation: fe-image-news-shake 0.9s cubic-bezier(0.2, 0.7, 0.25, 1) infinite;
}

@keyframes fe-image-news-zoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

@keyframes fe-image-news-shake {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-2px) rotate(-0.65deg);
    }

    50% {
        transform: translateY(1.5px) rotate(0.5deg);
    }

    75% {
        transform: translateY(-1px) rotate(-0.28deg);
    }
}

.fe-image-news-content {
    max-width: 720px;
    margin: 0 auto;
    color: #344054;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.72;
    text-align: center;
}

.fe-image-news-title {
    margin-bottom: 14px;
}

.fe-image-news-title .fe-section-title-rich,
.fe-image-news-title h2 {
    color: #202124;
    font-size: clamp(21px, 2.1vw, 30px);
    font-weight: 700;
    line-height: 1.3;
}

.fe-image-news-title .fe-section-title-rich h1,
.fe-image-news-title .fe-section-title-rich h2,
.fe-image-news-title .fe-section-title-rich h3,
.fe-image-news-title .fe-section-title-rich h4,
.fe-image-news-title .fe-section-title-rich h5,
.fe-image-news-title .fe-section-title-rich h6 {
    font-size: clamp(21px, 2.1vw, 30px);
    font-weight: 700;
    margin: 0;
}

.fe-image-news-text p:last-child {
    margin-bottom: 0;
}

.fe-image-news-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.fe-image-news-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    min-width: 128px;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--fe-news-button-color, #ffffff);
    background: var(--fe-news-button-bg, #4154f1);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.fe-image-news-button:hover,
.fe-image-news-button:focus {
    color: var(--fe-news-button-color, #ffffff);
    filter: brightness(0.94);
    transform: translateY(-1px);
}

.fe-news-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #111827;
}

.fe-news-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.fe-consult-section {
    background: var(--fe-body-bg, #fff3b0);
}

.fe-consult-box {
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.fe-consult-form {
    height: 100%;
    min-height: 360px;
    padding: clamp(22px, 3vw, 34px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

.fe-consult-heading {
    width: 100%;
    text-align: center;
    color: #3b3f45;
}

.fe-consult-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.fe-consult-title,
.fe-consult-title * {
    font-family: none !important;
}

.fe-consult-title:before,
.fe-consult-title:after {
    content: "";
    height: 1px;
    background: #edf1c8;
}

.fe-consult-title p,
.fe-consult-desc p {
    margin: 0;
}

.fe-consult-desc {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.55;
    color: #4f5965;
}

.fe-consult-fields {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.fe-consult-fields input,
.fe-consult-fields textarea {
    width: 100%;
    border: 1px solid #d8dde6;
    border-radius: 3px;
    background: #ffffff;
    color: #334155;
    font-size: 15px;
    line-height: 1.4;
    padding: 11px 13px;
    outline: none;
}

.fe-consult-fields input:focus,
.fe-consult-fields textarea:focus {
    border-color: var(--fe-consult-button-bg, #008eb8);
    box-shadow: 0 0 0 3px rgba(0, 142, 184, 0.12);
}

.fe-consult-fields textarea {
    grid-column: 1 / -1;
    min-height: 104px;
    resize: vertical;
}

.fe-consult-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 6px;
    background: var(--fe-consult-button-bg, #008eb8);
    color: var(--fe-consult-button-color, #ffffff);
    min-width: 220px;
    padding: 13px 24px;
    font-size: 16px;
    font-weight: 800;
    text-transform: none;
    cursor: pointer;
    transition: filter 0.18s ease, transform 0.18s ease;
}

.fe-consult-button:hover,
.fe-consult-button:focus {
    color: var(--fe-consult-button-color, #ffffff);
    filter: brightness(0.95);
    transform: translateY(-1px);
}

.fe-consult-media {
    height: 100%;
    min-height: 360px;
    background: #f8fafc;
    overflow: hidden;
}

.fe-consult-image {
    box-sizing: border-box;
    padding: clamp(10px, 1.5vw, 18px);
}

.fe-consult-image img {
    width: 100%;
    height: calc(100% - clamp(20px, 3vw, 36px));
    min-height: 324px;
    display: block;
    object-fit: cover;
    border-radius: 6px;
}

.fe-consult-map iframe,
.fe-consult-video iframe,
.fe-consult-video video {
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
    display: block;
}

.fe-consult-article {
    padding: clamp(20px, 3vw, 34px);
    overflow: auto;
}

@media (max-width: 991px) {
    .fe-consult-hide-mobile {
        display: none;
    }
}

@media (max-width: 575px) {
    .fe-consult-form {
        min-height: 0;
        padding: 20px 14px;
    }

    .fe-consult-fields {
        grid-template-columns: 1fr;
    }

    .fe-consult-title {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .fe-consult-title:before,
    .fe-consult-title:after {
        display: none;
    }

    .fe-consult-button {
        width: 100%;
        min-width: 0;
    }
}

.fe-faq-section {
    background: var(--fe-body-bg, #ffffff);
}

.fe-faq-visual {
    width: 100%;
    min-height: 240px;
    border-radius: 12px;
    overflow: hidden;
}

.fe-faq-image img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    display: block;
}

.fe-faq-text {
    padding: clamp(18px, 2.5vw, 28px);
    color: #344054;
    font-size: clamp(15px, 1.5vw, 17px);
    line-height: 1.72;
}

.fe-faq-text p:last-child {
    margin-bottom: 0;
}

.fe-faq-video iframe,
.fe-faq-video video {
    width: 100%;
    min-height: 280px;
    border: 0;
    display: block;
    border-radius: 12px;
    background: #000;
}

.fe-faq-accordion {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.fe-faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #e5e7eb;
}

.fe-faq-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.fe-faq-accordion .accordion-button {
    padding: 16px 20px;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    background: #ffffff;
    box-shadow: none;
}

.fe-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--mainColor, #0282a5);
    background: #f8fbfd;
}

.fe-faq-accordion .accordion-body {
    padding: 0 20px 18px;
    color: #475467;
    font-size: 15px;
    line-height: 1.72;
}

.fe-faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .fe-faq-visual {
        min-height: 200px;
    }

    .fe-faq-image img,
    .fe-faq-video iframe,
    .fe-faq-video video {
        min-height: 220px;
    }
}

.fe-menu-cat-section {
    background: var(--fe-body-bg, #ffffff);
    color: var(--fe-menu-cat-text, #333333);
}

.fe-menu-cat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    border-top: 3px solid #1f2937;
    padding-top: 10px;
}

.fe-menu-cat-head h2 {
    margin: 0;
    color: var(--fe-menu-cat-text, #111827);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 800;
    text-transform: uppercase;
}

.fe-menu-cat-head .fe-section-title-rich {
    margin: 0;
    color: var(--fe-menu-cat-text, #111827);
}

.fe-menu-cat-head .fe-section-title-rich>*:last-child {
    margin-bottom: 0;
}

.fe-menu-cat-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: auto;
    scrollbar-width: thin;
}

.fe-menu-cat-tab {
    border: 0;
    border-radius: 4px;
    background: #eef7fb;
    color: #1786a6;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.fe-menu-cat-marquee-wrap {
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.fe-menu-cat-marquee {
    width: 100%;
    color: var(--fe-menu-cat-text, #111827);
    font-size: 14px;
    font-weight: 600;
}

.fe-menu-cat-marquee-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.fe-menu-cat-marquee-separator {
    display: inline-flex;
    align-items: center;
    margin: 0 16px;
    color: rgba(15, 23, 42, 0.35);
}

.fe-menu-cat-tab.is-active,
.fe-menu-cat-tab:hover,
.fe-menu-cat-tab:focus {
    background: #dff1f7;
    color: #006b8b;
}

.fe-menu-cat-grid {
    display: grid;
    grid-template-columns: repeat(var(--fe-menu-cat-columns, 4), minmax(0, 1fr));
    gap: 12px;
}

.fe-menu-cat-card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #dbe4ea;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.fe-menu-cat-card:hover {
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
    transform: translateY(-2px);
}

.fe-menu-cat-media {
    position: relative;
}

.fe-menu-cat-thumb {
    display: block;
    aspect-ratio: 1 / 1;
    background: #f8fafc;
    overflow: hidden;
}

.fe-menu-cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fe-menu-cat-hover-tools {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index: 2;
}

.fe-menu-cat-card:hover .fe-menu-cat-hover-tools {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%);
}

.fe-menu-cat-tool {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 10px;
    background: #0b4ea2;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(11, 78, 162, 0.24);
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.fe-menu-cat-tool:hover {
    background: #083c7c;
    color: #ffffff;
    transform: scale(1.06);
}

.fe-menu-cat-tool:focus {
    color: #ffffff;
    outline: none;
}

.fe-menu-cat-tool i {
    font-size: 18px;
    line-height: 1;
}

.fe-menu-cat-card-body {
    padding: 10px 10px 12px;
    display: grid;
    gap: 7px;
}

.fe-menu-cat-card-title {
    min-height: 38px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fe-menu-cat-stars {
    color: #f8a51b;
    font-size: 13px;
    letter-spacing: 1px;
}

.fe-menu-cat-price-row {
    min-height: 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.fe-menu-cat-price {
    color: #e5332a;
    font-size: 14px;
    font-weight: 800;
}

.fe-menu-cat-old-price {
    color: #6b7280;
    font-size: 12px;
    text-decoration: line-through;
}

.fe-menu-cat-phone,
.fe-menu-cat-consult {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 3px;
    background: #f4f8fb;
    color: #1582a4;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.fe-menu-cat-consult {
    border: 0;
    cursor: pointer;
    color: #de8b21;
}

.fe-menu-cat-empty {
    padding: 24px;
    background: #ffffff;
    border: 1px dashed #d7dee8;
    color: #667085;
    text-align: center;
}

@media (max-width: 991px) {
    .fe-menu-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fe-menu-cat-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .fe-menu-cat-tabs {
        width: 100%;
    }

    .fe-menu-cat-hover-tools {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        top: auto;
        right: 8px;
        bottom: 8px;
        transform: none;
        flex-direction: row;
        gap: 8px;
    }

    .fe-menu-cat-card:hover .fe-menu-cat-hover-tools {
        transform: none;
    }

    .fe-menu-cat-tool {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }
}

@media (max-width: 575px) {
    .fe-menu-cat-grid {
        grid-template-columns: 1fr;
    }
}

.fe-body-banner-section {
    background: var(--fe-body-bg, #ffffff);
}

.fe-body-banner-grid {
    display: grid;
    grid-template-columns: repeat(var(--fe-body-banner-columns, 2), minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
}

.fe-body-banner-slider {
    margin: 0;
}

.fe-body-banner-slider .slick-list {
    overflow: hidden;
}

.fe-body-banner-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.fe-body-banner-slide {
    padding: 0;
    height: auto;
}

.fe-body-banner-card {
    overflow: hidden;
    border-radius: 0;
    background: #f8fafc;
    height: 100%;
}

.fe-body-banner-card a {
    display: block;
    height: 100%;
}

.fe-body-banner-card img {
    width: 100%;
    aspect-ratio: 21 / 6;
    /* 3.5:1 ratio for shorter height */
    max-height: 500px;
    object-fit: cover;
    display: block;
}

.fe-body-banner-actions {
    display: flex;
    justify-content: center;
    margin-top: clamp(18px, 2.5vw, 28px);
}

.fe-body-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--mainColor, #0282a5);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.fe-body-banner-button:hover,
.fe-body-banner-button:focus {
    color: #ffffff;
    filter: brightness(0.94);
}

.fe-body-banner-slider .slick-prev,
.fe-body-banner-slider .slick-next {
    width: 38px;
    height: 38px;
    z-index: 2;
}

.fe-body-banner-slider .slick-prev {
    left: -6px;
}

.fe-body-banner-slider .slick-next {
    right: -6px;
}

.fe-body-banner-slider .slick-dots {
    margin-top: 14px;
    position: static;
}

.fe-body-banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease, box-shadow 0.2s ease;
    line-height: 1;
    padding: 0;
}

.fe-body-banner-arrow:hover,
.fe-body-banner-arrow:focus {
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    outline: none;
}

.fe-body-banner-prev {
    left: 10px;
}

.fe-body-banner-next {
    right: 10px;
}

@media (max-width: 767px) {
    .fe-body-banner-grid {
        grid-template-columns: 1fr;
    }

    .fe-body-banner-arrow {
        display: none;
    }

    .fe-body-banner-card img {
        aspect-ratio: 16 / 9;
        max-height: none;
    }
}

.fe-video-news-section {
    background: var(--fe-body-bg, #ffffff);
}

.fe-video-news-heading {
    margin-bottom: clamp(28px, 3vw, 42px);
}

.fe-video-news-heading-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.fe-video-news-heading-title:before,
.fe-video-news-heading-title:after {
    content: "";
    width: 42px;
    height: 2px;
    background: #1f2937;
    flex-shrink: 0;
}

.fe-video-news-heading-title h2,
.fe-video-news-heading-title .fe-section-title-rich {
    margin: 0;
    color: #111827;
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.fe-video-news-grid {
    display: grid;
    grid-template-columns: repeat(var(--fe-video-columns, 4), minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 30px);
}

.fe-video-news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.fe-video-news-thumb {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;
}

.fe-video-news-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    background: #f3f4f6;
}

.fe-video-news-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.fe-video-news-play i {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.fe-video-news-card-main .fe-video-news-thumb img {
    aspect-ratio: 16 / 9;
}

.fe-video-news-content {
    padding: 12px 0 0;
    text-align: left;
}

.fe-video-news-content h3 {
    margin: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.fe-video-news-content p {
    margin: 4px 0 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.5;
}

.fe-video-news-stack {
    display: grid;
    gap: clamp(16px, 2vw, 24px);
    height: 100%;
}

.fe-video-news-modal {
    position: fixed;
    inset: 0;
    z-index: 12050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.78);
}

.fe-video-news-modal.is-open {
    display: flex;
}

.fe-video-news-modal-dialog {
    position: relative;
    width: min(960px, 100%);
}

.fe-video-news-modal-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.fe-video-news-modal-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.fe-video-news-modal-close {
    position: absolute;
    top: -44px;
    right: 0;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fe-real-images-grid,
.fe-real-images-page-grid {
    display: grid;
    grid-template-columns: repeat(var(--fe-real-columns, 3), minmax(0, 1fr));
    gap: clamp(16px, 2vw, 28px);
}

.fe-real-images-slider {
    --fe-real-gap: clamp(16px, 2vw, 28px);
    margin: 0 calc(var(--fe-real-gap) / -2);
}

.fe-real-images-slider.slick-initialized .slick-list {
    margin: 0;
    overflow: hidden;
}

.fe-real-images-slider.slick-initialized .slick-track {
    display: flex;
}

.fe-real-images-slider.slick-initialized .slick-slide {
    height: auto;
}

.fe-real-images-slider.slick-initialized .slick-slide>div {
    padding: calc(var(--fe-real-gap) / 2);
}

.fe-real-images-slider.slick-initialized .fe-real-card {
    height: 100%;
}

.fe-real-images-slider .fe-real-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(17, 24, 39, 0.14);
    border-radius: 50%;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
    transform: translateY(-50%);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.fe-real-images-slider .fe-real-slider-prev {
    left: -12px;
}

.fe-real-images-slider .fe-real-slider-next {
    right: -12px;
}

.fe-real-images-slider .fe-real-slider-arrow:hover,
.fe-real-images-slider .fe-real-slider-arrow:focus {
    color: #ffffff;
    background: #111827;
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.22);
}

.fe-real-card {
    display: flex;
    flex-direction: column;
    color: var(--fe-real-item-title, #333333);
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    background: var(--fe-real-item-bg, #ffffff);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.fe-real-card:hover {
    color: var(--fe-real-item-title, #333333);
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
}

.fe-real-media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #e5e7eb;
    overflow: hidden;
}

.fe-real-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.32s ease;
}

.fe-real-card:hover .fe-real-media img {
    transform: scale(1.045);
}

.fe-real-media-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #64748b;
    font-weight: 600;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
}

.fe-real-content {
    padding: 16px 18px 18px;
    text-align: center;
}

.fe-real-title {
    margin: 0;
    color: var(--fe-real-item-title, #333333);
    font-size: clamp(16px, 1.45vw, 20px);
    font-weight: 700;
    line-height: 1.35;
}

.fe-real-desc {
    margin: 8px 0 0;
    color: var(--fe-real-item-desc, #333333);
    font-size: 14px;
    line-height: 1.55;
}

.fe-real-images-slider .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: clamp(18px, 3vw, 30px) 0 0;
    padding: 0;
}

.fe-real-images-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.fe-real-images-slider .slick-dots li button {
    min-width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #d1d5db;
    color: #374151;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    opacity: 1;
    transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.fe-real-images-slider .slick-dots li button:before {
    display: none;
}

.fe-real-images-slider .slick-dots li.slick-active button {
    color: #ffffff;
    border-color: #111827;
    background: #111827;
}

.fe-real-images-slider .slick-dots li button:hover,
.fe-real-images-slider .slick-dots li button:focus {
    color: #ffffff;
    border-color: #4b5563;
    background: #4b5563;
    transform: translateY(-1px);
}

@media (max-width: 575px) {
    .fe-body-section {
        padding: 17px 0;
    }

    .fe-image-news-content {
        text-align: left;
    }

    .fe-image-news-actions {
        justify-content: flex-start;
    }

    .fe-real-images-slider .fe-real-slider-arrow {
        width: 36px;
        height: 36px;
    }

    .fe-real-images-slider .fe-real-slider-prev {
        left: -4px;
    }

    .fe-real-images-slider .fe-real-slider-next {
        right: -4px;
    }
}

@media (max-width: 991px) {
    .fe-video-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .fe-video-news-grid {
        grid-template-columns: 1fr;
    }
}

body.fe-modal-open {
    overflow: hidden;
}

.fe-real-modal-trigger {
    cursor: zoom-in;
}

.fe-real-image-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: minmax(44px, 1fr) minmax(0, 1080px) minmax(44px, 1fr);
    align-items: center;
    gap: clamp(10px, 2vw, 24px);
    padding: clamp(18px, 4vw, 44px);
    background: rgba(9, 12, 20, 0.78);
    backdrop-filter: blur(14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
}

.fe-real-image-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.fe-real-image-modal-dialog {
    grid-column: 2;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
    transform: translateY(14px) scale(0.985);
    transition: transform 0.24s ease;
}

.fe-real-image-modal.is-open .fe-real-image-modal-dialog {
    transform: translateY(0) scale(1);
}

.fe-real-image-modal-frame {
    display: grid;
    place-items: center;
    background: #05070d;
    max-height: min(76vh, 760px);
}

.fe-real-image-modal-frame img {
    width: 100%;
    max-height: min(76vh, 760px);
    object-fit: contain;
    display: block;
}


.fe-real-image-modal-close,
.fe-real-image-modal-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
    transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.fe-real-image-modal-close:hover,
.fe-real-image-modal-close:focus,
.fe-real-image-modal-nav:hover,
.fe-real-image-modal-nav:focus {
    background: #ffffff;
    color: #111827;
    border-color: #ffffff;
    transform: scale(1.04);
}

.fe-real-image-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.fe-real-image-modal-nav {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    justify-self: center;
}

.fe-real-image-modal-prev {
    grid-column: 1;
}

.fe-real-image-modal-next {
    grid-column: 3;
}

@media (max-width: 767px) {
    .fe-real-image-modal {
        grid-template-columns: 1fr 1fr;
        align-items: end;
        padding: 56px 14px 18px;
    }

    .fe-real-image-modal-dialog {
        grid-column: 1 / -1;
        grid-row: 1;
        align-self: center;
    }

    .fe-real-image-modal-prev,
    .fe-real-image-modal-next {
        grid-row: 2;
    }

    .fe-real-image-modal-prev {
        grid-column: 1;
    }

    .fe-real-image-modal-next {
        grid-column: 2;
    }
}

/* Gallery Section */
.fe-gallery-section {
    position: relative;
}

.fe-gallery-grid {
    display: grid;
    grid-template-columns: repeat(var(--fe-gallery-columns, 4), minmax(0, 1fr));
    gap: 16px;
}

.fe-gallery-item {
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fe-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 16 / 9;
}

@media (max-width: 991px) {
    .fe-gallery-grid {
        grid-template-columns: repeat(min(var(--fe-gallery-columns, 4), 3), minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .fe-gallery-grid {
        grid-template-columns: repeat(min(var(--fe-gallery-columns, 4), 2), minmax(0, 1fr));
    }
}
