* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    box-sizing: border-box;
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

@media all and (max-width: 767.98px) {
    body {
        overflow-x: hidden;
        background-color: rgba(196, 196, 196, 0.2);
    }
}

.heading-text {
    font-size: 3rem;
    font-weight: 600;
}
@media (max-width: 575.98px) {
    .heading-text {
        font-size: 1.5rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .heading-text {
        font-size: 1.75rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .heading-text {
        font-size: 2rem;
    }
}

.heading-text-2 {
    font-size: 2.25rem;
    font-weight: 400;
}
@media (max-width: 575.98px) {
    .heading-text-2 {
        font-size: 1.375rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .heading-text-2 {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .heading-text-2 {
        font-size: 1.75rem;
    }
}

.heading-text-card {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.2s;
}
@media (max-width: 575.98px) {
    .heading-text-card {
        font-size: 1.125rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .heading-text-card {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .heading-text-card {
        font-size: 1.625rem;
    }
}

.detail-text-card {
    font-size: 1.125rem;
    font-weight: 400;
    transition: all 0.2s;
}
@media (max-width: 575.98px) {
    .detail-text-card {
        font-size: 0.75rem;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .detail-text-card {
        font-size: 0.75rem;
    }
}

.heading-text-info {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    transition: all 0.2s;
}
@media (max-width: 575.98px) {
    .heading-text-info {
        font-size: 1rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .heading-text-info {
        font-size: 1rem;
    }
}

.detail-text-info {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    transition: all 0.2s;
}
@media all and (max-width: 767.98px) {
    .detail-text-info {
        font-size: 0.75rem;
        overflow: hidden;
        max-height: 5rem;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
}

.heading-text-member {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    transition: all 0.2s;
}
@media (max-width: 575.98px) {
    .heading-text-member {
        font-size: 1rem;
    }
}

.detail-text-member {
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1;
    transition: all 0.2s;
}
.detail-text-member--phone {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    transition: all 0.2s;
}

.subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    transition: all 0.2s;
}
@media all and (max-width: 767.98px) {
    .subtitle {
        font-size: 1rem;
    }
}

.text-des {
    font-size: 0.2rem;
    color: #fff;
    position: absolute;
    z-index: -1;
}

.text-danger {
    font-size: 0.688rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #dc3545;
}

.txt-green {
    color: #06d6a0 !important;
}

.txt-red {
    color: #dc3545 !important;
}

.txt-sm {
    font-size: 0.875rem;
}

.navbar {
    background-color: #fff;
    padding: 1rem 0;
}
.navbar__logo {
    width: 100px;
}
.navbar .navbar-toggler {
    border: 0;
    font-size: 2.5rem;
    line-height: 0;
    padding: 0;
    color: #000;
}
.navbar .navbar-brand {
    position: relative;
    overflow: hidden;
}
@media all and (max-width: 1199.98px) {
    .navbar {
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    }
    .navbar .navbar-brand {
        margin: 0 auto;
    }
}
@media all and (min-width: 1200px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.navbar-menu {
    padding: 0rem;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.02);
}
.navbar-menu .nav-item:not(:last-child) {
    margin-right: 1.75rem;
}
.navbar-menu .nav-item {
    position: relative;
    transition: all 0.3s;
}
.navbar-menu .nav-item::before {
    content: "";
    background-color: currentColor;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    transition: width 0.3s;
}
.navbar-menu .nav-item:hover::before,
.navbar-menu .nav-item:focus::before,
.navbar-menu .nav-item:active::before {
    width: 100%;
}
@media all and (max-width: 1199.98px) {
    .navbar-menu .nav-item:hover::before,
    .navbar-menu .nav-item:focus::before,
    .navbar-menu .nav-item:active::before {
        width: 50%;
    }
}
.navbar-menu .nav-item .dropdown {
    display: flex;
    justify-content: center;
}
.navbar-menu .nav-item .dropdown__icon::after {
    content: "";
    display: inline-block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    fill: currentColor;
    transition: transform 0.3s;
}
.navbar-menu .nav-item .dropdown-menu {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.navbar-menu .nav-item .dropdown-menu .dropdown-item {
    font-size: 1.125rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.55);
    transition: all 0.2s;
    margin: 0.5rem 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
.navbar-menu .nav-item .dropdown-menu .dropdown-item:hover,
.navbar-menu .nav-item .dropdown-menu .dropdown-item:focus,
.navbar-menu .nav-item .dropdown-menu .dropdown-item:active,
.navbar-menu .nav-item .dropdown-menu .dropdown-item.active {
    color: #ff9900;
}
@media all and (max-width: 1199.98px) {
    .navbar-menu .nav-item .dropdown-menu .dropdown-item {
        white-space: normal;
    }
}
@media all and (max-width: 1199.98px) {
    .navbar-menu .nav-item .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 1rem;
        box-shadow: none;
    }
}
.navbar-menu .nav-item:hover .nav-link {
    color: currentColor;
}
.navbar-menu .nav-item:hover .dropdown__icon::after {
    fill: currentColor;
    transform: rotate(180deg);
}
.navbar-menu .nav-item.active::before {
    background-color: #ff9900;
    width: 100%;
}
@media all and (max-width: 1199.98px) {
    .navbar-menu .nav-item.active::before {
        background-color: #ff9900;
        width: 50%;
    }
}
.navbar-menu .nav-item.active .nav-link {
    color: #ff9900;
}
.navbar-menu .nav-link {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-menu .nav-link {
        font-size: 1.1rem;
    }
}
@media (min-width: 1199.98px) and (max-width: 1331px) {
    .navbar-menu .nav-link {
        font-size: 0.9rem;
        letter-spacing: 0px;
    }
}

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
.screen-darken.active {
    z-index: 100;
    transition: opacity 0.3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

@media (max-width: 1199.98px) {
    .offcanvas-header {
        display: block;
        width: 100%;
    }
    .offcanvas-header .btn-close {
        outline: none;
        box-shadow: none;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        z-index: 1200;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }
}

@media all and (max-width: 767.98px) {
    .mobile-offcanvas {
        width: 100%;
    }
    .mobile-offcanvas .navbar-nav {
        margin-top: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mobile-offcanvas {
        width: 60%;
    }
}

.scrolled-navbar-down {
    transform: translateY(-63%);
    transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1199.98px) {
    .scrolled-navbar-down {
        transform: translateY(-100%);
    }
}

.scrolled-navbar-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1199.98px) {
    .scrolled-navbar-up {
        transform: none;
    }
}

.footer {
    overflow: hidden;
}
.footer__bg-grey {
    padding: 3rem 0;
    background: #8e8e8e;
}
.footer__bg-white {
    padding: 0.7rem 0;
    background: #fff;
}
.footer__img {
    width: 100%;
    margin-right: 1rem;
}
.footer__copyright {
    padding: 1rem 0;
    background: #f8f8f8;
    font-size: 0.875rem;
    font-weight: 600;
}
.footer__proceed {
    display: block;
    padding-top: 2.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1.1px;
    color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.98px) {
    .footer__proceed {
        padding-top: 1.25rem;
        font-size: 1rem;
    }
}
.footer .accordion .accordion-item {
    background-color: transparent;
}
.footer .accordion .accordion-item .accordion-header {
    background-color: transparent;
    margin-bottom: 0;
}
.footer .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    box-shadow: none;
    transition: all 0.2s;
    position: relative;
}
@media (max-width: 575.98px) {
    .footer .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 1rem;
    }
}
.footer .accordion .accordion-item .accordion-header .accordion-button::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: currentColor;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: width 0.3s;
}
.footer
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:hover::before {
    width: 100px;
}
.footer
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button[aria-expanded="true"] {
    color: #ff9900;
}
.footer
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button[aria-expanded="true"]::before {
    width: 100px;
}
.footer .accordion .accordion-item .accordion-header .accordion-button:focus,
.footer .accordion .accordion-item .accordion-header .accordion-button:active {
    outline: none;
    box-shadow: none;
}
.footer .accordion .accordion-item .accordion-list {
    padding: 0.7rem 0rem;
    background-color: transparent;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    box-shadow: none;
    transition: all 0.2s;
    position: relative;
}
.footer .accordion .accordion-item .accordion-list::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: currentColor;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: width 0.3s;
}
.footer .accordion .accordion-item .accordion-list:hover::before {
    width: 100px;
}
.footer .accordion .accordion-item .accordion-list:focus,
.footer .accordion .accordion-item .accordion-list:active {
    color: #ff9900;
}
@media (max-width: 575.98px) {
    .footer .accordion .accordion-item .accordion-list {
        font-size: 1rem;
    }
}
.footer .accordion .accordion-link:not(:first-child) {
    margin-bottom: 1.65rem;
}
.footer__list {
    list-style: none;
}
.footer__list li {
    margin-top: 1rem;
}
.footer__link {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    transition: all 0.2s;
}
.footer__link:hover,
.footer__link:focus,
.footer__link:active {
    color: #ff9900;
}
@media (max-width: 767.98px) {
    .footer__link {
        font-size: 1rem;
    }
}
.footer .img-footer {
    max-width: 150px;
}
@media all and (max-width: 767.98px) {
    .footer .img-footer {
        width: 90px;
    }
}
.footer .img-footer-nia {
    max-width: 90px;
    max-height: 90px;
}
@media all and (max-width: 767.98px) {
    .footer .img-footer-nia {
        max-width: 70px;
        max-height: 70px;
    }
}

.cookie-policy {
    position: fixed;
    width: 60%;
    bottom: -100%;
    margin: 1% auto;
    /* Will not center vertically and won't work in IE6/7. */
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    background: #ff9900;
    border-radius: 50px;
    color: #fff;
    padding: 1rem 2rem;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.09);
    transition: 400ms;
    /*  Extra small devices (portrait phones, less than 576px) */
}
.cookie-policy.active {
    bottom: 0px;
}
.cookie-policy a {
    text-decoration: underline;
    color: #d81c1b;
}
.cookie-policy button {
    margin-left: 10px;
    background-color: #fff;
    border-radius: 5px;
}
@media (max-width: 575.98px) {
    .cookie-policy {
        font-size: 12px;
        padding: 15px 25px;
        border-radius: 15px;
        width: 90%;
    }
    .cookie-policy .d-cookie {
        display: block;
        margin-top: 7px;
    }
    .cookie-policy button {
        margin-left: 0px;
    }
}

.intro {
    margin: 4rem 0;
}
.intro__banner {
    object-fit: contain;
    max-width: 100%;
    height: 573px;
    border-radius: 3.125rem;
}
@media (max-width: 575.98px) {
    .intro {
        margin: 0rem 0;
    }
    .intro .container-fluid {
        max-width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .intro__banner {
        object-fit: contain;
        width: 100%;
        height: 100%;
        border-radius: 0rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .intro {
        margin: 0rem 0;
    }
    .intro .container-fluid {
        max-width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .intro__banner {
        object-fit: cover;
        width: 100%;
        height: 25rem;
        border-radius: 0rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .intro {
        margin: 0rem 0;
    }
    .intro .container-fluid {
        max-width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .intro__banner {
        object-fit: cover;
        width: 100%;
        height: 31.25rem;
        border-radius: 0rem;
    }
}

.swiper-container .swiper-slide {
    width: 100%;
    overflow: hidden;
    border-radius: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .swiper-container {
        width: 100%;
    }
    .swiper-container .swiper-slide {
        border-radius: 0rem;
    }
}

.swiper-pagination {
    width: 100%;
    left: 0;
    bottom: -40px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 12.5px;
    height: 12.5px;
    background: #ebf0ff;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffc700;
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 0.5rem;
}
@media all and (max-width: 991.98px) {
    .swiper-pagination {
        bottom: 10px;
    }
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.2);
}

.dropdown-account:hover > .btn__account::after,
.dropdown-account:active > .btn__account::after,
.dropdown-account:focus > .btn__account::after {
    width: 100%;
}

.dropdown-account:hover > .btn__account,
.dropdown-account:active > .btn__account,
.dropdown-account:focus > .btn__account {
    color: #fff;
    box-shadow: 0 5px 7px rgba(255, 153, 0, 0.4);
}

.dropdown-account .dropdown-account-menu {
    padding-top: 1rem;
    top: 68% !important;
    left: 0;
    right: 0;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: translateY(-20%);
}
.dropdown-account .dropdown-account-menu .dropdown-item {
    padding: 0.5rem 0.7rem;
    font-size: 1.063rem;
}
.dropdown-account .dropdown-account-menu .dropdown-item.active {
    color: #ff9900;
}
@media (max-width: 575.98px) {
    .dropdown-account .dropdown-account-menu {
        top: 100% !important;
        transform: translateY(0%);
    }
}

@media (max-width: 1199.98px) {
    .dropdown-account .dropdown-account-menu {
        border-radius: 15px;
        position: absolute;
        left: auto !important;
        right: 0;
        transform: translateY(0%);
    }
}

.btn__login {
    font-size: 1rem !important;
    font-weight: 300;
    color: #000;
    border: 1px solid #ff9900;
    border-radius: 25rem;
    padding: 0.7rem 0.7rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
}
.btn__login::after {
    content: "";
    position: absolute;
    background-color: #ff9900;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: width 0.3s;
}
.btn__login:hover::after,
.btn__login:focus::after,
.btn__login:active::after {
    width: 100%;
}
.btn__login:hover,
.btn__login:focus,
.btn__login:active {
    color: #fff;
}
.btn__login--icon {
    color: #fff;
    padding: 0.5rem 0.78rem;
    background-color: #ff9900;
    border-radius: 50%;
    margin-left: 0.2rem;
    margin-right: -0.5rem;
    animation: pulse 0.7s linear infinite;
}
@media (max-width: 575.98px) {
    .btn__login {
        padding: 0.7rem 0.7rem;
    }
    .btn__login--icon {
        margin-left: -0.5rem;
    }
    .btn__login--text {
        display: none;
    }
}
.btn__login:focus,
.btn__login:active {
    outline: none;
    box-shadow: none;
    filter: brightness(90%);
}

.btn__account {
    font-size: 1rem !important;
    font-weight: 300;
    color: #000;
    border: 1px solid #ff9900;
    border-radius: 25rem;
    padding: 0.5rem 0.7rem;
    overflow: hidden;
    position: relative;
    z-index: 9999;
    transition: color 0.3s;
}
@media (max-width: 575.98px) {
    .btn__account {
        z-index: 1;
    }
}
.btn__account::after {
    content: "";
    position: absolute;
    background-color: #ff9900;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: width 0.3s;
}
.btn__account:hover::after,
.btn__account:focus::after,
.btn__account:active::after {
    width: 100%;
}
.btn__account:hover,
.btn__account:focus,
.btn__account:active {
    color: #fff;
}
.btn__account--avater {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 0.1rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.btn__account--text {
    letter-spacing: 0.5px;
}
@media (max-width: 575.98px) {
    .btn__account {
        padding: 0.2rem 0.2rem;
    }
    .btn__account--avater {
        margin-right: 0rem;
    }
    .btn__account--text {
        display: none;
    }
}
.btn__account:focus,
.btn__account:active {
    outline: none;
    box-shadow: none;
    filter: brightness(90%);
}

.btn__info {
    width: 210px;
    background-color: #d85b60;
    color: #fff;
    font-size: 1.125rem;
    border-radius: 10px;
    transition: transform 0.3s;
}
.btn__info:hover {
    color: #fff;
    transform: translateY(-6px);
}
.btn__info:focus,
.btn__info:active {
    color: #fff;
    filter: brightness(90%);
    outline: none;
    box-shadow: none;
    transform: translateY(0);
}

.btn__grey {
    position: relative;
    z-index: 1;
    background-color: #fafafa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.btn__grey:hover {
    filter: brightness(97%);
}
.btn__grey:focus,
.btn__grey:active {
    filter: brightness(87%);
    outline: none;
    box-shadow: none;
}

.btn__chat {
    width: 210px;
    background-color: #58bf38;
    color: #fff;
    font-size: 1.125rem;
    border-radius: 10px;
    transition: transform 0.3s;
}
.btn__chat:hover {
    color: #fff;
    transform: translateY(-6px);
}
.btn__chat:focus,
.btn__chat:active {
    color: #fff;
    filter: brightness(90%);
    outline: none;
    box-shadow: none;
    transform: translateY(0);
}

.btn__call {
    width: 210px;
    background-color: #f29f39;
    color: #fff;
    font-size: 1.125rem;
    border-radius: 10px;
    transition: transform 0.3s;
}
.btn__call:hover {
    color: #fff;
    transform: translateY(-6px);
}
.btn__call:focus,
.btn__call:active {
    color: #fff;
    filter: brightness(90%);
    outline: none;
    box-shadow: none;
    transform: translateY(0);
}

.btn__submit {
    display: block;
    width: 100%;
    background-color: #ff9900;
    color: #fff;
    border-radius: 33px;
    font-size: 1.125rem;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(255, 153, 0, 0.25);
    transition: all 0.3s;
}
.btn__submit:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 16px rgba(255, 153, 0, 0.25);
}
.btn__submit:active,
.btn__submit:focus {
    transform: translateY(0);
    filter: brightness(90%);
    outline: none;
    box-shadow: 0 -1px 10px rgba(255, 153, 0, 0.25);
}
.btn__submit.btn-danger {
    background-color: #e8505b;
    box-shadow: 0 4px 8px rgba(232, 80, 91, 0.25);
}
.btn__submit.btn-danger:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 16px rgba(232, 80, 91, 0.25);
}
.btn__submit.btn-danger:active,
.btn__submit.btn-danger:focus {
    transform: translateY(0);
    filter: brightness(90%);
    outline: none;
    box-shadow: 0 -1px 10px rgba(232, 80, 91, 0.25);
}

.btn__check {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.7rem;
}
@media all and (max-width: 991.98px) {
    .btn__check {
        margin-bottom: 0.7rem;
    }
}
.btn__check:hover {
    border-color: #ff9900;
}
.btn__check:active,
.btn__check:focus {
    outline: none !important;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.2) !important;
}
.btn-check:checked + .btn__check {
    background-color: #faefe0;
    border-color: #ff9900;
    outline: none;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.2) !important;
}
.btn__check i {
    display: none;
}
.btn-check:checked + .btn__check i {
    display: inline-block;
}
.btn-check:checked + .btn__check:active,
.btn-check:checked + .btn__check:focus {
    outline: none !important;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.2) !important;
}

.btn__disease {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: 15px;
    border: 2px solid #ddd;
    transition: all 0.3s;
}
.btn__disease img {
    height: 80px;
    transition: filter 0.3s;
}
.btn__disease--text {
    margin-top: 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    transition: font-weight 0.3s;
}
.btn__disease:hover {
    transform: scale(1.05) translateY(-5%);
}
.btn__disease:active,
.btn__disease:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.2);
}
.btn-check:checked + .btn__disease img {
    filter: brightness(50%);
}
.btn-check:checked + .btn__disease .btn__disease--text {
    font-weight: 500;
}
.btn-check:checked + .btn__disease {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.2);
    border: 2px solid #ff9900;
    background-color: rgba(255, 153, 0, 0.1);
    transform: scale(1) translateY(0%);
}
@media (max-width: 575.98px) {
    .btn__disease img {
        height: 60px;
    }
    .btn__disease--text {
        font-size: 1rem;
    }
}

.btn__close {
    background-color: #fff;
}
.btn__close i {
    color: #000;
    font-size: 30px;
}
.btn__close i::before {
    line-height: 0;
}

.btn__cure {
    position: relative;
    background-color: rgba(255, 153, 0, 0.1);
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: 120px;
    transition: all 0.3s;
    overflow: hidden;
}
.btn__cure--text {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    transition: font-weight 0.3s;
}
.btn__cure--text::before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  fill="white" class="bi bi-circle-fill" viewBox="0 0 16 16"><circle cx="8" cy="8" r="8"/></svg>');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    transform: scale(1.1);
    left: 500px;
    z-index: 11;
    transition: left 0.7s ease-in-out;
}
.btn__cure:hover {
    transform: scale(1.05) translateY(-5%);
}
.btn__cure:active,
.btn__cure:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.2);
}
.btn-check:checked + .btn__cure img {
    filter: brightness(50%);
}
.btn-check:checked + .btn__cure .btn__cure--text {
    color: #fff;
    font-weight: 500;
}
.btn-check:checked + .btn__cure .btn__cure--text::before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  fill="white" class="bi bi-check-circle-fill" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/></svg>');
    background-repeat: no-repeat;
    fill: gainsboro;
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    transform: scale(1);
    top: 0;
    left: 0px;
    opacity: 1;
}
.btn-check:checked + .btn__cure {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.2);
    background-color: #ff9900;
    transform: scale(1) translateY(0%);
}
@media (max-width: 575.98px) {
    .btn__cure img {
        height: 60px;
    }
    .btn__cure--text {
        font-size: 1rem;
    }
}

.btn__model--close {
    background: #ff9900;
    border-radius: 50px;
    padding: 0.5rem 0.7rem;
    box-shadow: 0 0 15px #ff9900;
}
.btn__model--close i {
    font-size: 2rem;
    color: #fff;
    line-height: 0;
}

.btn__delete {
    background-color: #dc3545;
    color: whitesmoke;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.64px;
    border-radius: 45px;
    padding: 0.4rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.3s;
}
.btn__delete:hover {
    color: whitesmoke;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 12px;
    transform: translateY(-3px);
}
.btn__delete:active {
    filter: brightness(90%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px;
    transform: translateY(0px);
}

.btn-moter .btn {
    width: 200px;
    padding: 0.84rem 0;
    font-size: 1.125rem;
    letter-spacing: 0.74px;
    border-radius: 7px;
    border: 1px solid transparent;
    transform: translateY(0);
    transition: all 0.3s;
}
.btn-moter .btn:hover {
    filter: brightness(90%);
}
.btn-moter .btn:active,
.btn-moter .btn:focus {
    filter: brightness(70%);
    transform: translateY(2px);
}

.btn-moter .btn-m__credit {
    background-color: #e8505b;
    color: #fff;
}
.btn-moter .btn-m__credit img {
    max-width: 24px;
}

.btn-moter .btn-m__order {
    background-color: #4d77ff;
    color: #fff;
}

.btn-moter .btn-m__chat {
    background-color: #00c300;
    color: #fff;
}

.btn-moter .btn-m__call {
    background-color: #ff9900;
    color: #fff;
}

.btn-branch {
    background-color: #ff9900;
    color: #fff;
    border: 1px solid #ff9900;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 300;
    box-shadow: 0 4px 8px rgba(51, 51, 51, 0.01);
    transform: translateY(0);
    transition: all 0.3s;
}
.btn-branch:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(51, 51, 51, 0.25);
}
.btn-branch:focus,
.btn-branch:active {
    color: #fff;
    transform: translateY(0px);
    box-shadow: 0 4px 8px rgba(51, 51, 51, 0.01);
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.4);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 153, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0);
    }
}

.form-insurance__general {
    margin-bottom: 2.5rem;
}

.form-insurance__protection {
    margin-bottom: 2.5rem;
}

.form-insurance__filter {
    margin-bottom: 2.5rem;
}
.form-insurance__filter .form-title-filter {
    font-size: 1.25rem;
}
.form-insurance__filter .title-price {
    margin-bottom: 1rem;
}
.form-insurance__filter .box-price {
    padding: 0.5rem 2rem;
    border-radius: 10px;
    border-color: transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 991.98px) {
    .form-insurance__filter .box-price {
        width: 60%;
        margin: 2.5rem 0;
    }
}

.form-insurance__company {
    margin-bottom: 2.5rem;
}

.form-insurance .form-label {
    font-size: 1rem;
}

.form-insurance .form-title {
    font-size: 1.125rem;
}

.form-insurance__btn {
    margin-top: 4rem;
}

@media (max-width: 575.98px) {
    .form-insurance__btn {
        margin-top: 1.25rem;
    }
}

.form-insurance .input-group input {
    overflow: hidden;
    position: relative;
}
.form-insurance .input-group input:focus,
.form-insurance .input-group input:active {
    outline: none !important;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.1);
    border-color: #ff9900;
}

.form-insurance .input-group .input-group-text {
    position: absolute;
    right: 5px;
    border-color: transparent;
    background-color: transparent;
    z-index: 1;
}

.form-insurance .input-group input:hover + .input-group-text {
    opacity: 0;
}

.form-insurance .input-rounded {
    border-radius: 10px !important;
}
.form-insurance .input-rounded--left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.form-insurance .input-rounded--right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.form-insurance .hide-travel {
    display: none;
}

/*============== Input ================*/
.form-control {
    border-color: transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.form-control:focus,
.form-control:active {
    border-color: #ff9900;
    outline: none !important;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.1);
}

/*============== Select ================*/
.form-select {
    border-color: transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.form-select:focus,
.form-select:active {
    border-color: #ff9900;
    outline: none !important;
    box-shadow: 0 0 5px rgba(255, 153, 0, 0.1);
}

.was-validated .form-control:focus,
.was-validated .form-control:active {
    outline: none !important;
    box-shadow: none !important;
}

.was-validated .form-select:focus,
.was-validated .form-select:active {
    outline: none !important;
    box-shadow: none !important;
}

/*============== Checkbox ================*/
.form-check {
    position: relative;
}
.form-check .form-check-input {
    display: none;
}
.form-check .form-check-label {
    cursor: pointer;
}
.form-check .form-check-label .form-checkbox-button {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='gainsboro'  class='bi bi-check-circle-fill' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/></svg>");
    fill: gainsboro;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.1rem;
}
.form-check
    .form-check-input:checked
    ~ .form-check-label
    .form-checkbox-button {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="orange" class="bi bi-check-circle-fill" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/></svg>');
    fill: orange;
}

/*============== Range ================*/
.range-icon {
    position: relative;
}
.range-icon::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 52.31px;
    height: 28.57px;
    border: 0;
    background: url("../images/icons/form/range-icon.png") no-repeat;
    cursor: pointer;
}
.range-icon::-moz-range-thumb {
    width: 52.31px;
    height: 28.57px;
    border: 0;
    background: url("../images/icons/form/range-icon.png") no-repeat;
    cursor: pointer;
}
.range-icon::after {
    content: "";
    position: absolute;
    background: rgba(255, 153, 0, 0.1);
    width: 100%;
    height: 100%;
    left: 0;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

/*============== Dropdown Check ================*/
.dropdown-check-list {
    outline: none;
    display: inline-block;
}
.dropdown-check-list .insurance {
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0.475rem 1rem 0.475rem 0.75rem;
    border-radius: 33px;
    border: 1px solid transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}
.dropdown-check-list .bg--grey {
    background-color: #fafafa;
}
.dropdown-check-list ul.items {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    opacity: 0;
    height: 0%;
    overflow: hidden;
    margin-top: 0.25rem;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    z-index: 10;
    transition: all 0.3s;
}
.dropdown-check-list ul.items li {
    list-style: none;
}
.dropdown-check-list ul.items li:not(:last-child) {
    margin-bottom: 0.7rem;
}
.dropdown-check-list.visible .insurance {
    color: #ff9900;
    border-color: #ff9900;
}
.dropdown-check-list.visible .items {
    height: auto;
    opacity: 1;
}

.form-control::file-selector-button {
    background-color: #ff9900 !important;
    color: #fff;
    transition: all 0.3s;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    filter: brightness(90%);
}

.uhub-mobile {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
.uhub-mobile .mobile-item {
    padding: 0.7rem 0.1rem;
}
.uhub-mobile .mobile-item--img {
    max-width: 2.625rem;
    margin-bottom: 0.4rem;
}
.uhub-mobile .mobile-item--text {
    font-size: 0.75rem;
    font-weight: 400;
    color: #333;
}
.uhub-mobile .mobile-item.mobile-center .mobile-item--img {
    transform: scale(2.6) translateY(-2px);
}
.uhub-mobile .mobile-item.active {
    background: #ff9900;
    background: linear-gradient(
        0deg,
        rgba(255, 153, 0, 0.2) 0%,
        rgba(255, 255, 255, 0.1) 40%
    );
    border-bottom: 2px solid #ff9900;
}
.uhub-mobile .mobile-item.active .mobile-item--text {
    font-size: 0.75rem;
    font-weight: 400;
    color: #ff9900;
}
.uhub-mobile .mobile-item.scb.active {
    background: #4a2886;
    background: linear-gradient(
        0deg,
        rgba(74, 40, 134, 0.2) 0%,
        rgba(255, 255, 255, 0.1) 40%
    );
    border-bottom: 2px solid #4a2886;
}
.uhub-mobile .mobile-item.scb.active .mobile-item--text {
    font-size: 0.75rem;
    font-weight: 400;
    color: #4a2886;
}
.uhub-mobile .mobile-item.employee.active {
    background: #00a03e;
    background: linear-gradient(
        0deg,
        rgba(0, 160, 62, 0.2) 0%,
        rgba(255, 255, 255, 0.1) 40%
    );
    border-bottom: 2px solid #00a03e;
}
.uhub-mobile .mobile-item.employee.active .mobile-item--text {
    font-size: 0.75rem;
    font-weight: 400;
    color: #00a03e;
}
.uhub-mobile .mobile-item.staff.active {
    background: #28abe3;
    background: linear-gradient(
        0deg,
        rgba(40, 171, 227, 0.2) 0%,
        rgba(255, 255, 255, 0.1) 40%
    );
    border-bottom: 2px solid #28abe3;
}
.uhub-mobile .mobile-item.staff.active .mobile-item--text {
    font-size: 0.75rem;
    font-weight: 400;
    color: #28abe3;
}
.uhub-mobile .mobile-item.blacklist.active {
    background: #f20505;
    background: linear-gradient(
        0deg,
        rgba(242, 5, 5, 0.2) 0%,
        rgba(255, 255, 255, 0.1) 40%
    );
    border-bottom: 2px solid #f20505;
}
.uhub-mobile .mobile-item.blacklist.active .mobile-item--text {
    font-size: 0.75rem;
    font-weight: 400;
    color: #f20505;
}
.uhub-mobile-scb {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #333;
    padding: 0.3rem 0rem;
    z-index: 99;
    font-size: 0.75rem;
    font-weight: 400;
}

#condition-heading {
    position: relative;
    height: 500px;
    background-color: #ff9900;
    overflow: hidden;
}
#condition-heading .heading--text {
    margin-top: 6rem;
    font-size: 2.625rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #fff;
}
@media (max-width: 767.98px) {
    #condition-heading {
        display: flex;
        align-items: center;
        height: 250px;
    }
    #condition-heading .heading--text {
        margin-top: 0rem;
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 0.6px;
        color: #fff;
    }
}

/*================ Production ================*/
.production {
    margin: 7rem 0;
}
.production .heading-text {
    margin-bottom: 3.45rem;
}
.production .col {
    margin-bottom: 1.5rem;
}
@media all and (max-width: 767.98px) {
    .production {
        margin: 2.5rem 0;
    }
    .production .col {
        margin-bottom: 0.8rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .production .col {
        margin-bottom: 1rem;
    }
}
.production .card--lottery {
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.1),
            rgba(255, 153, 0, 0.2)
        ),
        url("../images/bg/home/bg-moter-3-des.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 42%;
    border-radius: 2.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem 0;
    box-shadow: 0 0rem 1.56rem rgba(0, 0, 0, 0.08);
    animation: lottery 1s linear infinite;
    transition: all 0.3s;
}
.production .card--lottery .heading-text-card {
    font-size: 2.4rem;
    color: #3274e0;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
        1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
        2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff,
        -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    letter-spacing: 4px;
}
.production .card--lottery .detail-text-card {
    color: #3274e0;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
        1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
        2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff,
        -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    letter-spacing: 3px;
}
.production .card--lottery:hover {
    animation: none !important;
    filter: brightness(80%);
}
.production .card--lottery:focus,
.production .card--lottery:active {
    transform: scale(0.99);
}
@media (max-width: 575.98px) {
    .production .card--lottery {
        background-image: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.01),
                rgba(255, 153, 0, 0.4)
            ),
            url("../images/bg/home/bg-moter-3.png");
        background-position: 25% 0;
        border-radius: 25px;
    }
    .production .card--lottery .heading-text-card {
        font-size: 1.125rem;
        letter-spacing: 1px;
    }
    .production .card--lottery .detail-text-card {
        font-size: 0.625rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .production .card--lottery .heading-text-card {
        font-size: 1.5rem;
    }
}

@keyframes lottery {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 153, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0);
    }
}
.production .card {
    border-radius: 2.5rem;
    box-shadow: 0 0.6rem 1.56rem rgba(0, 0, 0, 0.08);
    transition: all 0.2s;
}
.production .card .card-body {
    padding-left: 0;
}
.production .card__img {
    height: 137px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}
.production .card:hover .card__img {
    transform: scale(0.9);
}
.production .card:focus .card__img,
.production .card:active .card__img {
    transform: scale(1);
}
.production .card__box::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px dashed #3274e0;
    width: 100px;
    height: 100px;
    z-index: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}
.production .card:hover .card__box::before {
    width: 130px;
    height: 130px;
    animation: rotate_box 5s linear infinite;
}
.production .card:focus .card__box::before,
.production .card:active .card__box::before {
    width: 100px;
    height: 100px;
    outline: none;
    animation: none;
}
.production .card:hover .card__box--covid .card__img {
    transform: scale(0.85);
}
.production .card:focus .card__box--covid .card__img,
.production .card:active .card__box--covid .card__img {
    transform: scale(1);
}
.production .card__box--covid::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px dashed #ff8e8e;
    width: 0px;
    height: 0px;
    z-index: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}
.production .card:hover .card__box--covid::before {
    width: 130px;
    height: 130px;
    animation: rotate_box 5s linear infinite;
}
.production .card:focus .card__box--covid::before,
.production .card:active .card__box--covid::before {
    width: 100px;
    height: 100px;
    outline: none;
    animation: none;
}
@media (max-width: 575.98px) {
    .production .card {
        border-radius: 1rem;
    }
    .production .card__img {
        height: 90px;
    }
    .production .card__box::before {
        width: 70px;
        height: 70px;
    }
    .production .card:hover .card__box::before {
        width: 80px;
        height: 80px;
    }
    .production .card__box--covid::before {
        width: 0px;
        height: 0px;
    }
    .production .card:hover .card__box--covid::before {
        width: 80px;
        height: 80px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .production .card {
        border-radius: 1rem;
    }
    .production .card__img {
        height: 100px;
    }
    .production .card__box::before {
        width: 70px;
        height: 70px;
    }
    .production .card:hover .card__box::before {
        width: 90px;
        height: 90px;
    }
    .production .card__box--covid::before {
        width: 0px;
        height: 0px;
    }
    .production .card:hover .card__box--covid::before {
        width: 90px;
        height: 90px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .production .card {
        border-radius: 1rem;
    }
    .production .card__img {
        height: 100px;
    }
    .production .card__box::before {
        width: 70px;
        height: 70px;
    }
    .production .card:hover .card__box::before {
        width: 90px;
        height: 90px;
    }
    .production .card__box--covid::before {
        width: 0px;
        height: 0px;
    }
    .production .card:hover .card__box--covid::before {
        width: 90px;
        height: 90px;
    }
}
.production .card .heading-text-card {
    margin-bottom: 0.5rem;
}
.production .card:hover.--covid .heading-text-card {
    color: #bf3f3f !important;
}
.production .card:hover .heading-text-card {
    color: #3274e0 !important;
}
.production .card:focus,
.production .card:active {
    outline: none;
    transform: translateY(3px);
    box-shadow: 0 0.3rem 0.78rem rgba(0, 0, 0, 0.08);
}
.production .card-disabled {
    opacity: 0.3;
    cursor: no-drop;
}

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

/*================ Info ================*/
.info {
    margin: 7rem 0;
}
.info .card {
    box-shadow: 0 0.6rem 1.56rem rgba(0, 0, 0, 0.08);
    border-radius: 0.68rem;
    overflow: hidden;
    transition: all 0.3s;
}
.info .card__img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 1.063rem;
    border-bottom-right-radius: 1.063rem;
}
.info .card__img--vertical {
    object-fit: contain;
    width: 100%;
    height: 500px;
    border-bottom-left-radius: 1.063rem;
    border-bottom-right-radius: 1.063rem;
}
@media all and (max-width: 767.98px) {
    .info .card__img {
        height: 100%;
    }
    .info .card__img--vertical {
        height: 100%;
    }
}
.info .card .heading-text-info {
    margin-bottom: 1rem;
}
.info .card:hover {
    transform: translateY(-7px);
    box-shadow: 0 0.8rem 0.5rem rgba(0, 0, 0, 0.08);
}
.info .card:active,
.info .card:focus {
    opacity: 0.7;
    transform: translateY(0px);
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.08);
}

/*================ Service ================*/
.service {
    padding: 4.75rem 0;
    background-color: rgba(196, 196, 196, 0.2);
}
.service__pictures {
    width: 206px !important;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    position: relative;
}
.service__text {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.2px;
}
@media all and (max-width: 767.98px) {
    .service {
        padding: 2.425rem 0;
    }
    .service__pictures {
        width: 100px !important;
    }
    .service__text {
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
}
.service .owl-service .owl-item {
    transform: scale(0.8);
    transition: transform 0.2s;
}
.service .owl-service .owl-item.center {
    transform: scale(1);
}
.service .owl-service .owl-dot {
    zoom: 1.5;
}
.service .owl-service .owl-dot span {
    background: rgba(0, 0, 0, 0.25);
}
.service .owl-service .owl-dot.active span {
    background-color: #fff;
}
@media (max-width: 575.98px) {
    .service .owl-service .owl-item {
        transform: scale(1);
        transition: transform 0.2s;
    }
    .service .owl-service .owl-dot {
        zoom: 1;
    }
}

/*================ Review ================*/
.review {
    padding: 8rem 0;
    background: linear-gradient(
        to bottom,
        #ff9900 0%,
        rgba(255, 153, 0, 0.8) 100%
    );
}
.review__title {
    margin-bottom: 7rem;
}
.review .card {
    box-shadow: 0 0.063rem 1.56rem rgba(0, 0, 0, 0.08);
    border-radius: 2.25rem;
    overflow: hidden;
    transition: all 0.3s;
}
.review .card__img {
    object-fit: cover;
    width: 100%;
    height: 550px;
    border-bottom-left-radius: 1.063rem;
    border-bottom-right-radius: 1.063rem;
}
.review .card .heading-text-info {
    margin-bottom: 1.4rem;
}
@media (max-width: 575.98px) {
    .review {
        padding: 4rem 0;
    }
    .review__title {
        margin-bottom: 2.5rem;
    }
    .review .card__img {
        height: 350px;
    }
}
.review .owl-review .owl-item {
    transform: scale(0.9);
    transition: transform 0.3s ease;
}
.review .owl-review .owl-item.center {
    transform: scale(1);
}
.review .owl-review .owl-dot {
    zoom: 1.5;
}
.review .owl-review .owl-dot span {
    background: rgba(0, 0, 0, 0.25);
}
.review .owl-review .owl-dot.active span {
    background-color: #fff;
}

/*================ Member ================*/
.member {
    margin: 7rem 0;
}
.member__title {
    margin-bottom: 3rem;
}
.member .card {
    box-shadow: 0 0.063rem 1rem rgba(0, 0, 0, 0.08);
    border-radius: 0.688rem;
    overflow: hidden;
    transition: all 0.3s;
    margin: 0.7rem;
}
.member .card__img {
    object-fit: contain;
    width: 100%;
    height: 390px;
    border-bottom-left-radius: 1.063rem;
    border-bottom-right-radius: 1.063rem;
}
.member .card .heading-text-member {
    margin-bottom: 1rem;
}
.member .card .detail-text-member {
    margin: 0;
    margin-bottom: 0.6rem;
}
@media (max-width: 575.98px) {
    .member .card .card {
        margin: 0rem;
    }
    .member .card .card__img {
        object-fit: contain;
        height: 350px;
    }
}

/*================ Alliance ================*/
.alliance {
    overflow: hidden;
    margin: 7rem 0;
}
.alliance__title {
    margin-bottom: 3rem;
}
.alliance__box {
    margin-top: 5rem;
}
.alliance__group-logo {
    margin-top: 3rem;
}
.alliance__logo {
    object-fit: contain;
    width: 100%;
    height: 118px;
    margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
    .alliance {
        margin: 2.75rem 0;
        overflow: hidden;
    }
    .alliance__box {
        margin-top: 2.5rem;
    }
    .alliance__group-logo {
        margin-top: 2rem;
    }
    .alliance__logo {
        height: 50px;
        margin-bottom: 0.5rem;
    }
    .alliance__group-logo--flex .alliance__logo {
        padding: 0.2rem;
        height: 50px;
        margin-bottom: 0.5rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .alliance {
        margin: 2.75rem 0;
        overflow-x: hidden;
    }
    .alliance__box {
        margin-top: 2.5rem;
    }
    .alliance__group-logo--flex .alliance__logo {
        object-fit: contain;
        width: 100%;
        height: 70px;
        margin-bottom: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .alliance {
        margin: 2.75rem 0;
        overflow-x: hidden;
    }
    .alliance__box {
        margin-top: 4.5rem;
    }
    .alliance__group-logo--flex .alliance__logo {
        object-fit: contain;
        width: 100%;
        height: 90px;
        margin-bottom: 1rem;
    }
}

.page-detail__group-btn {
    margin-bottom: 2.4rem;
}
@media all and (max-width: 767.98px) {
    .page-detail__group-btn {
        margin-top: 1.4rem;
    }
    .page-detail__group-btn .btn {
        width: 75%;
        margin-bottom: 0.7rem;
    }
}

.page-detail__filter {
    background: linear-gradient(to bottom, #ff9900, rgba(255, 255, 255, 0.1));
    padding: 7rem 0;
    margin-bottom: 5rem;
}
.page-detail__filter--title {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
.page-detail__filter .card-section {
    background: transparent;
    padding: 1rem;
    border: none;
}
.page-detail__filter .card-filter {
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s;
}
.page-detail__filter .card-filter:hover {
    transform: scale(1.2);
}
.page-detail__filter .card-filter:active,
.page-detail__filter .card-filter:focus {
    transform: scale(1);
}
.page-detail__filter .card-filter img {
    width: 100px;
}
.page-detail__filter .card-filter .card-body {
    opacity: 0.7;
    padding: 2.5rem;
}
.page-detail__filter .card-filter .card-body .card-title {
    margin-top: 1rem;
}
@media (max-width: 575.98px) {
    .page-detail__filter {
        padding: 3.5rem 0;
        margin-bottom: 2.5rem;
    }
    .page-detail__filter--title {
        font-size: 1.375rem;
        font-weight: 600;
        letter-spacing: 1px;
        color: #fff;
    }
    .page-detail__filter .card-filter {
        background: #fff;
        border-radius: 10px;
        transition: all 0.3s;
    }
    .page-detail__filter .card-filter:hover {
        transform: scale(1.2);
    }
    .page-detail__filter .card-filter:active,
    .page-detail__filter .card-filter:focus {
        transform: scale(1);
    }
    .page-detail__filter .card-filter img {
        width: 60px;
    }
    .page-detail__filter .card-filter .card-body {
        opacity: 0.7;
        padding: 1rem;
    }
    .page-detail__filter .card-filter .card-title {
        font-size: 1rem;
    }
}

.page-detail__header {
    margin-bottom: 4rem;
}
.page-detail__header .detail-photo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.section-filter-motor {
    background-color: #f5f4f4;
    padding: 5rem 0;
    margin-bottom: 3rem;
}
.section-filter-motor .motor_title {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}
.section-filter-motor .motor_title--text {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.section-filter-motor .motor_title--line {
    background: #ff9900;
    max-width: 15%;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    border-radius: 15px;
}

.product-motorcycle {
    margin: 5rem 0;
}
.product-motorcycle .card-motorcycle {
    border-radius: 25px;
    border: 1px solid #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.3s;
}
.product-motorcycle .card-motorcycle:hover,
.product-motorcycle .card-motorcycle:active {
    opacity: 0.7;
}
.product-motorcycle .card-motorcycle .card-img-motor {
    object-fit: contain;
    width: 100%;
    height: 300px;
}
@media all and (max-width: 991.98px) {
    .product-motorcycle .card-motorcycle .card-img-motor {
        height: 200px;
    }
}
@media (max-width: 575.98px) {
    .product-motorcycle .card-motorcycle .card-body {
        padding-bottom: 0;
    }
}
.product-motorcycle .card-motorcycle .card-body .card-motorcycle-title {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.product-motorcycle .card-motorcycle .card-body .motorcycle-text {
    margin-bottom: 0.5rem;
}
.product-motorcycle .card-motorcycle .card-body .motorcycle-text--year {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.9px;
}
.product-motorcycle .card-motorcycle .card-body .motorcycle-text--color div {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 991.98px) {
    .product-motorcycle .card-motorcycle .card-body .card-motorcycle-title {
        font-size: 1rem;
    }
    .product-motorcycle .card-motorcycle .card-body .motorcycle-text--year {
        font-size: 0.75rem;
    }
}
.product-motorcycle .card-motorcycle .card-footer {
    background-color: #fff;
    border: transparent;
    color: #6c757d;
    font-size: 0.688rem;
    font-weight: 500;
}
.product-motorcycle .card-motorcycle .card-footer .text-price {
    font-size: 1.125rem;
    color: #ff0000;
    font-weight: 700;
}
.product-motorcycle .card-motorcycle .card-footer .text-price b {
    padding-right: 0.5rem;
}
@media (max-width: 575.98px) {
    .product-motorcycle .card-motorcycle .card-footer .text-price {
        font-size: 1rem;
    }
}

.page-filter {
    margin-top: 4rem;
    margin-bottom: 10rem;
}
.page-filter__title {
    position: relative;
    margin-bottom: 6rem;
}
.page-filter__title::after {
    content: "";
    position: absolute;
    background-color: #ff9900;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 15px;
}
.page-filter__title div {
    margin-left: 1.25rem;
}

.page-product {
    margin-top: 4rem;
    margin-bottom: 10rem;
}
.page-product__title {
    position: relative;
    margin-bottom: 6rem;
}
.page-product__title::after {
    content: "";
    position: absolute;
    background-color: #ff9900;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 15px;
}
.page-product__title div {
    margin-left: 1.25rem;
}
.page-product .card-product-mb .col:not(:last-child) {
    margin-bottom: 1rem;
}
.page-product .card-product {
    position: relative;
    overflow: hidden;
    padding: 1.75rem 1rem;
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    border: 0px;
    transition: all 0.3s;
}
.page-product .card-product .hover-heart {
    position: absolute;
    top: 0;
    right: -50%;
    transform: translate(20%, 0%) scale(1);
    z-index: 0;
    transition: right 0.9s ease-in;
}
.page-product .card-product .hover-heart i {
    font-size: 10rem;
    color: rgba(234, 125, 199, 0.1);
    line-height: 0;
    transition: all 0.4s;
}
.page-product .card-product:hover {
    transform: scale(1.06);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}
.page-product .card-product:hover .hover-heart {
    right: 0%;
    transform: translate(20%, 0%) scale(1);
    animation: heart 1.1s linear infinite;
}

@keyframes heart {
    0% {
        transform: translate(20%, 0%) scale(0.9);
    }
    50% {
        transform: translate(20%, 0%) scale(1.05);
    }
    100% {
        transform: translate(20%, 0%) scale(0.9);
    }
}
.page-product .card-product .hover-car,
.page-product .card-product .hover-car-2 {
    position: absolute;
    top: 9%;
    left: 0;
    transform: translateX(-170%);
    z-index: 0;
}
.page-product .card-product .hover-car i,
.page-product .card-product .hover-car-2 i {
    font-size: 4rem;
    line-height: 0;
}
.page-product .card-product .hover-car .car-1,
.page-product .card-product .hover-car-2 .car-1 {
    color: rgba(255, 153, 0, 0.14);
}
.page-product .card-product:hover .hover-car {
    transform: translateX(-170%);
    animation: car 3.7s linear infinite;
}
.page-product .card-product:hover .hover-car-2 {
    transform: translateX(-170%);
    animation: car 4s linear infinite;
    animation-delay: 0.7s;
}

@keyframes car {
    0% {
        transform: translateX(-100%);
    }
    10% {
        transform: translateX(0%);
    }
    20% {
        transform: translateX(100%);
    }
    30% {
        transform: translateX(200%);
    }
    40% {
        transform: translateX(300%);
    }
    50% {
        transform: translateX(400%);
    }
    60% {
        transform: translateX(500%);
    }
    70% {
        transform: translateX(600%);
    }
    80% {
        transform: translateX(700%);
    }
    90% {
        transform: translateX(800%);
    }
    100% {
        transform: translateX(900%);
    }
}
.page-product .card-product .hover-tree .tree-1 {
    position: absolute;
    top: -150%;
    left: 10%;
    font-size: 4rem;
    line-height: 0;
    color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: top 0.5s;
}
.page-product .card-product .hover-tree .tree-2 {
    position: absolute;
    top: -150%;
    left: 65%;
    font-size: 4rem;
    line-height: 0;
    color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: top 0.8s;
}
.page-product .card-product:hover .hover-tree .tree-1,
.page-product .card-product:hover .hover-tree .tree-2 {
    top: 8%;
}
.page-product .card-product__header {
    position: relative;
    z-index: 1;
    margin: 1rem 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-product .card-product__header .card-header-logo {
    object-fit: contain;
    width: 52px;
    border-radius: 13px;
}
.page-product .card-product__header .card-product-title {
    font-size: 1rem;
    font-weight: bold;
    margin-left: 0.6rem;
    margin-bottom: 0;
    line-height: 1.5;
}
.page-product .card-product__body {
    position: relative;
    z-index: 1;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}
.page-product .card-product__body .box-price {
    font-size: 1.063rem;
    font-weight: bold;
    width: 200px;
    padding: 0.8rem 1rem;
    border-radius: 30px;
    border: 1px solid #ff9900;
    margin: 0 auto;
    background-color: #faefe0;
    margin-bottom: 1.5rem;
}
.page-product .card-product__body .box-price span {
    font-size: 0.938rem;
    font-weight: 400;
}
.page-product .card-product__body .box-price small {
    font-size: 0.813rem !important;
    font-weight: 400;
}
.page-product .card-product__body .box-price small span {
    font-size: 0.813rem !important;
    font-weight: 400;
}
.page-product .card-product__body .box-discount {
    padding: 0.7rem 1.4rem;
}
.page-product .card-product__body .box-discount .box-discount-body {
    background-color: rgba(196, 196, 196, 0.14);
    padding: 1rem 1.4rem;
    border-radius: 16px;
}
.page-product
    .card-product__body
    .box-discount
    .box-discount-body
    .box-discount-icon
    i {
    font-size: 2.2rem;
}
.page-product
    .card-product__body
    .box-discount
    .box-discount-body
    .box-discount-text {
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 1.5;
}
.page-product .card-product__body .box-description .head-description {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
}
.page-product .card-product__body .box-description .list-description {
    padding: 0.9rem 1.4rem;
}
.page-product .card-product__body .box-description .list-description ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.page-product .card-product__body .box-description .list-description ul li {
    font-size: 0.875rem;
    font-weight: 400;
}
.page-product
    .card-product__body
    .box-description
    .list-description
    ul
    li:not(:last-child) {
    margin-bottom: 0.4rem;
}
.page-product .card-product__body .box-description .list-description-insurance {
    padding: 0.9rem 1.4rem;
}
.page-product
    .card-product__body
    .box-description
    .list-description-insurance
    ul {
    margin-bottom: 0;
}
.page-product
    .card-product__body
    .box-description
    .list-description-insurance
    ul
    li {
    font-size: 0.875rem;
    font-weight: 400;
}
.page-product
    .card-product__body
    .box-description
    .list-description-insurance
    ul
    li:not(:last-child) {
    margin-bottom: 0.4rem;
}
@media (max-width: 575.98px) {
    .page-product .card-product__body .box-description .head-description {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .page-product .card-product__body .box-description .list-description {
        padding: 0.6rem 1rem;
    }
}
.page-product .card-product__body .extra-description {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.page-product .card-product__body .extra-description .extra-card {
    width: 33.33333333333333%;
    background-color: #fafafa;
    padding: 1rem 0.7rem;
    border-radius: 11px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.page-product .card-product__body .extra-description .extra-card img {
    object-fit: contain;
    width: 100%;
    height: 41px;
}
.page-product .card-product__body .extra-description .extra-card .extra-text {
    margin-top: 0.7rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}
.page-product
    .card-product__body
    .extra-description
    .extra-card:not(:last-child) {
    margin-right: 1rem;
}
@media (max-width: 575.98px) {
    .page-product
        .card-product__body
        .extra-description
        .extra-card
        .extra-text {
        font-size: 0.75rem;
    }
    .page-product
        .card-product__body
        .extra-description
        .extra-card:not(:last-child) {
        margin-right: 0.5rem;
    }
}
.page-product .card-product__footer .footer-line {
    margin-bottom: 1.25rem;
    position: relative;
}
.page-product .card-product__footer .footer-line::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
}
@media (max-width: 575.98px) {
    .page-product .card-product__footer .w-75 {
        width: 90% !important;
    }
}
.page-product .card-filter-product {
    background: #fff;
    padding: 2.5rem 1rem;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.page-product .card-scroll {
    background-color: transparent;
    width: 100%;
    height: 800px;
    overflow-x: hidden;
    overflow-y: scroll;
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.page-product .card-scroll:hover {
    overflow-y: scroll;
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.page-product .card-scroll:hover::-webkit-scrollbar {
    width: 10px;
}
.page-product .card-scroll:hover::-webkit-scrollbar-track {
    background: transparent;
}
.page-product .card-scroll:hover::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 35px;
}
.page-product .card-scroll:hover::-webkit-scrollbar-thumb:hover {
    background: #a4a4a4;
}
.page-product .card-scroll::-webkit-scrollbar {
    width: 10px;
}
.page-product .card-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.page-product .card-scroll::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 35px;
}
.page-product .card-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
.page-product .card-sub-product {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2rem 0rem;
    border-radius: 0px;
}
.page-product .card-sub-product__header {
    position: relative;
    z-index: 1;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-product .card-sub-product__header .card-header-logo {
    object-fit: contain;
    width: 52px;
    border-radius: 13px;
}
.page-product .card-sub-product__header .card-sub-product-title {
    font-size: 1rem;
    font-weight: bold;
    margin-left: 0.6rem;
    margin-bottom: 0;
    line-height: 1.5;
}
.page-product .card-sub-product__body {
    position: relative;
    z-index: 1;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
.page-product .card-sub-product__body .box-price {
    font-size: 1.063rem;
    font-weight: bold;
    width: 200px;
    padding: 0.8rem 1rem;
    border-radius: 30px;
    border: 1px solid #ff9900;
    margin: 0 auto;
    background-color: #faefe0;
    margin-bottom: 1.5rem;
}
.page-product .card-sub-product__body .box-price span {
    font-size: 0.938rem;
    font-weight: 400;
}
.page-product .card-sub-product__body .box-price small {
    font-size: 0.813rem !important;
    font-weight: 400;
}
.page-product .card-sub-product__body .box-price small span {
    font-size: 0.813rem !important;
    font-weight: 400;
}
.page-product .card-sub-product__body .box-discount {
    padding: 0.7rem 1.4rem;
}
.page-product .card-sub-product__body .box-discount .box-discount-body {
    background-color: rgba(196, 196, 196, 0.14);
    padding: 1rem 1.4rem;
    border-radius: 16px;
}
.page-product
    .card-sub-product__body
    .box-discount
    .box-discount-body
    .box-discount-icon
    i {
    font-size: 2.2rem;
}
.page-product
    .card-sub-product__body
    .box-discount
    .box-discount-body
    .box-discount-text {
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 1.5;
}
.page-product .card-sub-product__body .box-description .head-description {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
}
.page-product .card-sub-product__body .box-description .list-description {
    padding: 0.9rem 1.4rem;
}
.page-product .card-sub-product__body .box-description .list-description ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.page-product .card-sub-product__body .box-description .list-description ul li {
    font-size: 0.875rem;
    font-weight: 400;
}
.page-product
    .card-sub-product__body
    .box-description
    .list-description
    ul
    li:not(:last-child) {
    margin-bottom: 0.4rem;
}
.page-product
    .card-sub-product__body
    .box-description
    .list-description-insurance {
    padding: 0.9rem 1.4rem;
}
.page-product
    .card-sub-product__body
    .box-description
    .list-description-insurance
    ul {
    margin-bottom: 0;
}
.page-product
    .card-sub-product__body
    .box-description
    .list-description-insurance
    ul
    li {
    font-size: 0.875rem;
    font-weight: 400;
}
.page-product
    .card-sub-product__body
    .box-description
    .list-description-insurance
    ul
    li:not(:last-child) {
    margin-bottom: 0.4rem;
}
@media (max-width: 575.98px) {
    .page-product .card-sub-product__body .box-description .head-description {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .page-product .card-sub-product__body .box-description .list-description {
        padding: 0.6rem 1rem;
    }
}
.page-product .card-sub-product__body .extra-description {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    margin: 0 1rem;
}
.page-product .card-sub-product__body .extra-description .extra-card {
    width: 33.33333333333333%;
    background-color: #fafafa;
    padding: 1rem 0.7rem;
    border-radius: 11px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.page-product .card-sub-product__body .extra-description .extra-card img {
    object-fit: contain;
    width: 100%;
    height: 41px;
}
.page-product
    .card-sub-product__body
    .extra-description
    .extra-card
    .extra-text {
    margin-top: 0.7rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}
.page-product
    .card-sub-product__body
    .extra-description
    .extra-card:not(:last-child) {
    margin-right: 1rem;
}
@media (max-width: 575.98px) {
    .page-product
        .card-sub-product__body
        .extra-description
        .extra-card
        .extra-text {
        font-size: 0.75rem;
    }
    .page-product
        .card-sub-product__body
        .extra-description
        .extra-card:not(:last-child) {
        margin-right: 0.5rem;
    }
}
.page-product .card-sub-product__footer .footer-line {
    margin-bottom: 1.25rem;
    position: relative;
}
.page-product .card-sub-product__footer .footer-line::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
}
@media (max-width: 575.98px) {
    .page-product .card-sub-product__footer .w-75 {
        width: 90% !important;
    }
}

.model-order {
    background: url("../images/bg/bg-model.jpg") !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/*================ Banner ================*/
.banner-reg {
    position: relative;
    background-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.7),
            rgba(196, 196, 196, 0.07)
        ),
        url("../images/bg/bg-reg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.banner-reg__wave {
    position: absolute;
    left: 0;
    bottom: -10%;
    width: 100%;
    z-index: 0;
}
.banner-reg__text {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 20rem;
    z-index: 1;
}
.banner-reg__text .banner-title {
    font-size: 3.875rem;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 0px 5px 0 #fff, 0px -5px 0 #fff, -5px 0px 0 #fff,
        5px 0px 0 #fff, 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 0px 5px 0 #fff, 0px -5px 0 #fff, -5px 0px 0 #fff,
        5px 0px 0 #fff, 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 0px 0px 8px rgba(0, 0, 0, 0.7);
}
.banner-reg__text .banner-title-2 {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 0px 5px 0 #fff, 0px -5px 0 #fff, -5px 0px 0 #fff,
        5px 0px 0 #fff, 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 0px 5px 0 #fff, 0px -5px 0 #fff, -5px 0px 0 #fff,
        5px 0px 0 #fff, 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 0px 0px 8px rgba(0, 0, 0, 0.7);
}
.banner-reg__text .banner-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}
@media all and (max-width: 767.98px) {
    .banner-reg__text {
        padding-top: 6rem;
        padding-bottom: 8rem;
        text-align: center;
    }
    .banner-reg__text .banner-title {
        font-size: 2rem;
        text-shadow: 2.2px 2.2px 0 #fff, -2.2px 2.2px 0 #fff,
            2.2px -2.2px 0 #fff, -2.2px -2.2px 0 #fff, 0px 2.2px 0 #fff,
            0px -2.2px 0 #fff, -2.2px 0px 0 #fff, 2.2px 0px 0 #fff,
            2.2px 2.2px 0 #fff, -2.2px 2.2px 0 #fff, 2.2px -2.2px 0 #fff,
            -2.2px -2.2px 0 #fff, 0px 2.2px 0 #fff, 0px -2.2px 0 #fff,
            -2.2px 0px 0 #fff, 2.2px 0px 0 #fff, 2.2px 2.2px 0 #fff,
            -2.2px 2.2px 0 #fff, 2.2px -2.2px 0 #fff, -2.2px -2.2px 0 #fff,
            2.2px 2.2px 0 #fff, -2.2px 2.2px 0 #fff, 2.2px -2.2px 0 #fff,
            -2.2px -2.2px 0 #fff, 0px 0px 8px rgba(0, 0, 0, 0.7);
    }
    .banner-reg__text .banner-title-2 {
        font-size: 3.25rem;
        text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff,
            -3px -3px 0 #fff, 0px 3px 0 #fff, 0px -3px 0 #fff, -3px 0px 0 #fff,
            3px 0px 0 #fff, 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff,
            -3px -3px 0 #fff, 0px 3px 0 #fff, 0px -3px 0 #fff, -3px 0px 0 #fff,
            3px 0px 0 #fff, 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff,
            -3px -3px 0 #fff, 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff,
            -3px -3px 0 #fff, 0px 0px 8px rgba(0, 0, 0, 0.7);
    }
    .banner-reg__text .banner-subtitle {
        font-size: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-reg__text {
        padding-top: 6rem;
        padding-bottom: 10rem;
    }
}

/*================ Content ================*/
.content-reg {
    padding-top: 5rem;
}
.content-reg__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.07rem;
}
@media all and (max-width: 767.98px) {
    .content-reg__title {
        font-size: 1.25rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .content-reg__title {
        font-size: 1.625rem;
    }
}
.content-reg__box {
    margin: 5rem 0;
}
.content-reg__box .card-reg {
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    border: none;
    padding: 1.25rem 0;
}
.content-reg__box .card-reg .content-reg__icon img {
    width: 117px;
    height: 117px;
}
.content-reg__box .card-reg .content-reg__icon--text {
    margin-top: 0.7rem;
    font-size: 1.125rem;
    font-weight: 500;
}
@media (max-width: 575.98px) {
    .content-reg__box {
        margin: 2.5rem 0;
    }
    .content-reg__box .card-reg .content-reg__icon img {
        width: 57px;
        height: 57px;
    }
    .content-reg__box .card-reg .content-reg__icon--text {
        margin-top: 0.7rem;
        font-size: 0.75rem;
        font-weight: 500;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .content-reg__box {
        margin: 2.5rem 0;
    }
    .content-reg__box .card-reg .content-reg__icon img {
        width: 67px;
        height: 67px;
    }
    .content-reg__box .card-reg .content-reg__icon--text {
        margin-top: 0.7rem;
        font-size: 0.75rem;
        font-weight: 500;
    }
}
.content-reg__title-border {
    font-size: 2.625rem;
    font-weight: 600;
    color: #ff9900;
    line-height: 1.5;
    text-shadow: 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 0px 5px 0 #fff, 0px -5px 0 #fff, -5px 0px 0 #fff,
        5px 0px 0 #fff, 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 0px 5px 0 #fff, 0px -5px 0 #fff, -5px 0px 0 #fff,
        5px 0px 0 #fff, 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff,
        -5px -5px 0 #fff, 0px 4px 18px rgba(0, 0, 0, 0.2);
}
.content-reg__title-border span {
    font-size: 2rem;
    font-weight: 600;
    color: #000 !important;
    margin-left: 0.3rem;
}
@media all and (max-width: 767.98px) {
    .content-reg__title-border {
        font-size: 2.375rem;
        display: block;
    }
    .content-reg__title-border span {
        font-size: 1.75rem;
        margin-left: 0rem;
        display: block;
    }
}
.content-reg__text {
    margin: 7rem 0;
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 1.5;
}
@media all and (max-width: 767.98px) {
    .content-reg__text {
        margin: 4rem 0;
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .content-reg__text {
        font-size: 2rem;
    }
}

/*================ Form ================*/
.form-reg {
    margin-top: 3rem;
    margin-bottom: 7rem;
}
@media all and (max-width: 767.98px) {
    .form-reg {
        margin-top: 1rem;
    }
}
.form-reg__heading {
    background-color: #ff9900;
    max-width: 100%;
    border-radius: 40px;
    padding: 1rem 1.25rem;
    margin-bottom: 5rem;
}
.form-reg__heading--line {
    background-color: #39cd00 !important;
    margin-bottom: 2.4rem !important;
}
.form-reg__heading--line img {
    max-width: 44px;
}
.form-reg__heading--line .form-reg__heading--text {
    line-height: 1.5 !important;
}
@media (max-width: 575.98px) {
    .form-reg__heading--line img {
        max-width: 24px;
    }
}
.form-reg__heading--text {
    font-size: 2rem;
    font-weight: 500;
    color: #ffff;
}
@media (max-width: 575.98px) {
    .form-reg__heading--text {
        font-size: 1.25rem;
    }
    .form-reg__heading--text span {
        margin-top: 0.5rem;
        display: block;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .form-reg__heading--text {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .form-reg__heading--text {
        font-size: 1.5rem;
    }
}
.form-reg__title {
    font-size: 1.375rem;
    font-weight: 600;
}
.form-reg__form {
    margin: 4rem 0;
}
.form-reg__form .form-control::file-selector-button {
    background-color: #ff9900 !important;
    color: #fff;
    transition: all 0.3s;
}
.form-reg__form
    .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    filter: brightness(90%);
}
@media (max-width: 575.98px) {
    .form-reg__form label {
        font-size: 0.813rem;
    }
}
@media all and (max-width: 767.98px) {
    .form-reg__form {
        margin: 2rem 0;
    }
    .form-reg__form .w-25 {
        width: 50% !important;
    }
}

.contact__full {
    width: 100%;
    padding-top: 3rem;
}

@media (max-width: 575.98px) {
    .contact__full {
        padding-top: 0rem;
    }
}

.contact__card {
    background-color: #fafafa;
    border-radius: 30px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.07);
    padding: 2.5rem 6rem;
}
.contact__card--heading {
    margin-bottom: 2rem;
}
.contact__card--heading h4 {
    font-size: 1.625rem;
    font-weight: 600;
    color: #ff9900;
    line-height: 1.7;
}
.contact__card--heading h4 span {
    font-size: 1.375rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}
.contact__card--form .form-check-label {
    font-size: 0.75rem;
    line-height: 1.5;
}
@media all and (max-width: 767.98px) {
    .contact__card {
        padding: 2.5rem 2rem;
    }
}

.contact__close {
    position: relative;
}
.contact__close button {
    margin: 0.4rem;
    position: absolute;
    top: 0;
    right: 0;
}

#contact-page {
    margin: 4rem 0;
}
@media (max-width: 575.98px) {
    #contact-page {
        margin: 2rem 0;
    }
}
#contact-page .card__contact {
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 34px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
#contact-page .card__contact-image {
    margin: 0 auto;
    padding: 2rem;
}
#contact-page .card__contact-image img {
    object-fit: contain;
    width: 100%;
    height: 200px;
    border-radius: 34px;
}
@media (max-width: 575.98px) {
    #contact-page .card__contact-image {
        padding: 2rem;
    }
    #contact-page .card__contact-image img {
        width: 100%;
        height: 250px;
    }
}
#contact-page .card__contact-body--title {
    font-size: 2.625rem;
    font-weight: 500;
    color: #ff9900;
}
#contact-page .card__contact-body--subtitle {
    font-size: 2rem;
    font-weight: 400;
    color: #333;
}
#contact-page .card__contact-body--address {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
}
#contact-page .card__contact-body--phone {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
#contact-page .card__contact-body--phone li {
    display: inline-block;
    padding: 0.245rem 0;
    font-size: 0.874rem;
    font-weight: 400;
    color: #333;
}
#contact-page .card__contact-body--phone li a:hover,
#contact-page .card__contact-body--phone li a:focus,
#contact-page .card__contact-body--phone li a:active {
    color: #ff9900;
}
#contact-page .card__contact-body--phone li:not(:last-child) {
    margin-right: 0.5rem;
}
@media (max-width: 575.98px) {
    #contact-page .card__contact-body--title {
        font-size: 2rem;
    }
    #contact-page .card__contact-body--subtitle {
        font-size: 1.5rem;
    }
}
#contact-page .card__contact-type-box {
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    overflow: hidden;
}
#contact-page .card__contact-type-box .card-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333;
}
#contact-page .card__contact-type-box--list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#contact-page .card__contact-type-box--list li {
    font-size: 1rem;
    font-weight: 400;
}
#contact-page .card__contact-type-box--list li:not(:last-child) {
    margin-bottom: 0.4rem;
}
#contact-page .card__contact-type-box .card-footer {
    background-color: #39cd00;
}
#contact-page .card__contact-type-box .card-footer img {
    max-width: 25px;
}
#contact-page .card__contact-social {
    padding-bottom: 2rem;
}
#contact-page .card__contact-social--email {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
}
#contact-page .card__contact-social--email:hover,
#contact-page .card__contact-social--email:focus,
#contact-page .card__contact-social--email:active {
    color: #f44336;
}
#contact-page .card__contact-social--email img {
    max-width: 32px;
}
#contact-page .card__contact-social--facebook,
#contact-page .card__contact-social--youtube,
#contact-page .card__contact-social--instagram,
#contact-page .card__contact-social--tiktok {
    max-width: 42px;
}

.login {
    width: 100%;
    height: 100vh;
}
.login__container {
    background-color: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
}
.login__box {
    padding: 2.45rem;
}
@media all and (max-width: 767.98px) {
    .login {
        height: auto;
    }
    .login__container {
        background-color: transparent;
        box-shadow: none;
    }
    .login__box {
        padding: 1rem;
    }
}
.login__logo {
    text-align: center;
    margin-bottom: 3rem;
}
.login__logo img {
    max-width: 150px;
}
@media (max-width: 575.98px) {
    .login__logo {
        margin-top: 3rem;
    }
}
.login__form {
    margin-bottom: 4rem;
}
.login__form h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #ff9900;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 0.7rem;
    text-shadow: 0px 0px 7px #ff9900;
}
@media (max-width: 575.98px) {
    .login__form h4 {
        font-size: 1.375rem;
        margin-bottom: 2rem;
    }
}
.login__form--pa {
    padding: 0 2rem;
}
@media (max-width: 575.98px) {
    .login__form--pa {
        padding: 0 0rem;
    }
}
.login__form .card-login-social {
    padding: 1.25rem 2rem;
    border-radius: 5rem;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .login__form .card-login-social {
        background-color: #fff;
        padding: 0.9rem 1rem;
        border-radius: 5rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .login__form .card-login-social {
        background-color: #fff;
    }
}
.login__form .card-login-social.--facebook {
    transition: box-shadow 0.3s;
}
.login__form .card-login-social.--facebook::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.5s;
}
.login__form .card-login-social.--facebook:hover {
    color: #fff;
}
.login__form .card-login-social.--facebook:active,
.login__form .card-login-social.--facebook:focus {
    color: #fff;
    box-shadow: 0 0 15px #1976d2;
}
.login__form .card-login-social.--facebook:hover::after,
.login__form .card-login-social.--facebook:active::after,
.login__form .card-login-social.--facebook:focus::after {
    content: "";
    position: absolute;
    background: #1976d2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.login__form .card-login-social.--line {
    transition: box-shadow 0.3s;
}
.login__form .card-login-social.--line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.5s;
}
.login__form .card-login-social.--line:hover {
    color: #fff;
}
.login__form .card-login-social.--line:active,
.login__form .card-login-social.--line:focus {
    color: #fff;
    box-shadow: 0 0 15px #00c300;
}
.login__form .card-login-social.--line:hover::after,
.login__form .card-login-social.--line:active::after,
.login__form .card-login-social.--line:focus::after {
    content: "";
    position: absolute;
    background: #00c300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.login__form .card-login-social.--google {
    transition: box-shadow 0.3s;
}
.login__form .card-login-social.--google::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.5s;
}
.login__form .card-login-social.--google:hover {
    color: #fff;
}
.login__form .card-login-social.--google:active,
.login__form .card-login-social.--google:focus {
    color: #fff;
    box-shadow: 0 0 15px #dd4b39;
}
.login__form .card-login-social.--google:hover::after,
.login__form .card-login-social.--google:active::after,
.login__form .card-login-social.--google:focus::after {
    content: "";
    position: absolute;
    background: #dd4b39;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.login__form .card-login-social img {
    max-width: 30px;
    border-radius: 0.2rem;
}
.login__form .card-login-social .login-text {
    margin-left: 1rem;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
}
@media (max-width: 575.98px) {
    .login__form .card-login-social img {
        max-width: 25px;
    }
    .login__form .card-login-social .login-text {
        font-size: 0.875rem;
        letter-spacing: 0.07rem;
    }
}
.login__bg {
    background-image: url("../images/bg/bg-login-1.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.login__footer {
    text-align: center;
    font-size: 0.8rem;
}
.login__copyright {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    margin-top: 2rem;
}
@media (max-width: 575.98px) {
    .login__footer {
        font-size: 0.75rem;
    }
    .login__copyright {
        font-size: 0.75rem;
    }
}

.lottery__left {
    position: relative;
    background-color: #f9f9f9;
    height: 100%;
    padding: 2rem;
}
.lottery__left .lottery-card {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 1;
    padding: 5rem;
    background-color: red;
}

.lottery__right {
    padding: 4rem 0;
}
.lottery__right .lottery-title {
    margin-bottom: 2.75rem;
}
.lottery__right .lottery-form .input-icon {
    position: absolute;
    color: #a4a4a4;
    font-size: 1.5rem;
    top: 8px;
    right: 20px;
}

.lottery__search {
    border-radius: 50px;
    padding-left: 25px;
    letter-spacing: 2px;
}
.lottery__search:focus + .input-icon {
    color: #ff9900;
}

.account__title {
    background-color: #ff9900;
    width: 100%;
    height: 250px;
}
.account__title--text {
    margin-top: 5rem;
    font-size: 1.625rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}
@media (max-width: 767.98px) {
    .account__title {
        height: 160px;
    }
    .account__title--text {
        margin-top: 2rem;
        font-size: 1.25rem;
        font-weight: 400;
    }
}

.account__profile .card__profile {
    transform: translateY(-50%);
}
.account__profile .card__profile--avater {
    vertical-align: middle;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}
.account__profile .card__profile--name {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .account__profile .card__profile {
        transform: translateY(-30%);
    }
    .account__profile .card__profile--name {
        font-size: 1.75rem;
        font-weight: 500;
        letter-spacing: 0.5px;
        color: #ff9900;
        text-align: center;
    }
}

.account__content {
    padding-bottom: 4rem;
    position: relative;
}
.account__content-sidebar {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    max-width: 90px;
    overflow: hidden;
}
.account__content-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.account__content-sidebar ul li {
    position: relative;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.account__content-sidebar ul li:hover,
.account__content-sidebar ul li:active,
.account__content-sidebar ul li:focus,
.account__content-sidebar ul li.active {
    background-image: linear-gradient(-60deg, #ff5858 0%, #ff9900 100%);
}
.account__content-sidebar ul li:hover .sidebar-item i,
.account__content-sidebar ul li:active .sidebar-item i,
.account__content-sidebar ul li:focus .sidebar-item i,
.account__content-sidebar ul li.active .sidebar-item i {
    color: #fff;
    text-shadow: 0 0 5px white;
}
.account__content-sidebar ul li:hover .sidebar-item-text,
.account__content-sidebar ul li:active .sidebar-item-text,
.account__content-sidebar ul li:focus .sidebar-item-text,
.account__content-sidebar ul li.active .sidebar-item-text {
    color: #fff;
    opacity: 0.7;
}
.account__content-sidebar ul li .sidebar-item i {
    font-size: 2rem;
    color: #a4a4a4;
    transition: all 0.3s ease-in-out;
}
.account__content-sidebar ul li .sidebar-item-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0.5rem;
    color: #fff;
    font-size: 0.75rem;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
    .account__content-sidebar {
        max-width: 100%;
        margin-bottom: 2rem;
        overflow-x: scroll;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .account__content-sidebar ul {
        display: flex;
        justify-content: space-between;
    }
    .account__content-sidebar ul li {
        float: left;
    }
    .account__content-sidebar ul li .sidebar-item-text {
        color: #000;
        opacity: 0.6;
    }
    .account__content-sidebar::-webkit-scrollbar {
        height: 3px;
    }
    .account__content-sidebar::-webkit-scrollbar-track {
        background: #f3f3f3;
    }
    .account__content-sidebar::-webkit-scrollbar-thumb {
        background: #a4a4a4;
        border-radius: 50px;
    }
    .account__content-sidebar::-webkit-scrollbar-thumb:hover {
        background: #ff9900;
    }
}
.account__content-card {
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.account__content-card--header {
    margin-bottom: 2rem;
}
.account__content-card--header .card--header-text {
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.7px;
}
.account__content-card--form label {
    font-size: 0.875rem;
    color: #a4a4a4;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.account__content-card--form .form-control,
.account__content-card--form .form-select {
    padding: 1rem;
    font-size: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.account__content-card--form .form-control:focus,
.account__content-card--form .form-select:focus {
    box-shadow: 0 0 20px rgba(255, 153, 0, 0.2);
}
.account__content-card--order .order-item {
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 1rem;
    transition: transform 0.3s;
    overflow: hidden;
}
.account__content-card--order .order-item:not(:last-child) {
    margin-bottom: 1rem;
}
.account__content-card--order .order-item:hover,
.account__content-card--order .order-item:focus {
    transform: scale(1.07);
}
.account__content-card--order .order-item:hover .order-item--text h6,
.account__content-card--order .order-item:focus .order-item--text h6 {
    color: #ff9900;
}
.account__content-card--order .order-item:active {
    transform: scale(1);
}
.account__content-card--order .order-item--image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
.account__content-card--order .order-item--text {
    margin-top: 0.5rem;
    margin-left: 1rem;
}
.account__content-card--order .order-item--text h6 {
    font-size: 1rem;
    font-weight: bolder;
    letter-spacing: 0.7px;
    transition: all 0.3s;
    color: #333;
}
.account__content-card--order .order-item--text span {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
    opacity: 0.7;
}
.account__content-card--order .order-item--price {
    font-size: 1rem;
    color: red;
    text-align: right;
}
.account__content-card--order .order-item--price span {
    font-size: 1.125rem;
    font-weight: bolder;
}
.account__content-card--order .order-item--line {
    margin: 1rem 0;
    width: 100%;
    height: 1px;
    background-color: #a4a4a4;
    opacity: 0.2;
}
.account__content-card--order .order-item--date small {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.6;
}
.account__content-card--review .review-item {
    background-color: #f7f7f7;
    border-radius: 15px;
    padding-top: 1rem;
    transition: transform 0.3s;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.account__content-card--review .review-item .review-star {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.7rem;
    background-color: #fff;
    padding: 0.3rem 0.5rem;
    border-radius: 20px;
    color: #ffd615;
    font-size: 0.875rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}
.account__content-card--review .review-item--image {
    text-align: center;
}
.account__content-card--review .review-item--image img {
    height: 150px;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 1.25rem;
}
.account__content-card--review .review-item--detail h6 {
    font-size: 1.125rem;
    font-weight: bolder;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
    color: #333;
}
.account__content-card--review .review-item--detail p {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #000;
    opacity: 0.7;
}
.account__content-card--review .review-item--detail .review-desc {
    margin: 0.65rem;
    font-size: 0.688rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 10px;
}
.account__content-card--review .review-item--date small {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}
.account__content-card--review .review-item--date .review-link {
    margin-top: 1rem;
    background-color: #ff9900;
    padding: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.account__content-card--review .review-item--date .review-link:hover,
.account__content-card--review .review-item--date .review-link:focus {
    color: white;
}
.account__content-card--review .review-item--date .review-link:active {
    filter: brightness(90%);
}
.account__content-card--bookmark .bookmark-item {
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 1rem;
    transition: transform 0.3s;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.account__content-card--bookmark .bookmark-item .bookmark-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.7rem;
    background-color: #2f89fc;
    padding: 0.5rem 0.7rem;
    border-radius: 20px;
    color: #fff;
    font-size: 0.875rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}
.account__content-card--bookmark .bookmark-item .bookmark-icon i::before {
    line-height: 0;
}
.account__content-card--bookmark .bookmark-item:hover,
.account__content-card--bookmark .bookmark-item:focus {
    transform: scale(1.07);
}
.account__content-card--bookmark .bookmark-item:active {
    transform: scale(1);
}
.account__content-card--bookmark .bookmark-item--image {
    text-align: center;
}
.account__content-card--bookmark .bookmark-item--image img {
    height: 150px;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 1.25rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .account__content-card--bookmark .bookmark-item--image img {
        height: 120px;
    }
}
.account__content-card--bookmark .bookmark-item--detail h6 {
    font-size: 1.125rem;
    font-weight: bolder;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
    color: #333;
}
.account__content-card--bookmark .bookmark-item--detail p {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #000;
    opacity: 0.7;
}
.account__content-card--bookmark .bookmark-item--price {
    font-size: 1rem;
    font-weight: bolder;
    letter-spacing: 0.5px;
    margin-top: 1rem;
    color: red;
}
.account__content-card--bookmark .bookmark-item--price span {
    font-size: 1.125rem;
}

.divider-gradient {
    background-image: linear-gradient(to right, #f12711, #ff9900);
    width: 100%;
    height: 5px;
}

.uhub-shop {
    background-color: rgba(196, 196, 196, 0.2);
    padding-top: 4rem;
}
@media all and (max-width: 991.98px) {
    .uhub-shop {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
}
.uhub-shop .wrapper .owl-branch .owl-nav .owl-prev {
    position: absolute;
    left: -7%;
    top: 45%;
    transform: translateY(-50%);
    background-color: white;
    width: 40px;
    height: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    color: #ff9900;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: all 0.3s ease-in-out;
}
.uhub-shop .wrapper .owl-branch .owl-nav .owl-next {
    position: absolute;
    right: -7%;
    top: 45%;
    transform: translateY(-50%);
    background-color: white;
    width: 40px;
    height: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    color: #ff9900;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: all 0.3s ease-in-out;
}
.uhub-shop .wrapper .owl-branch .owl-nav button:hover {
    background-color: #ff9900;
    border: 1px solid #ff9900;
    color: white;
}
.uhub-shop .wrapper .owl-branch .owl-nav button:focus,
.uhub-shop .wrapper .owl-branch .owl-nav button:active {
    outline: none;
    background-color: #ff9900;
    border: 1px solid #ff9900;
    color: white;
    filter: brightness(90%);
}
.uhub-shop .wrapper .link--branch {
    font-size: 0.875rem;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}
.uhub-shop .wrapper .link--branch:hover {
    text-decoration: underline;
}
.uhub-shop .wrapper .card__store {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 2.25rem 0.45rem;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    overflow: hidden;
}
.uhub-shop .wrapper .card__store--logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ff9900;
    box-shadow: 0 0 15px rgba(255, 153, 0, 0.3);
    z-index: 3;
}
.uhub-shop .wrapper .card__store--logo img {
    position: relative;
    width: 100%;
    z-index: 2;
}
.uhub-shop .wrapper .card__store--logo.size-privilege {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ff9900;
    box-shadow: 0 0 15px rgba(255, 153, 0, 0.3);
    z-index: 2;
}
.uhub-shop .wrapper .card__store--logo.size-privilege img {
    height: 140px;
}
.uhub-shop .wrapper .card__store--name {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.76px;
}
.uhub-shop .wrapper .card__store .head--branch {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.76px;
    color: rgba(0, 0, 0, 0.7);
}
.uhub-shop .wrapper .card__store--branch {
    position: relative;
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 1.25rem 1rem;
}
.uhub-shop .wrapper .card__store--branch .img--branch img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.uhub-shop .wrapper .card__store--branch .content--branch {
    position: relative;
}
.uhub-shop .wrapper .card__store--branch .content--branch .text--branch {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.76px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
}
.uhub-shop .wrapper .card__store--branch .content--branch .address--branch {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
}
.uhub-shop .wrapper .card__store--branch .content--branch .phone--branch {
    font-size: 0.813rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    color: rgba(0, 0, 0, 0.5);
}
.uhub-shop .wrapper .card__store--branch .content--branch .phone--branch:hover,
.uhub-shop
    .wrapper
    .card__store--branch
    .content--branch
    .phone--branch:active {
    color: rgba(0, 0, 0, 0.7);
}
.uhub-shop .wrapper .card__store--branch .content--branch .map--branch {
    cursor: pointer;
    margin-top: 1rem;
    font-size: 0.75rem;
    font-weight: 400;
    background-color: #ff9900;
    max-width: 180px;
    padding: 0.4rem;
    border-radius: 25px;
    color: whitesmoke;
    border: 2px solid transparent;
    transition: all 0.3s;
}
.uhub-shop .wrapper .card__store--branch .content--branch .map--branch:hover {
    border: 2px solid #fff;
}
.uhub-shop .wrapper .card__store--branch .content--branch .map--branch:active {
    filter: brightness(90%);
}
.uhub-shop .wrapper .box__privilege {
    margin-bottom: 1rem;
}
.uhub-shop .wrapper .box__privilege--head {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.74px;
}
.uhub-shop .wrapper .box__privilege--card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    padding: 1.25rem;
    border-radius: 10px;
    height: 16.25rem;
    opacity: 1;
    transition: all 0.3s;
}
.uhub-shop .wrapper .box__privilege--card.active {
    transform: scale(1);
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.uhub-shop .wrapper .box__privilege--card.active .card__privilege--image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ff9900;
    box-shadow: #ff9900 0px 0px 8px 0px;
}
.uhub-shop .wrapper .box__privilege--card.active .card__privilege--image img {
    max-width: 120px;
}
.uhub-shop .wrapper .box__privilege--card.active .card__privilege--text {
    color: #ff9900;
    font-weight: 600;
}
.uhub-shop .wrapper .box__privilege--card.active:hover {
    transform: scale(1.05);
}
.uhub-shop .wrapper .box__privilege--card:not(.active) {
    transform: scale(1);
    opacity: 0.7;
}
.uhub-shop .wrapper .box__privilege--card:not(.active) .card__privilege--image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid transparent;
}
.uhub-shop
    .wrapper
    .box__privilege--card:not(.active)
    .card__privilege--image
    img {
    max-width: 120px;
}
.uhub-shop .wrapper .box__privilege--card:not(.active):hover {
    transform: scale(1.05);
    opacity: 1;
}
.uhub-shop .wrapper .box__privilege--card:hover {
    transform: scale(1.05);
}
.uhub-shop .wrapper .box__privilege--card:active {
    transform: scale(1);
}
.uhub-shop .wrapper .box__privilege--card .card__privilege--image img {
    max-width: 120px;
}
.uhub-shop .wrapper .box__privilege--card .card__privilege--text {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.74px;
    line-height: 1.4rem;
}
.uhub-shop__banner {
    margin-bottom: 2rem;
}
.uhub-shop__banner .swiper-banner {
    overflow: hidden;
}
.uhub-shop__banner .swiper-banner .swiper-slide img {
    width: 100%;
    border-radius: 20px;
}
.uhub-shop__banner .swiper-pagination {
    bottom: 5px;
}
.uhub-shop__banner.mobile {
    margin-top: 0;
    margin-bottom: 1rem;
}
.uhub-shop__banner.mobile .swiper-banner {
    overflow: hidden;
}
.uhub-shop__banner.mobile .swiper-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.uhub-shop__banner.mobile .swiper-pagination {
    bottom: 10px;
}
.uhub-shop__products .card__product {
    display: flex;
    flex-flow: wrap;
    -webkit-align-content: space-between;
    align-content: space-between;
    cursor: pointer;
    background-color: #fff;
    padding: 1rem;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.uhub-shop__products .card__product:hover,
.uhub-shop__products .card__product:active {
    opacity: 0.6;
}
.uhub-shop__products .card__product--img img {
    width: 100%;
    object-fit: cover;
}
.uhub-shop__products .card__product--body {
    width: 100%;
    margin-top: 1rem;
}
.uhub-shop__products .card__product--body .card__product--text {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.74px;
    color: #333;
}
.uhub-shop__products .card__product--body .card__product--detail {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.2rem;
    color: rgba(0, 0, 0, 0.6);
}
.uhub-shop__products .card__product--body .card__product--color {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.2rem;
    color: rgba(0, 0, 0, 0.6);
}
.uhub-shop__products .card__product--price {
    margin-top: 1rem;
    text-align: right;
}
.uhub-shop__products .card__product--price b {
    color: red;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.74px;
}
.uhub-shop__products .card__product--price .count,
.uhub-shop__products .card__product--price .month {
    font-size: 0.75rem;
    font-weight: 400;
}
.uhub-shop__products--pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #fff;
    color: #333;
    transition: all 0.3s;
}
.uhub-shop__products--pagination .page-item .page-link:hover {
    background-color: #ff9900;
    color: #fff;
}
.uhub-shop__products--pagination .page-item .page-link:focus,
.uhub-shop__products--pagination .page-item .page-link:active {
    outline: 0;
    box-shadow: rgba(255, 153, 0, 0.3) 0px 10px 10px -10px;
}
.uhub-shop__products--pagination .page-item.disabled {
    opacity: 0.4;
}
.uhub-shop__products--pagination .page-item.active .page-link {
    background-color: #ff9900;
    color: #fff;
}
.uhub-shop__products--pagination .page-item:not(:last-child) {
    margin-right: 1rem;
}
.uhub-shop__brand {
    margin-top: 1.5rem;
}
.uhub-shop__brand--item {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 45px;
    padding: 0.3rem;
    overflow: hidden;
    transition: all 0.3s;
}
.uhub-shop__brand--item:hover,
.uhub-shop__brand--item:active {
    color: #fff;
}
.uhub-shop__brand--item:hover h6,
.uhub-shop__brand--item:active h6 {
    color: #fff;
}
.uhub-shop__brand--item:hover::before,
.uhub-shop__brand--item:active::before {
    width: 100%;
}
.uhub-shop__brand--item::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ff9900;
    z-index: 0;
    transition: all 0.3s;
}
.uhub-shop__brand--item.active {
    color: #fff;
}
.uhub-shop__brand--item.active::before {
    width: 100%;
}
.uhub-shop__brand--item.active h6 {
    color: #fff;
}
@media (max-width: 575.98px) {
    .uhub-shop__brand--item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        padding: 0.6rem;
    }
}
.uhub-shop__brand--image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.uhub-shop__brand--image img {
    width: 45px;
}
@media (max-width: 575.98px) {
    .uhub-shop__brand--image {
        box-shadow: none;
    }
}
.uhub-shop__brand--text {
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.uhub-shop__brand--text h6 {
    margin-left: 1rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #333;
    margin-bottom: 0;
}
.uhub-shop__brand--text .icon {
    position: absolute;
    right: 10px;
}
@media (max-width: 575.98px) {
    .uhub-shop__brand--text {
        margin-top: 0.7rem;
    }
    .uhub-shop__brand--text h6 {
        margin-left: 0rem;
        font-size: 0.875rem;
        letter-spacing: 0.4px;
        margin-bottom: 0;
    }
    .uhub-shop__brand--text .icon {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .uhub-shop__brand--text .icon {
        display: none;
    }
}
.uhub-shop__filter {
    margin-top: 0rem;
}
.uhub-shop__filter .input-group-search {
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.3s;
    margin-bottom: 0.8rem;
}
.uhub-shop__filter .input-group-search .form-control {
    font-size: 1rem;
    box-shadow: none;
    border: 1px solid #fff;
    color: #333;
}
.uhub-shop__filter
    .input-group-search
    .form-control:focus
    + .input-group-text
    i {
    color: #ff9900;
}
.uhub-shop__filter .input-group-search .input-group-text {
    background-color: #fff;
}
.uhub-shop__filter .input-group-search .input-group-text i {
    color: #333;
}
.uhub-shop__filter .form-select {
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #6c757d;
    background-color: #e4e4e4;
    box-shadow: none;
    padding: 0.5rem 1rem;
    border: 1.5px solid transparent;
    border-radius: 25px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='grey' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.uhub-shop__filter .form-select:focus {
    border: 1.5px solid #ff9900;
    box-shadow: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='orange' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
@media all and (max-width: 991.98px) {
    .uhub-shop__filter {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
}
.uhub-shop__news {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.uhub-shop__news--heading {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.74px;
    margin-bottom: 1.7rem;
}
.uhub-shop__news .card-new {
    border-radius: 0.68rem;
    overflow: hidden;
    box-shadow: 0 0.6rem 1.56rem rgba(0, 0, 0, 0.08);
}
.uhub-shop__news .card-new img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 1.063rem;
    border-bottom-right-radius: 1.063rem;
}
.uhub-shop__news .card-new--title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 1rem;
}
.uhub-shop__news .card-new--detail {
    font-size: 0.875rem;
    font-weight: 400;
    color: #333;
}

.uhub-motor {
    background: #fff;
}
.uhub-motor .motor__product {
    padding: 5rem 0;
}
@media all and (max-width: 767.98px) {
    .uhub-motor .motor__product {
        padding: 3rem 0;
    }
}
.uhub-motor .motor__product--title {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
}
.uhub-motor .motor__product--subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.6);
}
.uhub-motor .motor__product--price {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: red;
}
.uhub-motor .motor__product--choose.--text {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333;
}
.uhub-motor .motor__product--choose.--price {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: red;
}
.uhub-motor .motor__product--choose .btn-group {
    display: initial;
}
.uhub-motor .motor__product--choose.--select .btn-check:checked + .btn-select {
    border: 1px solid transparent;
    background-color: #ff9900;
    color: whitesmoke;
    box-shadow: rgba(255, 153, 0, 0.4) 0px 3px 5px;
}
.uhub-motor .motor__product--choose.--select .btn-select {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.7);
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    margin-bottom: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: all 0.3s;
}
.uhub-motor .motor__product--choose.--select .btn-select:hover {
    border: 1px solid #ff9900;
    background-color: #fff;
    color: #ff9900;
    box-shadow: rgba(255, 153, 0, 0.4) 0px 3px 5px;
}
.uhub-motor .motor__product--choose.--select .btn-select:active {
    border: 1px solid transparent;
    background-color: #ff9900;
    color: whitesmoke;
    box-shadow: rgba(255, 153, 0, 0.4) 0px 3px 5px;
}
.uhub-motor .motor__product--compute {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    padding: 1.2rem 2rem;
    border-radius: 10px;
    background-color: #edeef2;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .uhub-motor .motor__product--compute {
        padding: 1.2rem 1rem;
    }
}
.uhub-motor .motor__product--compute--item-title {
    font-size: 0.75rem;
    font-weight: 400;
}
.uhub-motor .motor__product--compute--item-price {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.uhub-motor .motor__product--order {
    margin-top: 2rem;
}
.uhub-motor .motor__product--order .order-item {
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.uhub-motor .motor__product--order .order-item--title {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    color: rgba(51, 51, 51, 0.7);
}
.uhub-motor .motor__product--order .order-item--price {
    font-size: 1.25rem;
    font-weight: 600;
}
.uhub-motor .motor__product .swiper {
    width: 100%;
    height: 100%;
}
.uhub-motor .motor__product .swiper-slide {
    background-size: cover;
    background-position: center;
}
.uhub-motor .motor__product .show-product {
    height: 80%;
    width: 100%;
}
.uhub-motor .motor__product .show-product .swiper-slide img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.uhub-motor .motor__product .show-product .swiper-button-next,
.uhub-motor .motor__product .show-product .swiper-button-prev {
    background-color: #edeef2;
    border-radius: 5px;
    width: 35px;
    height: 60px;
}
.uhub-motor .motor__product .show-product .swiper-button-next:after,
.uhub-motor .motor__product .show-product .swiper-button-prev:after {
    font-size: 1.625rem;
    color: #333;
}
.uhub-motor .motor__product .side-product {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.uhub-motor .motor__product .side-product .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uhub-motor .motor__product .side-product .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border: 2px solid transparent;
}
.uhub-motor .motor__product .side-product .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #ff9900;
    border-radius: 2px;
    overflow: hidden;
}
.uhub-motor .motor__video {
    background-color: rgba(196, 196, 196, 0.2);
    padding: 4rem 0;
}
.uhub-motor .motor__description {
    word-break: break-all;
    padding: 4rem 0;
    background-color: #fff;
}
.uhub-motor .motor__description--title {
    font-size: 1.625rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 2rem;
}
.uhub-motor .motor__reviews {
    background-color: #fff;
    padding: 4rem 0;
}
.uhub-motor .motor__reviews--list {
    margin-top: 1.5rem;
}
.uhub-motor .motor__reviews--item {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 2rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 575.98px) {
    .uhub-motor .motor__reviews--item .d-flex {
        display: initial !important;
    }
}
.uhub-motor .motor__reviews--item:not(:last-child) {
    margin-bottom: 2rem;
}
.uhub-motor .motor__reviews--item .left-icons {
    position: absolute;
    top: -35%;
    left: -1.2%;
    z-index: 0;
}
.uhub-motor .motor__reviews--item .left-icons i {
    font-size: 12rem;
    color: rgba(51, 51, 51, 0.1);
}
@media (max-width: 575.98px) {
    .uhub-motor .motor__reviews--item .left-icons {
        top: -25%;
        left: -5%;
    }
    .uhub-motor .motor__reviews--item .left-icons i {
        font-size: 14rem;
    }
}
.uhub-motor .motor__reviews--item-profile {
    position: relative;
    z-index: 1;
}
.uhub-motor .motor__reviews--item-profile img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.uhub-motor .motor__reviews--item-profile--name {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 26px;
    color: #333;
}
.uhub-motor .motor__reviews--item-profile--score i {
    color: rgba(51, 51, 51, 0.2);
}
.uhub-motor .motor__reviews--item-profile--score i.active {
    color: #ff9900;
}
.uhub-motor .motor__reviews--item-profile-time small {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 575.98px) {
    .uhub-motor .motor__reviews--item-profile-time small {
        float: right;
    }
}
.uhub-motor .motor__reviews--item-comment {
    margin-top: 1.45rem;
    position: relative;
    z-index: 1;
}
.uhub-motor .motor__reviews--item-comment p {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.7);
}
@media (max-width: 575.98px) {
    .uhub-motor .motor__reviews--item-comment {
        margin-top: 2rem;
    }
}
.uhub-motor .motor__reviews .rating {
    float: left;
    width: 300px;
}
.uhub-motor .motor__reviews .rating span {
    float: right;
    position: relative;
}
.uhub-motor .motor__reviews .rating span input {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.uhub-motor .motor__reviews .rating span label {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: gainsboro;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='gainsboro' class='bi bi-star-fill' viewBox='0 0 16 16'><path d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/></svg>");
    font-size: 20px;
    margin-right: 2px;
    line-height: 20px;
}
.uhub-motor .motor__reviews .rating span:hover ~ span label,
.uhub-motor .motor__reviews .rating span:hover label,
.uhub-motor .motor__reviews .rating span.checked label,
.uhub-motor .motor__reviews .rating span.checked ~ span label {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='orange' class='bi bi-star-fill' viewBox='0 0 16 16'><path d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/></svg>");
    color: #fff;
}
.uhub-motor .motor__content .content-gift {
    margin-bottom: 2rem;
}
.uhub-motor .motor__content .content-gift-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-bottom: 1.2rem;
}
.uhub-motor .motor__content .content-gift .gift-item {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.uhub-motor .motor__content .content-gift .gift-item img {
    width: 100%;
}
.uhub-motor .motor__content .content-gift .gift-item--text {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    line-height: 22px;
}
.uhub-motor .motor__content .content-profile {
    background-color: #fff;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.uhub-motor .motor__content .content-profile-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-bottom: 1.6rem;
}
.uhub-motor .motor__content .content-profile-item--avatar img {
    object-fit: cover;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    border-radius: 50%;
}
.uhub-motor .motor__content .content-profile-item--name {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
    color: #333;
}
.uhub-motor .motor__content .content-profile-item--email {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    color: rgba(51, 51, 51, 0.7);
}
.uhub-motor .motor__content .content-form {
    background-color: rgba(196, 196, 196, 0.2);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.uhub-motor .motor__content .content-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-bottom: 1.6rem;
}

#uhubclub {
    margin: 4rem 0;
}
#uhubclub .uhubclub-header {
    position: relative;
    background-color: #ee3840;
    max-width: 600px;
    border-radius: 70px;
    padding: 0.4rem;
    z-index: 2;
    transform: scale(1);
    transition: all 0.3s;
}
#uhubclub .uhubclub-header--image {
    background-color: #fff;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 1rem;
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#uhubclub .uhubclub-header--image img {
    width: 64px;
}
#uhubclub .uhubclub-header--text {
    font-size: 2.25rem;
    font-weight: 500;
    color: whitesmoke;
}
#uhubclub .uhubclub-header:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
        rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    transform: scale(1.03) translateY(-10px);
}
#uhubclub .uhubclub-header:focus,
#uhubclub .uhubclub-header:active {
    filter: brightness(0.9);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transform: scale(1) translateY(0px);
}
@media (max-width: 575.98px) {
    #uhubclub .uhubclub-header--image {
        width: 50px;
        height: 50px;
    }
    #uhubclub .uhubclub-header--image img {
        width: 34px;
    }
    #uhubclub .uhubclub-header--text {
        font-size: 1.5rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #uhubclub .uhubclub-header--image {
        width: 80px;
        height: 80px;
    }
    #uhubclub .uhubclub-header--image img {
        width: 54px;
    }
    #uhubclub .uhubclub-header--text {
        font-size: 2rem;
    }
}
#uhubclub .uhubclub-card {
    background-color: #fff;
    padding: 1rem;
    border-radius: 34px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#uhubclub .uhubclub-card .card-header > * {
    font-size: 2.5rem;
    font-weight: 500;
    color: #ff9900;
    letter-spacing: 0.7px;
}
#uhubclub .uhubclub-card .card-body .card-text {
    font-size: 1.625rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.712);
}
@media (max-width: 575.98px) {
    #uhubclub .uhubclub-card {
        padding: 0.4rem;
    }
    #uhubclub .uhubclub-card .card-header > * {
        font-size: 1.5rem;
    }
    #uhubclub .uhubclub-card .card-body .card-text {
        font-size: 1rem;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.712);
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #uhubclub .uhubclub-card .card-header > * {
        font-size: 2rem;
    }
    #uhubclub .uhubclub-card .card-body .card-text {
        font-size: 1.125rem;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.712);
    }
}
#uhubclub .uhubclub-card-address {
    margin-top: -2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 34px;
    border: 5px solid #ee3840;
}
#uhubclub .uhubclub-card-address .card-text {
    font-size: 1.375rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.712);
}
@media (max-width: 575.98px) {
    #uhubclub .uhubclub-card-address .card-text {
        font-size: 1rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #uhubclub .uhubclub-card-address .card-text {
        font-size: 1.125rem;
    }
}
#uhubclub .card-branch {
    background-color: #f1f1f1;
    border: 1px solid transparent;
    border-radius: 20px;
}
#uhubclub .card-branch--img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 20px;
}
#uhubclub .card-branch--title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333;
}
#uhubclub .card-branch--address {
    font-style: 1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}
#uhubclub .card-branch--address a:hover {
    color: #ff9900;
}
#uhubclub .card-branch--phone {
    font-style: 0.875rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}
#uhubclub .card-branch--phone a:hover {
    color: #ff9900;
}
@media all and (max-width: 767.98px) {
    #uhubclub .card-branch {
        background-color: #fff;
    }
}

#popup-scb {
    margin: 4rem 0;
}
#popup-scb .card-scb {
    border-color: transparent;
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#popup-scb .card-scb .card-header {
    margin-top: 1rem;
}
#popup-scb .card-scb .card-header .logo {
    max-width: 150px;
}
#popup-scb .card-scb .card-header .text-header {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 1rem;
}
#popup-scb .card-scb .card-body .text-body {
    margin: 2rem 0;
}
#popup-scb .card-scb .card-body .text-body-welcome {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}
#popup-scb .card-scb .card-body .condition-title {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}
#popup-scb .card-scb .card-body .condition-list {
    padding-left: 1rem;
    margin-bottom: 0;
}
#popup-scb .card-scb .card-body .condition-list li {
    font-size: 0.75rem;
    font-weight: normal;
}
#popup-scb .card-scb .card-footer {
    padding: 0rem 1rem;
}
#popup-scb .card-scb .card-footer .text-copyright {
    font-weight: 500;
}
@media (max-width: 575.98px) {
    #popup-scb {
        margin: 1rem 0;
    }
    #popup-scb .card-scb .card-header .text-header {
        font-size: 1.125rem;
        font-weight: 500;
        letter-spacing: 0.2px;
    }
    #popup-scb .card-scb .card-body .text-body {
        margin: 1.5rem 0;
    }
    #popup-scb .card-scb .card-body .text-body-welcome {
        font-size: 0.75rem;
        font-weight: 400;
        letter-spacing: 0.2px;
    }
    #popup-scb .card-scb .card-body .condition-title {
        font-size: 0.813rem;
        font-weight: 500;
        letter-spacing: 0.2px;
    }
    #popup-scb .card-scb .card-body .condition-list {
        padding-left: 1rem;
        margin-bottom: 0;
    }
    #popup-scb .card-scb .card-body .condition-list li {
        font-size: 0.688rem;
        font-weight: normal;
    }
    #popup-scb .card-scb .card-footer {
        padding: 0rem 1rem;
    }
    #popup-scb .card-scb .card-footer .text-copyright {
        font-weight: 500;
    }
}

#condition-content {
    margin: 3rem 0;
}

#policy-content {
    margin: 3rem 0;
}

#policy-service-content {
    margin: 3rem 0;
}
#policy-service-content .nav-pills {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 34px;
    overflow: hidden;
}
#policy-service-content .nav-pills .btn-tab {
    padding: 1rem 2rem;
    border-radius: 34px;
}
#policy-service-content .nav-pills .btn-tab.active {
    background-color: #ff9900;
}
@media (max-width: 767.98px) {
    #policy-service-content .nav-pills {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 12px;
        overflow: hidden;
    }
    #policy-service-content .nav-pills .btn-tab {
        display: block;
        width: 100%;
        padding: 1rem 2rem;
        border-radius: 0px;
    }
    #policy-service-content .nav-pills .btn-tab.active {
        background-color: #ff9900;
    }
}

#heading-about {
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

#heading-about .banner-about {
    padding-top: 12rem;
    padding-bottom: 40rem;
    background: url("../images/aboutus/BG_2.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#heading-about .img_robot {
    position: absolute;
    top: 250px;
    right: -280px;
}

#heading-about .h-text-about {
    color: #fff;
    margin-left: 25px;
}

#heading-about .h-text-about h2 {
    font-size: 62px;
    margin-bottom: 15px;
}

#heading-about .h-text-about h3 {
    font-size: 52px;
    margin-bottom: 15px;
}

#heading-about .h-text-about h4 {
    font-size: 42px;
    margin-bottom: 35px;
}

#heading-about .h-btn-about {
    margin-left: 25px;
}

#heading-about .h-btn-about .h-about {
    background-color: #f8a209;
    color: white;
    font-size: 19px;
    padding: 13px 35px;
    border-radius: 35px;
    text-shadow: 0 0 10px #fff;
}

#animation-about {
    position: relative;
}

#animation-about .animation-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #content-about .underline,
    #product-about .underline,
    #service-about .underline {
        margin-top: 35px;
        margin-bottom: 60px;
    }
    #branch-about .underline {
        margin-top: 35px;
        margin-bottom: 60px;
    }
    #heading-about {
        overflow: hidden;
        text-align: center;
    }
    #heading-about .banner-about {
        padding-top: 7rem;
        padding-bottom: 30rem;
        width: 100%;
        height: 100%;
    }
    #heading-about .img_robot {
        width: 100%;
        position: absolute;
        top: 350px;
        right: -200px;
    }
    #heading-about .h-text-about {
        margin-left: 0px;
    }
    #heading-about .h-text-about h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    #heading-about .h-text-about h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    #heading-about .h-text-about h4 {
        font-size: 18px;
        /* margin-bottom: 35px; */
    }
    #content-about .h-content-about h2,
    #product-about .h-content-about h2,
    #service-about .h-content-about h2,
    #branch-about .h-content-about h2 {
        font-size: 26px;
        font-weight: 700;
    }
    #content-about .underline {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    #content-about .content-about {
        margin: 25px 0;
    }
    #content-about .content-about span {
        font-size: 14px;
        font-weight: 500;
    }
    #content-about .card-about .card {
        padding: 0 15px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    #content-about .card-about .card h4 {
        font-size: 26px;
    }
    #content-about .card-about .card p {
        font-size: 14px;
        padding: 20px 0;
    }
    .mt-content {
        margin-top: 60px;
    }
    #product-about {
        overflow-x: hidden;
        font-family: Kanit-Regular;
        padding: 1rem 0;
    }
    #product-about .padding-col {
        padding-left: 7px;
        padding-right: 7px;
    }
    /* #product-about .h-content-about {
      margin-bottom: 25px;
    } */
    #product-about .card-about .card {
        padding: 5px 0px;
    }
    #product-about .card-about .card h4 {
        font-size: 20px;
    }
    #product-about .card-about .card p {
        font-size: 14px;
        padding-top: 20px;
    }
    #product-about .mb-5 {
        margin-bottom: 15px !important;
    }
    #branch-about .h-content-about {
        text-align: center !important;
    }
    #branch-about .justify-content-end {
        justify-content: center !important;
    }
    #branch-about .branch-map img {
        width: 100%;
    }
    #logo-about {
        padding: 3rem 0;
    }
    #logo-about img {
        width: 40px;
    }
    #logo-about .logo-umoney {
        font-size: 10px;
    }
    #service-about .card-about .card {
        height: 100%;
        margin-bottom: 10px;
    }
    #service-about .card-about .card h4 {
        font-size: 16px;
    }
    #service-about .card-about .card p {
        padding-top: 16px;
        color: #444444;
    }
    #service-about .card-about .card {
        margin-left: 0px;
        margin-right: 0px;
    }
    #service-about .owl-serviceAbout .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #service-about
        .owl-serviceAbout
        .owl-dots
        .owl-dot
        span
        #service-about
        .owl-serviceAbout
        .owl-dots
        .owl-dot:hover
        span {
        background: #f2f2f2 !important;
    }
    #service-about .owl-serviceAbout .owl-dots .owl-dot.active span,
    #service-about .owl-serviceAbout .owl-dots .owl-dot:hover.active span {
        width: 17px;
        height: 17px;
        background: #a6a6a6 !important;
    }
    #animation-about .animation-area li {
        animation: animate-about 1000s linear infinite;
        bottom: -200px;
    }
    #animation-about .animation-area li.animation-cricle-1 {
        left: -100px;
        width: 200px;
        height: 200px;
        animation-duration: 70s;
    }
    #animation-about .animation-area li.animation-cricle-2 {
        right: -100px;
        width: 200px;
        height: 200px;
        animation-duration: 70s;
    }
}

.content-timelime .content-title {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #0b0e2b;
}

.content-timelime__2017 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.content-timelime__2017 .content-timelime--body {
    position: relative;
    z-index: 1;
}
.content-timelime__2017 .content-timelime--title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2.5rem;
}
.content-timelime__2017 .content-timelime--head {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}
.content-timelime__2017 .content-timelime--list {
    margin-bottom: 0rem;
}
.content-timelime__2017 .content-timelime--list li {
    font-size: 0.875rem;
    font-weight: 400;
    color: #494949;
}
.content-timelime__2017 .content-timelime--list li:not(:last-child) {
    margin-bottom: 0.6rem;
}
.content-timelime__2017 p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #494949;
}
.content-timelime__2017 .moto_punk-img {
    max-width: 100%;
}
.content-timelime__2017 .text-year {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 2rem;
    font-size: 18rem;
    font-weight: 700;
    color: rgba(255, 153, 0, 0.2);
    line-height: 1;
    letter-spacing: 2.5rem;
    z-index: 0;
}

.content-timelime__2018 {
    padding: 7rem 0;
}
.content-timelime__2018 .content-timelime--body {
    position: relative;
    z-index: 1;
}
.content-timelime__2018 .h-content-about h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #333;
}
.content-timelime__2018 .content-about span {
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    color: #494949;
}
.content-timelime__2018 .card-about .card {
    padding: 1rem 1rem;
    margin-top: 50px;
    border-radius: 10px;
    border-color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.1);
}
.content-timelime__2018 .card-about .card.active {
    overflow: hidden;
    position: relative;
    border-color: transparent;
    color: #fff;
    background: #0b0e2b;
    background: linear-gradient(0deg, #0b0e2b 0%, #081140 55%, #03186b 100%);
}
.content-timelime__2018 .card-about .card.active .img_light {
    width: 100%;
    position: absolute;
    right: -70px;
    bottom: -50px;
}
.content-timelime__2018 .card-about .card.active .icon-card {
    margin: 15px 0;
}
.content-timelime__2018 .card-about .card.active .icon-card {
    width: 95px;
    background-color: #fff;
    padding: 15px 16px;
    border-radius: 50%;
}
.content-timelime__2018 .card-about .card.active .icon-card img {
    width: 60px;
}
.content-timelime__2018 .card-about .card.active p {
    color: #fff;
}
.content-timelime__2018 .card-about .icon-card {
    padding: 25px 0;
}
.content-timelime__2018 .card-about .icon-card img {
    width: 70px;
}
.content-timelime__2018 .card-about .card h4 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0;
}
.content-timelime__2018 .card-about .card p {
    padding: 20px 0;
    font-size: 0.875rem;
    color: #444444;
}
.content-timelime__2018 .card-about .card p.content {
    line-height: 1.75;
}
.content-timelime__2018 .card-about .card .showContnet {
    display: none;
}
.content-timelime__2018 .card-about .card a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.3s;
}
.content-timelime__2018 .card-about .card a:hover {
    color: #0056b3;
    transition: all 0.3s;
}
.content-timelime__2018 .card-about .card a:hover i {
    transition: all 0.3s;
    padding-left: 5px;
}
.content-timelime__2018 .mt-content {
    margin-top: 4rem;
}
.content-timelime__2018 .text-year {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 2rem;
    font-size: 18rem;
    font-weight: 700;
    color: white;
    line-height: 1;
    letter-spacing: 2.5rem;
    z-index: 0;
}

.content-timelime__2019 {
    padding: 4rem 2rem;
    background-color: rgba(255, 153, 0, 0.2);
}
.content-timelime__2019 .content-timelime--title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2.5rem;
}
.content-timelime__2019 .top-logo-img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}
.content-timelime__2019 .logo-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.content-timelime__2019 .text-year {
    font-size: 15rem;
    font-weight: 700;
    color: white;
    line-height: 1;
    letter-spacing: 1rem;
    z-index: 0;
}

.content-timelime__2020 {
    padding: 4rem 2rem;
    background-color: #4e2a81;
}
.content-timelime__2020 .content-timelime--title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 2.5rem;
}
.content-timelime__2020 .logo-img {
    object-fit: cover;
    width: 100%;
}
.content-timelime__2020 .text-year {
    font-size: 15rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1;
    letter-spacing: 1rem;
    z-index: 0;
}

.content-timelime__2021 {
    padding: 4rem 2rem;
    background-color: rgba(254, 194, 59, 0.2);
}
.content-timelime__2021 .content-timelime--title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #19459d;
    margin-bottom: 2.5rem;
}
.content-timelime__2021 .logo-img {
    object-fit: cover;
    width: 100%;
}
.content-timelime__2021 .text-year {
    font-size: 15rem;
    font-weight: 700;
    color: rgba(254, 194, 59, 0.6);
    line-height: 1;
    letter-spacing: 1rem;
    z-index: 0;
}

.content-timelime__2022 {
    padding: 4rem 2rem;
    background-color: white;
}
.content-timelime__2022 .content-timelime--title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #ed1c24;
    margin-bottom: 2.5rem;
}
.content-timelime__2022 .logo-img {
    object-fit: cover;
    width: 100%;
}
.content-timelime__2022 .text-year {
    font-size: 15rem;
    font-weight: 700;
    color: rgba(237, 28, 36, 0.4);
    line-height: 1;
    letter-spacing: 1rem;
    z-index: 0;
}
.content-timelime__2022--nia {
    padding-bottom: 4rem;
}
.content-timelime__2022--nia__logo {
    max-width: 120px;
}
.content-timelime__2022--nia__title {
    font-size: 1.5;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
}
.content-timelime__2022--nia__certificate {
    max-width: 100%;
}
.content-timelime__2022--nia__content {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494949;
    margin-bottom: 1.5rem;
}

@media (max-width: 575.98px) {
    .text-year {
        text-align: center;
        font-size: 3rem !important;
        font-weight: 700;
        margin-bottom: 2rem;
        letter-spacing: 0.4rem !important;
    }
    .content-timelime__2018 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .content-timelime__2017 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .content-timelime__2019 {
        padding: 2rem 1rem;
    }
    .content-timelime__2019 .content-timelime--title {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
    .content-timelime__2019 .top-logo-img {
        object-fit: cover;
        width: 100%;
        height: 110px;
    }
    .content-timelime__2019 .logo-img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .content-timelime__2020 {
        padding: 2rem 1rem;
    }
    .content-timelime__2020 .content-timelime--title {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
    .content-timelime__2021 {
        padding: 2rem 1rem;
    }
    .content-timelime__2021 .content-timelime--title {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
    .content-timelime__2022 {
        padding: 2rem 1rem;
    }
    .content-timelime__2022 .content-timelime--title {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
    .content-timelime__2020 .logo-img,
    .content-timelime__2021 .logo-img,
    .content-timelime__2022 .logo-img {
        text-align: center;
        object-fit: cover;
        width: 200px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .text-year {
        font-size: 8rem !important;
        font-weight: 700;
        margin-bottom: 4rem;
    }
    .content-timelime__2020 .logo-img,
    .content-timelime__2021 .logo-img,
    .content-timelime__2022 .logo-img {
        text-align: center;
        object-fit: cover;
        width: 300px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .text-year {
        font-size: 10rem !important;
        font-weight: 700;
        margin-bottom: 4rem;
    }
}

@media all and (max-width: 1199.98px) {
    .card-about .card {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/*--------------------------------- Heading Vision ---------------------------------*/
#heading-vision {
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

#heading-vision .banner-vision {
    padding-top: 15rem;
    padding-bottom: 40rem;
    background: url("../images/vision/BG_top.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#heading-vision .h-text-vision {
    color: #fff;
    font-weight: 500;
}

#heading-vision .h-text-vision h2 {
    font-size: 82px;
    margin-bottom: 15px;
}

#heading-vision .h-text-vision h3 {
    font-size: 62px;
    margin-bottom: 15px;
}

#heading-vision .h-text-vision h4 {
    font-size: 42px;
}

.line_light img {
    position: relative;
    width: 400px;
    margin: 20px 0;
    /* height: 7px; */
    z-index: 2;
}

/*--------------------------------- Content Vision ---------------------------------*/
#content-vision {
    position: relative;
    overflow-x: hidden;
    height: 100vh;
}

#content-vision .banner-vision {
    background: url("../images/vision/BG_Middle.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.h-text-content {
    padding-top: 25rem;
    font-weight: 400;
    color: #fff;
}

.h-text-content h2 {
    font-size: 130px;
    margin-bottom: 0;
}

.h-text-content h3 {
    font-size: 52px;
}

.c-text-content {
    font-weight: 400;
    padding-top: 20rem;
    color: #fff;
}

/* .c-text-content h3 {
    font-size: 52px;
  } */
.c-text-content h1 {
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 30px;
}

.c-text-content h2 {
    font-size: 40px;
}

/*--------------------------------- Content Mission ---------------------------------*/
#content-mission {
    position: relative;
    overflow-x: hidden;
    height: 100vh;
    top: -100px;
}

#content-mission .img-mission {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

#content-mission .c-text-mission {
    position: relative;
    padding-top: 18.5rem;
    font-weight: 400;
    color: #fff;
    z-index: 2;
}

#content-mission .c-text-mission h1 {
    font-size: 62px;
}

#content-mission .c-text-mission h2 {
    font-size: 34px;
}

#content-mission .c-text-mission h3 {
    font-size: 36px;
}

#content-mission .h-text-mission {
    position: relative;
    padding-top: 24rem;
    font-weight: 400;
    color: #fff;
    z-index: 2;
}

#content-mission .h-text-mission h2 {
    font-size: 130px;
}

#content-mission .h-text-mission h3 {
    font-size: 52px;
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /*--------------------------------- Heading Vision ---------------------------------*/
    #heading-vision {
        height: 100vh;
    }
    #heading-vision .banner-vision {
        padding-bottom: 0rem;
    }
    #heading-vision .h-text-vision h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    #heading-vision .h-text-vision h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    #heading-vision .h-text-vision h4 {
        font-size: 18px;
    }
    /*--------------------------------- Content Vision ---------------------------------*/
    .h-text-content {
        text-align: center !important;
        padding-top: 10rem;
    }
    .h-text-content h2 {
        font-size: 56px;
        margin-bottom: 0;
    }
    .h-text-content h3 {
        font-size: 26px;
    }
    .c-text-content {
        padding-top: 1rem;
    }
    .c-text-content h1 {
        font-size: 22px;
    }
    .c-text-content h2 {
        font-size: 22px;
    }
    /*--------------------------------- Content Mission ---------------------------------*/
    #content-mission .c-text-mission {
        padding-top: 1rem;
    }
    #content-mission .img-mission {
        width: auto;
        height: 100%;
        position: absolute;
    }
    #content-mission .c-text-mission h1 {
        font-size: 22px;
    }
    #content-mission .c-text-mission h3 {
        font-size: 20px;
    }
    #content-mission .c-text-mission h2 {
        font-size: 20px;
    }
    #content-mission .c-text-mission h2.mt-lg-5 {
        margin-top: 30px;
    }
    #content-mission .h-text-mission {
        padding-top: 7rem;
        text-align: center !important;
    }
    #content-mission .h-text-mission h2 {
        font-size: 56px;
    }
    #content-mission .h-text-mission h3 {
        font-size: 26px;
    }
    .line_light img {
        transform: scale(0.5);
        width: 100%;
        margin: 8px 0;
        /* height: 7px; */
    }
}

#heading-investor {
    position: relative;
    height: 100%;
    margin-bottom: 4rem;
}

#heading-investor .cricle {
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
}

#heading-investor .banner-investor {
    margin-top: -250px;
    width: 100%;
    height: 100%;
}

#heading-investor .p-investor {
    padding-top: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#heading-investor .h-text-investor {
    font-weight: 500;
    color: #fff;
}

#heading-investor .h-text-investor h2 {
    font-size: 62px;
    margin-bottom: 20px;
}

#heading-investor .h-text-investor h3 {
    font-size: 42px;
    margin-bottom: 20px;
}

#heading-investor .h-text-investor h4 {
    font-size: 32px;
}

#report-investor {
    padding: 3rem;
}

#report-investor .investor-report {
    font-weight: 400;
    color: #4045af;
}

#report-investor .investor-report .h-report {
    position: relative;
}

#report-investor .investor-report .h-report h1 {
    font-size: 28px;
}

#report-investor .investor-report .h-report span {
    font-size: 16px;
}

#report-investor .investor-report .f-report h2 {
    font-size: 20px;
}

#report-investor .boder-f {
    border-left: 1px solid #6c757d;
}

#bg-graph {
    font-weight: 400;
    position: relative;
    overflow: hidden;
    height: 250px;
}

/* #bg-graph .banner_graph img {
    position: absolute;
    width: 100%;
    z-index: 0;
  } */
#bg-graph .banner_graph {
    background: #35267f;
    background: linear-gradient(
        97deg,
        #35267f 0%,
        #4b0898 20%,
        #3074d5 69%,
        #2f77d7 100%
    );
    width: 100%;
    height: 250px;
    z-index: -10;
}

/* #bg-graph .heading-graph h1 {
    margin-top: 50px;
    color: #fff;
    font-size: 36px;
  } */
#graph-investor {
    margin-top: -250px;
    font-weight: 400;
    position: relative;
    padding-top: 4rem;
}

#graph-investor .heading-graph h1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
}

#graph-investor .card {
    padding: 20px 15px;
    border-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 12.1px rgba(0, 0, 0, 0.04);
}

#graph-investor .f-graph {
    margin-top: 25px;
}

#graph-investor .f-graph h2 {
    font-size: 20px;
    color: #4045af;
}

#chart-investor {
    padding: 6rem 0;
}

#chart-investor .img-chart {
    width: 100%;
}

/* #chart-investor .heading-title {
    margin-bottom: 3.74rem;
  } */
#chart-investor .underline {
    margin: 2.1rem 0;
}

#chart-investor .heading-title h1 {
    font-weight: 400;
    font-size: 36px;
    color: #4045af;
}

#content-investor {
    overflow-x: hidden;
}

#content-investor .box-investor.bg-box-investor-1 {
    background: url("../images/Investor/1.png") no-repeat center;
    background-size: cover;
}

#content-investor .box-investor.bg-box-investor-2 {
    background: url("../images/Investor/6.png") no-repeat center;
    background-size: cover;
}

#content-investor .box-investor {
    font-weight: 400;
    padding-top: 10rem;
    padding-bottom: 3.74rem;
    padding-left: 6rem;
    color: #fff;
}

#content-investor .box-investor .box-title h1 {
    font-weight: 500;
    font-size: 52px;
}

#content-investor .box-investor .box-body h2 {
    font-size: 28px;
    margin-bottom: 1.5rem;
}

#content-investor .box-body .btn-investor {
    border: 1px solid transparent;
    background: #48038c;
    background: linear-gradient(
        90deg,
        #48038c 0%,
        #47098f 29%,
        #44239d 55%,
        #4045af 100%
    );
    color: #fff;
    border-radius: 25px;
    padding: 4px 35px;
    font-size: 22px;
    transition: all 0.3s;
}

#content-investor .box-body .btn-investor:hover,
#content-investor .box-body .btn-investor:focus {
    border: 1px solid #fff;
    text-shadow: 0 0 2px #fff;
    box-shadow: 0 0 5px #fff;
}

#info-investor {
    padding: 6rem 0;
}

#info-investor .heading-info h1 {
    font-weight: 500;
    font-size: 36px;
    color: #4045af;
}

#info-investor .m-info {
    margin: 2rem 0;
}

#info-investor .card {
    font-weight: 400;
    padding: 2rem 4rem;
    border: 1px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0px 12.1px rgba(0, 0, 0, 0.04);
}

#info-investor .card .title-info {
    padding: 2rem 2rem;
}

#info-investor .card .date-info {
    font-size: 22px;
    color: #4045af;
}

#info-investor .card .title-info h1 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 0;
    color: #4045af;
}

#info-investor .card .footer-info a {
    padding: 1rem 2rem;
    color: #007bff;
}

#info-investor .card .footer-info a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #heading-investor .banner-investor {
        margin-top: 0px;
    }
    #heading-investor .cricle {
        display: none;
    }
    #heading-investor .p-investor {
        padding-top: 3rem;
    }
    #heading-investor .h-text-investor h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    #heading-investor .h-text-investor h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #heading-investor .h-text-investor h4 {
        font-size: 18px;
    }
    #report-investor {
        padding: 1rem;
    }
    #bg-graph {
        width: 100%;
        height: 100px;
    }
    /*
    #bg-graph .heading-graph h1 {
      margin-top: 10px;
      font-size: 20px;
    } */
    #graph-investor {
        margin-top: -150px;
        /* padding-top: 4rem; */
    }
    #graph-investor .heading-graph h1 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    #graph-investor .card {
        padding: 10px 7px;
    }
    #graph-investor .h-graph img {
        width: 100%;
        transform: scale(0.8);
    }
    #graph-investor .f-graph {
        margin-top: 10px;
    }
    #graph-investor .f-graph h2 {
        font-size: 16px;
    }
    #graph-investor .col-6 {
        margin-bottom: 10px;
    }
    #chart-investor {
        padding: 3rem 0;
    }
    #chart-investor .img-chart img {
        width: 100%;
    }
    #chart-investor .underline {
        margin: 1.1rem 0;
    }
    /* #chart-investor .heading-title {
      margin-bottom: 2rem;
    } */
    #chart-investor .heading-title h1 {
        font-size: 20px;
    }
    #content-investor {
        margin: 0 1rem;
    }
    #content-investor .box-investor {
        padding-top: 4rem;
        padding-bottom: 2rem;
        padding-left: 3rem;
        color: #fff;
        margin-bottom: 5px;
    }
    #content-investor .box-investor .box-title h1 {
        font-size: 20px;
    }
    #content-investor .box-investor .box-body h2 {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    #content-investor .box-body .btn-investor {
        font-size: 12px;
    }
}

/*--------------------------------- Heading Manager ---------------------------------*/
#heading-manager {
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

#heading-manager .banner-manager {
    width: 100%;
    height: 100%;
}

#heading-manager .p-manager {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
}

#heading-manager .h-text-manager {
    font-weight: 500;
    color: #fff;
}

#heading-manager .h-text-manager h2 {
    font-size: 62px;
    margin-bottom: 20px;
}

#heading-manager .h-text-manager h3 {
    font-size: 42px;
    margin-bottom: 20px;
}

#heading-manager .h-text-manager h4 {
    font-size: 32px;
}

/*--------------------------------- Content Manager ---------------------------------*/
#content-manager {
    position: relative;
    padding-top: 4rem;
    overflow: hidden;
}

#content-manager .col {
    margin-bottom: 37.5px;
}

#content-manager .border-left-purple {
    border-left: 20px solid #48038c !important;
}

#content-manager .border-right-purple {
    border-right: 20px solid #48038c !important;
}

#content-manager .border-right-blue {
    border-right: 20px solid #4045af !important;
}

#content-manager .border-left-blue {
    border-left: 20px solid #4045af !important;
}

#content-manager .card {
    border-color: #fff;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    height: 100%;
    box-shadow: 0 0px 12.1px rgba(0, 0, 0, 0.04);
}

#content-manager .h-card {
    font-weight: 500;
    margin-bottom: 10px;
}

#content-manager .h-card h1 {
    font-size: 36px;
    margin-bottom: 0;
}

#content-manager .h-card h2 {
    font-size: 24px;
    font-weight: 200;
}

#content-manager .f-card {
    font-weight: 400;
}

#content-manager .f-card h2 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 200;
}

#content-manager .card p {
    margin: 0;
}

#content-manager .images-manager {
    width: 50px;
}

#content-manager .banner_bottom {
    position: absolute;
    bottom: -380px;
    width: 100%;
    z-index: 0;
}

#content-manager .button-manager {
    position: relative;
    padding: 4rem;
    z-index: 2;
}

#content-manager .button-manager .btn-manager {
    font-weight: 400;
    border: 5px solid #fff;
    border-radius: 35px;
    font-size: 32px;
    color: #fff;
    background: #48038c;
    background: linear-gradient(
        90deg,
        #48038c 0%,
        #47098f 29%,
        #44239d 55%,
        #4045af 100%
    );
    box-shadow: 0 0px 12.1px rgba(0, 0, 0, 0.04);
    transition: all 0.3s;
}

#content-manager .button-manager .btn-manager:hover,
#content-manager .button-manager .btn-manager:focus {
    border: 7px solid #fff;
    font-size: 36px;
    border-radius: 50px;
    box-shadow: none;
}

#content-manager .cricle_1 {
    position: absolute;
    top: 52px;
    left: 0;
}

#content-manager .cricle_2 {
    position: absolute;
    top: 550px;
    right: 0;
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /*--------------------------------- Heading Manager ---------------------------------*/
    #heading-manager .p-manager {
        top: 20px;
    }
    #heading-manager .h-text-manager h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    #heading-manager .h-text-manager h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #heading-manager .h-text-manager h4 {
        font-size: 18px;
    }
    /*--------------------------------- Content Manager ---------------------------------*/
    #content-manager {
        position: relative;
        padding-top: 2rem;
        overflow: hidden;
    }
    #content-manager .col {
        margin-bottom: 15px;
    }
    #content-manager .card {
        border-color: #fff;
        border-radius: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #content-manager .h-card h1 {
        font-size: 22px;
        margin-bottom: 0;
    }
    #content-manager .h-card h2 {
        font-size: 18px;
        font-weight: 200;
    }
    #content-manager .f-card {
        font-weight: 400;
    }
    #content-manager .f-card h2 {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 200;
    }
    #content-manager .card p {
        font-size: 12px;
        margin: 0;
    }
    #content-manager .images-manager {
        width: 25px;
    }
    #content-manager .border-left-purple {
        border-left: 10px solid #48038c !important;
    }
    #content-manager .border-right-purple {
        border-right: 10px solid #48038c !important;
    }
    #content-manager .border-right-blue {
        border-right: 10px solid #4045af !important;
    }
    #content-manager .border-left-blue {
        border-left: 10px solid #4045af !important;
    }
    #content-manager .button-manager {
        position: relative;
        padding: 0;
        padding-top: 1.5rem;
        padding-bottom: 2rem;
        z-index: 1;
    }
    #content-manager .button-manager .btn-manager {
        font-weight: 400;
        border: 5px solid #fff;
        border-radius: 35px;
        font-size: 16px;
    }
    #content-manager .button-manager .btn-manager:hover,
    #content-manager .button-manager .btn-manager:focus {
        border: 7px solid #fff;
        font-size: 17px;
        border-radius: 50px;
    }
}

#motor-success {
    padding: 12rem 0;
}
@media (max-width: 575.98px) {
    #motor-success {
        padding: 6rem 0;
    }
}
#motor-success::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #f12711, #ff9900);
    z-index: -1;
    animation-name: backgroundSlide;
    animation-duration: 1.4s;
}

@keyframes backgroundSlide {
    0% {
        height: 0%;
        border-radius: 10%;
    }
    100% {
        height: 100%;
        border-radius: 0;
    }
}
#motor-success .card-motor__success {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border: 1px solid transparent;
    border-radius: 34px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    opacity: 1;
    transform: scale(1);
    animation-name: cardOpacity;
    animation-duration: 0.8s;
}
#motor-success .card-motor__success img {
    width: 140px;
}
#motor-success .card-motor__success .card-title {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #ff9900;
}
#motor-success .card-motor__success .card-text {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1.1px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}
#motor-success .card-motor__success--btn {
    position: absolute;
    width: 60%;
    bottom: -8%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 34px;
    padding: 0.5rem;
    background-color: #fff;
}

@keyframes cardOpacity {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 1;
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.job {
    padding-top: 8rem;
    padding-bottom: 7rem;
}
.job-header {
    overflow: hidden;
}
.job-header .container,
.job-header .container-xl {
    background-image: linear-gradient(to left, #f12711, #ff9900);
    padding: 4rem 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.job-header--title {
    padding: 2rem;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
}
.job-header--title span {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.712);
}
.job .card--job {
    border-radius: 24px;
    border: 1px dashed rgba(255, 153, 0, 0.7);
}
.job .card--job .card-body {
    padding: 1rem 1rem;
}
.job .card--job .card-body img {
    object-fit: contain;
    width: 100%;
    border-radius: 24px;
    margin-top: -70px;
    margin-bottom: 1.25rem;
    box-shadow: rgba(131, 131, 134, 0.2) 0px 18px 19px 0px;
}
.job .card--job .card-body .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}
.job .card--job .card-body .card-title span {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.712);
}
.job .card--job .card-body .card-text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 1.25rem 0;
}
.job-description {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.job-description--content {
    word-break: break-all;
}
.job-description--title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 1.25rem;
}
.job-form {
    padding-bottom: 7rem;
}
.job-form--title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 1.25rem;
}
.job-form .card--job-form {
    border-radius: 24px;
    border: 1px dashed rgba(255, 153, 0, 0.7);
}
.job-form .card--job-form .card-body .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.job-form .form-check-input:focus {
    outline: 0;
    border-color: rgba(255, 153, 0, 0.2);
    box-shadow: none !important;
}
.job-form .form-check-input:checked {
    background-color: #ff9900;
    border-color: #ff9900;
}

.credit-check--phone {
    padding: 8rem 0;
    width: 100%;
    background-image: linear-gradient(to right, #f12711, #ff9900);
}
.credit-check--phone__card {
    position: relative;
    margin-top: 2rem;
    padding: 2rem;
    background: #fff;
    border: none;
    border-radius: 24px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.credit-check--phone__card--icon {
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border: 7px solid none;
    border-radius: 50%;
    background-color: #fff;
    padding: 0.5rem;
    z-index: 2;
}
.credit-check--phone__card--icon img {
    width: 74px;
}
.credit-check--phone__card--head {
    margin-top: 2.5rem;
    position: relative;
    z-index: 1;
}
.credit-check--phone__card--head__title {
    font-size: 2rem;
    font-weight: 500;
    color: #333;
}
.credit-check--phone__card--head__text {
    font-size: 1.125rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
}
.credit-check--phone__card--form {
    position: relative;
    z-index: 1;
}
.credit-check--phone__card--form .wrapper-otp {
    width: 300px;
    overflow: hidden;
}
.credit-check--phone__card--form .wrapper-otp:focus,
.credit-check--phone__card--form .wrapper-otp:focus-visible {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.credit-check--phone__card--form .wrapper-otp-ipnuts {
    left: 0;
    position: sticky;
}
.credit-check--phone__card--form .wrapper-otp-ipnuts:focus,
.credit-check--phone__card--form .wrapper-otp-ipnuts:focus-visible {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.credit-check--phone__card--form .input-otp {
    font-size: 1.25rem;
    padding-left: 13px;
    letter-spacing: 38px;
    border: 0 !important;
    background-image: linear-gradient(
        to left,
        black 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 50px 2px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 300px;
    min-width: 300px;
}
.credit-check--phone__card--form .input-otp:focus,
.credit-check--phone__card--form .input-otp:focus-visible {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.credit-check--phone__card--form .form-control {
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center !important;
    border: 2px solid #ddd;
    letter-spacing: 1px;
    box-shadow: rgba(255, 153, 0, 0.1) 0px 0px 0px 0px;
    transition: border 0.3s ease-in-out;
}
.credit-check--phone__card--form .form-control:focus {
    border: 2px solid #ff9900 !important;
    box-shadow: rgba(255, 153, 0, 0.2) 0px 2px 8px 0px;
}
.credit-check--phone__card--form .form-control::-webkit-outer-spin-button,
.credit-check--phone__card--form .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.credit-check--phone__card--form .form-control[type="number"] {
    -moz-appearance: textfield;
}
.credit-check--phone__card--condition .form-check-label {
    font-size: 0.75rem;
}
.credit-check--phone__card--link {
    font-size: 1rem;
    font-weight: 400;
    color: #ff9900;
}
.credit-check--phone__card--link:hover {
    color: #ff9900;
    text-decoration: underline;
}
.credit-check--phone__card--link:active,
.credit-check--phone__card--link:focus {
    color: #ff9900;
    text-decoration: underline;
    filter: brightness(90%);
}
.credit-check--phone__card .link-otp .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.credit-check--phone__card--back {
    position: absolute;
    top: 0;
    left: 0;
    margin: 1rem;
}
.credit-check--phone__card--back a {
    font-size: 1.125rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
}
.credit-check--phone__card--back a:hover {
    color: #ff9900;
}
.credit-check--phone__card--back a:active,
.credit-check--phone__card--back a:focus {
    color: #ff9900;
    filter: brightness(90%);
}
@media (max-width: 575.98px) {
    .credit-check--phone__card {
        padding: 1rem 0rem;
    }
    .credit-check--phone__card--head {
        margin-top: 3.5rem;
    }
    .credit-check--phone__card--form .form-control {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 0px;
    }
}
@media (max-width: 575.98px) {
    .credit-check--phone {
        padding: 8rem 0;
        min-height: 70vh;
        background: #ff9900;
    }
}

.credit-check--form {
    width: 100%;
    padding: 4rem 0;
    background-color: rgba(196, 196, 196, 0.2);
}
.credit-check--form__header {
    margin-bottom: 4rem;
}
.credit-check--form__header__title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #333;
}
.credit-check--form__card {
    border: none;
    border-radius: 24px;
}
.credit-check--form__card .card-body {
    padding: 0rem;
    margin: 0rem;
    background-color: transparent;
    border-radius: 16px;
}
.credit-check--form__card--item {
    padding: 1.5rem 0;
    border-radius: 14px;
    background-color: #fff;
    border: 2px solid #ddd;
}
.credit-check--form__card--item__header {
    padding: 0 1.5rem;
}
.credit-check--form__card--item__header .switch-custom {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}
.credit-check--form__card--item__header .switch-custom input {
    opacity: 0;
    width: 0;
    height: 0;
}
.credit-check--form__card--item__header
    .switch-custom
    input:checked
    + .switch-custom-control {
    background-color: #ff9900;
}
.credit-check--form__card--item__header
    .switch-custom
    input:focus
    + .switch-custom-control {
    box-shadow: 0 0 1px #ff9900;
}
.credit-check--form__card--item__header
    .switch-custom
    input:checked
    + .switch-custom-control::before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}
.credit-check--form__card--item__header .switch-custom .switch-custom-control {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background-color: #ddd;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.credit-check--form__card--item__header
    .switch-custom
    .switch-custom-control::before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 3px;
    border-radius: 34px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: transform 0.3s ease-in-out;
}
.credit-check--form__card--item__header .form-check-label {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.credit-check--form__card--item__header .form-check-label:hover {
    color: #ff9900;
}
.credit-check--form__card--item__content {
    padding: 0 1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    max-height: 0;
    margin-top: 0px;
    transition: max-height 0.5s ease-in-out, margin-top 0.4s ease-in;
}
.credit-check--form__card--item__content::-webkit-scrollbar {
    width: 10px;
}
.credit-check--form__card--item__content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.credit-check--form__card--item__content::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 50px;
}
.credit-check--form__card--item__content::-webkit-scrollbar-thumb:hover {
    background: #ff9900;
}
.credit-check--form__card--item__content .form-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}
.credit-check--form__card--item__content .form-check-input {
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #ddd;
    box-shadow: rgba(255, 153, 0, 0.2) 0px 0px 0px 0px;
}
.credit-check--form__card--item__content .form-check-input:checked {
    border: 2px solid #ff9900;
    background-color: #ff9900;
    box-shadow: rgba(255, 153, 0, 0.2) 0px 2px 8px 0px;
}
.credit-check--form__card--item__content .form-select,
.credit-check--form__card--item__content .form-control {
    font-size: 1rem;
    font-weight: 400;
    border: 2px solid #ddd;
    border-radius: 4px;
    box-shadow: rgba(255, 153, 0, 0.2) 0px 0px 0px 0px;
    transition: border 0.1s ease-in-out, box-shadow 0.2s ease-in-out;
}
.credit-check--form__card--item__content .form-select:focus,
.credit-check--form__card--item__content .form-control:focus {
    border: 2px solid #ff9900;
    box-shadow: rgba(255, 153, 0, 0.2) 0px 2px 8px 0px;
}

.credit-check--description {
    margin: 6rem 0;
}
.credit-check--description__content {
    word-break: break-all;
}

.credit-check--video {
    background-color: rgba(196, 196, 196, 0.2);
    padding: 4rem 0;
}

.animated {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.paynext-video-item .paynext-item--content img {
    max-width: 100%;
}

.paynext-video-item:nth-child(1) {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 18rem;
    background-color: #e9e9e9;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
    z-index: 3;
}
.paynext-video-item:nth-child(1) .paynext-item--video {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1rem;
    border-radius: 7px;
}
.paynext-video-item:nth-child(1) .paynext-item--video iframe {
    border-radius: 12px;
}
@media all and (max-width: 767.98px) {
    .paynext-video-item:nth-child(1) {
        margin-top: -20rem;
        padding-top: 25rem;
        padding-bottom: 10rem;
        clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
    }
    .paynext-video-item:nth-child(1) .paynext-item--video {
        padding: 0rem;
    }
    .paynext-video-item:nth-child(1) .paynext-item--video iframe {
        border-radius: 12px;
    }
}

.paynext-video-item:nth-child(2) {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 18rem;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
    z-index: 2;
}
.paynext-video-item:nth-child(2) .paynext-item--video {
    overflow: hidden;
    background-color: rgba(255, 153, 0, 0.1);
    padding: 1rem;
    border-radius: 7px;
}
.paynext-video-item:nth-child(2) .paynext-item--video iframe {
    border-radius: 12px;
}
@media all and (max-width: 767.98px) {
    .paynext-video-item:nth-child(2) {
        margin-top: -20rem;
        padding-top: 25rem;
        padding-bottom: 10rem;
        clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
    }
    .paynext-video-item:nth-child(2) .paynext-item--video {
        padding: 0rem;
    }
    .paynext-video-item:nth-child(2) .paynext-item--video iframe {
        border-radius: 12px;
    }
}

.paynext-video-item:nth-child(3) {
    position: relative;
    margin-top: -20rem;
    padding-top: 25rem;
    padding-bottom: 6rem;
    background-color: #e9e9e9;
    z-index: 1;
}
.paynext-video-item:nth-child(3) .paynext-item--video {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1rem;
    border-radius: 7px;
}
.paynext-video-item:nth-child(3) .paynext-item--video iframe {
    border-radius: 12px;
}
@media all and (max-width: 767.98px) {
    .paynext-video-item:nth-child(3) .paynext-item--video .paynext-item--video {
        padding: 0rem;
    }
    .paynext-video-item:nth-child(3)
        .paynext-item--video
        .paynext-item--video
        iframe {
        border-radius: 12px;
    }
}

.paynext-content {
    padding: 6rem 0;
}
