:root {
    --main-font-color: #005ba8;
    --main-bg-color: #005ba8;
    --alt-font-color: #06163a;
    --alt-bg-color: #06163a;
    --swiper-theme-color: #005ba8;
    --bs-primary: #005ba8;
    --bs-font-sans-serif: 'Helvetica, Arial, sans-serif', sans-serif;
    --font-h: 'Helvetica, Arial, sans-serif', sans-serif;
    --font-a: 'Helvetica, Arial, sans-serif', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-h)
}

ul {
    padding: 0;
    margin: 0
}

a,
button {
    font-family: var(--font-a);
    color: inherit;
    text-decoration: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    text-decoration: unset
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
    outline: 0;
    color: inherit
}

a:hover {
    color: var(--bs-primary)
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
button:focus,
button:focus-visible {
    outline: 0
}

.media {
    display: flex
}

svg,
.icon {
    fill: currentColor;
    height: 1em;
    width: 1em;
    vertical-align: middle
}

.error {
    color: var(--bs-danger);
    font-size: 14px
}

img.img-height,
.img-height>img {
    max-height: 100%;
    width: auto
}

.page-wrap {
    padding: 30px 0
}

@media (min-width: 768px) {
    .page-wrap {
        padding: 60px 0
    }
}

@media (min-width: 992px) {
    .page-wrap {
        padding: 90px 0
    }
}

.form-control {
    font-size: 14px;
}

.g-recaptcha-tips {
    color: #ff0202;
    margin-top: 10px;
    display: block;
    display: none;
    font-size: 16px;
}

p {
    font-size: 14px;
    line-height: 1.8;
    color: #7f7f7f;
    margin-bottom: 15px;
}

.section-header {
    position: relative;
    margin-bottom: 30px;
}

.section-header .subtitle {
    position: relative;
    color: var(--main-font-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-header .title {
    position: relative;
    font-size: 36px;
    color: #111111;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.section-header p {
    font-size: 18px;
    color: #363636;
    line-height: 32px;
    font-weight: 400;
}

.footer .widget-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
}

.footer .widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 40px;
    background-color: var(--main-font-color);
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.mega .dropdown-mega {
    display: none
}

.mega:hover>.dropdown-mega {
    display: block
}

.form-control:focus {
    border-color: inherit;
    box-shadow: inherit
}

.alert {
    margin-bottom: 0
}

.btn-o {
    background-color: transparent;
    border: none
}

.image>img,
.image {
    width: 100%;
}

.card-image {
    background-color: #f1f3f2;
}

.filters-button-group {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.filters-button-group li {
    list-style: none;
    display: inline-block;
}

.filters-button-group li a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #06163a;
    text-transform: capitalize;
    letter-spacing: -0.42px;
    line-height: 0.8;
    margin: 0 20px;
    cursor: pointer;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    position: relative;
    padding: 20px 0px;
}

.filters-button-group li a:hover,
.filters-button-group li a.selected {
    color: var(--main-font-color);
}

.page-banner {
    position: relative;
    padding: 60px 0 40px;
}

@media (min-width: 992px) {
    .page-banner {
        padding: 100px 0 100px;
    }
}

.page-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(17, 17, 17, 0.8);
}

.page-banner .container {
    position: relative;
    z-index: 2;
}

.page-banner .page-title {
    position: relative;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.page-banner .breadcrumb {
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
}

.page-banner .breadcrumb .breadcrumb-item a {
    color: #949bac;
    line-height: 1.4;
    text-transform: capitalize;
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "//";
}

.page-banner .breadcrumb .breadcrumb-item a:hover {
    color: var(--bs-primary);
}

.page-banner .breadcrumb .breadcrumb-item.active a,
.page-banner .breadcrumb .breadcrumb-item span,
.page-banner .breadcrumb .breadcrumb-item:last-child a {
    color: #fff;
}

.main-banner .banner-item {
    position: relative;
}

.main-banner .banner-item img {
    margin: 0 auto;
}

.main-banner .banner-item .img-large {
    display: none;
}

@media (min-width: 576px) {
    .main-banner .banner-item .img-large {
        display: block;
    }
}

@media (min-width: 576px) {
    .main-banner .banner-item .img-small {
        display: none;
    }
}

.main-banner .banner-item .banner-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .main-banner .banner-item .banner-inner {
        padding: 0 40px;
    }
}

.main-banner .banner-item .banner-inner .banner-content {
    max-width: 550px;
}

.main-banner .banner-item .banner-inner .banner-content .subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .main-banner .banner-item .banner-inner .banner-content .subtitle {
        font-size: 16px;
    }
}

.main-banner .banner-item .banner-inner .banner-content .title {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .main-banner .banner-item .banner-inner .banner-content .title {
        font-size: 48px;
    }
}

.main-banner .banner-item .banner-inner .banner-content .text,
.main-banner .banner-item .banner-inner .banner-content .text p {
    font-size: 14px;
    color: #424242;
    margin-bottom: 0;
}

@media (min-width: 992px) {

    .main-banner .banner-item .banner-inner .banner-content .text,
    .main-banner .banner-item .banner-inner .banner-content .text p {
        font-size: 18px;
    }
}

.main-banner .banner-item .banner-inner .banner-content .btn-action {
    display: inline-block;
    background: var(--bs-primary);
    color: #fff;
    margin-top: 30px;
    padding: 15px 30px;
    min-width: 200px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    border: none;
    border-radius: 60px;
    font-weight: 500;
    text-align: center;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.main-banner .banner-item .banner-inner .banner-content .btn-action:hover {
    color: var(--bs-primary);
    background: #0f1f45;
}

.main-banner .banner-item .banner-inner .banner-content.dark .title,
.main-banner .banner-item .banner-inner .banner-content.dark .text,
.main-banner .banner-item .banner-inner .banner-content.dark .text p {
    color: #fff;
}

.main-banner .banner-item .banner-inner.right {
    text-align: right;
    justify-content: flex-end;
}

.main-banner .banner-item .banner-inner.center {
    text-align: center;
    justify-content: center;
}

.gallery-item {
    background-color: #f4f7ff;
    border: 0;
    text-align: center;
    margin-bottom: 30px;
}

.gallery-item .card-image {
    position: relative;
}

.gallery-item .card-image img {
    width: 100%;
}

.gallery-item .card-body h5 {
    font-size: 16px;
    font-weight: 400;
}

.pagination-wrap {
    text-align: center;
    margin-top: 30px;
}

.pagination {
    border-radius: 3px;
    display: inline-block;
    padding: 0 3px;
    box-shadow: 0px 8px 26px 0px rgb(0 0 0 / 10%);
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-item .page-link {
    margin: 14px 0;
    border-right: 1px solid #E6E6E6;
    font-size: 16px;
    padding: 0 18px;
    color: #505050;
    border: none;
    background-color: transparent;
}

.pagination .page-item:last-child .page-link {
    border-right: none;
}

.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link,
.pagination .page-item.current .page-link {
    color: var(--main-font-color);
}

.msg-wrap .msg {
    display: none;
}

header .top_nav .nav_wrap .nav_menu {}

header .top_nav .nav_wrap .nav_menu>li>a {
    font-weight: 400;
    padding: 5px 20px;
    margin: 0;
    white-space: nowrap;
    font-size: 18px;
}

.collapse.in {
    display: block !important;
}

.panel-body {
    font-size: 14px;
}

.mobile-nav-list {
    font-size: 14px;
}

.header_fixed {
    padding: 20px 0;
}

.logo_img {
    max-width: 250px;
}

header .top_nav .nav_wrap .search input {
    max-width: 186px;
    max-height: 42px;
    font-size: 14px;
}

@media (max-width: 1400px) {
    header .top_nav .nav_wrap .nav_menu>li>a {
        padding: 5px 8px;
        font-size: 17px;
    }

    .logo_img {
        max-width: 230px;
    }

    [lang="fr"] .logo_img {
        max-width: 150px;
    }

    [lang="fr"] header .top_nav .nav_wrap .search input {
        width: 150px;
    }

    [lang="pt"] .logo_img {
        max-width: 190px;
    }
}

@media (max-width: 1200px) {
    header .top_nav .nav_wrap .nav_menu>li>a {
        padding: 5px 7px;
    }

    .logo_img {
        max-width: 200px;
    }

    [lang="es"] .logo_img,
    [lang="pt"] .logo_img,
    [lang="vi"] .logo_img {
        max-width: 150px;
    }

    [lang="es"] header .top_nav .nav_wrap .search input {
        width: 160px;
    }

    [lang="fr"] .logo_img {
        max-width: 110px;
    }

    [lang="fr"] header .top_nav .nav_wrap .search input {
        width: 120px;
    }

    [lang="fr"] header .top_nav .nav_wrap .nav_menu>li>a {
        font-size: 16px;
    }

    [lang="es"] header .top_nav .nav_wrap .search input {
        width: 140px;
    }

    [lang="vi"] header .top_nav .nav_wrap .search input {
        width: 160px;
    }
}

@media screen and (max-width: 992px) {
    .fa-plus {
        display: block !important;
    }

    .nav_menu {
        display: none;
    }

    .node {
        display: block !important;
    }

    .nav_wrap {
        position: relative;
    }

    .top_nav .nav_wrap .nav_list {
        -webkit-box-flex: unset !important;
        -webkit-flex-grow: unset !important;
        -ms-flex-positive: unset !important;
        flex-grow: unset !important;
    }

    .main_flexCenter {
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    header .top_contact .contact_wrap .left {
        display: none;
    }
}

.header-top {
    background-color: #ebebeb;
}

.header-top .navbar {
    padding: 0;
}

.header-top ul {
    padding: 13px 0;
}

.header-top a {
    font-size: 14px;
}

.header-top p {
    margin: 0;
    font-size: 14px;
}

.inline-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inline-contact li {
    list-style: none;
    display: inline-block;
}

.inline-contact li a .icon {
    color: var(--bs-primary);
}

.dark .inline-contact li a {
    color: #fff;
}

.inline-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inline-social li {
    list-style: none;
    display: inline-block;
}

.inline-social li a .icon {
    font-size: 14px;
}

.inline-social li a:hover .icon {
    color: var(--bs-primary);
}

.dark .inline-social li a .icon {
    color: #fff;
}

.dropdown-language>.btn-lang {
    font-size: 16px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.dropdown-language .dropdown-menu {
    right: -15px;
    border: none;
    border-radius: 0px;
    background-color: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.dropdown-language .dropdown-item {
    padding: 0;
}

.dropdown-language .dropdown-item a {
    font-size: 14px;
    font-weight: normal;
    color: #505050;
    display: block;
    padding: 10px 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.dropdown-language .dropdown-item a:hover {
    color: var(--main-bg-color);
}

[dir=rtl] .dropdown-language .dropdown-menu {
    right: auto;
    left: -15px;
}

.inline-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inline-links li {
    display: inline-block;
}

.inline-links li>a {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
}

.inline-links li>a:hover {
    color: var(--bs-primary);
}

.inline-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inline-contact li {
    list-style: none;
    display: inline-block;
}

.inline-contact li a .icon {
    color: var(--bs-primary);
}

.dark .inline-contact li a {
    color: #fff;
}

.nav-main .mega>ul {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-height: 240px;
    background-clip: padding-box;
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
    margin: 0;
    font-size: 1rem;
    color: #000;
    list-style: none;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
    background-color: #fff;
}

.nav-main .mega:hover>ul {
    display: flex;
}

.nav-main .mega>ul>li {
    display: block;
    width: 260px;
    padding: 0 15px;
}

.nav-main .mega>ul>li:not(:first-child) {
    border-left: 1px solid #e1e1e1;
}

.nav-main .mega>ul>li>a {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #333;
    display: block;
    overflow: hidden;
}

.nav-main .mega>ul>li ul {
    list-style: none;
    padding: 0;
}

.nav-main .mega>ul>li ul a {
    color: #666;
    font-size: 14px;
    font-weight: 200;
    text-transform: capitalize;
    padding: 10px 0;
    display: block;
}

.dark .dropdown-mega {
    background-color: #191919;
}

.dark .dropdown-mega>li {
    border-color: #404040;
}

.dark .dropdown-mega>li>a {
    color: #fff;
}

.dark .dropdown-mega>li ul a {
    color: #eeeeee;
}

.light .nav-main .mega>ul {
    background-color: #5f5f5f;
}

.light .nav-main .mega>ul>li {
    border-color: #0000000d;
}

.light .nav-main .mega>ul>li>a {
    color: #333333;
}

.light .nav-main .mega>ul>li ul a {
    color: #5f5f5f;
}

[dir=rtl] .nav-main .mega>ul>li:not(:first-child) {
    border-left: 0;
    border-right: 1px solid #0000000d;
}

.nav-main a {
    color: #333;
    text-transform: capitalize;
}

.nav-main a:hover {
    color: var(--bs-primary);
}

.nav-main .icon {
    font-size: 20px;
}

.nav-main>li>a {
    padding: 0 1rem;
    height: 75px;
    line-height: 75px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-main>li>a:hover {
    color: var(--bs-primary);
}

.nav-main>li.current>a {
    color: var(--bs-primary);
}

.nav-main>li>ul {
    display: none;
}

.nav-main>.dropdown:hover>ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

.nav-main .dropdown ul {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    width: 230px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.nav-main .dropdown ul li {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-main .dropdown ul li>a {
    color: #000;
    padding: 10px 18px;
    font-weight: 400;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.nav-main .dropdown ul li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.nav-main .dropdown ul li>a:hover:before {
    width: 15px;
    background-color: var(--main-font-color);
}

.nav-main .dropdown ul li:not(:last-child)>a {
    border-bottom: 1px solid #e1e1e1;
}

.nav-main .dropdown ul a:hover {
    color: var(--bs-primary);
}

.nav-main .dropdown ul ul {
    left: 100%;
    top: 0;
}

.nav-main .dropdown>ul {
    top: 100%;
    left: 0;
}

.nav-main .dropdown>ul li:hover>ul {
    display: block;
}

.nav-main .dropdown a {
    font-size: 14px;
}

.dark .nav-main>li>a {
    color: #fff;
}

.dark .nav-main>li>a:hover {
    color: var(--bs-primary);
}

.fixed .nav-main>li>a {
    height: 60px;
    line-height: 60px;
}

[dir=rtl] .nav-main .dropdown>ul {
    left: auto;
    right: 0;
}

[dir=rtl] .nav-main .dropdown ul ul {
    left: auto;
    right: 100%;
}

[dir=rtl] .nav-main .dropdown ul a:before {}

.button-search {
    display: flex;
    align-items: center;
}

.button-search .btn-search {
    color: #000000;
    font-size: 24px;
    border: 0;
    background: none;
}

.dark .button-search .btn-search {
    color: #fff;
}

.button-mobile .btn-menu {
    font-size: 26px;
    padding: 0px 6px;
}

.button-mobile .offcanvas-title {
    font-size: 32px;
}

.button-mobile .btn-close {
    font-size: 20px;
}

.button-mobile .offcanvas {
    padding: 20px 20px 20px 15px;
}

.button-mobile .offcanvas .search-form form input {
    background-color: #ebebeb;
    color: #333;
    border: 1px solid transparent;
}

.button-mobile .offcanvas .search-form form button {
    background-color: #ebebeb;
    border: medium none transparent;
}

.button-mobile .offcanvas .search-form form button .icon {
    color: #717171;
    font-size: 20px;
}

.button-mobile .offcanvas .treemenu-root {
    padding: 0;
    margin: 0;
    list-style: none;
}

.button-mobile .offcanvas .treemenu-root>li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.button-mobile .offcanvas .treemenu-root>li>.toggler {
    position: absolute;
    right: 5px;
    top: 4px;
    font-size: 22px;
}

.button-mobile .offcanvas .treemenu-root>li>a {
    padding: 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.button-mobile .offcanvas .treemenu-root>li>ul li {
    display: block;
    position: relative;
    padding-bottom: 10px;
}

.button-mobile .offcanvas .treemenu-root>li>ul li a {
    color: #666;
}

.button-mobile .offcanvas .treemenu-root .treemenu {
    padding-left: 15px;
}

.button-mobile .offcanvas .treemenu-root .treemenu .treemenu a {
    font-size: 14px;
}

.button-mobile .offcanvas.dark {
    background-color: #191919;
    color: #fff;
}

.button-mobile .offcanvas.dark .search-form form input {
    background: #353535;
    color: #fff;
}

.button-mobile .offcanvas.dark .search-form form button {
    background-color: #353535;
}

.button-mobile .offcanvas.dark .treemenu-root>li>ul a {
    color: #eee;
}

.dark .btn-menu {
    color: #fff;
    border-color: #fff;
}

[dir=rtl] .button-mobile .offcanvas .treemenu-root>li>.toggler {
    right: auto;
    left: 5px;
}

.msg-wrap .msg {
    display: none;
}

#QuickInquiryModal h2 {
    margin-bottom: 15px;
    font-weight: bold;
}

#QuickInquiryModal h2,
#QuickInquiryModal .form-group label {
    color: #333;
}

#QuickInquiryModal .btn-primary,
#QuickInquiryModal .btn-primary:focus,
#QuickInquiryModal .btn-primary:hover,
#QuickInquiryModal .btn-primary:active:focus {
    color: #fff;
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

#QuickInquiryModal .form-control:focus {
    border-color: var(--main-theme-color);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(6, 74, 145, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(6, 74, 145, 0.6);
}

ul.widget-articles {
    margin: 15px 0 0;
    padding: 0;
    line-height: 0.8;
}

ul.widget-articles .media {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

ul.widget-articles .media:last-child {
    border-bottom: none;
}

ul.widget-articles .media .media-image {
    margin-right: 15px;
    align-items: center;
    display: flex;
}

ul.widget-articles .media .media-image a {
    width: 80px;
    display: block;
}

ul.widget-articles .media .media-image img {
    border-radius: 4px;
}

ul.widget-articles .media .media-body .media-title {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #06163a;
    margin-bottom: 10px;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.widget-articles .media .media-body .media-title:hover {
    color: var(--bs-primary);
}

ul.widget-articles .media .media-body .media-meta {
    margin-bottom: 0;
    color: var(--main-font-color);
    font-size: 14px;
}

.link-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.link-list li {
    position: relative;
    display: block;
    padding-left: 15px;
    margin-bottom: 10px;
}

.link-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--main-font-color);
}

.link-list li a {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
}

.link-list li a:hover {
    color: var(--main-font-color)
}

.dark .link-list li a {
    color: #e8e8e8;
}

.dark .link-list li a:hover {
    color: var(--main-font-color);
}

[dir="rtl"] .link-list li {
    padding-left: 0;
    padding-right: 15px;
}

[dir="rtl"] .link-list li:before {
    left: auto;
    right: 0;
}

.list-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-contact li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
}

.list-contact li .media-body {
    padding: 0 15px;
}

.list-contact li p {
    color: inherit;
    font-size: 15px;
}

.list-contact li a {
    font-size: 15px;
}

.list-contact li .icon {
    font-size: 25px;
    color: var(--bs-primary);
}

.dark .list-contact li a,
.dark .list-contact li p {
    color: #7f7f7f;
}

.dark .list-contact li a:hover {
    color: var(--bs-primary);
}

.inline-tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inline-tags li {
    display: inline-block;
    margin: 0 10px 5px;
    position: relative;
}

.inline-tags li:not(:last-child):after {
    background-color: #666;
    content: "";
    height: 2px;
    position: absolute;
    right: -19px;
    top: 11px;
    transform: rotate(-67deg);
    transition: all .4s ease 0s;
    width: 15px;
}

.inline-tags li a {
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}

.inline-tags li a:hover {
    color: var(--bs-primary);
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 35px;
    z-index: 9;
    position: fixed;
    right: 15px;
    bottom: 30px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    background: #0a0a0a;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (min-width: 768px) {
    .cd-top {
        width: 50px;
        height: 50px;
        right: 15px;
        bottom: 15px;
        line-height: 45px;
    }
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 0.5;
}

.cd-top:hover {
    background-color: var(--bs-primary);
    opacity: 1;
    color: #fff;
}

.header-top {
    background-color: #ebebeb;
}

.header-top a,
.header-top p {
    color: #616161;
}

footer,
footer a {
    background-color: #005ba8;
    color: #ffffff;
}

footer p,
footer .text {
    color: #ffffffa1;
}

footer .footer-bottom {
    border-color: #ffffff;
}

.main_flex a {
    color: #000;
}

.main_flex a i {
    font-size: 20px;
}

footer .main_flex a:hover,
footer .link-list a:hover,
footer .contact a:hover {
    color: #efd4b0 !important;
}

.contact {
    font-size: 16px;
}

.form-group {
    margin-bottom: 15px;
}

.size_form {
    font-size: 14px;
}

.dizhi:hover {
    text-decoration: none !important;
}

.sitewidget-bd {
    position: fixed;
    z-index: 9999;
    left: auto;
    right: 0;
    margin-right: 5px;
    top: 70%;
    transform: translateY(-50%);
}

footer .site_footer_widget_left .left_medium li a {
    display: block;
    text-align: center;
    line-height: 30px;
}

footer .site_footer_widget_left .left_medium li a i.fa {
    line-height: 30px;
    display: block;
    width: 100%;
    height: 100%;
}

.onlineservice-fixed-blocks-list {
    list-style: none;
    padding: 0;
}

.onlineService_t_icon {
    text-align: center;
    color: #fff;
    line-height: 45px;
    position: relative;
    z-index: 5;
}

.onlineService_t_icon:hover,
.onlineService_t_icon:focus {
    color: #fff !important;
}

.onlineService_t_icon .ico_f {
    font-size: 24px;
}

.onlineservice-fixed-blocks-items {
    margin-bottom: 5px;
    position: relative;
    background: var(--main-theme-color);
}

.onlineservice-fixed-blocks-items a:hover {
    color: #fff;
}

.onlineservice-fixed-blocks-items img {
    max-width: 150px;
}

.onlineservice-fixed-blocks-items::before {
    content: '';
    background-color: var(--main-theme-color);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
}

.onlineservice-fixed-blocks-items1::before {
    display: none;
}

.onlineservice-fixed-blocks-items:hover::before {
    opacity: 1;
}

.onlineservice-fixed-blocks-items .onlineservice-fixed-blocks-tips {
    position: absolute;
    top: 0;
    right: 105%;
    padding: 0;
    list-style: none;
    width: max-content;
    transition: all ease .3s;
    transform: scaleX(0);
    transform-origin: right;
}

.onlineservice-fixed-blocks-items:hover .onlineservice-fixed-blocks-tips {
    transform: scaleX(1);
}

.onlineservice-fixed-blocks-items .onlineservice-fixed-blocks-tips li {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    min-width: 240px;
    padding: 0 20px;
    background-color: var(--main-theme-color);
}

.onlineservice-fixed-blocks-items .onlineservice-fixed-blocks-tips li a,
.onlineservice-fixed-blocks-items .onlineservice-fixed-blocks-tips li a:hover,
.onlineservice-fixed-blocks-items .onlineservice-fixed-blocks-tips li a:focus {
    color: #fff !important;
}

.onlineservice-fixed-blocks-items .ico_all {
    line-height: 60px;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 0;
    position: static;
}

.onlineService_t_icon .bgicon {
    position: relative;
    z-index: 1;
}

.scroll_to_top1 {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    display: none;
    font-size: 24px;
}

.scroll_to_top1 .onlineService_t_icon {
    line-height: 45px;
    width: 45px;
    height: 45px;
    display: block;
}

.scroll_to_top1 .onlineService_t_icon .fa {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 45px;
}

.scroll_to_top1.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.scroll_to_top1 a:hovr,
.scroll_to_top1 a:focus,
.scroll_to_top1 a {
    color: #fff !important;
}

@media (max-width:767px) {
    .onlineservice-fixed-blocks-items {
        display: none;
    }

    .onlineservice-fixed-blocks-list {
        background: linear-gradient(90deg, #00A2E9, #2F318B);
    }
}

.page-banner {
    background: url('../images/994/image_1709620547_ny6.webp?imageView2/1/w/1920/h/360/format/webp') no-repeat center center / cover;
}