@media(max-width: 450px) {
    .swiper-container{
        display: flex;
        flex-wrap: wrap;
    }

    .swiper-wrapper{
        margin: 10px;
        flex: 1;
        flex-direction: column;
        justify-content: space-between;
    }
    .view-item-inner{
        height: 150px!important;
    }
    .swiper-slide{
        width: 100%!important;
    }

    .title-page {
        font-size: 4.90vw;
        /*margin-left: -80px!important;*/
    }
    .header-wrapper {
        padding-top: 9.08vw;
        padding-bottom: 13.08vw;
    }

    .view-members .view-item-inner:after {
        height: 6.2vw !important;
        width: 95% !important;
    }

    .view-members .swiper-slide {
        margin-bottom: 7.90vw;
    }
    .view-members .view-field-member {
        bottom: -2vw !important;
        font-size: 2vw !important;
        margin-right: 5px;
    }

    .show {
        /*top: -18px;*/
        font-size: 13px;
    }
    .modal-body-inner {
        display: flex;
        flex-direction: column;
    }
    .modal-item-left{
        margin: auto !important;
    }
    .modal-item-right{
        margin: auto !important;
        max-width: 85% !important;
    }
    .modal-dialog-member {
        max-width: 100% !important;
        /*max-height: 100% !important;*/
    }
    .modal-content {
        width: 100% !important;
        height: 100% !important;
    }
    .modal-detail {
        margin-left: 0 !important;
    } 
    .modal-name {
        font-size: 12px;
    }
    .modal-author {
        font-size: 3.43vw !important;
    }
    .modal-text {
        font-size: 2.04vw !important;
    }
    .modal-text-footer {
        font-size: 1vw !important;
    }
    .modal-dialog-member .modal-text{
        column-count: 1 !important;
    }
    .modal-author, .modal-detail {
        margin-left: 0 !important;
    }
    .page {
        overflow: unset;
        height: 100%;
    }
    .footer {
        position: unset;
        background-color: #000000;
    }
    .block-logo img {
        width: 35vw;
    }
    .close {
        width: 6.3vw;
        height: 3.3vw;
    }
    .swiper-button-next{
        display: none;
    }
    .swiper-button-prev{
        display: none;
    }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .navbar-toggler {
        background-image: url(/herbalife_mr/fe/images/menu-icon-dark1.png) !important;
        margin-top: 17px;
    }

    .dropdown-menu {
        top: -33px !important;
    }
    .bg-theme {
        overflow: hidden !important;
	height: 100%;
    }
    .dropdown-menu-main {
        font-size: 1.88vw;
    }
}

/* @media screen and (min-width: 500px) and (max-width: 1024px) {
    .swiper-container{
        display: flex;
        flex-wrap: wrap;
    }

    .swiper-wrapper{
        margin: 10px;
        flex: 1;
        flex-direction: column;
        justify-content: space-between;
    }
    .view-item-inner{
        height: 390px!important;
    }
    .swiper-slide{
        width: 100%!important;
    }

    .title-page {
        font-size: 3.90vw;
    }
    .header-wrapper {
        padding-top: 9.08vw;
        padding-bottom: 13.08vw;
    }

    .view-members .view-item-inner:after {
        height: 6.2vw !important;
        width: 95% !important;
    }

    .view-members .swiper-slide {
        margin-bottom: 7.90vw;
    }
    .view-members .view-field-member {
        bottom: -5.1vw !important;
        font-size: 3.8vw !important;
        margin-right: 10px;
    }

    .show {
        font-size: 13px;
    }
    .modal-body-inner {
        display: flex;
        flex-direction: column;
    }
    .modal-item-left{
        margin: auto !important;
    }
    .modal-item-right{
        margin: auto !important;
        max-width: 85% !important;
    }
    .modal-dialog-member {
        max-width: 100% !important;
    }
    .modal-content {
        width: 100% !important;
        height: 100% !important;
    }
    .modal-detail {
        margin-left: 0 !important;
    } 
    .modal-name {
        font-size: 12px;
    }
    .modal-author {
        font-size: 3.43vw !important;
    }
    .modal-text {
        font-size: 2.04vw !important;
    }
    .modal-text-footer {
        font-size: 1vw !important;
    }
    .modal-dialog-member .modal-text{
        column-count: 1 !important;
    }
    .modal-author, .modal-detail {
        margin-left: 0 !important;
    }
    .page {
        overflow: unset;
        height: 100%;
    }
    .footer {
        position: unset;
        background-color: #000000;
    }
    .block-logo img {
        width: 35vw;
    }
    .close {
        width: 4.3vw;
        height: 2.3vw;
    }
    .swiper-button-next{
        display: none;
    }
    .swiper-button-prev{
        display: none;
    }
} */