/* ADDED */
html,
body {
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

body>footer {
    flex-shrink: 0;
}

.text-white {
    color: #fff;
}

.main-page-wrapper {
    background-color: #4e5077;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

.main-page-wrapper.page {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-page-wrapper.page .callout-banner {
    flex: 1 0 auto;
}

.main-page-wrapper.fixed {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-1-auto {
    flex: 1 0 auto;
}

.header-flag {
    width: 45px;
    height: auto;
    display: inline-block;
}

.theme-menu-wrapper {
    background: #4e5077;
    background-repeat: repeat;
    background-image: none;
    min-height: 52px;
    box-shadow: 0 1px 3px rgba(255, 244, 2555, 0.6);
    background: url(../images/home/pattern2.png) center center;
    background-repeat: repeat;
}

.home-banner {
    bottom: 0;
    -webkit-filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(254, 210, 49, 0.4));
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(254, 210, 49, 0.4));
    width: 48%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#theme-main-banner {
    height: calc(100vh - 592px);
    min-height: 180px;
}

.clearfix-inline-block::after {
    display: inline-block;
    clear: both;
    content: "";
}

.title-company-bold {
    color: #3333ff;
    font-weight: bold;
}

.title-company-bold.italic {
    font-style: italic;
    margin-right: 3px;
}

.title-company-bold-2 {
    color: #e27c0a;
    font-weight: bold;
}

.logo-footer-shadow {
    background: radial-gradient(ellipse at center, rgba(254, 210, 49, 0.15) 0%, rgba(255, 192, 0, 0) 80%);
}

.home-main-button {
    background: #ffc000;
    background: linear-gradient(90deg, rgb(254, 210, 49) 0%, rgb(255, 192, 0) 80%);
    color: #000;
    width: 100%;
}

.text-nowarp {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;

}

.page-title {
    background: linear-gradient(90deg, rgb(254, 210, 49) 0%, rgb(255, 192, 0) 80%);
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0 35px;
    text-align: center;
    color: #000;

    float: left;
    width: auto;

    white-space: nowrap;
}

.page-subtitle {
    color: #68bbe3;
}

.page-content p {
    padding-bottom: 25px;
    margin-bottom: 0;
    text-align: left;
    /* word-break: keep-all; overflow-wrap: break-word; */
    overflow: hidden;
    word-break: normal;
    white-space: pre-wrap;
}

.page-content .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 25px;
}

.page-content .image-box img {
    width: 100%;
}

.business-policy {
    background: linear-gradient(90deg, rgba(254, 210, 49, .3) 0%, rgba(255, 192, 0, .6) 80%);
    padding: 30px;
    border-radius: 8px;
    text-align: left;
}

.address-border {
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5rem !important;
}

.footer-meilin-logo {
    width: 180px;
}

.footer-meilin-logo.vn {
    width: 252px;
}

.footer-meilin-logo {
    width: 180px;
}

.protected-widget-logo {
    width: 150px;
}

.protected-widget {
    margin-top: 0.777rem;
}

.page-protected-text {
    line-height: 1.2rem;
    font-weight: bold;
}

.comment-container {
    border-radius: 20px;
    background: radial-gradient(79.69% 102.24% at 100% 100.11%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(89.7% 115.09% at 3.43% 2.75%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0)), #4e5077;
    background-blend-mode: overlay, overlay, normal;
    box-shadow: 0 4px 0 #3E405F;
    width: auto;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
}

.address-slider {
    .owl-carousel {
        position: relative;
    }

    .owl-dots {
        position: absolute;
        top: -20px;
        left: 25%;
        right: 25%;
    }

}