/* parameter setting */
:root {
    --spacing: 8px;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
}

/* card */
body {
    font-size: 14px;
    color: #081e5a;
    scroll-behavior: smooth;
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
    color: #081e5a;
}
.site-header .navigation > .container {
    padding: 0;
    width: 1200px;
}

.site-header .navigation > .container > .card-body-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-2 .site-logo,
.header-style-3 .site-logo,
.header-style-4 .site-logo,
.header-style-5 .site-logo,
.header-style-6 .site-logo {
    margin-top: 0;
}

.header-style-1 #navbar > ul > li > a:hover:before,
.header-style-2 #navbar > ul > li > a:hover:before,
.header-style-3 #navbar > ul > li > a:hover:before,
.header-style-4 #navbar > ul > li > a:hover:before,
.header-style-5 #navbar > ul > li > a:hover:before,
.header-style-6 #navbar > ul > li > a:hover:before,
.header-style-1 #navbar-right > ul > li > a:hover:before,
.header-style-2 #navbar-right > ul > li > a:hover:before,
.header-style-3 #navbar-right > ul > li > a:hover:before,
.header-style-4 #navbar-right > ul > li > a:hover:before,
.header-style-5 #navbar-right > ul > li > a:hover:before,
.header-style-6 #navbar-right > ul > li > a:hover:before {
    width: 75%;
    margin-bottom: 14px;
}

.dropdown-menu {
    opacity: 0;
    transform: translateY(-40px);
    transition: all 0s ease;
    display: block;
    visibility: hidden;
    border: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #081e5a;
}

.navbar-nav > li > .dropdown-menu > li > a:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    background: #081e5a;
    left: 0;
    bottom: 0;
}
/* #navbar > ul li a:hover, */
.site-header #navbar .navbar-nav > li > .dropdown-menu > li > a:hover,
.site-header #navbar-right .navbar-nav > li > .dropdown-menu > li > a:hover {
    color: #fff;
}

.navbar-nav > li > .dropdown-menu > li > a:hover:before {
    content: "";
    height: 100%;
    /* transition: all 1s; */
    background: #081e5a;
    left: 0;
    top: 0;
    z-index: -1;
}

.dropdown.open .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: all 0.75s ease;
    padding: 0;
    overflow: hidden;
}

.nav > li > a.dropdown-toggle {
    display: flex;
    gap: 16px;
    align-items: center;
}

.nav > li.card-btn {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav > li a.btn-icon {
    display: flex;
    gap: 16px;
}

.site-header #navbar-right > ul > li.card-btn > a::before,
.site-header #navbar-right > ul > li.card-btn > a::after {
    content: none;
}

.bg-black-slider {
    background: #081e5a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 75%;
    z-index: 1;
}
.card-breadcrumb .bg-black-slider {
    opacity: 0.25;
}

.bg-slider-image {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
}
.bg-about {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.bg-slider-image img {
    width: 100%;
    height: 100%;
    object-position: center;
}

footer .bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}
footer .bg-footer img {
    width: auto;
    height: 100%;
}
footer h3 {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
}
.site-footer .upper-footer {
    background: #081e5a;
    padding: 0;
    padding-top: 220px;
}
.card-footer {
    position: relative;
    display: block;
}
.card-body-cta {
    padding: 64px 45px;
    border-radius: 32px;
    color: #fff;
    margin-bottom: -75px;
    z-index: 1;
    position: relative;
}

.footer-card-btn {
    position: relative;
    display: block;
}
.line-btn-default {
    height: 2px;
    background: #fff;
    flex-grow: 1;
}

.line-btn-primary {
    height: 2px;
    background: #081e5a;
    flex-grow: 1;
}

.line-btn-sm {
    height: 1px;
    background: #081e5a;
    flex-grow: 1;
}
.card-cta-btn {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.site-footer {
    margin-top: 120px;
}
.site-footer .about-widget .contact-info {
    margin: 0;
}
.site-footer .widget > h3,
.site-footer .widget .footer-logo {
    margin: 0;
    margin-bottom: 32px;
    padding: 0;
}
footer p {
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
}

footer h4 {
    margin-bottom: 32px;
}
footer h4.widget-title {
    font-size: 24px;
    line-height: 42px;
    font-weight: 900;
    color: #fff;
    position: relative;
    display: inline-flex;
    padding-bottom: 0.5rem;
}

footer h4::before {
    content: "";
    width: 100%;
    background: #6e95d0;
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

footer h4::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 10px;
    width: 10px;
    background: #081e5a;
    transform: translate(-50%, 0) skew(-20deg);
    bottom: 0;
    margin-bottom: -4px;
    z-index: 1;
}
.site-footer .about-widget ul > li + li {
    margin-top: 16px;
}
.site-footer .about-widget ul.link-menu li,
.site-footer .about-widget ul.contact-info li {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}
.site-footer .about-widget ul.link-menu li {
    padding-left: 0;
}

.site-footer .about-widget ul.contact-info {
    padding-right: 0;
}
.site-footer .about-widget ul li i {
    background: #6e95d0;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-footer .about-widget ul li {
    padding-left: 45px;
}

.card-copyright {
    margin-top: 54px;
    border-top: 2px solid #6e95d0;
    position: relative;
    display: block;
    color: #fff;
    font-weight: 900;
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
}
.card-copyright span {
    color: #6e95d0;
}
.nav > li > a {
    display: inline-flex;
}

.nav .dropdown-menu > li > a {
    display: block;
}
.section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.card-desc-capital {
    width: 90%;
    position: relative;
    text-align: right;
}
.card-img-capital {
    position: relative;
    display: block;
    height: 450px;
    width: 540px;
}
.card-img-capital img {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.card-count-capital {
    background: #081e5a;
    border-radius: 24px;
    border: 10px solid #fff;
    position: absolute;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 40px;
    bottom: -80px;
    right: 35px;
    min-width: 250px;
}
.title-sm-capital {
    position: relative;
    display: inline-flex;
    gap: 1rem;
    align-items: center;
}
.title-sm-capital span {
    font-size: 12px;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6e95d0;
}
.site-footer .upper-footer a {
    transition: all 0.6s ease;
}
.site-footer .upper-footer a:hover {
    color: #6e95d0;
    transition: all 0.6s ease;
}
.card-sub-btn {
    text-align: right;
}
div.card-contact:not(:first-child) {
    margin-top: 32px;
}
.contact-map {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}
.card-contact {
    position: relative;
    display: flex;
    gap: 16px;
    background: #d0e4ff;
    border-radius: 16px;
    padding: 32px;
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    align-items: flex-start;
    color: #081e5a;
}
.card-contact span {
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #6e95d0;
    border-radius: 50%;
}
.card-contact ul li {
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    color: #6e95d0;
}
.card-content-1 {
    margin-top: 54px;
    position: relative;
    display: block;
}
.card-services {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.6s ease;
}

.card-img-service {
    height: 250px;
}
.img-service {
    width: 100%;
    height: 100%;
    transform: scale(1);
    overflow: hidden;
    border-radius: 16px;
    transition: all 1s ease;
}
.img-service img {
    width: 100%;
    height: 100%;
    position: relative;
}
.card-services:hover .img-service {
    height: 120%;
    transition: all 1s ease;
}

.card-body-service {
    padding: 24px;
    background: #f7f9fb;
    width: 90%;
    float: right;
    border-radius: 16px;
    border-top-right-radius: 0px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.title-content-serice {
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 16px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.card-body-service p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #081e5a;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-user {
    color: #081e5a;
}
.service-user i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #081e5a;
    border-radius: 50%;
}
.service-date {
    color: #6e95d0;
}
.service-date,
.service-user {
    font-size: 14px;
    line-height: 24px;
    font-weight: 900;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}
.card-footer-service,
.card-footer-news {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.news-user span {
    background: #081e5a;
    position: relative;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.card-news-lg .card-news-desc .news-user p {
    width: 350px;
}
.card-news-desc .news-user p {
    width: 130px;
}
.card-news-lg .card-news-desc .news-user p,
.card-news-desc .news-user p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #081e5a;
    font-weight: 900;
}
.news-date {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #6e95d0;
    font-weight: 900;
}
.news-user {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #081e5a;
    font-weight: 900;
}
.card-vision-mission p {
    margin-top: 16px;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #081e5a;
}
ul.card-mission,
ul.card-production-parts {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}
ul.card-mission li,
ul.card-production-parts li {
    padding-left: 24px;
    list-style: none;
    display: flex;
    align-items: center;
}
ul.card-mission li::before,
ul.card-production-parts li::before {
    background: #081e5a;
    color: #fff;
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 16px;
    width: 30px;
    height: 30px;
    aspect-ratio: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
}
ul.card-mission li:not(:first-child),
ul.card-production-parts li:not(:first-child) {
    margin-top: 8px;
}
.card-body-milestone {
    border-top: 2px solid #081e5a;
    margin-top: 54px;
}
.card-desc-milestone {
    display: grid;
    justify-items: center;
    padding: 0 16px;
    height: 100%;
    align-content: baseline;
}
.line-milestone {
    width: 2px;
    height: 100px;
    position: relative;
    background: #081e5a;
}
.number-milestone {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #081e5a;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-body-desc-milestone {
    padding: 10px;
    border-radius: 16px;
    background: #f7f9fb;
    text-align: center;
}
.date-milestone {
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
}
.card-desc-milestone p {
    margin-top: 16px;
    color: #081e5a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.img-map {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: auto;
    opacity: 0.25;
    transform: translate(-50%, -50%);
}
.card-values {
    padding: 32px;
    position: relative;
    display: block;
    height: 100%;
    background: #d0e4ff;
    color: #081e5a;
    border-radius: 16px;
}
.card-values p {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
    color: #081e5a;
}
.img-certificate img {
    width: 100%;
    height: auto;
}
.img-values img,
.card-img-tti img {
    width: 100%;
    height: 100%;
}
.img-values {
    width: 60px;
    height: 60px;
}
.card-icon-values {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 42px;
    font-weight: 900;
    gap: 16px;
    margin-bottom: 16px;
}
.img-production-parts {
    height: 350px;
    width: auto;
}
.img-production-parts img {
    width: auto;
    height: 100%;
}
.parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translateY(0);
    will-change: transform;
    transition: transform 0.1s linear;
}
.tag-team {
    position: relative;
    display: block;
    padding: 16px 32px;
    font-weight: 900;
    color: #081e5a;
    font-size: 24px;
    line-height: 42px;
    background: #fff;
    text-align: center;
}
.tag-team p {
    margin-bottom: 0;
    font-weight: 500;
    color: #081e5a;
    font-size: 18px;
    line-height: 32px;
}
.img-certificate {
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.card-body-certifiace p {
    margin-bottom: 0;
    padding: 16px 32px;
    font-size: 24px;
    line-height: 42px;
    font-weight: 900;
    color: #081e5a;
    margin-bottom: 32px;
    text-align: center;
}
.card-message {
    position: relative;
    z-index: 1;
    display: block;
}
.card-desc-message {
    margin-top: 32px;
}

div.card-message:not(:first-child) {
    margin-top: 54px;
}
#mapmarker {
    height: 500px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
#customZoomControls {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
}
#zoomInBtn {
    margin-bottom: 4px;
}

.leaflet-marker-pane .img-marker-map img,
.leaflet-marker-pane .img-popup-map img {
    width: 100%;
    height: auto;
}
.img-marker-map {
    position: relative;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #081e5a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.img-marker-map::before {
    content: "";
    position: absolute;
    bottom: -20px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #2a3463;
}
.card-popup-marker {
    font-family: "Nunito", sans-serif;
    color: #081e5a;
    font-size: 14px;
    font-weight: 500;
}
.img-popup-map {
    max-width: 150px;
    height: 40px;
    position: relative;
    opacity: 1;
    z-index: 0;
}
.img-popup-map img {
    width: 100%;
    height: 100%;
}
.title-popup-map {
    font-weight: 900;
}
.desc-popup-map {
    position: relative;
    font-size: 12px;
}
.section-title-popup {
    font-weight: 900;
}
.card-img-popup {
    width: 100%;
    margin-top: 16px;
    position: relative;
    display: flex;
    justify-content: right;
}
/* #mapmarker .leaflet-popup-content-wrapper {
    background: #6e95d0;
} */
.card-img-tti {
    position: relative;
    width: 200px;
    height: auto;
}
.title-global-network {
    font-size: 42px;
    line-height: 54px;
    font-weight: 900;
    text-align: left;
    color: #081e5a;
}
.card-tti p {
    font-size: 20px;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
    margin-top: 32px;
    color: #081e5a;
}
.card-global-network .panel-default > .panel-heading {
    background: transparent;
    background-color: #fff;
    color: #081e5a;
    padding: 0;
    border: none;
}
.card-global-network .panel-group .panel {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    border-radius: 0;
    margin-bottom: 1rem;
}
.card-global-network
    .panel-group
    .panel-heading
    + .panel-collapse
    > .list-group,
.card-global-network
    .panel-group
    .panel-heading
    + .panel-collapse
    > .panel-body {
    border: none;
}
.card-global-network .panel-body {
    padding: 32px 0 54px;
}
.card-item-global-network {
    position: relative;
    height: auto;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    color: #081e5a;
    background: #d0e4ff;
    margin-bottom: 32px;
    border-radius: 16px;
    padding: 32px;
}
.item-global-network {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.card-item-global-network p {
    color: #081e5a;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}
.body-global-network {
    margin: 24px 0;
}
.title-desc-global-network {
    font-weight: 900;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
}

.item-global-network span {
    position: relative;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #6e95d0;
    font-size: 14px;
}
.social-global-network a.btn {
    margin-bottom: 8px;
}
.card-etching {
    position: relative;
    border-radius: 16px;
    background: #fff;
    padding: 32px;
    height: 100%;
    margin-bottom: 32px;
}
.title-ecthing {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
    border-radius: 100px;
    padding: 4px 18px 4px 4px;
    gap: 8px;
    position: relative;
    margin-bottom: 32px;
}

.title-ecthing span {
    border-radius: 50%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #fff;
}
.title-ecthing.blue-light span {
    color: #6e95d0;
}
.title-ecthing.blue-light {
    background: #6e95d0;
}
.title-ecthing.blue-primary span {
    color: #081e5a;
}
.title-ecthing.blue-primary {
    background: #081e5a;
}
.lg-outer,
.lg-backdrop {
    z-index: 99999;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #081e5a;
}
.card-img-not-found img {
    width: 100%;
    height: 100%;
}
.card-img-not-found {
    height: 100%;
    width: 500px;
    margin: auto;
}
.card-error {
    padding: 54px 0;
}
.card-error h3.title-content {
    margin-bottom: 0;
    text-align: center;
    color: #6e95d0;
    font-weight: 700;
    font-size: 32px;
    padding: 0;
}

.card-error h1.title-content {
    margin-bottom: 0;
    text-align: center;
    color: #081e5a;
    font-size: 54px;
    font-weight: 900;
    padding: 0;
}
.card-error p {
    color: #081e5a;
    font-size: 24px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
    text-align: center;
}
.page-banner-text {
    padding-left: 120px;
    padding-right: 60px;
}
.page-banner-text h1.title-content {
    text-align: left;
    margin-bottom: 0;
    font-size: 68px;
    font-weight: 900;
}
.page-banner-text p {
    font-size: 18px;
    color: #081e5a;
    font-weight: 700;
}
.slide-banner {
    background: #fff;
}
.banner-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-slider img,
.leaflet-container .card-img-marker img,
.img-all-team img {
    width: 100%;
    height: 100%;
}
.card-img-marker {
    width: 45px;
    height: 45px;
}
.img-all-team {
    position: relative;
    display: block;
    height: 700px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}
.site-header #navbar > ul > li > a {
    font-weight: 900;
}
.card-login {
    padding: 16px;
    height: 100vh;
}
.card-banner-login img {
    width: 100%;
    height: 100%;
}
.card-banner-login {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
}

.card-login h4 {
    font-size: 32px;
    font-weight: 900;
    font-family: "Nunito", sans-serif;
    color: #081e5a;
    margin-bottom: 0;
}
.card-icon-login img {
    width: auto;
    height: 100%;
}
.card-icon-login {
    height: 54px;
    margin-bottom: 2rem;
}
.card-body-login {
    position: relative;
    width: 75%;
}
.card-login p {
    margin-bottom: 2rem;
    font-size: 14px;
    color: #081e5a;
    font-weight: 500;
}
.card-login label {
    font-size: 14px;
    color: #081e5a;
    font-weight: 500;
}
.card-login .form-check-input:checked {
    background-color: #081e5a;
    border-color: #081e5a;
}
.card-login .form-control {
    font-size: 14px;
}
/* end card */

/* content */
h1,
h2,
h3,
h4,
h6 {
    font-family: "Nunito", sans-serif;
    color: #081e5a;
}

h1.title-content {
    font-size: 45px;
    padding-bottom: 1rem;
    text-align: center;
}

h2.title-content {
    font-size: 38px;
    line-height: 64px;
    text-align: left;
}

h3.title-content {
    font-size: 45px;
    line-height: 64px;
    text-align: left;
    font-weight: 400;
    color: #081e5a;
}

h4.title-content {
    font-size: 32px;
    line-height: 64px;
    text-align: left;
    font-weight: 400;
    color: #081e5a;
}

h1.title-content,
h2.title-content {
    font-weight: 900;
    color: #081e5a;
    position: relative;
    margin-bottom: 54px;
}

h1.title-content.text-white,
h2.title-content.text-white,
h3.title-content.text-white,
h4.title-content.text-white {
    color: #fff;
}

h1.title-content.text-primary-blue,
h2.title-content.text-primary-blue,
h3.title-content.text-primary-blue,
h4.title-content.text-primary-blue {
    color: #081e5a;
}

h1.title-content span,
h2.title-content span,
h3.title-content span,
h4.title-content span {
    font-weight: 900;
    color: #6e95d0;
}

.section h1::before {
    content: "";
    width: 120px;
    background: #6e95d0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) skew(-20deg);
}
h6.title-content {
    margin-bottom: 0;
    color: #081e5a;
    font-size: 24px;
    line-height: 42px;
    font-weight: 900;
}
.section h1::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 10px;
    width: 10px;
    background: #fff;
    transform: translate(-50%, 0) skew(-20deg);
    bottom: 0;
    margin-bottom: -4px;
    z-index: 1;
}
.section.bg-primary-light-blue h1::after {
    background: #edf0f5;
}
h4.title-breadcrumb {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
    text-align: center;
}
.desc-about,
.desc-capital,
.desc-etching-process {
    font-size: 20px;
    line-height: 42px;
    font-weight: 400;
    color: #081e5a;
    position: relative;
}

.desc-etching-process,
.desc-about {
    text-align: center;
    margin-bottom: 54px;
}
.desc-capital {
    text-align: left;
}
.icon-title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 900;
    color: #081e5a;
    font-size: 20px;
}
.icon-title span {
    background: #6e95d0;
    height: 38px;
    width: 38px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.icon-testimoni-right,
.icon-testimoni-left {
    position: absolute;
    font-size: 150px;
    color: #edf0f5;
}
.icon-testimoni-left {
    left: 40px;
    top: 40px;
}
.icon-testimoni-right {
    bottom: 40px;
    right: 40px;
}
.icon-testimoni-dotbar {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 88px;
}
.icon-testimoni-dotbar img {
    width: 100%;
    height: auto;
}
.testimonial-swiper p {
    font-size: 18px;
    line-height: 32px;
    color: #081e5a;
    font-weight: 500;
}

.testimonial-swiper div {
    font-size: 18px;
    line-height: 28px;
    color: #081e5a;
    font-weight: 900;
}
.testimonial-item {
    padding-bottom: 32px;
    position: relative;
}
.testimonial-item-card {
    background: #d0e4ff;
    padding: 32px;
    border-radius: 16px;
    position: relative;
    display: block;
}
.testimonial-item::before {
    content: "";
    background: #edf0f5;
    width: 80%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    border: 2px solid #fff;
}

.card-news-lg,
.card-news-md,
.card-news-sm {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}
.card-news-lg .img-news img,
.card-news-md .img-news img,
.card-news-sm .img-news img,
.img-etching img {
    width: 100%;
    height: 100%;
}
div.card-news-sm:not(:first-child) {
    margin-top: 32px;
}
.card-news-lg .card-news-desc {
    padding: 32px 32px 16px 32px;
}
.card-news-lg .img-news {
    width: 100%;
    height: 360px;
}

.card-news-md .img-news {
    width: 100%;
    height: 250px;
}

.card-news-sm .img-news {
    width: 260px;
    height: 100%;
}

.card-news-sm {
    display: flex;
}
.card-news-sm .card-img-news {
    height: 210px;
}
.card-news-sm .card-news-desc {
    padding: 16px;
}
.card-news-sm .card-news-desc p {
    -webkit-line-clamp: 3;
}

.card-news-desc {
    position: relative;
    display: block;
    background: #f7f9fb;
    padding: 32px;
}
.title-content-news {
    font-size: 18px;
    line-height: 28px;
    color: #081e5a;
    font-weight: 900;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-news-desc p {
    color: #081e5a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-breadcrumb {
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-img-breadcrumb img {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-img-breadcrumb {
    position: absolute;
    width: 100%;
    height: 100%;
}
.body-breadcrumb {
    position: relative;
    text-align: center;
    z-index: 1;
}
.breadcrumb {
    display: inline-block;
    background: transparent;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff;
    content: "\f101";
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900;
}
.breadcrumb > .active {
    color: #6e95d0;
    font-weight: 500;
}
.card-team {
    position: relative;
    display: block;
    z-index: 1;
}
.card-content-team {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}
.card-img-team {
    height: 400px;
}
.card-img-team img,
.card-detail-news img,
.img-detail-service img {
    width: 100%;
    height: 100%;
}

.img-detail-service,
.img-detail-news {
    width: 100%;
    height: 550px;
    position: relative;
    border-radius: 16px;
    margin-bottom: 32px;
    overflow: hidden;
}
.title-detail-service,
.title-detail-news {
    font-size: 24px;
    line-height: 42px;
    font-weight: 900;
    margin-bottom: 16px;
}
.card-detail-service p.desc,
.card-detail-news p.desc {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 32px;
    color: #081e5a;
}
.img-etching {
    width: 100%;
    height: 190px;
}
/* end content */

/* image */
.img-responsive {
    object-fit: cover;
    margin: auto;
    object-position: center;
}

.img-contain {
    object-fit: contain;
}

.site-logo a {
    height: 64px;
    display: block;
}

.site-logo a img {
    height: 100%;
    display: block;
    width: 100%;
}

.fa-phone {
    transform: rotate(-90deg);
}

.slide-btn {
    margin-top: 45px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}
/* button */
.transparent-menu .original {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 9;
}
.transparent-menu.site-header .original #navbar > ul > li > a,
.transparent-menu.site-header .original #navbar-right > ul > li > a {
    background: transparent;
    color: cyan;
}

.transparent-menu.site-header
    .original
    #navbar-right
    > ul
    > li
    > a.btn-default-blue-lg {
    color: #081e5a;
    background: #fff;
}
.site-header #navbar-right > ul > li > a.btn-primary-blue-lg,
.btn-primary-blue-lg,
.btn-primary-blue-sm,
.back-to-top:hover,
.back-to-top:focus {
    color: #fff;
    background: #081e5a;
}
.site-header #navbar-right > ul > li > a.btn-primary-blue-lg:hover,
.btn-primary-blue-lg:hover,
.site-header #navbar-right > ul > li > a.btn-primary-blue-lg:focus,
.btn-primary-blue-lg:focus,
.btn-primary-blue-sm:hover,
.btn-primary-blue-sm:focus,
.back-to-top:hover,
.back-to-top:focus {
    color: #fff;
}
.btn-default-blue-lg {
    background: #fff;
    color: #081e5a;
}
.btn-default-blue-lg:hover,
.btn-default-blue-lg:focus,
.btn-default-blue-sm:hover,
.btn-default-blue-sm:focus {
    color: #081e5a !important;
}
.btn-default-blue-sm {
    text-align: center;
}
.btn-default-blue-sm,
.btn-primary-blue-sm {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: background-color 0.3s ease;
}
.social-global-network a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: background-color 0.3s ease;
}
.back-to-top {
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
}
.site-header #navbar-right > ul > li > a.btn-primary-blue-lg,
.site-header #navbar-right > ul > li > a.btn-default-blue-lg,
.btn-default-blue-lg,
.btn-primary-blue-lg {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: background-color 0.3s ease;
}
.btn-default-blue-lg.ripple-button::before,
.btn-default-blue-lg.ripple-effect,
.btn-default-blue-sm.ripple-button::before,
.btn-default-blue-sm.ripple-effect {
    background: rgba(8, 30, 90, 0.1);
}

.ripple-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -105%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-20deg);
    z-index: 0;
    transition: none;
}

.ripple-button:hover::before {
    animation: ripple-left-right 0.6s ease-out forwards;
}

.ripple-button > * {
    position: relative;
    z-index: 1;
}
.item-global-network a span,
.ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
    z-index: 1;
}
/* .site-header #navbar-right > ul > li > a.btn-primary-blue,
a.btn-primary-blue,
*/

.leaflet-control {
    opacity: 0;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
}

.leaflet-container a.btn-primary-blue,
.btn-primary-blue {
    color: #fff;
    background: #081e5a;
    border-radius: 100px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: background-color 0.3s ease;
}
.leaflet-container a.btn-icon-map {
    position: relative;
    display: flex;
    gap: 4px;
}
.btn-lg {
    padding: 15px 40px;
    font-size: 16px;
}
.btn-md {
    padding: 12px 30px;
    font-size: 14px;
}
.btn-sm {
    padding: 8px 20px;
    font-size: 12px;
}

.btn-xs {
    padding: 5px 10px;
    font-size: 10px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: #d0e4ff;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
    color: #081e5a;
}

.card-slide-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.slide-body-btn {
    background: #fff;
    border-top-left-radius: 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background-color: #fff;
    opacity: 1;
    padding: 32px;
    z-index: 1;
}

.slide-body-btn .swiper-button-prev,
.slide-body-btn .swiper-button-next {
    position: relative;
    display: inline-flex;
    width: 50px;
    height: 50px;
    background: #081e5a;
    border-radius: 50%;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}
.slide-body-btn .swiper-button-next:after,
.slide-body-btn .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}
.slide-milestone-btn {
    justify-content: center;
}

.slide-testimonial-btn {
    border-top: 2px solid #d0e4ff;
    padding-top: 32px;
}
.slide-milestone-btn,
.slide-testimonial-btn {
    width: 100%;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #fff;
    opacity: 1;
    z-index: 1;
    margin-top: 32px;
}

.slide-testimonial-btn .testimonial-button-prev,
.slide-testimonial-btn .testimonial-button-next,
.milestone-button-prev,
.milestone-button-next {
    position: relative;
    display: inline-flex;
    width: 50px;
    height: 50px;
    background: #081e5a;
    border-radius: 50%;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    background-color: rgba(255, 255, 255, 0.5);
    animation: ripple-animation 0.6s ease-out;
    pointer-events: none;
}
.back-to-top {
    background: #081e5a;
    background-color: #081e5a;
    border-radius: 50%;
    color: #fff;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline-offset: 0;
    outline: none;
}
.slide-testimonial-btn .testimonial-button-prev.swiper-button-disabled,
.slide-testimonial-btn .testimonial-button-next.swiper-button-disabled,
.swiper-button-disabled {
    background: #6e95d0;
}
/* end button */

/* carousel */

.section-banner .swiper-slide {
    height: 685px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.section-banner .slide-content {
    text-align: center;
}
.section-banner .slide-text {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
    font-size: 32px;
    width: 80%;
}

.card-slide-desc {
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 3;
}

.card-slide-desc h1 {
    font-size: 54px;
    font-weight: 900;
    width: 60%;
    color: #fff;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
}

.card-slide-desc p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    width: 60%;
    margin-top: 45px;
    font-family: "Nunito", sans-serif;
}
.count-capital {
    font-size: 38px;
    color: #6e95d0;
    line-height: 64px;
    font-weight: 900;
    margin: 10px 0;
}
/* background color */
.bg-white {
    background: #fff;
}

.bg-primary-blue {
    background: #081e5a;
}

.bg-primary-semi-blue {
    background: #6e95d0;
}

.bg-primary-light-blue {
    background: #edf0f5;
}

.bg-primary-semi-light-blue {
    background: #d0e4ff;
}

.bg-primary-lightest-blue {
    background: #f7f9fb;
}

.text-white {
    color: #fff;
}

.text-primary-blue {
    color: #081e5a;
}

.text-primary-semi-blue {
    color: #6e95d0;
}

.text-primary-light-blue {
    color: #edf0f5;
}

.text-primary-semi-light-blue {
    color: #d0e4ff;
}

.text-primary-lightest-blue {
    color: #f7f9fb;
}

/* flexbox & grid */
.d-flex {
    display: flex;
}

.d-flex-inline {
    display: inline-flex;
}

.flex-row {
    flex-direction: row;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-nowrap {
    flex-wrap: nowrap;
}
.flex-warp {
    flex-wrap: wrap;
}
.flex-warp-reverse {
    flex-wrap: wrap-reverse;
}

.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-end-safe {
    justify-content: safe flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-center-safe {
    justify-content: safe center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-evenly {
    justify-content: space-evenly;
}
.justify-stretch {
    justify-content: stretch;
}
.justify-baseline {
    justify-content: baseline;
}
.justify-normal {
    justify-content: normal;
}

.justify-items-start {
    justify-items: start;
}
.justify-items-end {
    justify-items: end;
}
.justify-items-end-safe {
    justify-items: safe end;
}
.justify-items-center {
    justify-items: center;
}
.justify-items-center-safe {
    justify-items: safe center;
}
.justify-items-stretch {
    justify-items: stretch;
}
.justify-items-normal {
    justify-items: normal;
}

.justify-self-auto {
    justify-self: auto;
}
.justify-self-start {
    justify-self: start;
}
.justify-self-center {
    justify-self: center;
}
.justify-self-center-safe {
    justify-self: safe center;
}
.justify-self-end {
    justify-self: end;
}
.justify-self-end-safe {
    justify-self: safe end;
}
.justify-self-stretch {
    justify-self: stretch;
}

.content-normal {
    align-content: normal;
}
.content-center {
    align-content: center;
}
.content-start {
    align-content: flex-start;
}
.content-end {
    align-content: flex-end;
}
.content-between {
    align-content: space-between;
}
.content-around {
    align-content: space-around;
}
.content-evenly {
    align-content: space-evenly;
}
.content-baseline {
    align-content: baseline;
}
.content-stretch {
    align-content: stretch;
}

.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-end-safe {
    align-items: safe flex-end;
}
.items-center {
    align-items: center;
}
.items-center-safe {
    align-items: safe center;
}
.items-baseline {
    align-items: baseline;
}
.items-baseline-last {
    align-items: last baseline;
}
.items-stretch {
    align-items: stretch;
}

.self-auto {
    align-self: auto;
}
.self-start {
    align-self: flex-start;
}
.self-end {
    align-self: flex-end;
}
.self-end-safe {
    align-self: safe flex-end;
}
.self-center {
    align-self: center;
}
.self-center-safe {
    align-self: safe center;
}
.self-stretch {
    align-self: stretch;
}
.self-baseline {
    align-self: baseline;
}
.self-baseline-last {
    align-self: last baseline;
}

/* padding */

.p-1 {
    padding: calc(var(--spacing) * 1);
}
.p-2 {
    padding: calc(var(--spacing) * 2);
}
.p-3 {
    padding: calc(var(--spacing) * 3);
}
.p-4 {
    padding: calc(var(--spacing) * 4);
}
.p-5 {
    padding: calc(var(--spacing) * 5);
}
.p-6 {
    padding: calc(var(--spacing) * 6);
}
.p-7 {
    padding: calc(var(--spacing) * 7);
}
.p-8 {
    padding: calc(var(--spacing) * 8);
}
.p-9 {
    padding: calc(var(--spacing) * 9);
}
.p-10 {
    padding: calc(var(--spacing) * 10);
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.px-1 {
    padding-left: calc(var(--spacing) * 1);
    padding-right: calc(var(--spacing) * 1);
}
.px-2 {
    padding-left: calc(var(--spacing) * 2);
    padding-right: calc(var(--spacing) * 2);
}
.px-3 {
    padding-left: calc(var(--spacing) * 3);
    padding-right: calc(var(--spacing) * 3);
}
.px-4 {
    padding-left: calc(var(--spacing) * 4);
    padding-right: calc(var(--spacing) * 4);
}
.px-5 {
    padding-left: calc(var(--spacing) * 5);
    padding-right: calc(var(--spacing) * 5);
}
.px-6 {
    padding-left: calc(var(--spacing) * 6);
    padding-right: calc(var(--spacing) * 6);
}
.px-7 {
    padding-left: calc(var(--spacing) * 7);
    padding-right: calc(var(--spacing) * 7);
}
.px-8 {
    padding-left: calc(var(--spacing) * 8);
    padding-right: calc(var(--spacing) * 8);
}
.px-9 {
    padding-left: calc(var(--spacing) * 9);
    padding-right: calc(var(--spacing) * 9);
}
.px-10 {
    padding-left: calc(var(--spacing) * 10);
    padding-right: calc(var(--spacing) * 10);
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.py-1 {
    padding-top: calc(var(--spacing) * 1);
    padding-bottom: calc(var(--spacing) * 1);
}
.py-2 {
    padding-top: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 2);
}
.py-3 {
    padding-top: calc(var(--spacing) * 3);
    padding-bottom: calc(var(--spacing) * 3);
}
.py-4 {
    padding-top: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 4);
}
.py-5 {
    padding-top: calc(var(--spacing) * 5);
    padding-bottom: calc(var(--spacing) * 5);
}
.py-6 {
    padding-top: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 6);
}
.py-7 {
    padding-top: calc(var(--spacing) * 7);
    padding-bottom: calc(var(--spacing) * 7);
}
.py-8 {
    padding-top: calc(var(--spacing) * 8);
    padding-bottom: calc(var(--spacing) * 8);
}
.py-9 {
    padding-top: calc(var(--spacing) * 9);
    padding-bottom: calc(var(--spacing) * 9);
}
.py-10 {
    padding-top: calc(var(--spacing) * 10);
    padding-bottom: calc(var(--spacing) * 10);
}

.pt-0 {
    padding-top: 0;
}
.pt-1 {
    padding-top: calc(var(--spacing) * 1);
}
.pt-2 {
    padding-top: calc(var(--spacing) * 2);
}
.pt-3 {
    padding-top: calc(var(--spacing) * 3);
}
.pt-4 {
    padding-top: calc(var(--spacing) * 4);
}
.pt-5 {
    padding-top: calc(var(--spacing) * 5);
}
.pt-6 {
    padding-top: calc(var(--spacing) * 6);
}
.pt-7 {
    padding-top: calc(var(--spacing) * 7);
}
.pt-8 {
    padding-top: calc(var(--spacing) * 8);
}
.pt-9 {
    padding-top: calc(var(--spacing) * 9);
}
.pt-10 {
    padding-top: calc(var(--spacing) * 10);
}

.pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
}
.pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
}
.pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
}
.pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
}
.pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
}
.pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
}
.pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
}
.pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
}
.pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
}
.pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
}

.pl-1 {
    padding-left: calc(var(--spacing) * 1);
}
.pl-2 {
    padding-left: calc(var(--spacing) * 2);
}
.pl-3 {
    padding-left: calc(var(--spacing) * 3);
}
.pl-4 {
    padding-left: calc(var(--spacing) * 4);
}
.pl-5 {
    padding-left: calc(var(--spacing) * 5);
}
.pl-6 {
    padding-left: calc(var(--spacing) * 6);
}
.pl-7 {
    padding-left: calc(var(--spacing) * 7);
}
.pl-8 {
    padding-left: calc(var(--spacing) * 8);
}
.pl-9 {
    padding-left: calc(var(--spacing) * 9);
}
.pl-10 {
    padding-left: calc(var(--spacing) * 10);
}

.pr-1 {
    padding-right: calc(var(--spacing) * 1);
}
.pr-2 {
    padding-right: calc(var(--spacing) * 2);
}
.pr-3 {
    padding-right: calc(var(--spacing) * 3);
}
.pr-4 {
    padding-right: calc(var(--spacing) * 4);
}
.pr-5 {
    padding-right: calc(var(--spacing) * 5);
}
.pr-6 {
    padding-right: calc(var(--spacing) * 6);
}
.pr-7 {
    padding-right: calc(var(--spacing) * 7);
}
.pr-8 {
    padding-right: calc(var(--spacing) * 8);
}
.pr-9 {
    padding-right: calc(var(--spacing) * 9);
}
.pr-10 {
    padding-right: calc(var(--spacing) * 10);
}

/* margin */

.m-1 {
    margin: calc(var(--spacing) * 1);
}
.m-2 {
    margin: calc(var(--spacing) * 2);
}
.m-3 {
    margin: calc(var(--spacing) * 3);
}
.m-4 {
    margin: calc(var(--spacing) * 4);
}
.m-5 {
    margin: calc(var(--spacing) * 5);
}
.m-6 {
    margin: calc(var(--spacing) * 6);
}
.m-7 {
    margin: calc(var(--spacing) * 7);
}
.m-8 {
    margin: calc(var(--spacing) * 8);
}
.m-9 {
    margin: calc(var(--spacing) * 9);
}
.m-10 {
    margin: calc(var(--spacing) * 10);
}

.mx-1 {
    margin-left: calc(var(--spacing) * 1);
    margin-right: calc(var(--spacing) * 1);
}
.mx-2 {
    margin-left: calc(var(--spacing) * 2);
    margin-right: calc(var(--spacing) * 2);
}
.mx-3 {
    margin-left: calc(var(--spacing) * 3);
    margin-right: calc(var(--spacing) * 3);
}
.mx-4 {
    margin-left: calc(var(--spacing) * 4);
    margin-right: calc(var(--spacing) * 4);
}
.mx-5 {
    margin-left: calc(var(--spacing) * 5);
    margin-right: calc(var(--spacing) * 5);
}
.mx-6 {
    margin-left: calc(var(--spacing) * 6);
    margin-right: calc(var(--spacing) * 6);
}
.mx-7 {
    margin-left: calc(var(--spacing) * 7);
    margin-right: calc(var(--spacing) * 7);
}
.mx-8 {
    margin-left: calc(var(--spacing) * 8);
    margin-right: calc(var(--spacing) * 8);
}
.mx-9 {
    margin-left: calc(var(--spacing) * 9);
    margin-right: calc(var(--spacing) * 9);
}
.mx-10 {
    margin-left: calc(var(--spacing) * 10);
    margin-right: calc(var(--spacing) * 10);
}

.my-1 {
    margin-top: calc(var(--spacing) * 1);
    margin-bottom: calc(var(--spacing) * 1);
}
.my-2 {
    margin-top: calc(var(--spacing) * 2);
    margin-bottom: calc(var(--spacing) * 2);
}
.my-3 {
    margin-top: calc(var(--spacing) * 3);
    margin-bottom: calc(var(--spacing) * 3);
}
.my-4 {
    margin-top: calc(var(--spacing) * 4);
    margin-bottom: calc(var(--spacing) * 4);
}
.my-5 {
    margin-top: calc(var(--spacing) * 5);
    margin-bottom: calc(var(--spacing) * 5);
}
.my-6 {
    margin-top: calc(var(--spacing) * 6);
    margin-bottom: calc(var(--spacing) * 6);
}
.my-7 {
    margin-top: calc(var(--spacing) * 7);
    margin-bottom: calc(var(--spacing) * 7);
}
.my-8 {
    margin-top: calc(var(--spacing) * 8);
    margin-bottom: calc(var(--spacing) * 8);
}
.my-9 {
    margin-top: calc(var(--spacing) * 9);
    margin-bottom: calc(var(--spacing) * 9);
}
.my-10 {
    margin-top: calc(var(--spacing) * 10);
    margin-bottom: calc(var(--spacing) * 10);
}

.mt-1 {
    margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
    margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
    margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
    margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
    margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
    margin-top: calc(var(--spacing) * 6);
}
.mt-7 {
    margin-top: calc(var(--spacing) * 7);
}
.mt-8 {
    margin-top: calc(var(--spacing) * 8);
}
.mt-9 {
    margin-top: calc(var(--spacing) * 9);
}
.mt-10 {
    margin-top: calc(var(--spacing) * 10);
}

.mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
}
.mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
}
.mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
}
.mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
}
.mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
}
.mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
}

.ml-1 {
    margin-left: calc(var(--spacing) * 1);
}
.ml-2 {
    margin-left: calc(var(--spacing) * 2);
}
.ml-3 {
    margin-left: calc(var(--spacing) * 3);
}
.ml-4 {
    margin-left: calc(var(--spacing) * 4);
}
.ml-5 {
    margin-left: calc(var(--spacing) * 5);
}
.ml-6 {
    margin-left: calc(var(--spacing) * 6);
}
.ml-7 {
    margin-left: calc(var(--spacing) * 7);
}
.ml-8 {
    margin-left: calc(var(--spacing) * 8);
}
.ml-9 {
    margin-left: calc(var(--spacing) * 9);
}
.ml-10 {
    margin-left: calc(var(--spacing) * 10);
}

.mr-1 {
    margin-right: calc(var(--spacing) * 1);
}
.mr-2 {
    margin-right: calc(var(--spacing) * 2);
}
.mr-3 {
    margin-right: calc(var(--spacing) * 3);
}
.mr-4 {
    margin-right: calc(var(--spacing) * 4);
}
.mr-5 {
    margin-right: calc(var(--spacing) * 5);
}
.mr-6 {
    margin-right: calc(var(--spacing) * 6);
}
.mr-7 {
    margin-right: calc(var(--spacing) * 7);
}
.mr-8 {
    margin-right: calc(var(--spacing) * 8);
}
.mr-9 {
    margin-right: calc(var(--spacing) * 9);
}
.mr-10 {
    margin-right: calc(var(--spacing) * 10);
}

/* gap */
.gap-1 {
    gap: calc(var(--spacing) * 1);
}
.gap-2 {
    gap: calc(var(--spacing) * 2);
}
.gap-3 {
    gap: calc(var(--spacing) * 3);
}
.gap-4 {
    gap: calc(var(--spacing) * 4);
}
.gap-5 {
    gap: calc(var(--spacing) * 5);
}
.gap-6 {
    gap: calc(var(--spacing) * 6);
}
.gap-7 {
    gap: calc(var(--spacing) * 7);
}
.gap-8 {
    gap: calc(var(--spacing) * 8);
}
.gap-9 {
    gap: calc(var(--spacing) * 9);
}
.gap-10 {
    gap: calc(var(--spacing) * 10);
}

.p-1 {
    padding: calc(var(--spacing) * 1);
}
.p-2 {
    padding: calc(var(--spacing) * 2);
}
.p-3 {
    padding: calc(var(--spacing) * 3);
}
.p-4 {
    padding: calc(var(--spacing) * 4);
}
.p-5 {
    padding: calc(var(--spacing) * 5);
}
.p-6 {
    padding: calc(var(--spacing) * 6);
}
.p-7 {
    padding: calc(var(--spacing) * 7);
}
.p-8 {
    padding: calc(var(--spacing) * 8);
}
.p-9 {
    padding: calc(var(--spacing) * 9);
}
.p-10 {
    padding: calc(var(--spacing) * 10);
}

/* border-radius */
.rounded-xs {
    border-radius: var(--radius-xs);
}
.rounded-sm {
    border-radius: var(--radius-sm);
}
.rounded-md {
    border-radius: var(--radius-md);
}
.rounded-lg {
    border-radius: var(--radius-lg);
}
.rounded-xl {
    border-radius: var(--radius-xl);
}
.rounded-2xl {
    border-radius: var(--radius-2xl);
}
.rounded-3xl {
    border-radius: var(--radius-3xl);
}
.rounded-4xl {
    border-radius: var(--radius-4xl);
}
.rounded-none {
    border-radius: 0;
}
.rounded-full {
    border-radius: 100%;
}
.rounded-100 {
    border-radius: 100px;
}

/* height */

.h-auto {
    height: auto;
}
.h-px {
    height: 1px;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.h-dvh {
    height: 100dvh;
}
.h-dvw {
    height: 100dvw;
}
.h-lvh {
    height: 100lvh;
}
.h-lvw {
    height: 100lvw;
}
.h-svh {
    height: 100svh;
}
.h-svw {
    height: 100svw;
}
.h-min {
    height: min-content;
}
.h-max {
    height: max-content;
}
.h-fit {
    height: fit-content;
}

/* width */

.w-auto {
    width: auto;
}
.w-px {
    width: 1px;
}
.w-full {
    width: 100%;
}
.w-screen {
    width: 100vw;
}
.w-dvw {
    width: 100dvw;
}
.w-dvh {
    width: 100dvh;
}
.w-lvw {
    width: 100lvw;
}
.w-lvh {
    width: 100lvh;
}
.w-svw {
    width: 100svw;
}
.w-svh {
    width: 100svh;
}
.w-min {
    width: min-content;
}
.w-max {
    width: max-content;
}
.w-fit {
    width: fit-content;
}

/* border */
.border {
    border: solid 1px;
}

.border-px-2 {
    border: solid 2px;
}

.border-blue {
    border-color: #081e5a;
}
/* animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes floatUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes ripple-hover {
    to {
        width: 300%;
        height: 300%;
        opacity: 0;
    }
}

@keyframes ripple-left-right {
    from {
        left: -105%;
    }
    to {
        left: 105%;
    }
}

.float-animation {
    animation: floatUpDown 2s ease-in-out infinite;
}

.float-animation-1 {
    animation: floatUp 2s ease-in-out infinite;
}

.float-animation-2 {
    animation: floatUp 3s ease-in-out infinite;
}
