/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

:root {
    --font-primary: Roboto, var(--bs-font-sans-serif);
    --black-1: #212529;
    --gray-1: #484848;
    --gray-2: #e6e6e6;
    --gray-3: #cbccd6;
    --gray-4: #495057;
    --white-1: #f3f3f3;
    --blue-dark: #1a6092;
    --color-primary: #13945f;
    --color-primary-dark-2: #038074;
    --color-primary-dark: #00502F;
    --color-primary-light: #67b7af;
    --color-fb: #3b5998;
    --color-yt: #e62117;
}

html {
    font-size: 100%;
}

body {
    font: 400 16px/1.8 var(--font-primary);
    overflow-x: hidden;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.375em;
}

h4 {
    font-size: 1.25em;
}

h5, h6 {
    font-size: 1em;
}


button,
input {
    outline: none;
    border: none;
}

::-webkit-scrollbar {
    width: 5px;
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 99px;
}


::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 99px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.container-fluid {
    max-width: 1700px;
}

.page,
.page-content {
   /* min-height: 100vh;*/
    position: relative;
    z-index: 1000;
}

.header-side {
    position: sticky;
    top: 0;
    z-index: 999;
}

.border-left {
    -webkit-box-shadow: 1px 0 0 0 var(--white-1);
    box-shadow: 1px 0 0 0 var(--white-1);
}

.header-side .header-side-logo {
    padding: 10px 0;
}

.header-side .header-side-logo > * {
    margin: 0 auto;
}

.header-side .header-side-logo .logo-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-side .header-side-logo .logo-brand {
    max-width: 188px;
}

.header-side .header-dashboard .dashboard-wrapper {
    padding: 8px 6px;
    margin: 15px 15px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.875em;
    font-weight: 400;
    text-align: center;
    -webkit-box-shadow: 0 0 0 1px var(--color-primary-light);
    box-shadow: 0 0 0 1px var(--color-primary-light);
    background-color: #f0ffdc;
}


.header-side .header-nav .header-list,
.header-side .header-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.header-side .header-nav {
    height: 100%;
    padding-bottom: 20px;
}

.header-side .header-nav .header-list {
    padding: 0;
    margin: 0;
}

.header-side .header-nav .header-list .item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header-side .header-nav .header-list .item > .item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--gray-1);
    padding: 5px 25px 5px 10px;
    text-transform: capitalize;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease;
    -o-transition: color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease;
    position: relative;
}

.header-side .header-nav .header-list .item > .item-link > .arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 99;
}

.header-side .header-nav .header-list .item > .item-link > span {
    margin-left: 10px;
}

.header-side .header-nav .header-list .item > .item-link > i {
    font-size: 1.25em;
}

.header-side .header-nav .header-list .item > .item-link > img {
    border-radius: 3px;
}

.header-side .header-nav .header-list .item.has-submenu.toggle > .item-link,
.header-side .header-nav .header-list .item.highlight > .item-link {
    color: var(--color-primary);
}

.header-side .header-nav .header-list .item.highlight.fb > .item-link {
    color: var(--color-fb);
}

.header-side .header-nav .header-list .item.highlight.yt > .item-link {
    color: var(--color-yt);
}

.header-side .header-nav .header-list .item.highlight.zalo > .item-link {
    color: var(--bs-primary);
}

.header-side .header-nav .header-list .item > .item-link:hover {
    background-color: var(--gray-2);
    color: var(--color-primary);
}

.header-side .header-nav .header-list .item .item > .item-link {
    padding: 5px 10px 5px 20px;
}

.header-side .header-nav .header-list .item .item .item > .item-link {
    padding: 5px 10px 5px 30px;
}

.header-side .header-nav .header-list .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.header-side .header-nav .header-list .submenu {
    position: relative;
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.header-side .header-nav .header-list .item.toggle > .submenu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

.separation {
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background-color: var(--white-1);
}

.page-main .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-main .header-main-logo {
    max-width: 120px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    position: absolute;
    left: 20px;
}

.page-main .header-main-logo img {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}


.page-main .header-main .header-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.page-main .header-main .header-search {
    height: 35px;
    width: 100%;
}

.header-search .form-group {
    position: relative;
}

.header-search .form-group .form-input::-webkit-input-placeholder {
    color: var(--gray-4);
    font-size: 0.875em;
    font-weight: 400;
    line-height: 21px;
}

.header-search .form-group .form-input::-moz-placeholder {
    color: var(--gray-4);
    font-size: 0.875em;
    font-weight: 400;
    line-height: 21px;
}

.header-search .form-group .form-input:-ms-input-placeholder {
    color: var(--gray-4);
    font-size: 0.875em;
    font-weight: 400;
    line-height: 21px;
}

.header-search .form-group .form-input::-ms-input-placeholder {
    color: var(--gray-4);
    font-size: 0.875em;
    font-weight: 400;
    line-height: 21px;
}

.header-search .form-group .form-input,
.header-search .form-group .form-input::placeholder {
    color: var(--gray-4);
    font-size: 0.875em;
    font-weight: 400;
    line-height: 21px;
}

.header-search .form-group {
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

.header-search .form-group .form-input {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 6px 40px 6px 15px;
    border: 1px solid var(--color-primary);
    overflow: hidden;
    border-radius: 3px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.header-search .form-group .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: var(--color-primary);
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.header-search .form-group .form-submit:hover {
    background-color: var(--color-primary-dark);
}

.header-search .form-group .form-input:focus {
    border-color: var(--color-primary-light);
}

.page-main {
    height: 100%;
}

.page-main .header-main {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 0 20px 0 4px;
    -webkit-box-shadow: 0 1px 0 0 var(--white-1);
    box-shadow: 0 1px 0 0 var(--white-1);
    z-index: 100;
}

#menu-mobile-main .page-main .header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}


.page-main .page-blogs {
    position: relative;
    z-index: 99;
}

.page-main .header-main .header-tools {
    padding: 5px 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.page-main .header-main .header-tools .header-tools-wrapper .tool,
.page-main .header-main .header-tools .header-tools-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tool {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    color: var(--color-primary);
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.page.show-menu {
    overflow: hidden;
}

.page.show-menu .tool.btn-open {
    color: var(--color-primary);
}

.page.show-menu #overlay {
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    z-index: 998;
}

.page.show-menu .tool.btn-open > i::before {
    content: '\f00d';
}

.tool.btn-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 35px;
    height: 35px;
    font-size: 1.25em;
    color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.tool:hover {
    color: var(--color-primary);
}

.tool > .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    font-size: 1.5em;
    margin-right: 5px;
}

.tool > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tool > .content > * {
    line-height: 1.2;
}

.tool > .content > b {
    font-size: 1em;
    font-weight: 700;
}

.tool > .content > small {
    font-size: 0.8125em;
    font-weight: 400;
}

.tool + .tool {
    -webkit-box-shadow: -1px 0 0 0 var(--white-1);
    box-shadow: -1px 0 0 0 var(--white-1);
}

.page-main .page-blogs .blogs-wrapper.loaded {
    overflow-x: hidden;
    overflow-y: auto;
}

.page-main .page-blogs .blogs-wrapper {
    position: relative;
}

.page-main .page-blogs .blogs-wrapper::-webkit-scrollbar {
    display: none;
}

.page-main .page-blogs .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.mb_15 {
    margin-bottom: 24px;
}

.page-main .page-blogs .blog .blog-media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.page-main .page-blogs .blog .blog-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-main .page-blogs .blog .blog-content .blog-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-main .page-blogs .blog .blog-content .blog-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    font-size: 0.75em;
    -ms-grid-column-align: end;
    justify-self: end;
    background-color: #f1f1f1;
    padding: 0 5px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.page-main .page-blogs .blog .blog-content .blog-meta .meta-time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page-main .page-blogs .blog .blog-content .blog-meta .meta-links {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-main .page-blogs .blog .blog-content .blog-meta .meta-links > * {
    max-width: 60px;
}

.page-main .page-blogs .blog .blog-content .blog-meta .meta-links > * + * {
    margin-left: 5px;
}

.page-main .page-blogs .blog .blog-content .blog-meta > * + * {
    margin-left: 10px;
}


.page-main .page-blogs .blog .blog-content .blog-title,
.page-main .page-blogs .blog .blog-content .blog-desc {
    font-size: 0.875em;
    color: var(--black-1);
    line-height: 1.5;
    margin-bottom: 10px;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.page-main .page-blogs .blog .blog-content .meta-tag {
    display: inline-block;
    position: relative;
}

.page-main .page-blogs .blog .blog-content .meta-tag + .meta-tag::before {
    content: "/";
}

/*.page-main .page-blogs .blog:hover .blog-content .blog-title {*/
/*    color: var(--color-primary);*/
/*}*/

.page-main .page-blogs .blog .blog-content .blog-title {
    font-weight: 700;
    text-transform: capitalize;
    color: #005791;
}

.page-main .page-blogs .blog .blog-content .blog-desc {
    font-weight: 400;
}

.page-main .page-blogs .blog .blog-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.limit-lines {
    --lines: 1;
    display: -webkit-box;
    vertical-align: middle;
    -webkit-line-clamp: var(--lines);
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*.page-main .page-main-sidebar {*/
/*    padding-top:  10px;*/
/*}*/

.page-main .page-main-sidebar .sidebar-heading {
    margin-bottom: 20px;
}

.page-main .page-main-sidebar .sidebar-heading > h2 {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #dddfe2;
}

.page-main .page-main-sidebar .sidebar-heading > h2 > span {
    border-bottom: 2px solid #038074;
    padding: 10px 0;
}


.page-main .page-main-sidebar .sidebar-heading h2 {
    font-size: 1.125em;
    font-weight: 700;
    color: var(--black-1);
    position: relative;
}

.page-main .page-main-sidebar .sidebar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-main .page-main-sidebar .sidebar-list .item {
    display: block;
}

.page-main .page-main-sidebar .sidebar-list .item + .item {
    margin-top: 15px;
}

.page-main .page-main-sidebar .sidebar-list .item .item-wrapper {
    /*display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75px 10px 1fr;
    grid-template-columns: 75px 1fr;
    grid-gap: 10px;*/
}

.page-main .page-main-sidebar .sidebar-list .item .item-media {
    border-radius: 3px;
    overflow: hidden;
}

.page-main .page-main-sidebar .sidebar-list .item .item-title {
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.5;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.page-main .page-main-sidebar .sidebar-list .item .item-title span{
    display: block;
    line-height: 1.5;
}
.page-main .page-main-sidebar .sidebar-list .item:hover .item-title {
    color: var(--color-primary);
}


.page-main .page-blogs .blogs-wrapper {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-main .page-blogs .blogs-wrapper .blogs {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.page-main .preloader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transofrm 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease, transofrm 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transofrm 0.3s ease;
}

.page-main .preloader .loading {
    --loading-width: 35px;
    position: absolute;
    width: var(--loading-width);
    height: var(--loading-width);
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(75deg) translate(-50%, -50%);
    -ms-transform: rotate(75deg) translate(-50%, -50%);
    transform: rotate(75deg) translate(-50%, -50%);
}

.page-main .preloader .loading .bar {
    position: absolute;
    -webkit-animation: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    animation: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}


.page-main .preloader .loading .bar:nth-child(1) {
    bottom: calc(var(--loading-width) / 3);
    width: calc(var(--loading-width) / 3);
    height: 100%;
    background: #0984e3;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-name: slide-bottom-top;
    animation-name: slide-bottom-top;
}

.page-main .preloader .loading .bar:nth-child(2) {
    left: calc(var(--loading-width) / 3);
    width: 100%;
    height: calc(var(--loading-width) / 3);
    background: #d63031;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation-name: slide-left-right;
    animation-name: slide-left-right;
}

.page-main .preloader .loading .bar:nth-child(3) {
    top: calc(var(--loading-width) / 3);
    right: 0;
    width: calc(var(--loading-width) / 3);
    height: 100%;
    background: #fdcb6e;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-animation-name: slide-top-bottom;
    animation-name: slide-top-bottom;
}

.page-main .preloader .loading .bar:nth-child(4) {
    right: calc(var(--loading-width) / 3);
    bottom: 0;
    width: 100%;
    height: calc(var(--loading-width) / 3);
    background: #00b894;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-animation-name: slide-right-left;
    animation-name: slide-right-left;
}

.page-main .page-blogs .blogs-wrapper .post img {
    display: block;
    height: auto !important;
    margin: 0 auto;
}

@-webkit-keyframes slide-bottom-top {
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    50.1% {
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    to {
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@keyframes slide-bottom-top {
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    50.1% {
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    to {
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@-webkit-keyframes slide-left-right {
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    50.1% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    to {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}

@keyframes slide-left-right {
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    50.1% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    to {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}

@-webkit-keyframes slide-top-bottom {
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    50.1% {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes slide-top-bottom {
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    50.1% {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@-webkit-keyframes slide-right-left {
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    50.1% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    to {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@keyframes slide-right-left {
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    50.1% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    to {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

.post .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.32);
}

.post .post-meta .meta-separation {
    margin: 0 5px;
}

.post a {
    color: var(--blue-dark);
}

.post .post-meta .meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post .post-meta .meta > * + * {
    margin-left: 5px;
}

.post .post-meta .meta-link {
    color: var(--blue-dark);
    position: relative;
}

.post .post-meta .meta-link + .meta-link::before {
    content: '/';
    margin-right: 3px;
}

.post .post-share {
    padding: 10px 0 30px 0;
}

.page-main .page-blogs .blogs-wrapper .post .posts-relative .post-relative img {
    height: 100% !important;
}

.posts-relative {
    padding-bottom: 25px;
}

.posts-relative .post-relative .post-title {
    font-size: 0.875em;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}


.posts-relative .swiper-slide:hover .post-relative .post-title {
    color: var(--color-primary);
}

.posts-relative > h2 {
    display: block;
    font-size: 1.125em;
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
}

.posts-relative > h2 > span {
    padding-top: 18px;
    border-top: 3px solid var(--color-primary-dark);
}

.posts-relative .post-relative {
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%);
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.posts-relative .post-relative .post-relative-content {
    padding: 10px;
}

.posts-relative .post-relative .post-relative-media {
    margin-bottom: 15px;
}

#swiper-posts-relative {
    padding: 20px 0;
}

#swiper-posts-relative .swiper-slide {
    height: auto;
}

.link_stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
}

.ratio {
    max-width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: var(--bs-aspect-ratio);
}

.ratio.ratio-5x3 {
    --bs-aspect-ratio: 60%;
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}


.background-center {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cs-pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
}

.cs-pagination {
    margin: 0;
    padding: 0;
}

.cs-pagination > li {
    display: inline-block;
}

.cs-pagination > li + li {
    margin-left: 5px;
}

.cs-pagination > li.active {
    background-color: var(--color-primary-dark);
    color: #fff;
}

.cs-pagination > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875em;
    font-weight: 400;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0 0 0 1px var(--gray-3);
    box-shadow: 0 0 0 1px var(--gray-3);
    border-radius: 3px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cs-pagination > li > a > strong {
    font-weight: 400;
}

.cs-pagination > li:not(.active):hover > a {
    background-color: var(--color-primary);
    color: #fff;
}

.post h1 {
    font-size: 1.5em;
}

.post h2 {
    font-size: 1.375em;
}

.post h3 {
    font-size: 1.125em;
}

.post h4,
.post .h5,
.post h6 {
    font-size: 1em;
}

.cs-swiper-wrapper {
    position: relative;
}

.cs-swiper-wrapper .swiper-container {
    overflow-x: hidden;
    padding-bottom: 5px;
}

.cs-swiper-wrapper button {
    position: absolute;
    top: 50%;
    left: -9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: var(--black-1);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    z-index: 999;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    -o-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
}

.cs-swiper-wrapper button.swiper-theme-next {
    left: calc(100% - 25px);
}

.cs-swiper-wrapper button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.page-not-found .icon-not-found,
.page-not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.page-not-found .icon-not-found {
    width: 200px;
    height: 200px;
    font-size: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ccc;
    opacity: 0.3;
    z-index: -1;
}

.page-not-found .icon-not-found i {
    font-size: 200px;
}

.page-not-found > * {
    position: relative;
    z-index: 3;
}

.page-not-found .content {
    text-align: center;
}

.page-not-found .content h1 {
    font-size: 1em;
    font-weight: 400;
}

.page-not-found .content h1 > a {
    color: var(--blue-dark);
}

.px-15 {
    padding: 15px 0;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    font-size: 0.875em;
    color: var(--blue-dark);
    background-color: var(--white-1);
    padding: 0 25px;
    border-radius: 999px;
}

.btn-primary {
    background-color: var(--color-primary);
    color: #fff;
    outline: none;
    border: none;
}

.btn.btn-primary:hover {
    background-color: var(--color-primary-dark-2);
}

.btn:hover {
    color: #fff;
    background-color: var(--color-primary);
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: color 0.5s, visibility 0.5s;
    -o-transition: color 0.5s, visibility 0.5s;
    transition: color 0.5s, visibility 0.5s;
}

#slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 35px;
}

[id*='particles-js-'] {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: inherit;
    z-index: 10;
}

.layer-overlay::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000054;
    z-index: 1;
}

#slider .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#slider .swiper-container .swiper-slide {
    position: relative;
    z-index: 1;
    max-height: 300px;
    overflow: hidden;
}

[class*='swiper-theme-'] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 1.25rem;
    width: 44px;
    height: 88px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.mb-80 {
    margin-bottom: 80px;
}

#hero-slider button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#hero-slider button.swiper-theme-prev {
    left: 0;
}

#hero-slider button.swiper-theme-next {
    right: 0;
}


#hero-slider button.swiper-button-disabled {
    opacity: 0 !important;
}

#hero-slider .swiper-slide .swiper-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
}

.swiper-slide-content .slide-title {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
}

.swiper-slide-content .slide-desc {
    font-size: 21px !important;
}

.header-greeting {
    background-color: var(--color-primary);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 0.875rem;
}

.slider-footer {
    background-color: var(--color-primary);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.slider-footer-main {
    height: 35px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-footer .slider-footer-heading {
    font-size: 1rem;
    margin-bottom: 0;
}

.slider-footer .slider-footer-desc {
    font-size: 0.875rem;
    padding-left: 20px;
    text-transform: capitalize;
}


.config-post.has-background a,
.config-post a {
    color: var(--color-primary);
    text-decoration: underline;
}

.config-post img {
    max-width: 100% !important;
    height: auto !important;
    vertical-align: middle !important;
}

.config-post * {
    font-family: inherit !important;
}

.config-post.has-background * {
    color: #fff;
}

.page-breadcrumb {
    margin: 0 0 15px 0;
}

.page-breadcrumb .breadcrumb-wrapper ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    border-bottom: 1px solid var(--white-1);

}

.page-breadcrumb .breadcrumb-wrapper ul > li {
    display: inline-block;
    position: relative;
}

.page-breadcrumb .breadcrumb-wrapper ul > li + li {
    padding-left: 15px;
    margin-left: 10px;
}

.page-breadcrumb .breadcrumb-wrapper ul > li + li::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--black-1);
}

.page-breadcrumb .breadcrumb-wrapper ul > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    line-height: 30px;
    color: var(--black-1) !important;
    font-size: 0.815rem;
    font-weight: 400;
    text-transform: capitalize;
}

.products .heading > h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.products .heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--gray-2);
}

.products .config-post.has-background {
    padding: 40px 80px;
}

.products .products-heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.products .products-heading::before {
    content: '';
    display: inline-block;
    width: 50%;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
}


.products-list .card {
    border-color: var(--color-primary);
    background: transparent;
    height: 100%;
}

.products-list .card .card-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.5rem;
    background-color: var(--color-primary);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.products-list .card .card-body {
    padding: 50px 20px;
}

.products-list .card .card-footer ul > li,
.products-list .card .card-body ul > li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0 15px 1fr;
    grid-template-columns: 0 1fr;
    gap: 15px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.products-list .card .card-footer ul > li::before,
.products-list .card .card-body ul > li::before {
    content: '-';
    font-size: 1.25rem;
    left: 0;
}

.products-list .card .card-footer ul > li {
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-list .card .card-footer ul > li::before {
    content: '\f02b';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.125rem;
    font-weight: 900;
}

.products-list .card .card-footer ul > li:last-of-type::before {
    content: '\f017';
    font-weight: 400;
}

.products-list .card .card-footer {
    padding: 15px 40px;
    border-top-color: var(--color-primary);
    background-color: var(--color-primary);
}

.products-list .card ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.products .config-post + .config-post {
    margin-top: 30px;
}


#wrapper {
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 72px 1fr auto;
    grid-template-rows: 72px 1fr auto;
}

#wrapper.detail-post {
    display: block;
}

#wrapper.detail-post .clear-header {
    height: 70px;
}

.section {
    padding: 30px 0;
}

.h-30 {
    min-height: 1px;
    width: 100%;
    height: 30px;
}

.section-heading {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0;
}

.section-heading-underline {
    padding-bottom: 30px;
    padding-top: 15px;
    margin-bottom: 0;
    background-image: url('/public/upload/images/icons/title.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-caption {
    font-size: 1rem;
    font-weight: 400;
    padding: 15px 0;
    margin-bottom: 80px;
}

.pb-30 {
    padding-bottom: 30px;
}

.hero .hero-menu,
.hero .hero-linked {
    background-color: #fff;
}

.hero .hero-layout {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 220px 1fr 220px;
    grid-template-columns: 220px 1fr 220px;

}

.hero .hero-menu {
    padding-top: 25px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*.hero-menu ul > li {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/

/*.hero-menu ul > li > a {*/
/*    display: inline-flex;*/
/*    align-content: center;*/
/*    width: 100%;*/
/*    height: 44px;*/
/*    line-height: 44px;*/
/*    color: var(--gray-1);*/
/*    font-size: 0.875rem;*/
/*    padding: 0 10px;*/
/*    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;*/
/*}*/

/*.hero-menu ul > li > a > .icon {*/
/*    margin-right: 10px;*/
/*}*/

/*.hero-menu ul > li:hover > a {*/
/*    color: var(--color-primary);*/
/*    background-color: var(--white-1);*/
/*}*/


.hero-linked {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero-linked {
    padding-left: 15px;
}

.hero-linked .linked-item {
    padding: 15px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    color: var(--gray-1);
    text-decoration: none !important;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.hero-linked .linked-item .d-inline-flex {
    min-width: 75px;
}

.hero-linked .linked-item:hover {
    color: var(--color-primary);
}

.linked-item .box-circle {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background-color: var(--color-primary);
    margin-right: 10px;
}

#services .service-item {
    display: block;
    border: 1px solid var(--color-primary);
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

#services .service-item .service-wrapper {
    padding: 50px 15px 15px;
    position: relative;
    font-size: 0.875rem;
    color: #42424e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

#services .service-item .service-title {
    font-size: 1.25rem;
    color: var(--color-primary);
}

#services .service-item .service-caption {
    font-size: 1rem;
    color: var(--color-primary);
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

#services .service-item:hover .service-caption {
    color: var(--color-primary-dark);
}

#services .service-item .service-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 130px;
    height: 90px;
    padding: 0 10px;
    position: absolute;
    top: -50px;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


#services .service-item .service-desc {
    padding: 15px 0 30px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#services .service-item .service-desc > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

#services .service-item .service-desc > ul > li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0 10px 1fr;
    grid-template-columns: 0 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 5px;
    grid-gap: 10px;
    position: relative;
}

#services .service-item .service-desc > ul > li::before {
    content: '⬤';
    font-size: 6px;
    margin-top: 8px;
}

.background-white {
    background-color: #fff;
}

.card-reason {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-reason .card-header {
    border-right: 1px solid #e4e4ea !important;
}

.card-reason .card-title {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.card-reason .card-text {
    font-size: 0.875rem;
}

.services-main {
    padding-bottom: 0 !important;
}

.section-footer {
    background-color: var(--color-primary-dark);
    color: #fff;
    font-size: 0.875rem;
    padding: 5px 0;
}

.tool-toggle-bars,
#tool-search {
    display: inline-block;
    width: 40px;
    height: 100%;
    position: relative;
    z-index: 1;
}

#tool-search .tool-search-toggle.toggle + .tool-search-group {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#tool-search .tool-search-toggle.toggle {
    background-color: var(--color-primary-dark);
}

#tool-search .tool-search-toggle.toggle > i::before {
    content: '\f00d';
}

#tool-search .tool-search-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 220px;
    height: 40px;
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    background-color: var(--color-primary);
    overflow: hidden;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
}

#tool-search .tool-search-group input,
#tool-search .tool-search-group button {
    display: inline-block;
    height: 40px;
    min-width: 40px;
}

#tool-search .tool-search-group input::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: var(--gray-1);
}

#tool-search .tool-search-group input::-moz-placeholder {
    font-size: 0.875rem;
    color: var(--gray-1);
}

#tool-search .tool-search-group input:-ms-input-placeholder {
    font-size: 0.875rem;
    color: var(--gray-1);
}

#tool-search .tool-search-group input::-ms-input-placeholder {
    font-size: 0.875rem;
    color: var(--gray-1);
}

#tool-search .tool-search-group button,
#tool-search .tool-search-group input,
#tool-search .tool-search-group input::placeholder {
    font-size: 0.875rem;
    color: var(--gray-1);
}

#tool-search .tool-search-group input {
    line-height: 40px;
    padding: 0 10px 0 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tool-search .tool-search-group input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#tool-search .tool-search-group button {
    background-color: var(--color-primary);
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

#tool-search .tool-search-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 49px;
    width: 100%;
    cursor: pointer;
    color: #fff;
}

.tool-toggle-bars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
}

.hero-menu .header-list-scroll {
    min-height: unset !important;
    height: 240px;
    overflow-y: auto;
}

.hero-menu .header-list-scroll > ul {
    height: 100%;
}

.services-row {
    margin-top: -50px;
}

.services-row > *  {
    margin-top: 50px;
}

#header.scrolled {
    -webkit-animation: fade-in-top 1000ms ease-in-out alternate;
    animation: fade-in-top 1000ms ease-in-out alternate
}

#header.scrolled .header-side {
    opacity: 0;
    visibility: hidden;
}

/*==================================
            ROAD MAP
     [1] HEADER
====================================*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

main {
    position: relative;
    z-index: 1;
}

#header .header-main {
    height: 35px;
    background-color: var(--color-primary-dark);
}

#header nav > ul,
#header .header-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
}


#header nav > ul {
    margin-bottom: 0;
    height: 100%;
}

#header .header-menu {
    position: relative;
    z-index: 10;
    background-color: var(--color-primary);
}

#header .header-menu nav {
    height: 40px;
}

#header .header-menu nav > ul > li {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

#header .header-menu ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


#header nav > ul > li.has-submenu > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header nav > ul > li.has-submenu i {
    font-size: 0.75rem;
    margin-left: 5px;
}

#header .header-menu nav > ul > li.has-submenu > ul.submenu {
    background-color: #fff;
    display: inline-block;
    min-width: 160px;
    color: var(--color-primary);
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
}

#header nav > ul > li.has-submenu > ul.submenu::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    background-color: transparent;
    z-index: -1;
}

#header .header-menu nav > ul > li.has-submenu:hover > a i::before {
    content: '\f077';
}

#header .header-menu nav > ul > li.has-submenu:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#header nav > ul > li.has-submenu > ul.submenu a {
    display: inline-block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 2;
    padding: 5px 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header nav > ul > li.has-submenu > ul.submenu a:hover {
    color: var(--color-primary-dark);
}

#header nav.contact-us > ul > li + li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #dedede1c;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 10;
}

#header nav.our-socials a {
    font-size: 1rem;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

#header nav.our-socials li:hover > a {
    background-color: var(--color-primary);
}

.header-main nav > ul > li > a,
.header-menu nav > ul > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
    padding: 0 15px;
    font-weight: 700;
}

#header .header-main-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

#header .contact-us a span:first-child {
    margin-right: 5px;
    font-size: 0.8125rem;
}

.header-sidebar {
    max-width: 220px;
    padding-top: 25px;
    position: absolute;
    top: 0;
    left: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.section-layout {
    /*display: grid;*/
    /*grid-template-columns: 220px 1fr;*/
}


.container-fix-full {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.config-post .hero-linked {
    padding: 15px 0;
}

.config-post .hero-linked .linked-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post-comment {
    margin-bottom: 15px;
}

.btn-main {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    background-color: var(--color-primary);
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 3px;
    transition: background-color 0.3s ease !important;
}

.btn-main:hover {
    background-color: #09a58f;
}

@-webkit-keyframes fade-in-top {
    70% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    70% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@media only screen and (max-width: 425px) {
    .page-main .header-main .header-main-wrapper {
        max-width: 220px;
    }

    .products .products-list .row > * {
        margin-bottom: 50px;
    }
}


@media only screen and (min-width: 768px) {
    .d-block-768 {
        display: block !important;
    }

    .d-none-768 {
        display: none !important;
    }

    .section-heading {
        font-size: 1.125rem;
    }

}

@media only screen and (min-width: 992px) {
    .products .products-list .row > *:nth-child(1),
    .products .products-list .row > *:nth-child(2),
    .products .products-list .row > *:nth-child(3),
    .products .products-list .row > *:nth-child(4) {
        margin-bottom: 50px;
    }

    .hero-main .ratio {
        padding-bottom: 0 !important;
        height: 100%;
    }

    .section-heading {
        font-size: 1.25rem;
    }

    .section-layout {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 210px calc(100% - 210px);
        grid-template-columns: 210px calc(100% - 210px);
    }

    .content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        border-left: 1px solid var(--white-1);
    }

    .cs-swiper-wrapper button.swiper-theme-next {
        left: calc(100% - 18px);
    }

    .cs-swiper-wrapper button.swiper-theme-prev {
        left: -17px;
    }
}

@media only screen and (min-width: 1200px) {
    .products .products-list .row > *:nth-child(4) {
        margin-bottom: 0;
    }

    .section-heading {
        font-size: 1.5rem;
    }

    .config-post .hero-linked .linked-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #wrapper.detail-post .page-main-sidebar {
        padding-top: 45px;
    }

    .cs-swiper-wrapper button.swiper-theme-next {
        right: calc(100% - 18px);
    }

    .cs-swiper-wrapper button.swiper-theme-prev {
        left: -17px;
    }
}

@media only screen and (min-width: 1400px) {
    .container-1200 {
        max-width: 1200px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .fh-mx991 {
        min-height: calc(100vh - 70px);
    }
}

@media only screen and (max-width: 991px) {

    .page-main .header-main {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .products .products-list .row > *:not(:nth-child(5)),
    .products .products-list .row > *:not(:last-child) {
        margin-bottom: 50px;
    }

    .fh-mx991 {
        min-height: calc(100vh - 70px);
    }

    .hero .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .hero .hero-layout {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .hero .hero-layout > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .hero .hero-menu {
        display: none;
    }

    .hero .hero-linked {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 15px;
    }

    .hero .hero-linked .linked-item {
        max-width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #menu-mobile.breakpoint-991 {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background-color: #fff;
        -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
        display: none;
    }

    #menu-mobile.breakpoint-991 .header-side {
        position: initial;
    }

    #menu-mobile-main.breakpoint-991 .page-main .header-main-logo {
        max-width: 60px;
    }

    .hero {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {

    .d-none-767 {
        display: none !important;
    }

    /*.page-breadcrumb,*/
    /*.header-greeting {*/
    /*    margin-top: 70px;*/
    /*}*/
    .page-main .header-main-logo {
        max-width: 60px;
    }

    .page-main .header-main {
        padding: 0 0.75rem;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000;
        -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
    }

    #menu-mobile {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background-color: #fff;
        -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
    }


    .header-side {
        position: initial;
    }

    .page-main .page-blogs.fix-sizing {
        padding-top: 60px;
    }

    .header-side .header-dashboard .dashboard-wrapper {
        margin: 15px;
    }

    .page-main .header-main .header-main-wrapper {
        max-width: 350px;
        margin-left: 35px;
    }

    .cs-pagination-wrapper {
        padding: 15px 0;
    }

    .header-side .header-nav .header-nav-wrapper {
        height: 400px;
        padding-bottom: 50px;
        overflow-x: hidden;
        overflow-y: auto;
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-overflow-scrolling: touch;
        scroll-padding: 1rem;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .header-side .header-nav .header-list {
        min-height: unset;
    }

    .header-side .header-nav .separation {
        display: none;
    }

    .header-side .header-nav::-webkit-scrollbar {
        display: none;
        width: 0;
    }

    .post .post-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .post .post-meta .meta-separation {
        display: none;
    }

    .cs-swiper-wrapper button {
        left: -15px;
        display: none;
    }

    .cs-swiper-wrapper button.swiper-theme-next {
        left: calc(100% - 20px);
    }

    .page-main .page-blogs .blogs-wrapper {
        padding: 25px 5px 0 5px;
    }

    .products .config-post.has-background {
        padding: 40px;
    }

    #slider-particles button {
        width: 36px;
        height: 62px;
    }

    .fix-header {
        margin-top: 25px;
    }

    .px-767-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero .hero-linked {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero .hero-linked .linked-item {
        max-width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .swiper-slide-content .slide-title {
        font-size: 1rem;
    }

    .swiper-slide-content .slide-desc {
        font-size: 0.875rem;
    }

    [class*='swiper-theme-'] {
        width: 36px;
        height: 62px;
    }
}

@media only screen and (max-width: 575px) {
    .page-main .header-main-logo {
        max-width: 60px;
    }

    .page-main .header-main .header-main-wrapper {
        max-width: 220px;
        margin-left: 20px;
    }

    .page-main .page-blogs .blog .blog-content .blog-meta .meta-links > * {
        max-width: 150px;
    }

    .header-search .form-group .form-submit {
        font-size: 1em;
    }


    .products .config-post.has-background {
        padding: 40px 20px;
    }
}


.footer-new {
    background: var(--color-primary-dark);
    padding: 30px 0;
    color: var(--bs-white);
}

.footer-new .footer-item {
    margin: 15px 0;
}

.footer-new .footer-item .footer-item_heading {
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.footer-new .footer-item .footer-item_subheading {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.footer-new .footer-item .footer-item_desc {
    font-size: 1rem;
}

.footer-new .footer-item .footer-item_desc a {
    transition: .3s all ease;
}

.footer-new .footer-item .footer-item_desc a:hover {
    text-decoration: underline !important;
    color: var(--bs-white);
}


.footer-new .footer-item .footer-item_list p {
    margin-bottom: 2px;
}

.footer-new .footer-item .footer-item_list p:last-child {
    margin-bottom: 0;
}

footer.section-footer {
    background: var(--color-primary);
}

.footer-new .footer-item .footer-item_social a {
    font-size: 1.8rem;
    margin-right: 8px;
    transition: .3s all ease;
}

.footer-new .footer-item .footer-item_social a.facebook:hover {
    color: #3BA3E4;
}

.footer-new .footer-item .footer-item_social a.youtube:hover {
    color: #BB0000;
}

.float-phone {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}

.float-phone > a {
    display: block;
    background-color: #dd3333;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 1px 5px 0 rgb(32 33 36 / 50%);
}

.float-phone > a:before {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    content: '';
    box-shadow: 0 0 0 rgb(23 143 214 / 40%);
    -webkit-animation: live-pulse 1s infinite;
    -moz-animation: live-pulse 1s infinite;
    -o-animation: live-pulse 1s infinite;
    animation: live-pulse 1s infinite;
}

@-webkit-keyframes live-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(225, 6, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(225, 6, 0, 0);
    }
}

@keyframes live-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.5);
        box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(225, 6, 0, 0);
        box-shadow: 0 0 0 10px rgba(225, 6, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(225, 6, 0, 0);
        box-shadow: 0 0 0 0 rgba(225, 6, 0, 0);
    }
}

.float-phone > a img {
    border-radius: 100%;
    height: 48px;
    width: 48px;
}

.float-phone > a span {
    position: absolute;
    background: antiquewhite;
    padding: 0 20px 0 36px;
    color: red;
    border-radius: 0 25px 25px 0;
    z-index: -1;
    top: 1px;
    left: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.float-email {
    position: fixed;
    bottom: 185px;
    left: 10px;
    z-index: 999;
}

.float-email > img {
    height: 50px;
    width: 50px;
}

.float-zalo {
    position: fixed;
    bottom: 120px;
    left: 10px;
    z-index: 999;
}

.float-zalo > img {
    height: 50px;
    width: 50px;
}
.float-hover img{
    z-index: 999;
    animation: run 1s infinite ease-in-out;
}

@keyframes run {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}


@media screen and (min-width: 992px) {
    #wrapper {
        display: block;
    }
}

.header-new {
    background: var(--bs-white);
    position: relative;
}

.header-new .header-new_top {
    position: relative;
    z-index: 3;
    border-bottom: 4px solid var(--color-primary-dark);
    padding: 15px 0;
}

.header-new .header-new_top .header-top_logo {
    width: 100%;
}

.header-new .header-new_top .header-top_logo img {
    height: 100px;
    width: auto;
}

.header-new .header-new_top .header-top_heading {
    font-size: 1.6em;
    font-weight: 700;
    color: var(--bs-dark);
    line-height: 1.4;
    text-align: center;
    padding-right: 120px;
    margin-left: -70px;
}

.header-new .header-new_top .header-top_contact {
    display: flex;
    align-items: center;
}

.header-new .header-new_top .header-top_contact .header-top_contact__icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    color: var(--bs-dark);
    border: 2px solid var(--bs-dark);
    flex-shrink: 0;
    margin-right: 15px;
}

.header-new .header-new_top .header-top_contact .header-top_contact__list {
    display: flex;
    flex-direction: column;
}

.header-new .header-new_top .header-top_contact .header-top_contact__list a {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.5;
    transition: .3s all ease;
}

.header-new .header-new_top .header-top_contact .header-top_contact__list a:hover {
    color: var(--color-primary) !important;
}

.header-new .header-new_top .header-top_contact .header-top_contact__list a:first-of-type {
    color: var(--bs-danger);
}

.header-new .header-new_bottom {
    position: relative;
    z-index: 2;
    background-color: var(--color-primary);
}

.header-new .header-new_bottom nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-new .header-new_bottom nav > ul > li {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

.header-new .header-new_bottom ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-new .header-new_bottom nav > ul > li.has-submenu > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-new .header-new_bottom nav > ul > li.has-submenu i {
    font-size: 0.75rem;
    margin-left: 5px;
    position: relative;
    top: -2px;
    transition: .3s all ease;
}

.header-new .header-new_bottom nav > ul > li.has-submenu > ul.submenu {
    background-color: #fff;
    display: inline-block;
    min-width: 160px;
    color: var(--color-primary);
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
}

.header-new .header-new_bottom nav > ul > li.has-submenu > ul.submenu::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    background-color: transparent;
    z-index: -1;
}

.header-new .header-new_bottom nav > ul > li.has-submenu:hover > a i {
    transform: rotate(180deg);
}

.header-new .header-new_bottom nav > ul > li.has-submenu:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header-new .header-new_bottom nav > ul > li.has-submenu > ul.submenu a {
    display: inline-block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 2;
    padding: 5px 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-new .header-new_bottom nav > ul > li.has-submenu > ul.submenu a:hover {
    color: var(--color-primary-dark);
}

.header-new .header-new_bottom nav > ul > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
    padding: 10px 15px;
    font-weight: 700;
}


.header-new.is-scroll {
    -webkit-animation: header-scroll .5s forwards;
    animation: header-scroll .5s forwards;
    z-index: 12;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header-new.is-scroll .header-new_top {
    display: none;
}

.header-new.is-scrolled {
    -webkit-animation: header-scrolled .5s forwards;
    animation: header-scrolled .5s forwards;
    position: relative;
}

@-webkit-keyframes header-scroll {
    0% {
        top: -20px;
    }
    100% {
        top: 0;
    }

}


@keyframes header-scroll {
    0% {
        top: -20px;
    }
    100% {
        top: 0;
    }

}

@-webkit-keyframes header-scrolled {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }

}


@keyframes header-scrolled {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }

}


@media screen and (max-width: 991px) {
    .footer-new .footer-item .footer-item_heading {
        font-size: 1.1rem;
    }

    .footer-new .footer-item .footer-item_subheading {
        font-size: 1rem;
    }

    .footer-new .footer-item .footer-item_desc {
        font-size: .95rem;
    }

    .footer-new .footer-item .footer-item_list {
        font-size: .9rem;
    }

    #hero-slider .swiper-slide .swiper-slide-content {
        padding: 15px;
        text-align: center;
    }

    .swiper-slide-content .slide-title {
        font-size: 20px;
        margin-bottom: 1.75rem;
    }

    .swiper-slide-content .slide-desc {
        font-size: 14px !important
    }
}

.hero .hero-layout {
    display: block;
}
