@font-face {
  font-family: 'NanoFont';
  font-style: normal;
  src: url('../fonts/NanoFont-Regular.ttf') format("woff2");
}

@font-face {
  font-family: 'NanoFont';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NanoFont-Medium.ttf') format("woff2");
}

@font-face {
  font-family: 'NanoFont';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/NanoFont-Bold.ttf') format("woff2");
}

body {
    font-family: "NanoFont", sans-serif;
}

.object-contant {
    object-fit: contain !important;
}

.entire-action-header {
    position: relative;
    float: right;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section .btn-submit {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-section .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.number_tk {
    font-size: 5rem;
    font-weight: bold;
    color: var(--color-highlight);
    display: inline-flex;
    gap: 1rem;
}

.title_tk {
    font-size: 1.8rem;
}

.title-section span {
    color: var(--color-highlight);
}

.sub-section {
    color: var(--color-highlight);
    font-size: 1.8rem;
    text-transform: uppercase;
}

.rounded-1 {
    border-radius: 1rem;
}

.processin-partner, .choose-6qcurgl, .client-partner, .fun-fact-section {
    background-size: cover;
    background-position: center;
    padding: 6rem 0;
}

.processin-partner--title {
    font-size: 1.8rem;
    font-weight: bold;
    color: black;
}

.item-choose-6qcurgl {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(120, 129, 158, .25);
    border: 2px solid transparent;
    padding: 3rem;
    height: 100%;
}

.item-choose-6qcurgl:hover {
    border-color: var(--color-highlight);
}

.item-choose-6qcurgl .title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.item-choose-6qcurgl .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 6rem;
}

.point-sale {
    box-shadow: 0 0 20px rgba(120,129,158,.25);
    padding: 2rem;
    border-radius: 1rem;
}

.title-point-sale {
    font-size: 2rem;
    font-weight: bold;
}

.box-point-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.box-point-2 .icon {
    background: var(--color-main);
    padding: 2rem;
    border-radius: 100%;
}

.box-point-2 img {
    width: 4rem;
    height: 4rem;
}

.box-contact-home {
    background: #202f6f;
    padding: 6rem 0;
    position: relative;
}

.contact-w {
    color: white;
}

.title-contact-w {
    font-size: 4rem;
    text-transform: capitalize;
    font-weight: bold;
}

.desc-contact-w {
    font-size: 1.6rem;
}

.social-section .list-inline {
    gap: 1rem;
}

.social-section .list-inline a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: white;
    border-radius: .5rem;
    color: var(--color-highlight);
    border: 1px solid transparent;
}

.social-section .list-inline a:hover {
    background: var(--color-highlight);
    border: 1px solid white;
    color: white;
}

.ct-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.title-page {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-highlight);
    margin-bottom: 0;
}

.title-product-detail {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-highlight);
    margin-bottom: 2rem;
}

.item-point-sale-3 {
    text-align: center;
}

.item-point-sale-3 a {
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline;
}

.background-contact {
    position: relative;
}

.box-text-contact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 3rem;
}

.title-ofuceim {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-highlight);
    margin-bottom: 1rem;
}

.breadcrums-about .text {
    display: flex;
    flex-direction: column;
    padding: 8rem 0;
    color: white;
    position: relative;
    z-index: 1;
}

.breadcrums-about img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.breadcrums-about h1 {
    font-weight: bold;
}

.note {
    padding: 6rem 0;
}

.note img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.item-9j1s04z {
    display: flex;
    gap: 1rem;
    color: white;
}

.item-9j1s04z i {
    font-size: 500%;
}

.title-9j1s04z {
    font-weight: bold;
}

.box-text-9j1s04z {
    position: relative;
    z-index: 1;
}

.field-385d06v, .values-fzbt0a6 {
    background-size: cover;
    background-position: center;
    padding: 6rem 0;
}

.field--title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.vision-mission {
    background-size: cover;
    padding: 0 0 15rem 0;
}

.item-vm {
    background: white;
    padding: 6rem 3rem 6rem 0;
    position: relative;
    border-bottom-right-radius: 3rem;
}

.item-vm:before {
    content: "";
    position: absolute;
    right: 100%;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: white;
}

.box-development {
    background-size: cover;
    background-position: center;
    padding: 6rem 0;
}

.development--tile {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    color: var(--color-highlight);
}

.development--tile {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    color: var(--color-highlight);
}

.development-2 {
    height: 100%;
}

.development-2 .item-development {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--color-highlight);
    height: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
}

.development-2 .item-development * {
    color: white;
}

.development-2 .development--tile {
    font-size: 2.5rem;
    border: 0;
}

footer {
    background: #ccd4ea;
}

footer .logo-section img {
    max-height: 8rem;
}

.title-footer {
    font-size: 2rem;
    font-weight: bold;
}

.footer-menu-section ul {
    margin-bottom: 0;
}

.footer-menu-section ul li {
    margin-bottom: 12px;
}

.footer-menu-section ul li a {
    color: black;
    font-size: 15px;
}

.footer-menu-section ul li:last-child {
    margin-bottom: 0;
}

.title-info-website {
    font-size: 3rem;
    font-weight: bold;
}

.company-footer {
    font-size: 2rem;
    font-weight: bold;
}

.item-values-fzbt0a6 {
    text-align: center;
    padding: 80px 20px;
    aspect-ratio: 1/1;
    background: linear-gradient(185.9deg, rgba(50, 76, 192, .71) -9.22%, #d6ddff 95.32%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.values-fzbt0a6--title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.product-item .btn-product-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid;
    color: black;
    border-radius: 100%;
    position: absolute;
    right: 0;
}

.product-item .btn-product-wishlist {
    top: 0;
    border-color: var(--color-highlight);
    color: var(--color-highlight);
}

.product-item .btn-product-shopping {
    bottom: 0;
    background: var(--color-highlight);
    color: white;
    border-color: var(--color-highlight);
}

.product-item .btn-product-shopping:hover {
    background: white;
    color: var(--color-highlight);
}

.product-item .btn-product-wishlist:hover {
    background: var(--color-highlight);
    color: white;
}

.box-article-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-article-detail .box-article-content {
    flex-basis: calc(100% - 80px);
    max-width: calc(100% - 80px);
    border: 1px solid #ddd;
    padding: 1.5rem;
    border-radius: .5rem;
    background: white;
}

.box-article-detail .box-article-share {
    flex: 0 0 52px;
    max-width: 52px;
}

.box-article-detail .social-share {
    background: #fff;
    padding: 1rem;
    border-radius: 3rem;
    border: 1px solid #ddd
}

.box-article-detail .social-share > div {
    margin-bottom: 10px;
}

.box-article-detail .social-share > div:last-child {
    margin: 0;
}

.box-article-detail .btn-social a:hover {
    background: var(--color-main);
}

.box-article-detail .btn-social a {
    background: #383838;
    aspect-ratio: 1/1;
    display: flex;
    width: 31px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100%;
}

.product-title--cate > a {
    font-size: 3rem;
    font-weight: bold;
}

.table-content-icon {
    display: none !important;
}

.box-contact-home .btn:hover > i {
    transform: translateX(0px);
    opacity: 1;
}

.box-contact-home .btn > i {
    transition: all 0.3s ease;
    transform: translateX(-10px);
    opacity: 0;
}

.box-contact-home .btn > span {
    transform: translateX(10px);
    transition: all 0.3s ease;
    display: inline-block;
}

.box-contact-home .btn:hover > span {
    transform: translateX(0px);
}

.head-hotline {
    padding: 1rem .8rem;
    display: inline-block;
    background: var(--color-highlight);
    color: white;
    border-radius: .8rem;
    font-weight: bold;
    border: 1px solid var(--color-highlight);
}

.head-hotline:hover {
    background: white;
    color: var(--color-highlight);
}

.product_detail .modal-dialog {
    max-width: 80em;
}

@media (min-width: 992px) {
    .swiper-field {
        margin-top: -30rem;
    }
    
    .footer-mt {
        margin-top: 6rem;
    }
}

@media (max-width: 667px) {
    .row-mobile > .container > .row > div, .row-mobile .row.no-gutters > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .box-article-detail {
        display: block;
    }
    
    .box-article-detail .box-article-content {
        max-width: 100%;
    }
    
    .box-article-detail .box-article-share {
        max-width: 100%;
        display: block;
    }
    
    .box-article-detail .box-article-share .social-share {
        border-radius: .5rem;
        width: 100%;
        margin-top: 15px;
    }
    
    
    .social-share > div {
        margin-bottom: 0;
    }
    
    .box-article-detail .box-article-share .social-share .btn-social {
        margin-right: 10px;
    }
    
    .title-9j1s04z {
        font-size: 2rem;
    }
    
    .is-mobile .article-description {
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}