::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.absolute-footer, html {
    background-color: #fff !important;
}

@font-face {
    src: url("../fonts/SVN-Rajdhani/SVN-Rajdhani Bold.ttf");
    font-family: "SVN-Rajdhani";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/SVN-Rajdhani/SVN-Rajdhani SemiBold.ttf");
    font-family: "SVN-Rajdhani";
    font-weight: 600;
}

@font-face {
    src: url("../fonts/SVN-Rajdhani/SVN-Rajdhani Medium.ttf");
    font-family: "SVN-Rajdhani";
    font-weight: 500;
}

@font-face {
    src: url("../fonts/SVN-Rajdhani/SVN-Rajdhani Regular.ttf");
    font-family: "SVN-Rajdhani";
    font-weight: 400;
}

@font-face {
    src: url("../fonts/SVN-Rajdhani/SVN-Rajdhani Light.ttf");
    font-family: "SVN-Rajdhani";
    font-weight: 300;
}


:root {
    --bg-primary: #192705;
    --primary-color2: #A9DE59;
    --primary-color3: #7CBE1A;
    --primary-color4: #0E1714;
    --text-primary: #0E1714;
    --color-gray: #111;
    --color-dark: #111;
    --font-primary: "SVN-Rajdhani";
    --weight-700: 700;
    --weight-600: 600;
    --weight-500: 500;
    --weight-400: 400;
    --weight-300: 300;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: var(--font-primary) !important;
    font-weight: var(--weight-700) !important;
}

body {
    font-family: var(--font-primary) !important;
    font-weight: var(--weight-500) !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-10 {
    padding: 0px 5px !important;
}

.pd-10 {
    padding: 0px 10px 20px 10px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color2) !important;
    color: var(--text-primary) !important;
    text-align: center;
    height: 56px;
    padding: 0px 8px 0 20px !important;
    font-size: 16px !important;
    display: inline-flex !important;
    position: relative;
    text-transform: unset !important;
    overflow: hidden !important;
    z-index: 9 !important;
    border-radius: 99px !important;
    transition: 0.3s all !important;
    line-height: 56px !important;
    box-shadow: unset !important;
    font-weight: var(--weight-500) !important;
    gap: 10px;
    align-items: center !important;
}

a.button_style i {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.button_style i {
    font-size: 14px !important;
}

.button_for_white {
    background: #fff !important;
}

.button_for_white i {
    background: var(--primary-color2) !important;
    color: #fff;
}

.button_style:hover {
    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;
    background: #fff !important;
    color: var(--primary-color) !important;
}

.button_style:hover i {
    background: var(--primary-color2) !important;
}

.button_for_white:hover i {
    background: var(--primary-color) !important;
}

.button_style i.icon-angle-right:before {
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
}

/**header**/
div#masthead {
    margin-top: 20px;
}

.stuck div#masthead {
    margin: 0;
}

div#masthead .header-inner {
    background: #fff;
    border-radius: 20px;
}

i.icon-search:before {
    content: '\f002';
    font-family: "Font Awesome 6 Pro";
    color: #000 !important;
    font-size: 16px;
}

.nav-right li.current-dropdown:last-child > .nav-dropdown, .nav-right li.has-dropdown:hover:last-child > .nav-dropdown {
    padding: 5px 0 !important;
}

.header-language-dropdown ul.nav-dropdown.nav-dropdown-default {
    border: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px !important;
    padding: 8px 0 !important;
}

div#masthead ul.nav-dropdown li {
    padding: 0 !important;
    border: 0px !important;
}

div#masthead ul.nav-dropdown li a {
    padding: 12px 16px !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    border: 0px !important;
}

div#masthead ul.nav-dropdown li a:hover {
    background-color: rgb(244, 244, 246) !important;
    box-shadow: none;
    border-bottom: none !important;
}

div#masthead .flex-col.hide-for-medium.flex-left.flex-grow {
    width: calc(100% - 308px) !important;
    padding-right: 15px;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    width: 100%;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    display: flex;
    justify-content: center;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li {
    padding: 0 25px !important;
    margin: 0;
    height: 90px;
    line-height: 90px;
    display: flex;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a {
    color: var(--text-primary);
    font-weight: var(--weight-600);
    padding: 0;
    text-transform: unset;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li ul.sub-menu.nav-dropdown.nav-dropdown-simple > li {
    padding: 0 !important;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a:hover,
div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li.active a {
    color: var(--primary-color2) !important;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li ul.sub-menu.nav-dropdown.nav-dropdown-simple {
    padding: 10px !important;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li ul.sub-menu.nav-dropdown.nav-dropdown-simple > li a {
    padding: 8px !important;
    border-radius: 10px !important;
}

.menu_gradient .sub-menu.nav-dropdown {
    backdrop-filter: blur(16.799999237060547px) !important;
    border: 1px solid #FFFFFF80 !important;
    background: #4F7E0733 !important;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: center;
}

div#mega-menu-wrap-primary ul li {
    padding: 0 25px !important;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--text-primary) !important;
    font-weight: var(--weight-600) !important;
    padding: 0 !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color2) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color2) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px !important;
    display: block !important;
    padding: 8px 0px !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li {
    padding: 0 !important;
    border: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 12px 16px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px !important;
    line-height: 24px !important;
    color: var(--text-primary) !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
    font-weight: var(--weight-600) !important;
    border-color: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background-color: rgb(244, 244, 246) !important;
    box-shadow: none;
    border-bottom: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--text-primary) !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: var(--text-primary) !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li {
    padding: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 0 !important;
}

/**banner**/
.banner_hero {
    overflow: hidden;
    border-radius: 0 0px 35px 35px;
}

.banner_hero .banner_hero_body h3, .banner_hero .banner_hero_body h1 {
    font-size: 75px !important;
    line-height: 85px !important;
    text-align: center;
    font-weight: var(--weight-700) !important;
    color: #fff;
}

.banner_hero .banner_hero_body p {
    margin: 0 !important;
    font-size: 20px;
    line-height: 28px;
    font-weight: var(--weight-500);
    color: #fff;
}

.banner_hero_slide .swiper-footer {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 99;
}

.banner_hero_slide .swiper-footer .swiper-nav {
    display: flex !important;
    gap: 15px;
    margin-bottom: 20px;
}

.banner_hero_slide .swiper-footer .swiper-nav .swiper-button-prev,
.banner_hero_slide .swiper-footer .swiper-nav .swiper-button-next {
    position: unset;
    background: transparent;
    transform: unset !important;
    border: 1px solid #fff !important;
}

.banner_hero_slide .swiper-footer .swiper-nav i {
    color: #fff !important;
}

.banner_hero_slide .swiper-footer .swiper-nav .swiper-button-prev:hover,
.banner_hero_slide .swiper-footer .swiper-nav .swiper-button-next:hover {
    background: #fff !important;
}

.banner_hero_slide .swiper-footer .swiper-nav .swiper-button-prev:hover i,
.banner_hero_slide .swiper-footer .swiper-nav .swiper-button-next:hover i {
    color: var(--text-primary) !important;
}

.swiper-pagination {
    display: flex;
    gap: 5px;
    position: unset;
}

.swiper-pagination span {
    background: #FFFFFF4D !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff !important;
    width: 27px !important;
    border-radius: 99px !important;
}

/**widget**/
.widget {
    width: 100%;
}

.widget-title, span.widget-title, h4.filter-title, .widgettitle {
    font-size: 24px !important;
    line-height: 32px !important;
    position: relative !important;
    margin: 0 0 15px 0 !important;
    text-transform: unset !important;
    width: 100% !important;
    display: block;
    font-weight: 500 !important;
}

.is-divider.small {
    display: none;
}

.widget-title:after, span.widget-title:after, h4.filter-title:after, .widgettitle:after {
    content: '';
    height: 2px;
    background: var(--primary-color);
    width: 100px;
    display: block;
    margin-top: 10px;
}

.widget-category ul li a {
    color: #333;
    font-size: 15px;
}

.widget-category ul li a:hover {
    color: var(--primary-color)
}

.widget-post-list .widget-post-item {
    width: 100%;
    margin-bottom: 25px;
}

.widget-post-list .widget-post-item:last-child {
    margin: 0;
}

.widget-post-list .widget-post-item {
    display: flex;
    flex-flow: wrap;
}


.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    height: 80px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 120px);
    padding: 0 0 0 10px;
}

.widget-post-list .widget-post-item .widget-post-content .widget-post-title a {
    display: inline-block;
    color: #000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.widget-post-list .widget-post-item .widget-post-content .widget-post-title a:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-desc {
    color: rgba(151, 149, 143);
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 10px 0 0 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-post-list .widget-post-meta {
    font-size: 14px;
    color: #848382;
    line-height: 22px;
}

.widget_nav_menu ul li {
    border: 0px !important;
}

.widget_nav_menu ul li a {
    position: relative;
    padding: 0 0 0 15px !important;
    margin-bottom: 8px !important;
}

.widget_nav_menu ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li {
    margin: 0 8px !important;
}

.pagination ul li a, .pagination ul li span {
    color: var(--color-gray);
    display: block;
    border: 0;
    max-width: 15px !important;
    height: 25px;
    padding: 0px;
    line-height: 15px;
    font-weight: normal;
    position: relative;
    text-align: center;
    width: 15px !important;
    min-width: 15px;
}

.pagination ul li a:before, .pagination ul li span:before {
    display: none;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: var(--primary-color);
    left: 0;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    color: var(--color-gray);
    font-weight: normal !important;
    background: transparent !important;
}

.pagination ul li a:hover:before, .pagination ul li span:hover:before {
    display: block;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: transparent !important;
    border: 0;
    width: 15px;
    height: 15px;
    padding: 0px;
    line-height: 15px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    color: var(--color-gray) !important;
    font-weight: normal !important;
    background: transparent !important;
}

.pagination span.current:before, .wp-pagenavi span.current:before {
    display: block;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
.swiper-container {
    position: relative;
}

body .swiper-button-next, body .swiper-button-prev {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    border-radius: 50% !important;
    color: var(--primary-color) !important;
    margin: 0;
    background: #fff;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 18px;
    color: var(--bg-primary);
}

body .swiper-button-next {
    right: -24px;
}

body .swiper-button-prev {
    left: -24px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none !important;
}

body .swiper-button-next i, body .swiper-button-prev i {
    color: var(--primary-color) !important;
}

body .swiper-button-next img, body .swiper-button-prev img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

body .swiper-button-next:hover, body .swiper-button-prev:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

body .swiper-button-next:hover i, body .swiper-button-prev:hover i {
    color: #fff !important;
}

/**category**/
.category-description {
    font-size: 18px;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #E4E4E4;
    font-weight: var(--weight-400);
    color: var(--text-primary);
}

.entry-content {
    padding: 0 !important;
    font-size: 18px;
    color: var(--text-primary);
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

.entry-content a, .category-description a {
    color: var(--primary-color2) !important;
}

/**post item**/
.post-item {
    width: 100%;
    transition: 0.3s all;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 260px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
}

.post-item .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s all;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s all;
    transform: scale(1.2);
}

.post-item .post-content {
    padding: 20px 0 0 0;
}

.post-item .post-content .post-title a {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--text-primary);
}

.post-item .post-content .post-title a:hover {
    color: var(--primary-color2);
}

.post-item .post-content .post-desc {
    font-size: 20px;
    line-height: 28px;
    font-weight: 200;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 20px 0;
}

.post-item .post-meta {
    margin-bottom: 10px;
}

.post-item .post-meta ul {
    display: flex;
    gap: 15px;
    margin: 0 !important;
    padding: 0;
    justify-content: start !important;
}

.post-item .post-meta ul li {
    position: relative;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
    list-style: none;
    margin: 0;
}

.post-item .post-meta ul li:first-child {
    text-transform: uppercase;
}

.post-item .post-meta ul li:first-child:before {
    content: "";
    background: #ddd;
    width: 2px;
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.post-item .button_for_outline i {
    background: var(--primary-color2) !important;
}

.post-item .button_for_outline {
    background: transparent !important;
    border: 1px solid var(--text-primary);
}

.post-item .button_for_outline:hover {
    background: var(--text-primary) !important;
    color: #fff !important;
}

/**home-title**/
.home-title .home-subtitle, .header-sub {
    border: 1px solid #E4E4E4;
    display: inline-flex;
    align-items: center;
    padding: 0px 15px 0px 35px;
    height: 30px;
    border-radius: 99px;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: var(--weight-500);
    color: var(--text-primary);
    position: relative;
    background: #fff;
}

.home-title .home-subtitle:before, .header-sub:before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary-color2);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.home-title h3 {
    color: #192705;
    font-weight: var(--weight-700);
    font-size: 36px;
    line-height: 42px;
    margin: 0;
}

.title-white h3 {
    color: #fff;
}

.title-white .home-subtitle {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background: transparent;
}

.home-title .home-desc {
    font-size: 20px;
    color: var(--text-primary);
    font-weight: var(--weight-400);
    line-height: 28px;
    margin: 10px 0 0 0;
}

.title-white .home-desc {
    color: #fff;
}

.home-line {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 0 0 20px 0;
}

.home-line .home-subtitle {
    min-width: 200px;
    margin: 0;
}

.home-line:before, .home-line:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #dddddd;
    display: block;
}

/**banner**/
.about-image {
    border-radius: 20px;
    overflow: hidden;
}

.about-image .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.about-image p {
    font-size: 20px;
    line-height: 25px;
    font-weight: var(--weight-500);
    margin: 0;
}

.col-radius {
    border-radius: 20px;
}

.about-counter {
    height: 231px;
    border-radius: 20px;
    overflow: hidden;
    background: rgb(25, 39, 5);
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: start;
    gap: 10px;
    justify-content: center;
}

.about-counter .box-text.text-left {
    padding: 0;
    position: unset;
}

.about-counter .box-image {
    margin: 0;
    overflow: unset;
}

.about-counter .box-image img {
    height: 56px;
    object-fit: contain !important;
}

.performance .performance__number {
    font-size: 65px;
    color: #fff;
    font-weight: var(--weight-700);
    line-height: 75px;
}

.performance .performance__unit {
    font-size: 20px;
    line-height: 28px;
    font-weight: var(--weight-500);
}

.about-text p {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: var(--weight-500);
}

/**redirect**/
.avana-redirect ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0;
    gap: 15px;
}

.avana-redirect ul li {
    list-style: none;
    margin: 0 !important;
}

.avana-redirect ul li a {
    border: 1px solid #E4E4E4;
    color: var(--text-primary);
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    position: relative;
    padding: 0 15px 0 35px;
    border-radius: 99px;
    height: 40px;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.avana-redirect ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary-color2);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.avana-redirect ul li a:hover {
    background: var(--bg-primary);
    color: #fff;
}

.contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-link a {
    color: var(--primary-color2);
    font-weight: var(--weight-700);
    text-decoration: underline;
}

.contact-link .icon-box-img {
    flex: unset;
    margin: 0 !important;
}

.contact-link .icon-box-text {
    width: auto;
    flex: unset !important;
    margin: 0;
}

.contact-link p {
    margin: 0;
    font-size: 20px;
    font-weight: var(--weight-500);
    line-height: 28px;
    color: var(--text-primary);
}

.about-icon {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.about-icon h4 {
    margin: 0;
    font-size: 22px;
    color: var(--text-primary);
    line-height: 30px;
}

.about_text {
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--weight-400);
}

.about_text p {
    margin: 0;
}

.about-ex {
    background: var(--primary-color4);
    border-radius: 20px;
    padding: 25px;
}

.about-ex h4 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
}

.about-ex p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 15px 0 0 0;
    font-weight: var(--weight-400);
}

/**image**/
.col-image {
    border-radius: 20px;
    overflow: hidden;
}

.col-radius .col-inner {
    border-radius: 20px;
}

.performance--chart .performance__number {
    font-size: 45px;
    line-height: 45px;
}

.performance--chart .performance__label {
    font-size: 20px;
    font-weight: var(--weight-700);
    color: #fff;
    line-height: 28px;
}

.performance--chart .performance__unit {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.banner_chart .swiper-footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 99;
    padding: 20px
}

.banner_chart .swiper-footer .swiper-nav {
    display: flex !important;
    gap: 15px;
}

.banner_chart .swiper-footer .swiper-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_chart .swiper-footer .swiper-nav .swiper-button-prev,
.banner_chart .swiper-footer .swiper-nav .swiper-button-next {
    position: unset;
    border: 1px solid #fff;
    background: transparent;
    transform: unset !important;
}

.banner_chart .swiper-footer .swiper-nav i {
    color: #fff !important;
}

.banner_chart .swiper-footer .swiper-nav .swiper-button-prev:hover,
.banner_chart .swiper-footer .swiper-nav .swiper-button-next:hover {
    background: #fff !important;
}

.banner_chart .swiper-footer .swiper-nav .swiper-button-prev:hover i,
.banner_chart .swiper-footer .swiper-nav .swiper-button-next:hover i {
    color: var(--text-primary) !important;
}

.banner_chart .swiper-footer .swiper-pagination {
    width: auto;
}

/*ecosystem*/
.ecosystem-item {
    width: 100%;
    background: #FAFAFA;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.ecosystem-item .ecosystem-thumbnail {
    width: 100%;
    height: 286px;
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
    transition: 0.3s ease-in-out;
}

.ecosystem-item .ecosystem-thumbnail a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ecosystem-item .ecosystem-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.menu-ecosystem .ecosystem-item .ecosystem-thumbnail {
    height: 175px;
}

.ecosystem-item .ecosystem-content {
    padding: 30px 20px 20px 20px;
}

.menu-ecosystem .ecosystem-item .ecosystem-content {
    padding: 20px;
}

.ecosystem-item .ecosystem-title a {
    font-weight: var(--weight-700);
    text-transform: uppercase;
    font-size: 22px;
    color: #192704;
    line-height: 30px;
    padding: 0;
    border-radius: 0;
}

.menu-ecosystem .ecosystem-item .ecosystem-title a {
    font-weight: var(--weight-700) !important;
    text-transform: uppercase !important;
    font-size: 22px !important;
    color: #192704 !important;
    line-height: 30px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.ecosystem-item .ecosystem-title a:hover {
    color: #fff !important;
}

.ecosystem-item .ecosystem-info {
    font-weight: var(--weight-700);
    font-size: 18px;
    color: var(--primary-color3);
    line-height: 26px;
    height: 40px;
}

.ecosystem-item .ecosystem-desc {
    font-weight: var(--weight-400);
    font-size: 18px;
    margin: 15px 0;
    color: #000000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.button_for_primary {
    background: var(--primary-color4) !important;
    color: #fff !important;
}

.button_for_primary i {
    background: var(--primary-color3) !important;
}

.ecosystem-item:hover .ecosystem-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.ecosystem-item:hover {
    transition: 0.3s ease-in-out;
    background: var(--primary-color4);
}

.ecosystem-item:hover .ecosystem-title a, .ecosystem-item:hover .ecosystem-desc {
    color: #fff;
}

.ecosystem-item:hover .ecosystem-button a {
    background: #fff !important;
    color: var(--text-primary) !important;
}

.menu_gradient .ecosystem-item:hover .ecosystem-title a, .menu_gradient .ecosystem-item:hover .ecosystem-desc {
    color: #fff !important;
}

/*project*/
.project-item {
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    transition: 0.3s ease-in-out;
    background: #fff;
}

.project-item .project-content .project-title a {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #828282;
}

.project-item .project-content .project-title a span {
    width: 60%;
    color: var(--bg-primary);
    font-weight: var(--weight-700);
    font-size: 22px;
    line-height: 28px;
}

.project-item .project-content .project-title a i {
    background: var(--primary-color2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--bg-primary);
    text-align: center;
    line-height: 40px;
    font-size: 14px !important;
}

.project-item .project-desc {
    margin: 20px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: var(--weight-400);
}

.project-item .project-thumbnail {
    width: 100%;
    height: 213px;
    overflow: hidden;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.project-item .project-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
    object-position: center;
}

.project-item .project-content .project-title a:hover span {
    color: var(--primary-color2)
}

.project-item .project-content .project-title a:hover i {
    color: #fff;
    background: var(--bg-primary);
}

.project-item:hover .project-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/*col*/
.col-100 .col-inner {
    height: 100%;
}

.box-question {
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.box-question .box-image {
    margin: 0;
}

.box-question h4 {
    color: var(--primary-color2);
    font-size: 22px;
    line-height: 28px;
}

.box-question p {
    font-weight: var(--weight-400);
    font-size: 20px;
    line-height: 28px;
}

.hotline {
    display: flex !important;
    align-items: center;
}

.hotline h4 {
    color: var(--text-primary);
    font-weight: var(--weight-400) !important;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}

.box-question .box-text {
    padding: 20px 0 0 0;
}

.question-accordion .accordion-item {
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.question-accordion .accordion-item a {
    border: 0 !important;
    background: transparent;
    padding: 20px;
    position: relative;
    font-weight: var(--weight-700);
    font-size: 22px;
    line-height: 30px;
}

.question-accordion .accordion-item a button.toggle {
    position: absolute;
    right: 20px;
    left: unset;
    background: var(--primary-color2);
    border-radius: 5px;
    margin: 0;
    padding: 0;
    width: 32px !important;
    height: 32px !important;
    min-height: 32px;
    font-size: 13px;
    top: 20px;
    opacity: 1;
}

.question-accordion .accordion-inner {
    padding: 20px;
    font-size: 20px;
    color: #000;
    font-weight: var(--weight-400);
    line-height: 28px;
}

.question-accordion .accordion-item a.active {
    background: var(--primary-color2);
    border-bottom: 1px solid #000000 !important;
}

.question-accordion .accordion-item a.active button.toggle {
    background: var(--bg-primary);
    color: #fff;
}

.question-accordion .accordion-title.active + .accordion-inner {
    background: var(--primary-color2);
}

/*team*/
.team-item {
    width: 100%;
}

.team-item .team-thumbnail {
    width: 100%;
    height: 444px;
    position: relative;
}

.team-item .team-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-item .team-thumbnail:after {
    content: '';
    width: 100%;
    height: 390px;
    background: #E7ECDF;
    border-radius: 40px 40px 0 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
}

.team-item .team-content {
    width: 100%;
    background: var(--primary-color4);
    border-radius: 20px;
    text-align: center;
    padding: 15px 0;
}

.team-item .team-content .team-title a {
    color: var(--primary-color2);
    font-weight: var(--weight-700);
    font-size: 28px;
    line-height: 36px;
}

.team-item .team-content .team-position {
    color: #fff;
    font-weight: var(--weight-400);
    font-size: 20px;
    line-height: 28px;
}

/*review*/
.review-box {
    display: flex !important;
    align-items: center !important;
}

.review-box p {
    margin: 0;
    font-weight: var(--weight-400);
    font-size: 16px;
    line-height: 22px;
}

.review-box h4 {
    font-size: 45px;
    line-height: 45px;
    margin: 0;
    font-weight: var(--weight-700);
}

.review-item .review-content {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: var(--weight-400);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.review-item .review-star {
    margin: 0 0 20px 0;
}

.review-item .review-star img {
    width: 168px;
    object-fit: contain;
}

.review-item .review-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-item .review-author h4 {
    font-weight: var(--weight-700);
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.review-item .review-author p {
    font-size: 16px;
    line-height: 16px;
    font-weight: var(--weight-400);
    color: #fff;
    margin: 0;
}

.review-item .review-author .review-avatar {
    width: 74px;
    height: 74px;
    overflow: hidden;
    border-radius: 50%;
}

.review-item .review-author .review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review_slider .swiper-footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 99;
}

.review_slider .swiper-footer .swiper-nav {
    display: flex !important;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: end;
}

.review_slider .swiper-footer .swiper-nav .swiper-button-prev,
.review_slider .swiper-footer .swiper-nav .swiper-button-next {
    position: unset;
    background: transparent;
    transform: unset !important;
    border: 1px solid var(--primary-color2) !important;
}

.review_slider .swiper-footer .swiper-nav i {
    color: var(--primary-color2) !important;
}

.review_slider .swiper-footer .swiper-nav .swiper-button-prev:hover,
.review_slider .swiper-footer .swiper-nav .swiper-button-next:hover {
    background: var(--primary-color2) !important;
}

.review_slider .swiper-footer .swiper-nav .swiper-button-prev:hover i,
.review_slider .swiper-footer .swiper-nav .swiper-button-next:hover i {
    color: var(--text-primary) !important;
}

/**partner**/
.partner .img-inner.image-cover.dark img {
    object-fit: contain;
}

/**footer**/
.title-register h3 {
    font-size: 32px;
    line-height: 42px;
}

.bg_register {
    border-radius: 30px;
    background: #272F2C;
    padding: 30px;
}

.bg_register .input_register {
    height: 60px !important;
    border-radius: 10px !important;
    background: transparent !important;
    border-color: #525D59 !important;
    color: #fff !important;
    margin: 0 !important;
}

.form-register p {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    flex-flow: wrap;
}

.form-register p span.wpcf7-form-control-wrap {
    width: calc(100% - 220px) !important;
}

.button_register {
    border-radius: 10px !important;
    height: 60px !important;
    width: 200px;
    margin: 0 !important;
    box-shadow: unset !important;
    color: var(--text-primary) !important;
    background: var(--primary-color2) !important;
    font-size: 20px !important;
    line-height: 22px !important;
    text-transform: unset !important;
}

footer#footer {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: var(--weight-400);
    margin-bottom: 15px;
}

footer#footer .footer-title {
    font-size: 20px !important;
    line-height: 22px !important;
    color: #fff;
    font-weight: var(--weight-700);
}

footer#footer .footer-social {
    display: flex;
    gap: 5px;
}

footer#footer .footer-social a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

footer#footer .footer-menu a {
    font-size: 16px;
    line-height: 22px;
    color: #ACACAC !important;
    font-weight: var(--weight-400);
    min-height: unset;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    position: relative;
}

footer#footer .footer-menu a:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #ACACAC;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer#footer p {
    margin-bottom: 10px;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

footer#footer .footer-menu a:hover {
    color: var(--primary-color2) !important;
}

.address-icon {
    display: flex !important;
    align-items: center;
    margin-bottom: 10px;
}

.address-icon h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: var(--weight-700);
}

.copyright {
    text-align: center;
    color: #ACACAC;
    padding-top: 15px;
}

/**breadcrumbs**/
nav.rank-math-breadcrumb {
    background: #FFFFFF;
    width: auto;
    display: inline-flex;
    height: 56px;
    padding: 0 20px 0 8px;
    border-radius: 99px;
    align-items: center;
}

nav.rank-math-breadcrumb a:first-child:before {
    content: '\e09d';
    font-family: 'Font Awesome 6 Pro';
    width: 40px;
    height: 40px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
}

nav.rank-math-breadcrumb, nav.rank-math-breadcrumb a, nav.rank-math-breadcrumb span {
    font-size: 16px !important;
    font-weight: var(--weight-500) !important;
    color: var(--text-primary) !important;
}

/*contact*/
.contact-map iframe {
    margin: 0 !important;
    border-radius: 30px !important;
}

.input_contact {
    height: 65px !important;
    border: 1px solid #DEDEDE !important;
    border-radius: 10px !important;
    box-shadow: unset !important;
    font-size: 16px !important;
    margin: 0 !important;
    font-weight: var(--weight-400) !important;
}

.textarea_contact {
    height: 225px !important;
    border: 1px solid #DEDEDE !important;
    border-radius: 10px !important;
    box-shadow: unset !important;
    font-size: 16px !important;
    margin: 0 !important;
    font-weight: var(--weight-400) !important;
}

.button_contact {
    border-radius: 10px !important;
    height: 65px !important;
    width: 100%;
    margin: 0 !important;
    box-shadow: unset !important;
    color: var(--text-primary) !important;
    background: var(--primary-color2) !important;
    font-size: 20px !important;
    line-height: 22px !important;
    text-transform: unset !important;
}

.screen-reader-response {
    display: none !important;
}

form.wpcf7-form.init {
    margin: 0 !important;
}

.contact_social {
    display: flex;
    justify-content: space-between;
}

.contact_social .social_left {
    font-weight: var(--weight-700);
    font-size: 25px;
    line-height: 25px;
}

.social_list {
    display: flex;
    gap: 5px;
    justify-content: end;
}

.social_list img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/*category*/
.category-entry {
    margin: 60px 0;
}

.banner_breadcrumbs {
    text-align: center;
}

.banner-category {
    height: 500px;
    background-size: cover !important;
    background-position: center center !important;
    padding-top: 220px;
    position: relative;
}

.banner-category-body {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/**single**/
header#single-header {
    margin-bottom: 30px;
}

header#single-header h1 {
    font-size: 40px;
    line-height: 54px;
    color: var(--color-gray);
}

.single-thumbnail {
    margin: 0 0 30px 0;
}

.single-thumbnail img {
    width: 100%;
    height: auto;
}

header#single-header .post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

header#single-header .post-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

header#single-header .post-share a {
    transition: 0.3s all;
}

header#single-header .post-share a img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

header#single-header .post-share a:hover {
    transform: translateY(-3px);
}

a#top-link {
    border-color: var(--primary-color2) !important;
    color: var(--primary-color2) !important;
}

a#top-link:hover {
    background: var(--primary-color2) !important;
}

/*header-ecosystem*/
.header-ecosystem div#masthead {
    margin: 0;
}

.banner_ecosystem_hero {
    right: 20px !important;
    bottom: 20px;
}

.banner_ecosystem_back {
    left: 20px !important;
    top: 20px !important;
}

.banner_ecosystem {
    border-radius: 20px;
    overflow: hidden;
}

.banner_ecosystem_hero {
    backdrop-filter: blur(11.600000381469727px);
    border: 1px solid #FFFFFF;
    background: #FFFFFF99;
    border-radius: 20px;
    padding: 30px;
}

.banner_ecosystem_hero p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: var(--weight-400);
    color: var(--text-primary) !important;
    margin: 20px 0 0 0 !important;
}

.banner_ecosystem_hero h4 {
    font-size: 35px !important;
    line-height: 42px !important;
    font-weight: var(--weight-700);
    color: var(--text-primary) !important;
    margin: 0 !important;
}

.button_for_left {
    padding: 0 20px 0 8px !important;
}

i.icon-angle-left:before {
    content: '\e09d';
    font-family: "Font Awesome 6 Pro";
}

.button_for_left i {
    background: var(--primary-color) !important;
}

.button_for_left:hover i {
    background: var(--primary-color2) !important;
}

.contact-left {
    justify-content: start !important;
}

.performance--ecosystem {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.performance--ecosystem .performance__number {
    color: #E2E2E2;
    font-size: 200px;
    line-height: 36px;
    font-weight: var(--weight-600);
}

.performance--ecosystem .performance__unit {
    font-size: 54px;
    line-height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: var(--weight-600);
    color: var(--text-primary)
}

.col-ecosystem:after {
    content: '';
    height: 77px;
    width: 1px;
    background: #BEBEBE;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.giatri-heading {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.ecosystem-value {
    border-radius: 20px !important;
    overflow: hidden;
}

.button_not_padding span {
    display: none !important;
}

.button_not_padding {
    padding: 0 !important;
    margin: 0 !important;
    width: 74px !important;
    height: 74px !important;
    background: var(--primary-color2) !important;
    justify-content: center;
}

.button_not_padding i {
    width: unset !important;
    height: unset !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 20px !important;
    background: transparent !important;
}

.button_not_padding:hover i {
    background: transparent !important;
}

.button_not_padding:hover {
    background: var(--primary-color) !important;
}

.ecosystem-value .box-text {
    display: none;
}

.ecosystem-value:hover .box-text {
    display: block;
}

.title-ecosystem {

}

.text-primary {
    color: var(--primary-color2)
}

.title-ecosystem h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: var(--weight-700);
    color: var(--text-primary);
    margin: 0;
}

/* mobile style*/
@media only screen and (max-width: 768px) {
    #footer {
        margin-top: 150px;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .form-register p span.wpcf7-form-control-wrap {
        width: calc(100% - 145px) !important;
    }

    .form-register p {
        gap: 10px;
    }

    .title-register h3 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .bg_register {
        padding: 20px;
        margin-top: -150px;
    }

    .button_register {
        width: 135px;
        padding: 0 10px !important;
    }

    .banner_ecosystem_hero {
        width: calc(100% - 40px) !important;
        left: 50% !important;
        bottom: 20px !important;
        transform: translateX(-50%);
    }

    .banner_ecosystem_back {
        width: 100% !important;
    }

    .banner_ecosystem_back a {
        margin: 0 !important;
    }

    .banner_ecosystem .banner-layers.container {
        padding: 0 !important;
        overflow: hidden;
    }

    .contact-link .icon-box-text {
        width: calc(100% - 35px);
    }

    .about-icon .icon-box-img {
        width: 35px !important;
    }

    .performance--ecosystem .performance__number {
        font-size: 100px;
    }

    .performance--ecosystem .performance__unit {
        font-size: 20px;
        line-height: 28px;
    }

    .col-ecosystem:nth-child(2n):after {
        display: none;
    }

    .performance--ecosystem {
        width: 100%;
        height: 100px;
    }

    .giatri-heading {
        color: #fff;
        position: absolute;
        bottom: 50px;
        z-index: 999;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        text-align: center;
    }

    .ecosystem-value .box-text {
        display: block;
    }

    .button_not_padding {
        width: 60px !important;
        height: 60px !important;
    }

    .row-full .col {
        padding: 0 !important;
    }

    div#masthead {
        margin-top: 0;
    }

    div#masthead .header-inner {
        background: transparent;
    }

    .banner_hero .banner_hero_body h3, .banner_hero .banner_hero_body h1 {
        font-size: 32px !important;
        line-height: 35px !important;
    }

    .banner_hero .banner_hero_body p {
        font-size: 18px;
        line-height: 28px;
    }

    .banner_hero .banner-layer {
        width: 90% !important;
        bottom: unset;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    /*####################################################*/
    .banner_hero .swiper-wrapper {
    display: flex !important;
    }
    
    .banner_hero .swiper-slide {
        width: 100% !important;
        flex-shrink: 0;
    }
    /*####################################################*/
    .contact_social {
        display: flex;
        justify-content: start;
        flex-flow: column;
        gap: 20px;
        align-items: start;
    }

    .row-footer .footer-bg {
        padding: 0 !important;
    }

    .contact-map {
        margin-bottom: -150px;
    }

    .contact-map iframe {
        height: 489px;
    }

    footer#footer {
        margin-bottom: 0;
    }

    .banner-category {
        height: 300px;
    }

    .col-not-primary .col-inner {
        background: transparent !important;
    }

    .col-bg .col-inner {
        padding: 15px !important;
        background: var(--primary-color4) !important;
    }

    .banner_hero_slide .swiper-footer {
        padding: 0 40px;
    }

    .avana-redirect ul {
        display: inline-block;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .avana-redirect ul::-webkit-scrollbar {
        height: 0;
    }

    .avana-redirect ul li {
        width: auto;
        display: inline-block;
        margin-right: 10px !important;
    }

    .banner_ts .img-inner {
        padding-top: 200px !important;
    }

    .project-item .project-content .project-title a span {
        width: 80%;
    }

    .home-line {
        justify-content: center;
    }

    .home-line:before, .home-line:after {
        display: none;
    }

    div#masthead {
        height: 70px !important;
    }

    #logo {
        width: 120px !important;
    }

    li.html.custom.html_topbar_right .button_style {
        height: 40px;
        padding: 0px 8px 0 8px !important;
        line-height: 40px !important;
    }

    li.html.custom.html_topbar_right .button_style i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .about-counter .box-image img {
        height: 56px;
        width: auto;
        object-fit: contain !important;
        background: transparent !important;
    }

    .about-counter .box-image {
        margin: 0;
        overflow: unset;
        background: rgb(25, 39, 5) !important;
    }

    .about-counter .box-image div {
        background: transparent !important;
    }

    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        background: #fff !important;
        color: var(--text-primary) !important;
        font-weight: var(--weight-500) !important;
        font-size: 16px !important;
    }

    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-item > a.mega-menu-link {
        background: #fff !important;
        color: var(--text-primary) !important;
        font-weight: var(--weight-500) !important;
        font-size: 16px !important;
        padding: 10px !important;
        height: unset !important;
    }

    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        color: var(--text-primary) !important;
        font-weight: var(--weight-500) !important;
        font-size: 16px !important;
        background: var(--primary-color2) !important;
    }

    #mega-menu-primary_mobile .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin: 0;
    }

    #mega-menu-wrap-primary_mobile .mega-menu-toggle.mega-menu-open + #mega-menu-primary_mobile {
        display: flex;
        visibility: visible;
        padding: 20px 20px 0 20px;
        background: transparent;
    }

    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-item:last-child a {
        border-radius: 0 0 20px 20px !important;
    }

    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-item:first-child a {
        border-radius: 20px 20px 0 0 !important;
    }

    #mega-menu-primary_mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
    #mega-menu-primary_mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
    #mega-menu-primary_mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        background: var(--primary-color) !important;
    }

    #mega-menu-primary_mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        background: var(--primary-color);
    }

    #mega-menu-primary_mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        background: var(--primary-color);
    }
    /*################################################################*/
    /* ==========================================================================
   HERO MOBILE FIX
   ========================================================================== */
/* FIX banner hero mobile trắng */

    .banner_hero_slide {
        width: 100% !important;
        overflow: hidden;
    }

    .banner_hero_slide .swiper-wrapper {
        align-items: stretch;
    }

    .banner_hero_slide .swiper-slide {
        height: 450px !important;
        min-height: 450px !important;
        display: flex;
    }

    .banner_hero_slide .banner-inner,
    .banner_hero_slide .banner-has-hover {
        width: 100%;
        height: 100%;
    }

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

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .banner_hero_slide .swiper-footer {
        padding: 0 40px;
    }

    .performance .performance__number {
        font-size: 40px;
        line-height: 55px;
    }

    .banner_hero .banner_hero_body h3, .banner_hero .banner_hero_body h1 {
        font-size: 55px !important;
        line-height: 65px !important;
    }

    .performance.performance--chart .performance__number {
        font-size: 25px;
        line-height: 35px;
    }

    .performance--chart .performance__label {
        font-size: 16px;
        line-height: 24px;
    }

    .performance--chart .performance__unit {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
    }

    .performance .performance__unit {
        font-size: 15px;
        line-height: 22px;
    }

    .about-image p {
        font-size: 16px;
        line-height: 22px;
    }

    .about-text p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .question-accordion .accordion-item a span {
        width: 80% !important;
        display: inline-block;
    }

    .performance--ecosystem .performance__number {
        font-size: 100px;
    }

    .performance--ecosystem .performance__unit {
        font-size: 20px;
        line-height: 28px;
    }

    .performance--ecosystem {
        width: 100%;
        height: 100px;
    }

    .menu-ecosystem .ecosystem-item .ecosystem-title a {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .ecosystem-item .ecosystem-info {
        font-size: 15px;
        line-height: 22px;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .menu-ecosystem .ecosystem-item .ecosystem-title a {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .ecosystem-item .ecosystem-info {
        font-size: 15px;
        line-height: 22px;
    }
    .question-accordion .accordion-item a span {
        width: 80% !important;
        display: inline-block;
    }

    .about-text p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .banner_hero_slide .swiper-footer {
        padding: 0 40px;
    }

    .performance .performance__number {
        font-size: 40px;
        line-height: 55px;
    }

    .banner_hero .banner_hero_body h3, .banner_hero .banner_hero_body h1 {
        font-size: 55px !important;
        line-height: 65px !important;
    }

    .performance.performance--chart .performance__number {
        font-size: 25px;
        line-height: 35px;
    }

    .performance--chart .performance__label {
        font-size: 16px;
        line-height: 24px;
    }

    .performance--chart .performance__unit {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
    }

    .performance .performance__unit {
        font-size: 15px;
        line-height: 22px;
    }

    .about-image p {
        font-size: 16px;
        line-height: 22px;
    }

    .performance--ecosystem .performance__number {
        font-size: 100px;
    }

    .performance--ecosystem .performance__unit {
        font-size: 20px;
        line-height: 28px;
    }

    .performance--ecosystem {
        width: 100%;
        height: 100px;
    }
}

/**desktop**/
@media only screen and (min-width: 1920px) {
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1470px !important;
}
}

/*#######################Dich vu lien quan###################################*/

/* ===========================
   DỊCH VỤ LIÊN QUAN
   =========================== */
.related-dichvu {
    padding: 60px 0;
    border-top: 1px solid #eee;
    margin-top: 40px;
}

.related-dichvu .home-title {
    margin-bottom: 40px;
}

.dichvu-item {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.dichvu-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.dichvu-thumbnail {
    overflow: hidden;
    aspect-ratio: 16/9;
}

.dichvu-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.dichvu-item:hover .dichvu-thumbnail img {
    transform: scale(1.05);
}

.dichvu-content {
    padding: 20px;
}

.dichvu-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.4;
}

.dichvu-title a {
    color: inherit;
    text-decoration: none;
}

.dichvu-title a:hover {
    color: var(--primary-color, #2563eb);
}

.dichvu-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 14px;
}

.dichvu-more {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color, #2563eb);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}

.dichvu-more:hover {
    gap: 10px;
}

@media (max-width: 640px) {
    .related-dichvu {
        padding: 40px 0;
    }
    .dichvu-item {
        margin-bottom: 20px;
    }
}