@font-face {
    font-family: Inter;
    src: url(Fonts/Inter-VariableFont_slnt\,wght.ttf);
}

* {
    scroll-behavior: smooth;
}

html {
    font-size: 16px;
    font-style: normal;
    font-family: 'Inter';
    color: var(--text-color);
}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    text-rendering: optimizeSpeed;
    background-color: var(--background-color);
}

:root {
    --primary-color: rgb(237, 28, 36);
    --primary-color--hover: rgba(246, 49, 51, 0.7);
    --white-color: rgb(255, 255, 255);
    --black-color: rgb(0, 0, 0);

    --background-color: rgb(245, 245, 245);
    --background-subColor: rgb(249, 249, 249);
    --background-ColorE8262D: rgb(232, 38, 45);
    --background-ColorE8262D--hover: rgba(232, 38, 45, 0.7);
    --background-ColorFAD4D5: rgb(250, 212, 213);

    --text-color: rgb(57, 62, 74);
    --subtext-color: rgb(95, 102, 119);
    --text-colorF63133: rgb(246, 49, 51);

    --underline-colorF1F1F2: rgb(241, 241, 242);

    --borderNews-color: rgba(95, 102, 119, 0.5);
    --borderNews-color--active: rgb(237, 28, 36);
}

.app {
    overflow: hidden;
}

/* Header */
.header,
.carousel,
.navbar,
.slogan,
.velaSourcing,
.velaLogistics,
.velaFulfillment,
.velaTelesales,
.velaLocalizations,
.velaMultichannel,
.velaMedia,
.charge,
.reason,
.operate,
.sellingIndustry,
.partner,
.footer,
.copyright {
    height: auto;
}

.header__navbar {
    width: 86.666667%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 19px;
    height: 36px;
}

.header__brand {
    color: var(--primary-color);
    line-height: 36px;
    font-size: 36px;
}

.header__list {
    line-height: 36px;
    display: flex;
    align-items: center;
}

.header__introduce {
    text-decoration: none;
    width: auto;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-right: 25px;
    color: var(--text-color);
}

.header__login {
    width: 125px;
    height: 36px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    background-color: var(--primary-color);
    padding: 0px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: var(--white-color);
    font-family: 'Inter';
}

.header__login:hover {
    background-color: var(--primary-color--hover);
}

.header__News {
    width: 134px;
    height: 54px;
    position: absolute;
    background-color: var(--white-color);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.header__NewsList {
    width: 134px;
    list-style: none;
    padding: 0px;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: var(--white-color);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.select--news:hover .header__NewsList {
    display: flex;
}

.header__NewsItem {
    width: 100%;
    border-top: 1px solid var(--borderNews-color);
}

.header__NewsItem:hover {
    border-color: var(--borderNews-color--active);
}

.header__NewsText {
    margin-left: 7px;
    width: auto;
    height: 27px;
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
    cursor: pointer;
    display: block;
}

/* Carousel */
.carousel__area {
    width: 100%;
    background-image: url(./img/header.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.carousel__content {
    width: 35%;
    height: 490px;
    display: flex;
    flex-direction: column;
    margin-left: 6.666667%;
}

.carousel__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    width: 100%;
    margin: 102px 0px 18px;
}

.carousel__text {
    width: 100%;
    height: 140px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
}

.carousel__des {
    width: 100%;
    height: 70px;
    font-weight: 400;
    font-size: 18px;
}


.carousel__register {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 0px;
    border: none;
    border-radius: 10px;
    height: 44px;
    width: 168px;
    cursor: pointer;
    margin-top: 14px;
    font-size: 18px;
}

.carousel__register:hover {
    background-color: var(--primary-color--hover);
}


/* Navbar */
.navbar__area {
    width: 100%;
    margin: 63px auto 0px;
    display: flex;
    justify-content: center;
}

.navbar__list {
    width: 74.916667%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.navbar__item {
}

.navbar__frame {
    width: 83.63px;
    height: 83.59px;
    padding: 0px;
    background-color: var(--background-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Slogan */
.slogan__area {
    width: 100%;
    margin: 26px auto 0px;
}

.slogan__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 53px;
    width: 75.583334%;
    height: 56px;
    margin: 0px auto 12px;
}

.slogan__des {
    width: 67.0833%;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    display: block;
    margin: 0px auto 4px;
    text-align: center;
}

/* Service */
.services {
    margin: 66px 0px 86px;
}

/* Vela Sourcing */
.velaSourcing__area {
    width: 100%;
    margin: 0px auto 48px;
    display: flex;
    justify-content: space-between;
}

.velaSourcing__content {
    width: 38.33334%;
    margin-top: 41px;
}

.velaSourcing__title {
    width: 100%;
    margin: 0px 0px 26px;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
}

.velaSourcing__des {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    margin-bottom: 26px;
    display: block;
}

.velaSourcing__list {
    width: 100%;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 18px;
    margin: 0px;
}
.velaSourcing__list .velaSourcing__item::before {
    color: var(--primary-color);
    content: "\2022";
    font-weight: bold;
    display: inline-block; 
    width: 16px;
    margin-left: -19px;
}

.velaSourcing__item {
    color: var(--subtext-color);

}

.velaSourcing__image {
    width: 55%;
}

.velaSourcing__image1 {
    width: 100%;
    height: auto;
}

/* Vela Logistics */
.velaLogistics__area {
    width: 96%;
    display: flex;
    margin: 0px auto 44px;
    justify-content: space-between;
}

.velaLogistics__image {
    width: 44%;
}

.velaLogistics__image1 {
    width: 100%;
    height: auto;
}

.velaLogistics__content {
    width: 41.93667%;
    margin-top: 50px;
}

.velaLogistics__title {
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0px 26px;
    line-height: 46px;
}

.velaLogistics__des {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    margin-bottom: 26px;
    display: block;
}

.velaLogistics__list {
    width: 100%;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 18px;
    margin: 0px;
}
.velaLogistics__list .velaLogistics__item::before {
    color: var(--primary-color);
    content: "\2022";
    font-weight: bold;
    display: inline-block; 
    width: 16px;
    margin-left: -19px;
}

.velaLogistics__item {
    color: var(--subtext-color);
}

/* Vela Fulfillment */
.velaFulfillment__area {
    width: 100%;
    margin: 0px auto 48px;
    display: flex;
    justify-content: space-between;
}

.velaFulfillment__content {
    width: 36.66667%;
    margin-top: 24px;
}

.velaFulfillment__title {
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0px 26px;
    line-height: 46px;
}

.velaFulfillment__des {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    margin-bottom: 26px;
    display: block;
}

.velaFulfillment__list {
    width: 100%;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 18px;
    margin: 0px;
}
.velaFulfillment__list .velaFulfillment__item::before {
    color: var(--primary-color);
    content: "\2022";
    font-weight: bold;
    display: inline-block; 
    width: 16px;
    margin-left: -19px;
}

.velaFulfillment__item {
    color: var(--subtext-color);

}

.velaFulfillment__image {
    width: 50%;
}

.velaFulfillment__image1 {
    width: 100%;
}

/* Vela Telesales */
.velaTelesales__area {
    width: 100%;
    display: flex;
    margin: 0px auto 44px;
    justify-content: space-between;
}

.velaTelesales__image {
    width: 47%;
}

.velaTelesales__image1 {
    width: 100%;
    height: auto;
}

.velaTelesales__content {
    width: 46.583334%;
    margin-top: 72px;
}

.velaTelesales__title {
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0px 26px;
    line-height: 46px;
}

.velaTelesales__des {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    margin-bottom: 26px;
    display: block;
}

.velaTelesales__list {
    width: 100%;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 18px;
    margin: 0px;
}
.velaTelesales__list .velaTelesales__item::before {
    color: var(--primary-color);
    content: "\2022";
    font-weight: bold;
    display: inline-block; 
    width: 16px;
    margin-left: -19px;
}

.velaTelesales__item {
    color: var(--subtext-color);
}

/* Vela Localizations */
.velaLocalizations__area {
    width: 100%;
    margin: 0px auto 48px;
    display: flex;
    justify-content: space-between;
}

.velaLocalizations__content {
    width: 36%;
    margin-top: 52px;
}

.velaLocalizations__title {
    font-size: 36px;
    font-weight: 600;
    width: 100%;
    line-height: 46px;
    margin: 0px 0px 26px;
}

.velaLocalizations__des {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    margin-bottom: 26px;
    display: block;
}

.velaLocalizations__list {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    line-height: 24px;
    padding-left: 18px;
    margin: 0px;
}
.velaLocalizations__list .velaLocalizations__item::before {
    color: var(--primary-color);
    content: "\2022";
    font-weight: bold;
    display: inline-block; 
    width: 16px;
    margin-left: -19px;
}

.velaLocalizations__item {
    color: var(--subtext-color);

}

.velaLocalizations__image {
    width: 55%;
}

.velaLocalizations__image1 {
    width: 100%;
    height: auto;
}

/* Vela Multichannel */
.velaMultichannel__area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px auto 60px;
}

.velaMultichannel__content {
    width: 41%;
    margin-top: 42px;
}

.velaMultichannel__title {
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0px 26px;
    line-height: 46px;
}

.velaMultichannel__list {
    width: 100%;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 18px;
    margin: 18px 0px 0px;
}
.velaMultichannel__list .velaMultichannel__item::before {
    color: var(--primary-color);
    content: "\2022";
    font-weight: bold;
    display: inline-block; 
    width: 16px;
    margin-left: -19px;
}

.velaMultichannel__item {
    color: var(--subtext-color);

}

.velaMultichannel__image {
    width: 46%;
}

.velaMultichannel__image1 {
    width: 100%;
    height: auto;
}

/* Vela Media */
.velaMedia__area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px auto 0px;
}

.velaMedia__content {
    width: 46.3333%;
    margin-top: 10px;
}

.velaMedia__title {
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    margin: 19px 0px 26px;
    line-height: 46px;
}

.velaMedia__des {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    margin-bottom: 26px;
    display: block;
}

.velaMedia__list {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 18px;
    margin: 0px;
}
.velaMedia__list .velaMedia__item::before {
    color: var(--primary-color);
    content: "\2022";
    font-weight: bold;
    display: inline-block; 
    width: 16px;
    margin-left: -19px;
}

.velaMedia__item {
    color: var(--subtext-color);

}

.velaMedia__image {
    width: 48%;
}

.velaMedia__image1 {
    width: 100%;
    height: auto;
}

/* Charge */
.charge__area {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--background-subColor);
}

.charge__title {
    font-size: 44px;
    width: 63%;
    font-weight: 600;
    line-height: 58px;
    margin: 0px auto 34px;
    padding-top: 47px;
    text-align: center;
}

.charge__list {
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 0px auto 16px;
}

.charge__item {
    width: 17.105263%;
}

.charge__frame {
    width: 100%;
    background-color: var(--white-color);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.charge__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    padding-top: 24px;
    margin-bottom: 16px;
}

.charge__des {
    width: 73.333334%;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    margin-top: 16px;
    text-transform: capitalize;
    color: var(--text-color);
}

.charge__total {
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 62px auto 26px;
    text-transform: capitalize;
    color: var(--primary-color);
}

.charge__des4 {
    margin-top: 17px;
}

.charge__des5 {
    margin-top: 13px;
}

/* reason */
.reason__area {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reason__title {
    font-size: 44px;
    font-weight: 600;
    width: 98%;
    line-height: 58px;
    margin: 41px auto 57px;
    text-align: center;
    color: var(--text-color);
}

.reason__list {
    width: 83.333334%;
    height: 596px;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 56px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
}

.reason__item {
    width: 47.9%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--white-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.reason__number {
    font-size: 72px;
    font-weight: 400;
    line-height: 58px;
    margin: 21px auto 15px;
    color: var(--text-color);
    text-align: center;
    display: block;
}

.reason__content {
    display: flex;
    width: 100%;
}

.reason__image {
    width: 64px;
    height: 164px;
    margin-left: 20px;
    overflow: hidden;
}

.reason__image100 {
    height: 100%;
    width: 100%;
}

.reason__image--03 {
    margin-left: 42px;
}

.reason__image--04 {
    width: 116px;
}

.reason__text {
    width: 100%;
    margin-left: 4px;
    text-align: left;
}

.reason__text--02 {
    margin-left: 20px;
}

.reason__text--03 {
    margin-left: 15px;
}

.reason__text--04 {
    margin-left: -24px;
}


.reason__subTitle {
    width: 100%;
    margin: 0px 0px 14px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: var(--text-color);
}

.reason__subTitle--03 {
    height: 116px;
    width: 299px;
    margin-top: 27px;
}

.reason__des {
    width: 100%;
    padding: 0px;
    margin-bottom: 21px;
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    list-style: none;
    color: var(--subtext-color);
}

.reason__des--04 {
    color: var(--black-color);
}

.reason__des-item {

}

.reason__review {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.reason__velaDevelop {
    width: 48.75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: var(--background-subColor);
}

.reason__velaDevelop-title {
    width: 58.974358%;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    margin-top: 17px;
    color: var(--text-color);
}

.reason__velaDevelop-des {
    width: 76.410256%;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    margin-top: 7px;
    text-align: center;
    color: var(--subtext-color);
}

.reason__velaDevelop-btn {
    width: 282px;
    height: 47px;
    background-color: var(--background-ColorE8262D);
    padding: 0px;
    margin: 18px 0px;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: var(--white-color);
}

.reason__velaDevelop-btn:hover {
background-color: var(--background-ColorE8262D--hover);
}

/* operate */
.operate__area {
    width: 100%;
    margin: 0px auto 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.operate__title {
    font-size: 44px;
    font-weight: 600;
    width: 100%;
    line-height: 58px;
    margin: 50px auto 66px;
    padding: 0px;
    text-align: center;
    color: var(--text-color);
}

.operate__list {
    width: 100%;
    height: 830px;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
}

.operate__item {
    width: 48.833334%;
    background-color: var(--white-color);
    display: flex;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.operate__image {
    width: 242px;
    height: 220px;
    margin: 16px;
}

.operate__img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.operate__content {
    width: 58.608058%;
}

.operate__subTitle {
    height: 53px;
    font-weight: 600;
    font-size: 24px;
    line-height: 58px;
    padding: 0px;
    margin: 0px;
    text-transform: capitalize;
}

.operate__order {
    width: 90%;
    height: 24px;
    display: flex;
    align-items: baseline;
    border-radius: 5px;
    background-color: var(--background-ColorFAD4D5);
}

.operate__order > img {
    margin-left: 9px;
}

.operate__order-amount {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--text-colorF63133);
}

.operate__des {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 13px;
    color: var(--text-color);
}

/* sellingIndustry */
.sellingIndustry__area {
    width: 100%;
    margin: 0px auto 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--background-subColor);
}

.sellingIndustry__title {
    font-size: 44px;
    font-weight: 600;
    width: 100%;
    line-height: 58px;
    margin: 36px auto;
    text-align: center;
    color: var(--text-color);
}

.sellingIndustry__list {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0px;
    margin: 0px;
}

.sellingIndustry__item {
    width: 21.1667%;
}

.sellingIndustry__frame {
    width: 100%;
    background-color: var(--white-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.sellingIndustry__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 49px;
}

.sellingIndustry__content2 {
    padding-top: 33px;
}

.sellingIndustry__content3 {
    padding-top: 32px;
}

.sellingIndustry__content4 {
    padding-top: 48px;
}

.sellingIndustry__des {
    position: relative;
    width: 70.472440%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 14px;
    color: var(--text-color);
}

.sellingIndustry__des--underlined::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 5px solid var(--underline-colorF1F1F2);
    height: 18px;
    width: 88px;
    bottom: -60px;
    right: 25%;
    transform: translateY(-50%);
}

.sellingIndustry__name {
    height: 58px;
    font-weight: 600;
    font-size: 18px;
    line-height: 58px;
    text-align: center;
    color: var(--text-colorF63133);
}

.sellingIndustry__orderOnDay {
    font-size: 14px;
    margin-top: 79px;
    margin-bottom: 21px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sellingIndustry__img {
    font-size: 14px;
    line-height: 28px;
    margin-top: -8px;
}

.sellingIndustry__numberOfOrders {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: var(--text-color);
}

/* Partner */
.partner__area  {
    width: 100%;
    height: 163px;
    margin: 0px auto 56px;
}

.partner__img {
    width: 100%;
    height: 100%;
}

/* Footer */
.footer__area {
    width: 100%;
    height: 115px;
    margin: 0px auto 16px;
    background-color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    
}

.footer__navbar {
    width: 100%;
    height: inherit;
    margin: 0px 47px 0px 3.416667%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-footer {
    font-size: 16px;
    cursor: pointer;
    width: 30%;
}

.footer__content {
    width: 69%;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer__policy {
    font-weight: 500;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border: none;
    padding: 0px;
    margin-right: 31px;
    border-radius: 7px;
    color: var(--text-color);
    cursor: pointer;
    background-color: var(--white-color);
}

.footer__condition {
    font-weight: 500;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border: none;
    padding: 0px;
    margin-right: 31px;
    border-radius: 7px;
    color: var(--text-color);
    cursor: pointer;
    background-color: var(--white-color);
}

.footer__login {
    width: 121px;
    height: 35px;
    font-size: 16px;
    color: var(--background-color);
    background-color: var(--primary-color);
    padding: 0px;
    border: 1px solid var(--primary-color);
    border-radius: 7px;
    color: var(--white-color);
    font-family: 'Inter';
    cursor: pointer;
}

.footer__login:hover {
    background-color: var(--primary-color--hover);
}


/* Copyright */
.copyright__area {
    width: 100%;
    height: 58px;
    margin: 0px auto 0px;
    display: flex;
    justify-content: flex-start;
}

.copyright__vela {
    font-weight: 500;
    font-size: 16px;
    line-height: 58px;
    margin-left: 3.416667%;
    text-align: center;
    color: var(--text-color);
}

/* css Bonus */
.header__menu-mobile {
    height: 73px;
    width: 100px;
    font-size: 5rem;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--primary-color);
    background-color: var(--background-color);
    cursor: pointer;
    border-radius: 5px;
    padding: 16px;
    display: none;
}

.custom-iconBars {
    width: 100%;
    height: 50px;
    font-size: 50px;
}

/* Modal */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--white-color);
    z-index: 11;
    display: none;
}

.modal__body {
    width: 100%;
    height: auto;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: block;
}

.close-x {
    width: 100%;
    height: 100%;
    font-size: 64px;
    text-align: center;
    color: var(--text-color);
    padding: 16px;
}

.header__list-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    width: 100%;
    list-style: none;
    padding-left: 0;
}

.header__menu-item {
    color: var(--text-color);
    width: 100%;
    line-height: 32px;
    font-size: 20px;
    padding: 8px 0px 8px 48px;
    border-top: 1px solid var(--borderNews-color);
}

.border-bottom-mobile {
    border-bottom: 1px solid var(--borderNews-color);
}

.header__menu-link {
    text-decoration: none;
    color: var(--text-color);
}

.modal.open {
    display: flex;
}

/* CSS Global */

.grid {
    width: 100%;
    display: block;
}

.grid.wide {
    max-width: 1200px;
    margin: 0 auto;
}

.hide-on-pc {
    display: none;
}

@media (min-width: 1024px) and (max-width: 1239px) {
    .hide-on-smallPC {
        display: none;
    }
    .show-on-smallPC {
        display: inline-block;
    }
    .wide {
        width: 984px;
    }
    .carousel__content {
        width: 42%;
    }
    .slogan__title {
        width: 91%;
    }
    .slogan__des {
        width: 82%;
    }
    .velaSourcing__content {
        width: 45%;
    }
    .velaLogistics__area {
        width: 100%;
        margin-bottom: 80px;
    }
    .velaLogistics__content {
        width: 45%;
        margin-top: 0px;
    }
    .velaFulfillment__content {
        width: 43%; 
    }
    .velaFulfillment__image {
        width: 51%;
    }
    .velaTelesales__content {
        width: 41.5%;
        margin-top: 20px;
    }
    .velaTelesales__image {
        width: 47%;
    }
    .velaLocalizations__content {
        width: 42%;
    }
    .velaLocalizations__image {
        margin-top: 32px;
    }
    .velaMultichannel__area {
        margin-bottom: 56px;
    }
    .velaMultichannel__content {
        width: 48%;
        margin-top: 20px;
    }
    .velaMedia__content {
        width: 42%;
    }
    .velaMedia__image {
        width: 47.75%;
        margin-top: 64px;
    }
    .charge__title {
        width: 74%;
    }
    .charge__item {
        width: 18.5%;
    }
    .reason__list {
        width: 98%;
    }
    .reason__velaDevelop-title {
        width: 70%;
    }
    .reason__velaDevelop-des {
        width: 93.410256%;
    }
    .operate__image {
        width: 160px;
        margin: 10px 16px 10px 10px;
    }
    .operate__content {
        width: 85.608058%;
    }
    .operate__list {
        height: 774px;
    }
    .sellingIndustry__item {
        width: 23%;
    }
    .sellingIndustry__des {
        width: 77.5%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hide-on-tablet {
        display: none;
    }
    .show-on-tablet {
        display: inline-block;
    }
    .wide {
        width: 672px;
    }
    .header__navbar {
        width: 100%;
    }
    .header__login {
        width: 108px;
    }
    .header__list {
        justify-content: flex-end;
    }
    .header__introduce {
        margin-right: 16px;
    }
    .carousel__content {
        width: 46%;
        margin-left: 4%;
        height: 424px;
    }
    .carousel__title {
        margin-top: 52px;
        width: 100%;
        font-size: 27px;
        line-height: 36px;
    }
    .carousel__text {
        width: 100%;
        height: 140px;
        line-height: 18px;
    }
    .carousel__des {
        width: 100%;
        font-size: 16px;
    }
    .navbar__list {
        width: 100%;
    }
    .slogan__area {
        height: auto;
    }
    .slogan__title {
        width: 97%;
        font-size: 32px;
    }
    .slogan__des {
        width: 88%;
    }
    .services {
        margin-top: 16px;
        margin-bottom: 64px;
    }
    .velaSourcing__area {
        width: 100%;
        height: 646px;
        margin-bottom: 32px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        align-items: center;
    }
    .velaSourcing__image,
    .velaTelesales__image {
        width: 72%;
    }
    .velaSourcing__content {
        width: 92%;
        margin-top: 32px;
    }
    .velaSourcing__title,
    .velaSourcing__des,
    .velaLogistics__title,
    .velaLogistics__des,
    .velaFulfillment__title,
    .velaFulfillment__des,
    .velaTelesales__title,
    .velaTelesales__des,
    .velaLocalizations__title,
    .velaLocalizations__des,
    .velaMultichannel__title,
    .velaMedia__title,
    .velaMedia__des {
        margin-bottom: 16px;
    }
    .velaSourcing__frame {
        width: 520px;
        height: 410px;
    }
    .velaLogistics__area {
        width: 100%;
        height: 702px;
        margin-top: 0px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        align-items: center;
    }
    .velaLogistics__image {
        order: 1;
        width: 56%;
    }
    .velaLogistics__content {
        margin-top: 32px;
        width: 100%;
    }
    .velaLogistics__frame {
        width: 390px;
        height: 390px;
    }
    .velaFulfillment__area {
        width: 100%;
        height: 650px;
        margin-top: 0px;
        margin-bottom: 32px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        align-items: center;
    }
    .velaFulfillment__content {
        margin-top: 4px;
        width: 600px;
    }
    .velaFulfillment__image {
        width: 70%;
    }
    .velaTelesales__area {
        width: 100%;
        height: 674px;
        margin-top: 0px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        align-items: center;
    }
    .velaTelesales__image {
        order: 1;
    }
    .velaTelesales__list {
        height: 100px;
    }
    .velaTelesales__content {
        width: 600px;
        margin-top: 24px;
    }
    .velaLocalizations__area {
        width: 100%;
        height: 796px;
        margin-top: 0px;
        margin-bottom: 48px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        align-items: center;
    }
    .velaLocalizations__content {
        margin-top: 22px;
        width: 600px;
    }
    .velaLocalizations__image {
        width: 74%;
        padding-top: 32px;
    }
    .velaMultichannel__area {
        width: 100%;
        height: 721px;
        margin-top: 0px;
        margin-bottom: 48px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        align-items: center;
    }
    .velaMultichannel__list {
        margin: 0px;
    }
    .velaMultichannel__image {
        order: 1;
        justify-content: center;
        width: 74%;
    }
    .velaMultichannel__content {
        margin-top: 16px;
        width: 88%;
    }
    .velaMedia__area {
        width: 100%;
        height: 725px;
        margin-top: 0px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        align-items: center;
    }
    .velaMedia__content {
        width: 650px;
        padding: 0px;
    }
    .velaMedia__image {
        width: 80%;
    }
    .charge__area {
        padding-bottom: 48px;
    }
    .charge__title {
        width: 100%;
        font-size: 39px;
        padding: 0px;
        margin: 47px auto 34px;
    }
    .charge__list {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .charge__item {
        width: 31%;
    }
    .charge__item-ml {
        margin-left: 108px;
    }
    .charge__item-mr {
        margin-right: 108px;
    }
    .charge__frame {
        width: 100%;
    }
    .charge__des {
        width: 118px;
    }
    .charge__total {
        font-size: 16px;
        margin-top: 50px;
    }
    .reason__title {
        width: 100%;
        font-size: 42px;
    }
    .reason__list {
        width: 100%;
        height: 556px;
        margin-bottom: 48px;
    }
    .reason__item {
        width: 326px;
    }
    .reason__content {
        justify-content: center;
    }
    .reason__image {
        width: 46px;
        margin-left: 8px;
    }
    .reason__subTitle {
        font-size: 19px;
        line-height: 25px;
    }
    .reason__text--03 {
        width: 76%;
    }
    .reason__text--04 {
        width: 85%;
    }
    .reason__image--04 {
        width: 64px;
    }
    .reason__subTitle--03 {
        height: auto;
        width: auto;
    }
    .reason__des {
        font-size: 14px;
        line-height: 22px;
    }
    .reason__text--02 {
        margin-left: 14px;
    }
    .reason__velaDevelop-title {
        width: 90%;
    }
    .reason__velaDevelop-des {
        font-size: 18px;
        line-height: 25px;
        width: 98%;
    }
    .operate__image {
        display: none;
    }
    .operate__content {
        margin-left: 0px;
    }
    .operate__areas {
        height: 1386px;
    }
    .operate--area {
        width: 320px;
        height: 442px;
    }
    .operate__title {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .operate__content {
        width: 100%;
        margin: 16px;
    }
    .operate__des {
        font-size: 14px;
        line-height: 22px;
    }
    .operate__area {
        margin-bottom: 64px;
    }
    .operate__imgtablet {
        margin-top: 16px;
        width: 100%;
        height: 180px;
    }
    .operate__imagetablet {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    .sellingIndustry__area {
        margin-top: 40px;
    }
    .sellingIndustry__list {
        flex-wrap: wrap;
    }
    .sellingIndustry__frame {
        width: 100%;
    }
    .sellingIndustry__item {
        width: 45.238095%;
    }
    .partner {
        margin: 48px auto;
    }
    .footer__policy {
        font-size: 14px;
        margin-right: 16px;
    }
    .footer__condition {
        font-size: 14px;
        margin-right: 0px;
    }
  }

@media (max-width: 768px) {
    .display-inline-block {
        display: inline-block;
    }
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: flex;
    }
    .header__menu-mobile {
        display: flex;
    }
    .header__navbar {
        width: 96%;
    }
    .carousel__content {
        width: 48%;
        height: auto;
        font-size: 30px;
        line-height: 36px;
        margin-left: 2%;
    }
    .carousel__title {
        margin-top: 24px;
        line-height: 28px;
        font-size: 26px;
    }
    .carousel__text {
        height: auto;
        display: none;
    }
    .carousel__des {
        font-size: 16px;
        height: auto;
    }
    .mb-mobile {
        margin-bottom: 18px;
    }
    .carousel__register {
        margin-bottom: 24px;
    }
    .navbar__area {
        margin-top: 24px;
    }
    .navbar__list {
        width: 100%;
        justify-content: space-between;
    }
    .navbar__item {
        width: 12%;
    }
    .navbar__frame {
        width: 100%;
        height: auto;
    }
    .slogan__title {
        width: 100%;
        height: auto;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }
    .slogan__des {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }
    .services {
        margin: 32px auto;
    }
    .velaSourcing__title,
    .velaLogistics__title,
    .velaFulfillment__title,
    .velaTelesales__title,
    .velaLocalizations__title,
    .velaMultichannel__title,
    .velaMedia__title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .velaSourcing__des,
    .velaLogistics__des,
    .velaFulfillment__des,
    .velaTelesales__des,
    .velaMultichannel__des,
    .velaLocalizations__des,
    .velaMedia__des {
        line-height: 20px;
        margin-bottom: 16px;
    }
    .velaSourcing__list,
    .velaLogistics__list,
    .velaFulfillment__list,
    .velaTelesales__list,
    .velaMultichannel__list,
    .velaLocalizations__list,
    .velaMedia__list {
        line-height: 18px;
    }
    .velaSourcing__area,
    .velaLogistics__area,
    .velaFulfillment__area,
    .velaTelesales__area,
    .velaMultichannel__area,
    .velaLocalizations__area,
    .velaMedia__area {
        flex-direction: column;
        align-items: center;
        margin-bottom: 32px;
        margin-left: -16px;
        margin-right: -16px;
        height: auto;
        width: 100%;
    }
    .velaSourcing__content,
    .velaLogistics__content,
    .velaFulfillment__content,
    .velaTelesales__content,
    .velaMultichannel__content,
    .velaLocalizations__content,
    .velaMedia__content {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 0px;
    }
    .velaSourcing__image,
    .velaLocalizations__image {
        width: 74%;
    }
    .velaLogistics__image {
        width: 60%;
        order: 1;
        margin-top: 16px;
    }
    .velaTelesales__image {
        width: 66%;
        order: 1;
    }
    .velaFulfillment__image {
        width: 66%;
        margin-top: 32px;
    }
    .velaMultichannel__image,
    .velaMedia__image {
        width: 66%;
        margin-top: 32px;
        order: 1;
    }
    .charge__area {
        padding-bottom: 48px;
    }
    .charge__title {
        width: 100%;
        font-size: 30px;
        line-height: 32px;
    }
    .charge__list,
    .charge__list-mobile {
        width: 100%;
        margin-bottom: 0px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .charge__item {
        width: 30%;
    }
    .charge__list-mobile {
        list-style: none;
        margin-top: 16px;
        width: 64%;
        justify-content: space-between;
    }
    .charge__item-mobile {
        width: 47%;
    }
    .charge__item-ml {
        margin-left: 108px;
    }
    .charge__item-mr {
        margin-right: 108px;
    }
    .charge__frame {
        width: 100%;
    }
    .charge__des {
        width: 90%;
        height: 48px;
        font-size: 16px;
        line-height: 18px;
    }
    .charge__total {
        font-size: 16px;
        line-height: 18px;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .mb-20-mobile {
        margin-bottom: 20px;
    }
    .reason__title {
        width: 100%;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .reason__list {
        width: 100%;
        height: auto;
        margin-bottom: 32px;
    }
    .mt28-mobile {
        margin-top: 28px;
    }
    .reason__image {
        margin-left: 8px;
        height: 142px;
        width: 32px;
    }
    .reason__image--04 {
        width: 64px;
    }
    .reason__text--04 {
        margin-left: 16px;
    }
    .reason__number {
        font-size: 48px;
        line-height: 50px;
    }
    .reason__text {
        margin: 0px;
    }
    .reason__subTitle {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
    }
    .reason__subTitle--03 {
        width: auto;
        height: auto;
        margin-top: 0px;
    }
    .reason__des {
        font-size: 16px;
        line-height: 20px;
    }
    .reason__velaDevelop {
        width: 48%;
    }
    .reason__velaDevelop-title {
        width: 100%;
        line-height: 26px;
        font-size: 20px;
        height: 100px;
    }
    .reason__velaDevelop-btn {
        width: 87%;
        line-height: 22px;
        height: 48px;
    }
    .operate__title {
        margin-bottom: 48px;
    }
    .operate__image {
        display: none;
    }
    .operate__content {
        margin-left: 0px;
    }
    .operate__areas {
        height: 1386px;
    }
    .operate--area {
        width: 320px;
        height: 442px;
    }
    .operate__title {
        margin-top: 32px;
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 34px;
    }
    .operate__content {
        width: 100%;
        margin: 16px;
    }
    .operate__list {
        height: auto;
    }
    .operate__item {
        width: 100%;
        margin-bottom: 16px;
    }
    .operate__des {
    display: none;
    }
    .operate__area {
        margin-bottom: 0px;
    }
    .operate__imgtablet {
        margin-top: 16px;
        width: 100%;
        height: 180px;
    }
    .operate__imagetablet {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    .operate__order-amount {
        font-size: 12px;
    }
    .sellingIndustry__area {
        margin-top: 24px;
        margin-bottom: 32px;
    }
    .sellingIndustry__list {
        flex-wrap: wrap;
    }
    .sellingIndustry__title {
        font-size: 26px;
        line-height: 28px;
    }
    .sellingIndustry__frame {
        width: 100%;
    }
    .sellingIndustry__item {
        width: 100%;
        margin-bottom: 16px;
    }
    .partner {
        margin: 32px auto;
    }
    .partner__area {
        margin-bottom: 32px;
    }
    .footer__area {
        height: 80px;
    }
    .footer__navbar {
        margin-right: 16px;
    }
    .footer__policy {
        width: auto;
        height: auto;
        font-size: 16px;
        line-height: 16px;
        margin-right: 16px;
        margin-left: 16px;
    }
    .footer__condition {
        width: auto;
        height: auto;
        font-size: 16px;
        line-height: 16px;
        margin-right: 0px;
    }
    .ml-mr-16 {
        margin-left: 16px;
        margin-right: 16px;
    }
}