[data-theme="dark"]
    .homeClient
    .--listStandard
    .item_standard
    .content_standard
    .leaves_left
    img {
    filter: grayscale(1) brightness(10);
}
[data-theme="dark"]
    .homeClient
    .--listStandard
    .item_standard
    .content_standard
    .leaves_right
    img {
    filter: grayscale(1) brightness(10);
}
[data-theme="dark"] .homeStandard {
    background: var(--color-dark-theme) !important;
    border: 1px solid #434343 !important;
}
[data-theme="dark"] .homePrize {
    background: var(--color-dark-theme);
}
[data-theme="dark"] .homePrize .pattern {
    opacity: 0.05;
}
@media (max-width: 767px) {
    [data-theme="dark"] .homePrize {
        padding-top: 40px;
    }
}
[data-theme="dark"] .homeAbout .--right ul i {
    background: var(--color-dark-theme);
}
[data-theme="dark"] .homeNews {
    background: var(--color-dark-theme);
}
[data-theme="dark"] .homeClient {
    background: var(--color-theme);
}
[data-theme="dark"] .homeClient .itemClient {
    background: var(--color-dark-theme);
}
[data-theme="dark"] .homePrize .slick_arrow {
    background: var(--color-dark-theme) !important;
}
[data-theme="dark"] .homeSolution {
    background: var(--color-dark-theme);
}
[data-theme="dark"] .homeSolution .pattern_wave {
    opacity: 0.2;
}
@media (max-width: 767px) {
    [data-theme="dark"] .homeSolution .blck_title {
        color: #fff;
    }
    [data-theme="dark"] .homeSolution .itemSolution {
        background: var(--color-dark-theme);
    }
    [data-theme="dark"] .homeSolution .itemSolution .--viewDetail {
        background: var(--color-dark-theme);
    }
    [data-theme="dark"] .homeSolution .content_info .--name,
    [data-theme="dark"] .homeSolution .content_info article {
        color: #fff;
    }
}
[data-theme="dark"] .homeFaqs {
    background: var(--color-dark-theme);
}

.homeBanner {
    position: relative;
}

.list_slide_banner {
    position: relative;
}
.list_slide_banner .slick_arrow {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    z-index: 9;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}
.list_slide_banner .slick_arrow.next_arrow {
    right: 18px;
}
.list_slide_banner .slick_arrow.prev_arrow {
    left: 18px;
}
.list_slide_banner .slick-dots {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 20px;
}
.list_slide_banner .item_slide {
    position: relative;
}
.list_slide_banner .item_slide.active::after {
    display: block;
}
.list_slide_banner .item_slide::after {
    display: none;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.7411764706),
        rgba(0, 0, 0, 0.631372549),
        transparent
    );
    pointer-events: none;
}
.list_slide_banner .item_slide .--content {
    z-index: 1;
    color: #fff;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    width: 100%;
}
.list_slide_banner .item_slide .content_slide {
    width: 40%;
}
.list_slide_banner .item_slide .--button {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 8px;
}
@media (min-width: 768px) and (max-width: 1056px) {
    .list_slide_banner .item_slide .--button {
        font-size: 12px;
    }
}
.list_slide_banner .item_slide .--button i {
    font-size: 11px;
    margin-left: 0.5rem;
}
.list_slide_banner .item_slide .--button .btn_trans {
    font-weight: 500;
    height: 44px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5019607843);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.list_slide_banner .item_slide .--button .btn_primary {
    font-weight: 500;
    height: 44px;
    color: #fff;
    gap: 4px;
}
.list_slide_banner .item_slide .--button .btn_primary i {
    font-size: 12px;
}
.list_slide_banner .item_slide .segTitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 12px;
}
.list_slide_banner .item_slide img {
    height: calc(100vh - 80px);
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    transition: all 3s ease;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1056px) {
    .list_slide_banner .item_slide img {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .list_slide_banner .item_slide img {
        height: auto;
        -o-object-position: center;
        object-position: center;
    }
}
.list_slide_banner .item_slide video {
    height: calc(100vh - 80px);
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    -o-object-position: top center;
    object-position: top center;
    transition: all 3s ease;
    -o-object-fit: fill;
    object-fit: fill;
}
@media (max-width: 767px) {
    .list_slide_banner .item_slide video {
        height: auto;
    }
}
.list_slide_banner .item_slide.slick-current img {
    -o-object-position: center;
    object-position: center;
}
@media (min-width: 768px) and (max-width: 1056px) {
    .list_slide_banner .item_slide .--content {
        left: 62px;
    }
}
@media (max-width: 767px) {
    .list_slide_banner .content_slide {
        width: 80% !important;
        text-align: center;
        margin: auto;
    }
    .list_slide_banner .item_slide::after {
        display: none !important;
    }
    .list_slide_banner .item_slide img {
        filter: brightness(0.7);
        height: 450px;
    }
    .list_slide_banner .item_slide .segTitle {
        font-size: 34px;
    }
    .list_slide_banner .btn_trans,
    .list_slide_banner .btn_primary {
        padding: 7px 10px;
        white-space: nowrap;
    }
    .list_slide_banner .slick_arrow {
        width: 30px;
        height: 30px;
    }
    .list_slide_banner .--button {
        justify-content: center;
    }
}

.homeAbout {
    padding: 80px 0;
}
.homeAbout .linkview_mobile {
    display: none;
}
.homeAbout .linkview_mobile img {
    width: 30px;
    margin-left: 10px;
}
@media (max-width: 1056px) {
    .homeAbout {
        padding-top: 80px;
        padding-bottom: 0;
    }
    .homeAbout .--left {
        margin-bottom: 2rem;
    }
    .homeAbout .--content_intro {
        flex-flow: column;
    }
    .homeAbout .--content_intro .col-md-6 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .homeAbout {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .homeAbout .linkview_mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row-reverse;
        color: var(--color-blue);
        text-decoration: none;
        margin-top: 2rem;
    }
}
.homeAbout .--left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    padding-right: 24px;
}
@media (max-width: 767px) {
    .homeAbout .--left {
        padding-right: 0;
    }
}
.homeAbout .--left .--item img {
    width: 100%;
    height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
}
.homeAbout .--left .--item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 3;
    display: flex;
    border-radius: 12px;
    height: 550px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .homeAbout .--left .--item:nth-child(1) {
        height: auto;
    }
    .homeAbout .--left .--item:nth-child(1) img {
        height: auto;
    }
}
.homeAbout .--left .--item:nth-child(1) .span {
    text-transform: uppercase;
    color: #fff;
    background: var(--color-blue);
    text-align: center;
    padding: 4px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.homeAbout .--left .--item:nth-child(1) .--video {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.homeAbout .--left .--item:nth-child(1) .--video a {
    background-image: none !important;
    background-color: transparent !important;
}
.homeAbout .--left .--item:nth-child(1) .--video i {
    background: rgba(0, 109, 183, 0.2);
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-blue);
    font-size: 20px;
}
.homeAbout .--left .--item:nth-child(1) .--video .--play {
    background: rgba(0, 109, 183, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: transform 0.5s ease-in-out;
}
.homeAbout .--left .--item:nth-child(1) .--video:hover .--play {
    transform: scale(0.85);
}
.homeAbout .--left .--item:nth-child(1) img {
    height: 100%;
}
.homeAbout .--left .--item:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.homeAbout .--left .--item:nth-child(2) i {
    background: rgba(0, 0, 0, 0.5);
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-white);
    font-size: 20px;
    position: relative;
}
.homeAbout .--left .--item:nth-child(2) .--play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    cursor: pointer;
}
.homeAbout .--left .--item:nth-child(2) .--play::after {
    content: "";
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    top: -17px;
    left: -17px;
    position: absolute;
    border-radius: 50%;
}
.homeAbout .--left .--item:nth-child(2) img {
    height: 370px;
    border-radius: 12px;
}
.homeAbout .--left .--item:nth-child(2) video {
    height: 370px;
    border-radius: 12px;
    width: 100%;
}
@media (max-width: 767px) {
    .homeAbout .--left .--item:nth-child(2) img {
        height: auto !important;
    }
}
.homeAbout .--left .--item:nth-child(3) {
    grid-column: 1;
    grid-row: span 2;
    border-radius: 12px;
    overflow: hidden;
}
.homeAbout .--left .--item:nth-child(3) img {
    height: 340px;
}
@media (max-width: 767px) {
    .homeAbout .--left .--item:nth-child(3) img {
        height: auto !important;
    }
}
.homeAbout .--left .--item:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 16px;
    width: calc(100% + 60px);
    display: flex;
    margin-left: -60px;
    height: 156px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.homeAbout .--left .--item:nth-child(4) .--number {
    font-size: 50px;
    line-height: 28px;
    color: var(--color-blue);
    font-weight: bold;
    margin-bottom: 12px;
}
.homeAbout .blck_title {
    margin-bottom: 16px;
}
.homeAbout .--right {
    padding-left: 24px;
}
@media (max-width: 767px) {
    .homeAbout .--right {
        margin-top: 0 !important;
    }
    .homeAbout .--right article {
        text-align: justify;
    }
}
.homeAbout .--right article {
    margin-bottom: 14px;
    font-size: 16px;
}
.homeAbout .--right .list_featured {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
    gap: 36px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .homeAbout .--right .list_featured {
        flex-wrap: unset;
        gap: unset;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.homeAbout .--right .list_featured li {
    flex: 0 0 calc(33.3333333333% - 24px);
}
.homeAbout .--right .list_featured li.last-item span {
    font-size: 18px;
    color: var(--color-blue);
}
.homeAbout .--right .list_featured li.last-item span sup {
    display: none;
}
@media (max-width: 767px) {
    .homeAbout .--right .list_featured li {
        flex: 0 0 calc(50% - 18px);
        text-align: center;
        padding: 0 10px;
    }
    .homeAbout .--right .list_featured li a {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .homeAbout .--right .list_featured li a .--des {
        width: 60%;
        margin: 0 auto 0;
        text-align: center;
    }
    .homeAbout .--right .list_featured li .--name {
        display: block;
        margin: 0 auto 8px auto;
        width: 45px;
        height: 45px;
    }
}
.homeAbout .--right .list_featured li a {
    text-decoration: none;
}
.homeAbout .--right .list_featured .--name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    width: 64px;
    height: 64px;
}
.homeAbout .--right .list_featured .--name img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.homeAbout .--right .list_featured span {
    color: var(--color-dark);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 4px;
}
.homeAbout .--right .list_featured .--des {
    font-size: 12px;
    line-height: 1.6;
    color: var(--color-body);
}
.homeAbout .--right .list_featured i {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 6px;
    color: var(--color-blue);
    background: rgba(0, 109, 183, 0.1);
}
.homeAbout .--right .btn_trans {
    display: flex;
    font-weight: 500;
}
@media (max-width: 767px) {
    .homeAbout .--left .--item:nth-child(3) img,
    .homeAbout .--left .--item:nth-child(2) img {
        height: 200px;
    }
    .homeAbout .blck_title {
        text-align: center;
    }
    .homeAbout article {
        text-align: center;
        margin-bottom: 25px !important;
    }
    .homeAbout ul {
        flex-flow: column;
    }
    .homeAbout .--right {
        padding-left: 0;
    }
    .homeAbout .--right .btn_trans {
        margin: auto;
    }
}

.homeSolution {
    padding: 80px 0;
    position: relative;
    background-image: linear-gradient(90deg, rgb(1, 122, 255), rgb(1, 73, 153));
}
.homeSolution .pattern_wave {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    height: auto;
    pointer-events: none;
}
@media (max-width: 767px) {
    .homeSolution {
        padding: 40px 0;
        background-image: none;
        background-color: var(--color-white);
    }
    .homeSolution .slick-dots {
        margin-top: 10px !important;
    }
    .homeSolution .itemSolution {
        box-shadow: none;
        border: 1px solid #ddd;
        background: var(--color-blue);
        margin: 0 12px 1rem 12px !important;
    }
    .homeSolution .itemSolution .--viewDetail {
        border: 1px solid;
    }
}
.homeSolution .blck_title {
    color: var(--color-white);
    margin-bottom: 32px;
    text-align: center;
}
@media (max-width: 767px) {
    .homeSolution .blck_title {
        font-size: 26px !important;
        color: #000;
    }
}
.homeSolution .itemSolution {
    height: auto;
    margin: 0 12px;
}
.homeSolution .slick-track {
    margin: 0 -12px;
    display: flex;
}
.homeSolution .slick-dots {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .homeSolution .slick-track {
        margin: 0;
    }
}

.homePrize {
    background: var(--color-theme);
    padding: 80px 0;
    position: relative;
}
.homePrize .leftPrize {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.homePrize .leftPrize .slick_arrow {
    background: #efefef;
}
.homePrize .leftPrize .arrow_prize {
    justify-content: flex-end;
}
.homePrize .pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    -o-object-fit: contain;
    object-fit: contain;
}
.homePrize .container_frame {
    position: relative;
    z-index: 1;
}
.homePrize .blck_title {
    margin-bottom: 32px;
    line-height: 48px;
}
.homePrize .--info {
    padding-right: 40px;
    padding-top: 3rem;
}
@media (min-width: 768px) and (max-width: 1056px) {
    .homePrize .--listPrize {
        grid-gap: 14px;
    }
}
@media (max-width: 1056px) {
    .homePrize {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .homePrize .--introPrize {
        flex-flow: column;
    }
    .homePrize .--introPrize .col-md-8 {
        width: 100%;
    }
    .homePrize .leftPrize {
        width: 80%;
        text-align: center;
        margin: 0 auto 2rem auto;
    }
    .homePrize .leftPrize .arrow_prize {
        margin-top: 1rem;
    }
    .homePrize .leftPrize .--info {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .homePrize {
        padding-top: 0;
        padding-bottom: 0;
    }
    .homePrize .arrow_prize {
        position: absolute;
        right: 0px;
        transform: translate(0, -50%);
        top: 60%;
        z-index: 1;
        width: 100%;
        justify-content: space-between !important;
    }
    .homePrize .blck_title {
        font-size: 26px;
        line-height: 1.4 !important;
    }
    .homePrize .leftPrize {
        width: 100%;
    }
    .homePrize .--info {
        padding-right: 0;
        text-align: center;
        margin-bottom: 2rem;
        padding-top: 0;
    }
    .homePrize .--listPrize {
        display: unset;
        grid-template-columns: unset;
        grid-gap: unset;
    }
    .homePrize .itemPrize {
        margin: 0 4px;
        width: 80vw;
    }
    .homePrize .slick-dots {
        margin-top: 2rem;
    }
}

.homeClient {
    padding-bottom: 20px;
    padding-top: 60px;
    background: var(--color-theme);
}
@media (max-width: 767px) {
    .homeClient {
        padding-bottom: 40px;
    }
    .homeClient .title_client {
        margin-bottom: 0 !important;
    }
}
.homeClient .title_client {
    margin-bottom: 24px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-size: 20px;
}
.homeClient article {
    width: 40%;
    margin: 0 auto 32px;
    text-align: center;
}
.homeClient .homeStandard {
    background: var(--color-white);
    border-radius: 20px;
    padding: 42px 50px;
    border: 1px solid rgb(204, 204, 204);
    position: relative;
}
.homeClient .homeStandard .pattern_clip {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    pointer-events: none;
}
@media (max-width: 767px) {
    .homeClient .homeStandard {
        margin: 0;
        padding: 0 15px;
    }
    .homeClient .homeStandard .standard_description {
        width: 100%;
        padding: 0 15px 2rem 15px;
        text-align: justify;
    }
}
.homeClient .quotes_open {
    position: absolute;
    top: -36px;
    left: 32px;
}
.homeClient .quotes_open svg {
    width: 66px;
}
@media (max-width: 767px) {
    .homeClient .quotes_open svg {
        width: 40px;
    }
}
.homeClient .quotes_close {
    position: absolute;
    bottom: -36px;
    right: 32px;
}
.homeClient .quotes_close svg {
    width: 66px;
}
@media (max-width: 767px) {
    .homeClient .quotes_close svg {
        width: 40px;
    }
}
.homeClient .standard_description {
    width: 70%;
    margin: 0 auto 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.homeClient .itemClient {
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.homeClient .--listStandard .content_standard {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.homeClient .--listStandard .content_standard .text {
    text-align: center;
}
.homeClient .--listStandard .content_standard .text .name {
    font-size: 12px;
    color: rgb(144, 144, 144);
}
.homeClient .--listStandard .content_standard .text .sub_name {
    font-size: 13px;
    font-weight: 700;
    width: 120px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.homeClient .--listStandard .item_standard .item_star {
    justify-content: center;
    color: var(--color-yellow);
}
@media (max-width: 767px) {
    .homeClient .--listStandard .slick-track {
        padding-top: 44px;
    }
}
.homeClient .slick-track {
    padding: 10px 0;
}
.homeClient .slick-dots {
    margin-top: 32px;
}
.homeClient .slick-dots .slick-active {
    background: var(--color-blue);
}
@media (max-width: 900px) {
    .homeClient {
        padding: 40px 0;
        overflow: hidden;
    }
    .homeClient .--listStandard .content_standard .text {
        padding: 0 40px;
    }
    .homeClient .--listStandard .content_standard .sub_name {
        font-size: 20px !important;
        width: 100% !important;
    }
    .homeClient article {
        width: 100%;
    }
}

.homeFaqs {
    padding: 80px 0;
    color: #fff;
    background: var(--color-blue);
}
.homeFaqs .blck_title {
    text-align: center;
    margin-bottom: 44px;
}
.homeFaqs .accordion {
    width: 70%;
    margin: auto;
}
@media (max-width: 767px) {
    .homeFaqs {
        padding: 40px 0;
    }
    .homeFaqs .accordion {
        width: 100%;
    }
}

.homeNews {
    padding: 80px 0;
    background: #f5f9fb;
}
.homeNews .title_top_block {
    margin-bottom: 32px;
}
.homeNews .slick-track {
    display: flex;
}
.homeNews .item_news {
    height: auto;
    margin: 4px 10px;
    display: flex;
    flex-flow: column;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 8px;
}
.homeNews .item_news:hover {
    background: rgba(1, 122, 255, 0.05);
    border: 1px solid rgba(1, 122, 255, 0.05);
}
.homeNews .item_news .content_prod {
    flex-grow: 1;
}
.homeNews .list_news {
    margin: 0 -10px;
}
.homeNews .slick-track {
    display: flex;
}
.homeNews .slick-dots {
    margin-top: 32px;
}
.homeNews .slick-dots li.slick-active {
    background: var(--color-white);
    border: 4px solid var(--color-blue);
}
@media (max-width: 767px) {
    .homeNews {
        padding: 20px 0;
    }
}

.--listClient {
    margin-bottom: 24px;
}
.--listClient .slick-list {
    padding: 20px;
}

#accordionFaqs .accordion-header:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.homeSolution a:hover {
    opacity: 0.5;
}
@media (max-width: 767px) {
    .order_frame {
        display: flex;
        flex-flow: column-reverse;
    }
} /*# sourceMappingURL=home.css.map */
