:root {
    --text-white: #fff;
    --text-primary: #0091D3;
    --text-detail: #000000;
    --font-size: 17px;
    --bg-secondary-subtle: #F8F8F8
}
.breadcrumb-item {
    font-size: 14px;
  }
@font-face {
    font-family: "Averta";
    src: url(/fonts/AvertaPE-Regular.woff2) format("woff2"), url(/fonts/AvertaPE-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Averta";
    src: url(/fonts/AvertaPE-Bold.woff2) format("woff2"), url(/fonts/AvertaPE-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Averta";
    src: url(/fonts/AvertaPE-Extrabold.woff2) format("woff2"), url(/fonts/AvertaPE-Extrabold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

body {
    background: var(--text-white);
}

::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

html,
body {
    font-family: "Averta", serif;
    color: var(--text-detail);
    font-size: var(--font-size);
    line-height: 1.5
}

header {
    background: var(--text-white);
    padding: 15px 0;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}

.bg-secondary-subtle {
    background: #ECECEC !important;
}

a {
    text-decoration: none;
    color: var(--text-detail);
}

.text-right {
    text-align: right;
}

/*Swiper slider*/

.swiper-container {
    width: 100%;
    max-width: 940px;
}

.swiper-container.slider {
    height: 80vh;
}

.swiper-container.slider-thumbnail {
    height: 20vh;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    overflow: hidden;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.gallery .swiper-slide {
    aspect-ratio: 1;
    padding: 15px;
    border: 1px solid #f5f5f5;
}

.gallery .swiper-slide>img {
    width: 100%;
    height: 80%;
    object-fit: contain;
}

.gallery-thumbs img {
    height: 100%;
}

.gallery-slider {
    margin-bottom: 20px;
}

.swiper-slide-thumb-active {
    border-color: var(--text-primary);
}

/* Product information */

.product-information hr {
    border-top: 1px dashed #808080;
    margin: 30px 0;
}

.text-primary {
    color: var(--text-primary) !important;
}

.box-heading {
    max-width: 50%;
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #d1d1d1;
    background: var(--text-primary);
    color: var(--text-white);
    position: absolute;
    top: -20px;
    border-radius: 5px
}

.list-nav-item {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .1);
}

.list-nav-item>li {
    width: 100%;
    font-size: 18px;
    padding: 15px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .1);
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}

.list-nav-item>li.active,
.list-nav-item>li:hover {
    background-color: var(--text-primary);
    color: var(--text-white);
}

.product-item {
    background-color: var(--text-white);
    border: 1px solid var(--text-white);
}

.product-item .box-image {
    max-width: 25%;
    width: 100%;
    padding: 30px;
    border-right: 1px solid #f5f5f5;
    /* max-height: 250px; */
}

.product-item .box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-item .box-content {
    max-width: 55%;
    width: 100%;
    padding: 30px;
    border-right: 1px solid #f5f5f5;
}

.product-item .box-action {
    max-width: 20%;
    width: 100%;
    padding: 30px;
}

.btn-open-modal {
    cursor: pointer;

}

.btn-open-modal:hover {
    color: var(--text-primary);
}

.form-action {
    border-radius: 0;
    background: var(--text-white);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .1);
    border-color: var(--text-white);
}

.form-action .card-header {
    background: var(--text-primary);
    border-radius: 0;
    color: var(--text-white);
    padding: 1.25rem 3.38vw;
    border-color: var(--text-white);
}

.form-action .card-header>* {
    margin: 0;
    font-weight: bold;
}

.form-action .card-body {
    padding: 1.25rem 3.38vw;
}

.form-action .card-body>form>.row>*>.input-group {
    border: 1px solid #f5f5f5
}

.form-action .card-body>form>.row>*>.input-group>* {
    border: none;
    outline: none;
    box-shadow: none;
}

.form-action .card-body>form>.row>*>.input-group>.input-group-text {
    background: var(--text-white);
    max-width: 180px;
    width: 100%;
}

.form-action .card-body>form>.row>*>.input-group>.form-floating>* {
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-confirm__form {
    border-radius: .5rem 0 .5rem 0;
    border: none;
    transition: all .3s;
    margin: 1.5rem auto 0;
    background: var(--text-primary);
    width: 10rem;
    line-height: 2.5rem;
}

.product-related {
    background: var(--text-white);
}

.product-related a.product-image {
    padding: 15px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
}

.product-related a img,
.box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s linear;
}

.product-related:hover img,
.box-image:hover img {
    transform: scale(1.2);
}

.webkit-block {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.min-2 {
    min-height: 48px;
}

.webkit-block-1-line {
    -webkit-line-clamp: 1;
}

.webkit-block-2-line {
    -webkit-line-clamp: 2;
    min-height: 40px;
}

.webkit-block-3-line {
    -webkit-line-clamp: 3;
}

.btn:before,
.btn:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn:before {
    top: 0;
    left: 0;
    right: auto;
}

.btn::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.btn {
    padding: 10px 20px !important;
    display: inline-block;
    font-size: 12px;
    outline: none !important;
    cursor: pointer;
    outline: none;
    border: 1px solid var(--text-primary) !important;
    margin-left: -1px;
    text-decoration: none !important;
    text-transform: uppercase !important;
    position: relative;
    z-index: 0;
    background-color: var(--text-primary);
    color: var(--text-white);
    max-width: 200px;
    width: 100%;
    border-radius: 0;
}

.btn span {
    color: #fff;
    display: block;
    padding-left: 0%;
    padding-right: 30px;
    font-size: 12px;
    letter-spacing: 3px;
    transform: scaleX(0.9);
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.btn em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 20%;
    right: 18px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}

.btn:hover {
    background: var(--text-primary) !important;
}

.btn:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.btn:hover em {
    background: #fff;
    transform: scaleX(1);
}

.btn-detail {
    max-width: 60%;
    border-radius: .375rem 0 .375rem 0;
    border: 1px solid #bcbcbc;
    background-color: var(--text-white);
    padding: 0 1rem;
    color: var(--text-primary);
    white-space: nowrap;
}

.product-related:hover h3 {
    color: var(--text-primary);
}

.product-related:hover .btn-detail,
.post-item:hover .btn-detail,
.btn-detail:hover {
    color: var(--text-white);
    background: var(--text-primary);
    border-color: var(--text-primary);
}

.btn-view-more {
    /* background: #97989a; */
    color: var(--text-primary);
}

.btn-view-more:hover {
    background: var(--text-primary);
    color: var(--text-white);

}

.ss-footer {
    border-top: 1px dashed #e0d9d6;
}

/*Map*/
.map-title {
    font-size: 16px;
}

.gm-ui-hover-effect {
    position: absolute !important;
    right: 0;
}

/* Blog */
.header-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .51);
}

/* Breadcrumbs */
.text-white.breadcrumbs * {
    color: var(--text-white);
}

.text-white.breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    color: var(--text-white);

}

.content.header-nav::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(21, 105, 177, .39);
    width: 100%;
    height: 100%;
}

.menu-item a {
    display: block;
    padding: .625rem 2.5rem;
    line-height: 2.5rem;
    font-weight: 500;
    font-size: 1.125rem;
    color: var(--text-white);
}

.menu-item.active a,
.menu-item:hover a {
    background-color: var(--text-white);
    color: var(--text-primary);
    border-radius: 0 .5rem 0 0;
}

.pagination {
    justify-content: center;
}

.border-primary {
    border-top: 2px solid var(--text-primary) !important;
}

/*Menu*/
.nav-menu__mobile {
    display: none;
}

.menuCanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    z-index: 0;
    z-index: 9999;
    pointer-events: all;
}

.menuCanvas-collapse.open {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem);
}

#menu-mobile li {
    padding: 10px 15px;
    margin: 0 0;
    list-style: none;
    display: block;
    text-transform: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menu-mobile li .more {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    float: right;
    padding: .5rem 1rem;
}

#menu-mobile li .more i {
    font-size: 11px;
    width: 24px;
    height: 24px;
    background: rgba(84, 84, 84, 0.1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#menu-mobile .sub-menus {
    margin: 0;
    list-style: none;
    display: block;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0 0 0 20px;
    border: none;
}

#menu-mobile .sub-menus.open {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 3000px;
}

#menu-mobile .sub-menus.open {
    padding: 10px 0 10px 20px;
}

.nav-menu__mobile {
    width: 100%;
    text-align: right;
    font-size: 25px;
}

.nav-menu__mobile a {
    cursor: pointer;
}

.hide-for__desktop {
    display: none;
}

.nav-item a,
.nav-item i,
.nav-item select {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--text-detail);
    font-weight: 500;
    cursor: pointer;
}

.nav-item:hover>* {
    color: var(--text-primary);
}

/**/
.article-content {
    border: 1px solid #e3e7e8;
    padding: 30px;
    background-color: var(--text-white);
}

.article-content img {
    margin: 0 auto;
}

.nav-icon {
    max-width: calc((100% - 30px) / 6);
    width: 100%;
}

.nav-icon .icon {
    width: 100%;
    font-size: 22px;
    border-radius: 5px;
    color: var(--text-white);
    margin-left: 2px;
    margin-bottom: 2px;
    position: relative;
    aspect-ratio: 1 / 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon-facebook {
    background-image: url(/images/facebook-logo.png);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
}

.icon-instagram {
    background-image: url(/images/instagram.png);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
}

.icon-linkedin {
    background-image: url(/images/linkedin.png);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
}

.icon-x {
    background-image: url(/images/x-logo.svg);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
}

.icon-youtube {
    background-image: url(/images/Youtube_logo.png);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
}

/*sidebar*/

.side-bar {
    width: 5rem;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: 0 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1000
}

.side-bar a {
    display: flex;
    width: 5rem;
    height: 5rem;
    background: var(--text-primary);
    justify-content: center;
    align-items: center;
    transition: all .3s;
    border-radius: .625rem 0 0 .625rem;
    margin-bottom: .25rem;
    position: relative
}

.side-bar a.toTop {
    background: #eaeaea
}

.side-bar a.toTop p i {
    color: var(--text-primary)
}

.side-bar a.toTop p em {
    color: var(--text-primary)
}

.side-bar a p {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.side-bar a p em {
    font-style: normal;
    font-size: .75rem;
    color: #fff;
    font-weight: 500;
    margin-top: .25rem;
    line-height: .875rem
}

.side-bar a i {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.25rem
}

.side-bar a:hover {
    filter: brightness(1.05)
}

.icon-right {
    width: 20px;
    aspect-ratio: 1/1;
    font-size: 22px;
    border-radius: 5px;
    color: var(--text-white);
    margin-left: 2px;
    margin-bottom: 2px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(1);

}

.icon-whatapp {
    background-image: url(/images/whatsapp.png);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
}

.icon-email {
    background-image: url(/images/email.png);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    filter: invert(1);
}

.icon-chat {
    background-image: url(/images/bubble-chat.png);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    filter: invert(1);
}

.icon-support {
    background-image: url(/images/avatar.png);
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    filter: invert(1);
}

.product-cat {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1.125rem;
    line-height: 1.25rem;
    background-color: var(--text-white);
    font-weight: 500;
    border-radius: .25rem 0 .25rem 0;
    margin-bottom: 10px;
    transition: all .3s ease;
    cursor: pointer;
    align-items: center;

    border-radius: 5px;
}

.list-box__artive .product-cat {
    /* text-align: center; */
    justify-content: flex-start;
}

.sidebar .product-cat {
    justify-content: space-between;
}

.product-cat:hover,
.product-cat.active {
    background-color: var(--text-primary);
    color: var(--text-white);
}

/* development history */
.development-history {
    margin-bottom: 3rem;
    position: relative;
}

.development-history::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--text-primary);
}

.development-history::after {
    content: "\eb07";
    font-family: iconfont;
    position: absolute;
    left: 50%;
    bottom: -.625rem;
    transform: translateX(-45%) translateY(100%);
    font-size: 1.25rem;
    color: var(--text-primary);
}

.development-history .row {
    margin-bottom: 4.25rem;
}

.development-history .row:nth-of-type(even) {
    flex-direction: row-reverse;
}

.development-history .row:nth-of-type(even) .block-text,
.development-history .row:nth-of-type(odd) .block-media__image {
    text-align: left;
    padding: 0 4.0625vw 0 3.6458vw;
}

.development-history .row:nth-of-type(odd) .block-text,
.development-history .row:nth-of-type(even) .block-media__image {
    text-align: right;
    padding: 0 4.0625vw 0 3.6458vw;
}

.block-title {
    font-size: 3rem !important;
    line-height: 3.125rem;
    font-weight: 500;
    color: var(--text-primary);
    position: relative;
}

.block-title::before,
.block-title::after {
    content: "";
    position: absolute;
    right: -19%;
    bottom: .25rem;
    width: 2.125rem;
    height: 2.125rem;
    background-color: var(--text-white);
    transform: translateX(50%);
}

.block-title::after {
    right: -19%;
    bottom: .75rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 100%;
    background-color: var(--text-primary);
    transform: translateX(50%);
}

.development-history .row:nth-of-type(even) .block-title::after {
    left: -20%;
    right: auto;
}

.development-history .row:nth-of-type(even) .block-title::before {
    left: -23%;
}

.block-subtitle {
    max-width: 331px;
    margin-left: auto;
    font-size: 18px;
}

.development-history .row:nth-of-type(even) .block-subtitle {
    margin-left: 0;
}


/* Project */
.project-item {
    box-shadow: 2px 2px 20px #0000000f;
    position: relative;
    margin-bottom: 40px;
}

.block-content {
    border-top: 1px solid #e1e1e1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: white;
    padding: 20px;
}

.project-item figure.block-media__image {
    margin-bottom: 0;
}

.project-item figure.block-media__image,
.project-item figure.block-media__image img {
    width: 100%;
    aspect-ratio: 3 / 2;
}

.project-item .block-meta ul li {
    padding: 0;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project-item .block-meta ul li:not(:last-child)::after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
    margin-right: 5px;
}

/* project-gallery */
.project-gallery .col {
    margin-top: 24px;

}

.project-gallery .col>a {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #f5f5f5;
    display: block;
}

.project-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-gallery>.row {
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
}

.text-justify {
    text-align: justify;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.block-image {
    position: relative;
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        transform: scale(1);
    }

    80% {
        border-width: 1px;
        transform: scale(1.85);
    }

    100% {
        opacity: 0;
    }
}

.action {
    background: var(--text-white);
    color: var(--text-primary);
    border: 2px solid var(--text-white);
    min-width: 3em;
    min-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
}

.action:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #ffffff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    border-color: #ffffff;
}

.block-image>a>picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.block-image>a>picture::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 10px solid var(--text-primary);
    background: var(--text-primary);
    bottom: -15px;
    z-index: 1;
}


.block-image>a>picture>img {
    margin-left: 15px;
    position: relative;
    z-index: 9;
}

.s-content {
    border-left: 2px solid var(--text-primary);
    padding: 0 0 0 30px;
}

h2.title {
    color: var(--text-primary);
    font-weight: 700;
    margin-bottom: 20px;
}

.box-service-item {
    position: relative;
    background-color: #fff;
    border-radius: 0 .5rem 0 .5rem;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
}

.box-service-item .box-services {
    padding: 1.25rem 0;
}

.box-img {
    flex: none;
    width: 2.5rem;
    height: 2.5rem;
    font-weight: 400;
    border-radius: 100%;
    border: 1px solid #dfdfdf;
    color: var(--text-primary);
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .625rem;
    padding: 4px;
}

.whychoose_box {
    padding: 4.1875rem 0 6.8125rem;
}

.bj {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.icon-box {
    display: flex;
    background-color: var(--text-white);
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 4px 0 0 0;
    border-color: var(--text-primary);
    box-shadow: 0 0 10px 0 rgb(22 28 45 / 5%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 25px 25px 25px 25px;
    align-items: center;
    margin-bottom: 25px;
}

.icon-box-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
    position: relative;
}

.icon-box-left .icon-box-text,
.icon-box-right .icon-box-text {
    flex: 1 1 0px;
}

.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
}

.icon-box-text h3 {
    font-size: 1.25em;
    color: var(--text-primary);
}

.box-image__right {
    padding-left: .625rem;
}

.box-image__right::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: -1rem;
    background: rgba(21, 105, 177, .25);
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-mask: url(/images/about.svg);
    mask: url(/images/about.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.box-image__right img {
    -webkit-mask: url(/images/about.svg);
    mask: url(/images/about.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: calc(100% - .625rem);
    height: 100%
}

.ss-swiper .swiper-container {
    max-width: 100%;
    max-height: 600px;
    height: 100%;
}

.ss-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 600px;
    height: 100%;
    padding: 0 !important;
    border: none;
}

.ss-swiper .swiper-slide picture,
.ss-swiper .swiper-slide picture img {
    width: 100%;
    height: 100%;
}

.ss-swiper .swiper-slide picture img {
    object-fit: cover;
}

.ss-swiper .swiper-button-next,
.ss-swiper .swiper-button-prev {
    top: 50%;
    transform: translateX(-50%);
}

.ss-swiper .swiper-button-prev,
.ss-swiper .swiper-rtl .swiper-button-next {
    left: 20px;
    width: 15px;
    height: 15px;
}

.ss-swiper .swiper-button-next::after,
.ss-swiper .swiper-button-prev::after {
    font-size: 15px;
}

.fill {
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

.section-bg-overlay.absolute.fill {
    background-color: #27abe780 !important;
}

.thumb {
    aspect-ratio: 16 / 9;
}

.section_blog .item-blog h3 {
    font-size: 18px;
}

.section_blog .item-blog .time-post {
    font-size: 14px;
    color: #acacac;
}

.section_blog .item-blog .time-post svg {
    width: 15px;
    height: 15px;
    margin-top: -4px;
    margin-right: 2px;
}

.item-blog {
    box-shadow: 2px 2px 20px #0000000f;
    position: relative;
    margin-bottom: 40px;
    background-color: var(--text-white);
}

.ux-customize {
    position: relative;
    z-index: 2;
    margin: 0 50px;
}

.custom__pading .ux-customize {
    margin: 0;
}

.ux-customize::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid var(--text-primary);
    left: -20px;
    bottom: -20px;
    z-index: -1;
}

.custom__pading {
    padding-bottom: 4rem !important;
}


.list-box__artive>li {
    /* max-width: calc((100% - 40px) / 5); */
    width: 100%;
}

/* widget */
.news-latest,
.menu-blog {
    margin: 0 0 30px;
    position: relative;
    padding: 16px 26px 28px;
    border: 1px solid #e3e7e8;
    background: #fff;
}

.sidebarblog-title h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 2px solid var(--text-primary);
    line-height: 1.2;
}

.list-news-latest {
    counter-reset: popular-counter;
}

.list-news-latest .item-article {
    -webkit-transition: .4s;
    transition: .4s;
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.list-news-latest .item-article .number {
    font-size: 30px;
    font-weight: 500;
    color: #cdcfd0;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    border-right: 1px solid #e3e7e8;
    counter-increment: popular-counter;
}

.list-news-latest .item-article .post-content {
    padding: 0;
    padding-left: 15px;
    width: 100%;
}

.list-news-latest .item-article .number:before {
    content: counter(popular-counter);
    position: absolute;
    font-size: 30px;
    width: 100%;
    line-height: 1;
}

.list-news-latest .item-article .post-content h3 {
    margin: 5px 0 0;
    line-height: 1.5;
    text-wrap: wrap;
}

.list-news-latest .item-article .post-content h3 a {
    font-size: 16px;
    font-weight: 600;
}

.list-news-latest .item-article:last-child {
    border-bottom: none;
}

.tree-menu a span {
    font-size: 16px;
}

.wt-post-meta li span {
    font-size: 13px;
}

.wt-post-meta li.post-date::after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}

.wt-post-meta li {
    padding: 0;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Nav Pagination */
li.page-item {
    width: 40px;
    aspect-ratio: 1;
}

li.page-item>* {
    width: 100%;
    aspect-ratio: 1;
    text-align: center;
    border-radius: 0 !important;
}

li.page-item.active>* {
    background-color: var(--text-primary) !important;
    border-color: var(--text-primary) !important;
}

.zoom-slow img {
    display: block;
    margin: 0;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    aspect-ratio: 16/9;
}

.copyright {
    border-top: 1px dashed #d3c6c6;
}

/* Lang */
.lang-flag {
    height: 20px;
}

.selecter-lang {
    cursor: pointer;
}

.selecter-lang>.d-flex>button {
    min-height: unset;
    line-height: 20px;
    margin: 0;
    background: none;
    border: none;
    outline: none;

}

.selecter-lang>.d-flex>button>i {
    font-size: 16px;
    font-weight: 100;
}

#lang-switch {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-top: 10px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: fit-content;
}

#lang-switch>li {
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.2s;
    margin-bottom: 0;
    cursor: pointer;
    max-width: fit-content;
    width: fit-content;
    color: var(--text-detail);
    text-wrap: nowrap;
}

#lang-switch>li:hover {
    color: var(--text-primary)
}

.selecter-lang.open #lang-switch {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.count {
    border-radius: 99px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: bolder;
    height: 17px;
    letter-spacing: -.5px;
    line-height: 17px;
    min-width: 17px;
    opacity: .9;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    text-align: center;
    transition: transform .2s;
    z-index: 1;
    background: var(--text-primary);
    left: 30px;
    top: 1px;
}

.cart-item {
    border: 1px solid var(--text-primary);
    padding: 10px 15px;
    transition: all 0.5s linear;
    background-color: var(--text-white);

}

.cart-nav__render {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
}

.glowing-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    aspect-ratio: 1;
    background-image: conic-gradient(from 0 at 50% 50%, hsl(0deg 100% 49.53% / 50%) 0deg, rgba(255, 255, 255, 0) 60deg, rgba(255, 255, 255, 0) 310deg, hsl(0deg 0% 100% / 50%) 360deg);
    animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    0% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.cart {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-chill {
    padding: 5px 3px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

.tree-menu>li>a {
    padding: 12px 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: initial;
    letter-spacing: 1px;
    display: block;
    position: relative;
    border-bottom: 1px dashed #e7e7e7;
    background-color: var(--text-white);
}

.tree-menu li a .icon-control {
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    color: #525353;
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}

.tree-menu li.active>a .icon-plus-submenu:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0);
}

.tree-menu li:last-child a {
    border: none;
}

.tree-menu li>a:hover>.icon-plus-submenu:after,
.tree-menu li:hover>a>.icon-plus-submenu:before,
.tree-menu li.active>a>.icon-plus-submenu:before,
.tree-menu li.active>a>.icon-plus-submenu:after {
    background: var(--text-white)
}

.tree-menu li>a:hover,
.tree-menu li.active>a {
    background-color: var(--text-primary);
    border-bottom: none;
    color: var(--text-white);

}

.tree-menu li a .icon-control:hover {
    border-color: #e7e7e7;
}

.tree-menu li.has-child>ul {
    background: var(--text-white);
}

.tree-menu li.has-child>ul>li>a {
    padding: 10px 30px;
    display: block;
}

.customer-swiper .swiper-wrapper {
    align-items: center;
}

.gallery_image_wrapper {
    height: 100px;
    width: 100%;

    box-shadow: 3px 1px 3px #00000014;
    border: 1px solid #00000014;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.gallery_image_wrapper img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.hero__background {
    background: #0a2e3c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    z-index: -1;
}

.hero__background::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 62, 70, .3);
}

.ss-swiper {
    height: 100vh;
}

.menuCanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    z-index: 0;
    z-index: 9;
    pointer-events: all;
}

.menuCanvas-collapse.open {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem);
}

.nav-menu__mobile {
    width: 100%;
    text-align: right;
    font-size: 25px;
}

.nav-menu__mobile a {
    cursor: pointer;
}

.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 0;
    pointer-events: all;
}

.box-bg__tran {
    background-color: #343A40;
    opacity: 0.2;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.box-offcanvas {
    box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
    width: 300px;
    height: 100%;
    background: var(--text-white);
    position: relative;
    z-index: 1;
    overflow: scroll;
    opacity: 1;
}

.offcanvas-collapse.open {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem);
}

.btn-close__nav {
    position: absolute;
    right: 15px;
}

.stat-item .icon {

    color: #fbfafa;
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7463%) hue-rotate(221deg) brightness(123%) contrast(114%)
}

.stat-item h3 {

    font-size: 3rem;
    margin: 0.5rem 0;
    color: #faf7f7;
}

.stat-item .counter {
    font-size: 5rem;
}

.stat-item p {
    text-align: center;
    font-size: 1.5rem;
    color: #fcf9f9;
}

@media screen and (max-width: 1400px) {


    .hero__video {
        object-fit: cover;
    }

    .side-bar {
        width: 4.8rem;
        padding: 0.85rem 0;
        right: 1rem;
        top: 60%;
        transform: translateY(-55%);
    }
}

@media screen and (max-width: 1200px) {


    .hero__video {
        object-fit: cover;
    }

    .side-bar {
        width: 4.5rem;
        padding: 0.75rem 0;
        right: 0.5rem;
        top: 60%;
        transform: translateY(-60%);
    }
}

@media screen and (max-width: 991px) {
    .side-bar {
        width: 4rem;
        padding: 0.5rem 0;
        top: auto;
        bottom: 1rem;
        transform: none;
        right: 1rem;
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .menuCanvas-collapse .box-offcanvas {
        width: 250px;
        right: 0%;
        left: calc(100% - 250px);
    }

    .toTop {
        display: none !important;
    }

    .ux-customize::after {
        content: none;
    }

    .ux-customize img {
        width: 100%;
        aspect-ratio: unset;
    }

    .custom__pading {
        padding-bottom: 15px !important;
    }

    .ss-partner {
        padding-top: 15px !important;
    }

    .hero__video {
        object-fit: cover;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .hero__background,
    .ss-swiper {
        aspect-ratio: 16/9;
        height: auto;
    }

    .side-bar {
        height: unset;
        padding: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        bottom: 0;
        right: 0;

    }

    .stat-item .counter {
        font-size: 4rem;
    }

    .side-bar a {
        width: calc(100% / 4);
        flex: 1;
        border-radius: 0;
        margin-bottom: 0;
    }

    h2.title {}
    .hide-for__medium,
    nav[aria-label="breadcrumb"] {
        display: none;
    }
    .product-information {
        margin-top: 20px;
      }
    .development-history::before {
        content: none;
    }
    .product-item > .d-flex {
        flex-direction: column !important;
    }
    .product-item > .d-flex > * {
        max-width: 100%;
    }
    #contact .card.form-action form .row.mb-3 {
        margin-bottom: 0 !important;
    }
    #product-related .box-list-product > .row {
        gap: 10px;
    }
    #layout-contact .row-contact {
        flex-direction: column-reverse;
    }
    #layout-contact .row-contact > .contact-layout {
        padding: 0 12px !important;
    }
    #contact .card.form-action form .row.mb-3 > .col-sm-6 {
        margin-bottom: 1rem;
    }
    .btn-submit__form {
        max-width: 100%;
    }
    .block-text,
    .block-subtitle {
        text-align: center !important;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .development-history > .row {
        margin-bottom: 15px !important;
    }
    .side-bar a p {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 10px 0;
    }

    .menu-item a {
        font-size: 16px;
        padding: 5px 10px;
        line-height: unset;
    }

    .ss-banner {
        min-height: 150px;
    }

    .side-bar a i {
        font-size: 1rem;
    }

    .block-company {
        padding-left: 0 !important;
    }

    .block-company .container {
        padding: 0 !important;
    }

    .side-bar a p em {
        font-size: 0.65rem;
    }

    .nav-desktop {
        display: none;
    }

    .nav-menu__mobile {
        display: block;
    }

    .list-box__artive>li {
        overflow: hidden;
        will-change: transform;
        display: inline-flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-weight: 500;
        margin-inline-end: 0px;
        white-space: nowrap;
        flex-shrink: 0;
        width: fit-content;
    }

    .list-box__artive {
        display: flex;
        align-items: center;
        overflow: auto;
        scrollbar-width: none;
        padding: 10px;
        margin-bottom: 10px;
        gap: 10px;
        padding-left: 0;
    }

    .product-cat {
        padding: 10px 15px;
        line-height: 1;
        margin: 0;
    }
}

@media screen and (max-width: 576px) {

    .ux-customize {
        margin: 0 20px;
    }

    .ux-customize::after {
        border: 3px solid var(--text-primary);
        left: -10px;
        bottom: -10px;
    }

    .btn-detail {
        max-width: 100%;
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }


    .side-bar a {
        width: 100%;
        height: 100%;
        flex: 1;
        border-radius: 0;
        margin-bottom: 0;
    }


    .side-bar a i {
        font-size: 1rem;

    }

    .side-bar a p em {
        font-size: 0.65rem;

    }

    .side-bar a.toTop {
        display: none;
    }

}

@media screen and (max-width: 480px) {



    .side-bar a.toTop {
        display: none;
    }

}

@media screen and (max-width: 430px) {


    .side-bar a.toTop {
        display: none;
    }

    .side-bar {
        width: 100%;
    }


}