body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: unset;
}
.container-custom {
    max-width: 800px;
    margin: auto;
}
.menu-header {
    background-color: rgb(247, 247, 247);
}
.menu-header-box {
    display: flex;
    justify-content: center;
}
.menu-item {
    flex: 0 0 calc(100% / 5);
}
.menu-item-box {
    padding: 10px 20px;
    height: 40px;
    text-align: center;
}
.menu-item-box img {
    height: 100%;
    width: auto;
    position: relative;
    z-index: 1;
}
.menu-item-box img:nth-child(2) {
    display: none;
}
.red-tag {
    background-color: rgb(238, 52 ,48);
    color: #fff;
    width: fit-content;
    padding: 0 5px;
    border-radius: 4px;
    font-weight: 600;
    margin: auto;
    margin-top: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.menu-item-center {
    background-color: rgb(247, 247, 247);
    position: relative;
}
.bg-circle {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    border-radius: 50%;
    background-color: rgb(247, 247, 247);
    z-index: 0;
}
.offer-row {
    padding: 80px 0;
}
.lazada-row {
    background: linear-gradient(90deg, rgba(190,21,170,1) 0%, rgba(252,115,67,1) 60%);
}
.offer-row-box {
    display: flex;
}
.offer-logo, .offer-list-item {
    flex: 0 0 calc(100% / 2 - 40px);
    text-align: center;
    padding: 0 20px;
}
.offer-logo-img {
    width: 170px;
    margin: auto;
}
.offer-logo-img img {
    width: 100%;
    height: auto;
}
.lazada-row .offer-logo-button {
    background-color: rgba(161, 34, 102, 0.7);
    padding: 20px 50px;
    border-radius: 40px;
    width: fit-content;
    margin: auto;
    margin-top: 60px;
}
.offer-logo-button span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.offer-item-child-box {
    margin: 30px 0;
}
.lazada-row .offer-item-child-text {
    background-color: #fff;
    width: fit-content;
    padding: 15px 60px 15px 30px;
    border-radius: 6px;
    margin: auto;
    position: relative;
    width: 200px;
}
.lazada-row .offer-item-child-text span {
    color: grey;
    font-weight: 600;
    font-size: 18px;
}
.offer-iem-child-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    height: 70px;
    width: 70px;
}
.offer-iem-child-icon img {
    width: 100%;
    height: auto;
}
.shopee-row .offer-logo-button {
    background-color: rgba(241, 87, 43, 1);
    padding: 20px 50px;
    border-radius: 40px;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}
.shopee-row .offer-item-child-box {
    display: flex;
    flex-flow: wrap;
}
.shopee-row .offer-item-child-icon {
    flex: 0 0 calc(100% / 3);
    margin: 20px 0;
}
.shopee-row .offer-item-child-icon-box {
    width: 90px;
    height: 90px;
    margin: auto;
}
.shopee-row .offer-item-child-icon img {
    width: 100%;
    height: auto;
}
.shopee-row .offer-item-child-text {
    font-size: 12px;
    margin-top: 20px;
    color: #000;
}
.sendo-row {
    background-color: rgb(146, 24, 16);
}
.sendo-row .offer-logo-button {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 50px;
    border-radius: 40px;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}
.sendo-row .offer-logo-button span {
    color: rgb(146, 24, 16);
}
.sendo-row .offer-item-child-text {
    background-color: #fff;
    padding: 15px 30px 15px 30px;
    border-radius: 6px;
    margin: auto;
    position: relative;
    width: 100%px;
}
.sendo-row .offer-item-child-img {
    width: 100%;
    margin: auto;
}
.sendo-row .offer-item-child-img img {
    width: 100%;
    height: auto;
}
.sendo-row .offer-item-child-box {
    margin: 10px 0;
}
.sendo-row .offer-item-child-text span {
    color: rgb(89, 89, 89);
    font-weight: 600;
    font-size: 18px;
}
.sendo-row .offer-logo {
    align-self: center;
}
.tiki-row {
    background-color: rgb(152, 230, 241);
}
.tiki-row .offer-logo-button {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 50px;
    border-radius: 40px;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}
.tiki-row .offer-logo-button span {
    color: rgb(0, 170, 240);
}
.tiki-row .offer-item-child-row-box {
    display: flex;
}
.tiki-row .offer-item-child-text {
    flex: 0 0 calc(100% / 2 - 10px);
    background-color: #fff;
    padding: 15px 0;
    border-radius: 6px;
}
.tiki-row .offer-item-child-text:nth-child(1) {
    margin-right: auto;
}
.tiki-row .offer-item-child-text:nth-child(2) {
    margin-left: auto;
}
.tiki-row .offer-item-child-text span {
    color: rgb(89, 89, 89);
    font-weight: 600;
    font-size: 18px;
}
.tiki-row .offer-item-child-img img {
    width: 100%;
    height: auto;
}
.tiki-row .offer-logo {
    align-self: center;
}

@media (max-width: 800px) {
    .container-custom {
        width: 100%;
    }
    .menu-item-box img:nth-child(1) {
        display: none;
    }
    .menu-item-box img:nth-child(2) {
        display: inline-block;
    }
    .menu-item-box {
        padding: 10px 0.8rem;
    }
    .menu-item-center img:nth-child(1) {
        display: inline-block;
    }
    .offer-row-box {
        flex-direction: column;
    }
    .sendo-row .offer-logo {
        margin-bottom: 20px;
    }
    .lazada-row .offer-iem-child-icon {
        transform: translate(25%, -50%);
    }
}
@media (max-width: 450px) {
    .menu-item-box {
        padding: 10px 0;
    }
    .lazada-row .offer-item-child-text {
        width: 180px;
    }
    .lazada-row .offer-item-child-text span {
        font-size: 16px;
    }
}