.bg-main {
    background: var(--color-main);
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.slogan-topbar {
    color: var(--color-highlight);
    font-weight: bold;
}

.highlight--tile {
    font-weight: bold;
    font-size: 1.6rem;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-about {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding: 3rem 0;
}

.story-text h3 {
    color: var(--color-highlight);
    font-size: 3.6rem;
}

.content_about .info {
    font-size: 16px;
    color: #000206;
    line-height: 28px;
    text-align: justify;
}

.intro__button {
    margin-top: 3rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    display: inline-block;
    padding: 0 4.5rem;
    background: var(--color-highlight);
    color: var(--white);
    text-decoration: none;
    font-size: 1.6rem;
    border-radius: 25px;
    border: solid 1px var(--color-highlight);
}

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

.box-procedure {
    margin-top: 6rem;
}

.wrap_title_position {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -80px;
    background: var(--color-highlight);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.title_module_main {
    position: relative;
    margin: 0;
    color: white;
    height: 50px;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: min(2vw, 3rem);
}

.title_module_main:before {
    content: "";
    position: absolute;
    left: -9px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 32px 10px;
    border-color: transparent transparent var(--color-highlight) transparent;
}

.title_module_main:after {
    content: "";
    position: absolute;
    right: -9px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 0 10px;
    border-color: transparent transparent transparent var(--color-highlight);
}

.ratio-procedure img {
    height: 70px;
    width: auto;
}

.why-choose {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 3rem 0;
    position: relative;
}
.why-choose:before {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: hsl(0deg 0% 71.65% / 34%);
}
.why-choose__title {
    position: relative;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--color-highlight);
    font-size: 36px;
}

.why-choose__desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.5;
    margin-top: 15px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.why-choose_items {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 20px 15px;
    margin: 15px 0;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -webkit-box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -moz-box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25);
    border: 1px solid #ebebeb;
}

.ratio-why-choose img {
    height: 50px;
    width: auto;
}

.why-choose__item-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 10px;
    margin: 0;
    color: #003377;
}

.why-choose_items:before {
    font-size: 100px;
    font-weight: 900;
    color: var(--color-main);
    opacity: 0.07;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.why-choose .row > div:nth-child(1) .why-choose_items {
    background: linear-gradient(0deg, rgb(186, 236, 202) 0%, rgb(236, 237, 162) 100%);
    position: relative;
}

.why-choose .row > div:nth-child(1) .why-choose_items:before {
    content: "01";
}

.why-choose .row>div:nth-child(2) .why-choose_items {
    background: linear-gradient(0deg, rgb(255, 209, 252) 0%, rgb(250, 208, 198) 100%);
    position: relative;
}

.why-choose .row>div:nth-child(2) .why-choose_items:before {
    content: "02";
}

.why-choose .row>div:nth-child(3) .why-choose_items {
    background: linear-gradient(0deg, rgb(172, 203, 238) 0%, rgb(231, 240, 253) 100%);
    position: relative;
}

.why-choose .row>div:nth-child(3) .why-choose_items:before {
    content: "03";
}

.why-choose .row>div:nth-child(4) .why-choose_items {
    background: linear-gradient(0deg, rgb(228, 238, 255) 0%, rgb(241, 232, 236) 100%);
    position: relative;
}

.why-choose .row>div:nth-child(4) .why-choose_items:before {
    content: "04";
}

.ratio-avatar-customer img {
    max-width: 20rem;
}

.avatar-customer {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-slide--description-customer {
    text-align: center;
    margin: 0 10px;
    margin-top: 20px;
}

.swiper-slide--tile-customer {
    color: var(--color-main);
    font-size: 2rem;
    margin-top: 1rem;
}

.intro__button-video {
    position: absolute;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    background: var(--color-highlight);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.intro__button-video i {
    font-size: 28px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background-color: var(--light);
}

.title-footer {
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

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

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

.footer-menu-section ul li a {
    color: var(--black);
}

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

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 576px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .is-mobile .bg-about {
        background-position: top center;
        background-size: cover;
    }

    .is-mobile .wrap_title_position {
        top: -77px;
        width: 100%;
    }

    .is-mobile .title_module_main {
        font-size: 2.5rem;
        padding: 0;
    }
    .cart-right {
        display: none;
    }
    .why-choose__desc {
        color: #fff;
    }
    .btn-action-header {
        padding: 0rem;
    }
    .btn-mini-cart i {
        font-size: 3rem;
    }
}
