@font-face {
    font-family: 'SVN-Gilroy';
    src: url('./assets/font/SVN-Gilroy-Regular.otf');
}
@font-face {
    font-family: 'SVN-Gilroy Bold';
    src: url('./assets/font/SVN-Gilroy-Bold.otf');
}
@font-face {
    font-family: 'SVN-Gilroy XBold';
    src: url('./assets/font/SVN-Gilroy-XBold.otf');
}
@font-face {
    font-family: 'SVN-Gilroy Italic';
    src: url('./assets/font/SVN-Gilroy-Italic.otf');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.wrapper-section {
    padding: 20px;
    position: relative;
    overflow: visible;
}
.bottom-hook, .top-hook {
    position: absolute;
    display: inline-block;
    left: calc(50% - 0.5px);
    top: calc(100% - 41px);
    height: 82px;
    width: 1px;
    background-color: #BBBBBB;
    overflow: visible;
    z-index: 5;
}
.top-hook {
    top: -41px !important;
}
.bottom-hook::after, .bottom-hook::before, .top-hook::after, .top-hook::before {
    content: '';
    position: absolute;
    display: inline-block;
    padding: 2px 2.5px;
    border-radius: 50%;
    background-color: #BBBBBB;
    left: calc(50% - 2.5px);
}
.bottom-hook::after, .top-hook::after {
    bottom: 0;
}
.bottom-hook::before, .top-hook::before {
    top: 0;
}
.limit-width {
    width: 100%;
    max-width: 1110px;
    overflow: hidden;
}

.introductory {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E6A922;
    padding: 75px 20px;
}
.intro-main {
    display: flex;
    align-items: center;
}
.frame-image-intro {
    width: 100%;
    order: 2;
}
.img-full {
    max-width: 100%;
}
.side-content-intro {
    order: 1;
    width: 100%;
    display: flex;
    align-items: center;
}
.inner-intro {
    display: flex;
    flex-direction: column;
    flex: 0 0 80%;
    max-width: 80%;
}
.content-title {
    margin-bottom: 20px;
}
.content-body {
    flex: 0 0 60%;
    max-width: 60%;
}
.content-title h1, .content-title h2, .content-title h3, .content-title h4 {
    font-weight: 800;
    font-size: 53px;
    font-family: 'SVN-Gilroy XBold';
    line-height: 64px;
}
.content-body p, .content-body span {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.c-white {
    color: #FFFFFF;
}
.c-black {
    color: #292824;
}
.c-dark {
    color: #52504D;
}
.c-primary {
    color: #E6A922;
}

.section-manager-sale, .section-ez-sale {
    background-color: #FFFFFF;
}

.section-content-center {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper-header {
    display: flex;
    width: 100%;
    margin-bottom: 70px;
}
.wrapper-center {
    justify-content: center;
}
.wrapper-left {
    justify-content: flex-start;
}
.wrapper-right {
    justify-content: flex-end;
}
.wrapper-title {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
.title-sm {
    max-width: 640px;
}
.title-md {
    max-width: 666px;
}
.wrapper-title p {
    padding: 0 70px;
}
.dep-border-bottom-center::after, .dep-border-bottom-left::after, .dep-border-bottom-right::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 5px;
    top: calc(100% + 15px);
    left: calc(50% - 40px);
    background-color: #E6A922;
    z-index: 1;
}
.dep-border-bottom-left::after {
    left: 0 !important;
}
.dep-border-bottom-right::after {
    right: 0 !important;
}
.wrapper-title h2, .wrapper-title h3, .wrapper-title h4, .wrapper-title h5 {
    font-weight: 700;
    font-size: 32px;
    font-family: "SVN-Gilroy Bold";
    line-height: 40px;
}
.wrapper-title p, .wrapper-title span {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.wrapper-body {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
    align-items: flex-start;
}
.unit-card {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.items-2 .unit-card {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
}
.items-3 .unit-card {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.items-4 .unit-card {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
}
.items-5 .unit-card {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
}

.unit-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    min-height: 74px;
}
.unit-card-header {
    max-height: 100%;
}
.unit-card-body {
    padding: 0;
}
.unit-card-content {
    text-align: center;
}
.unit-card-content h1, .unit-card-content h2, .unit-card-content h3, .unit-card-content h4, .unit-card-content h5, .unit-card-content h6 {
    font-size: 18px;
    font-weight: bold;
    font-family: "SVN-Gilroy Bold";
    line-height: 19px;
    text-transform: uppercase;
    color: #E6A922;
    text-align: center;
    margin-bottom: 25px;
}
.unit-card-content p, .unit-card-content span {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #52504D;
    text-align: center;
    margin-bottom: 0;
}

.section-solution, .section-support {
    background-color: #F5F5F5;
}

.road-progress {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.road-step {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    margin-bottom: 70px;
}

.illust-left .illustration, .illust-right .describe {
    order: 1;
}
.illust-left .describe, .illust-right .illustration {
    order: 2;
}
.illustration, .describe {
    padding: 0 20px;
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    display: flex;
    align-items: center;
}
.illust-transform {
    position: relative;
    height: 100%;
    width: 100%;
}
.illust-transform > img:only-child {
    max-width: 100%;
    filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.12));
}
.illust-transform > img:not(:only-child):first-child {
    max-width: 100%;
    transform-origin: 0 0;
    transform: scale(.9);
    filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.16));
    position: absolute;
    z-index: 700;
}
.illust-left .illust-transform > img:not(:only-child):first-child {
    transform-origin: 0 0 !important;
}
.illust-right .illust-transform > img:not(:only-child):first-child {
    transform-origin: 100% 0 !important;
}
.illust-transform > img:not(:only-child):not(:first-child) {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    transform-origin: 100% 100%;
    transform: scale(.9);
    filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.12));
    z-index:999;
}
.illust-left .illust-transform > img:not(:only-child):not(:first-child) {
    transform-origin: -130% 100% !important;
    border: 5px solid white;
    border-radius: 191px;
}

.illust-right .illust-transform > img:not(:only-child):not(:first-child) {
    transform-origin: -150% 0% !important;
    right: auto;
    left: 0;
    border: 5px solid white;
    border-radius: 191px;
}
.describe {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.describe > .stepper:not(:last-child) {
    margin-bottom: 18px;
}
.stepper {
    width: 100%;
    display: flex;
    min-height: 244px;
}
.side-step-number {
    position: relative;
    font-weight: 700;
    font-size: 53px;
    font-family: "SVN-Gilroy Bold";
    color: #E6A922;
    line-height: 38px;
}
.side-step-number::after {
    content: attr(data-after);
}
.side-step-detail {
    margin-left: 20px;
    padding-right: 17%;
}

.custom{
    padding-right: 0% ;
}

.step-summary {
    margin-bottom: 25px;
}
.summary-title {
    color: #292824;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    font-family: "SVN-Gilroy Bold";
}
.summary-incline {
    color: #999999;
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
}
.detail-unorder-list {
    padding-left: 30px;
    margin-bottom: 0;
    list-style: none;
}
.detail-unorder-list li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}
.detail-unorder-list li::before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    display: inline-block;
    padding: 9px;
    border-radius: 50%;
    background-color: #E6A922;
}
.detail-unorder-list li::after {
    position: absolute;
    top: 3px;
    left: -23px;
    content: '';
    display: inline-block;
    padding: 3.5px 1.5px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    background-color: transparent;
    transform: rotate(45deg);
}
.tree-line {
    position: relative;
}
.tree-line::before {
    position: absolute;
    top: 53px;
    bottom: 0;
    left: calc(50% - 1px);
    content: "";
    display: inline-block;
    width: 1px;
    background-color: #CCCCCC;
}

.support-content {
    width: 100%;
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
}
.module-collapse {
    flex: 0 0 calc(100% / 4 * 3);
    max-width: calc(100% / 4 * 3);
    padding: 0 15px;
}
.module-card-docs {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    padding: 0 15px;
}

.collapse-item {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 0;
    border-radius: 10px;
    position: relative;
    min-height: 75px;
}
.collapse-item:not(:last-child) {
    margin-bottom: 15px;
}
.collapse-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 36.5px;
    left: 36.5px;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #E6A922;
    z-index: 1;
}

.input-check-collapse {
    display: none;
}
.input-check-collapse + label {
    cursor: pointer;
    margin-bottom: 0;
}
.input-check-collapse + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #E5E5E5;
    background-color: transparent;
    z-index: 3;
}
.input-check-collapse + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 32px;
    left: 42px;
    width: 2px;
    height: 12px;
    opacity: 0;
    border-radius: 2px;
    background-color: #E6A922;
    transition: opacity .15s linear;
}
.input-check-collapse:checked + label::after {
    opacity: 1;
}
.collapse-title {
    padding: 20px 25px 20px 80px;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    font-family: "SVN-Gilroy Bold";
    line-height: 30px;
    color: #292824;
    transition: color .15s linear;
}
.input-check-collapse:checked + label, .input-check-collapse:checked + .collapse-title {
    color: #E6A922;
}

.collapse-describe {
    width: 100%;
    padding: 0 25px 0 80px;
    max-height: 0;
    overflow: hidden;
}
.collapse-describe * {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #52504D;
}

.input-check-collapse:checked + label + .collapse-describe {
    padding: 5px 25px 20px 80px;
    max-height: none;
}

.card-docs-inner {
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 5px;
}
.card-docs-header {
    width: 100%;
}
.link-docs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #E6A922;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: "SVN-Gilroy Bold";
    line-height: 19px;
    border-radius: 5px;
    min-height: 60px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .1s linear;
}
.link-docs:hover {
    background-color: #C3890C;
}
.link-docs:focus {
    outline: none;
}

.card-docs-body {
    width: 100%;
    padding: 10px;
}
.detail-card {
    padding: 20px 0;
}
.detail-card:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}
.detail-brand {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    margin-bottom: 15px;
}
.detail-des {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    color: #292824;
    margin-bottom: 10px;
}
.chip-detail > .detail-des {
    margin-bottom: 0;
}
.chip-detail {
    display: flex;
    align-items: center;
}
.chip-detail:not(:last-child) {
    margin-bottom: 10px;
}
.chip-detail .avatar-des {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;
}

@media (max-width: 1080px) {
    .stepper {
        min-height: auto;
    }
    .circle-1, .circle-2, .circle-3, .arrow-1, .arrow-2, .arrow-3{
        display: none;
    }
}

@media (max-width: 992px) {
    .module-collapse, .module-card-docs {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .module-collapse {
        margin-bottom: 20px;
    }
    .collapse-item {
        margin-bottom: 0 !important;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #E5E5E5;
        border-radius: 0;
    }
    .collapse-item::after {
        left: 10.5px;
    }
    .collapse-title {
        padding: 20px 25px 20px 60px;
    }
    .input-check-collapse:checked + label + .collapse-describe {
        padding: 5px 25px 20px 60px;
    }
    .input-check-collapse + label::before {
        left: 0;
    }
    .input-check-collapse + label::after {
        left: 16px;
    }
    .card-docs-inner {
        border: 1px solid #E5E5E5;
    }
}

@media (max-width: 768px) {
    .intro-main {
        flex-direction: column;
    }
    .frame-image-intro {
        justify-content: center;
        text-align: center;
    }
    .items-4 .unit-card {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
        margin-bottom: 35px;
    }
    .illustration {
        display: none;
    }
    .describe {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .stepper {
        min-height: auto;
    }
    .tree-line::before {
        content: none;
    }
    .road-step, .describe > .stepper:not(:last-child) {
        margin-bottom: 50px;
    }
    .content-title h1, .content-title h2, .content-title h3, .content-title h4 {
        font-weight: 800;
        font-size: 28px;
        line-height: 33px;
    }
    .content-body p, .content-body span {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
    .wrapper-title h2, .wrapper-title h3, .wrapper-title h4, .wrapper-title h5 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
    }
    .unit-card-content p, .unit-card-content span {
        font-size: 16px;
        line-height: 26px;
    }
    .wrapper-title p, .wrapper-title span {
        font-size: 16px;
        line-height: 26px;
    }
    .summary-title {
        font-weight: bold;
        font-size: 16px;
        line-height: 17px;
    }
    .side-step-number {
        font-weight: bold;
        font-size: 32px;
        line-height: 22px;
    }
    .detail-unorder-list li {
        font-size: 16px;
        line-height: 17px;
    }
    .summary-incline {
        font-size: 16px;
        line-height: 26px;
    }
    .collapse-title {
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
    }
    .collapse-describe * {
        font-size: 16px;
        line-height: 26px;
    }
    .detail-brand {
        font-size: 18px;
        line-height: 19px;
    }
}

@media (max-width: 568px) {
    .items-4 .unit-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}