.white {
    color: #fff;
}
.container {
    --padding-x: 80px;
    max-width: calc(1440px + (var(--padding-x) * 2));
    padding-left: var(--padding-x);
    padding-right: var(--padding-x);
    position: relative;
    z-index: 9;
}

.section {
    display: block;
    position: relative;
    --padding-top: 100px;
    --padding-bottom: 100px;

    padding: var(--padding-top) 0 var(--padding-bottom);
}

.btn {
    padding: 10px 30px;
}

@media (max-width: 1199px) {
    .container {
        --padding-x: 50px;
    }

    .section {
        --padding-top: 60px;
        --padding-bottom: 60px;
    }
}

@media (max-width: 991.98px) {
    .container-fluid {
        --padding-x: 30px;
    }
}
@media (max-width: 670px) {
    .container {
        --padding-x: 30px;
    }

    .section {
        --padding-top: 40px;
        --padding-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .container,
    .container-fluid {
        --padding-x: 20px;
    }

    /* .section-target{top: -60px;} */
}

.header-page {
}

.header-page .title {
    font-weight: 500;
    margin-bottom: 45px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb {
    margin-bottom: 45px;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .header-page .title {
        width: 100%;
    }
}

/*==================================================
   About
==================================================*/
.title-group {
    margin-bottom: 30px;
}
.--content-1.about .row > :nth-child(2) h2 {
    width: 100%;
}
.--content-1.about hr {
    margin: 40px 0;
}

.user-active .user-cout {
    display: flex;
}
.user-active p {
    color: #fff;
    margin-bottom: 0 !important;
    width: auto !important;
}
.user-active p.num {
    color: #fff;
    font-weight: 500;
    width: auto !important;
}
.content-group {
    margin-top: 40px;
}

.--content-blog {
    padding: 0;
}

.--content-blog p.title {
    font-size: 22px;
    font-weight: 500;
}
.--content-blog p {
    color: #fff;
}

.--content-blog .card-body .icon img {
    width: 70px;
}

.--our-team {
    margin-top: 0;
}

.--our-team .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.--our-team p.info {
    color: #fff;
    padding-left: 100px;
    position: relative;
}

.--our-team p.info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: url("../imgs/icon/object.svg");
    background-size: 60px;
}

@media (max-width: 991.98px) {
    .--content-1.about img {
        width: 60%;
    }

    .content-group {
        margin-top: 40px;
        text-align: center;
    }
    .user-active .user-cout {
        display: flex;
        justify-content: center;
    }

    .--our-team .photo img {
        width: 50%;
    }

    .--our-team .content {
        margin-bottom: 30px;
    }

    .--our-team .title-group {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .--content-blog .row {
        gap: 30px;
    }

    .--content-blog .card .card-body {
        padding: 20px;
    }
}

/*==================================================
   Platform
==================================================*/
.platform-tabs {
    background-color: #20202d;
    padding: 20px;
    border-radius: 20px;
}
.platform-tabs .nav-link {
    padding: 20px 0;
    padding-right: 0;
}
.platform-tabs button {
    text-align: left;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #3d3d65 !important;
    display: flex;
    gap: 15px;
}

.platform-tabs button:last-child {
    border-bottom: transparent !important;
}
.platform-tabs button p {
    margin-left: 15px;
    color: #666985;
    font-weight: 400;
}
.platform-tabs button img.icons {
    width: 30px;
}

.platform-tabs .nav-link.active,
.platform-tabs .show > .nav-link {
    background-color: transparent;
    color: #3b68f3;
}

.platform-tabs .nav-link.active p,
.platform-tabs .nav-link:hover p {
    color: #3b68f3;
}

.section-platform .tab-content {
}
.section-platform .tab-content .tab-detail .title-group {
    margin-bottom: 30px;
}
.section-platform .tab-content .tab-detail .banner img {
    border-radius: 30px;
}

.platform-dropdown {
    display: none;
    margin-bottom: 30px;
}
#dropdownMenuButton2 {
    background-color: #20202d;
    color: white;
    padding: 20px 0;
}
.dropdown ul {
    background-color: #20202d;
    width: 100%;
}
.dropdown ul button {
    background-color: transparent !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
    width: 100%;
}

.dropdown ul button:active {
    background-color: #3b3b42 !important;
}

.dropdown ul button img {
    width: 20px;
}

@media (max-width: 991.98px) {
    .platform-tabs {
        display: none;
    }
    .platform-dropdown {
        display: block;
    }
}

/*==================================================
   Get in touch
==================================================*/
.--get-in-touch > div {
}

.--get-in-touch .contact {
    text-align: right;
}
.--get-in-touch .contact .icon img {
    width: 150px;
}

@media (max-width: 767px) {
    .--get-in-touch {
        text-align: center;
    }
    .--get-in-touch .contact {
        text-align: center;
    }
}

/* platform dropdown active */

#v-pills-tab .dropdown--active {
    color: #3b68f3 !important;
}
