.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1170px
}

.row.row-collapse {
    max-width: 1140px
}

.row.row-small {
    max-width: 1162.5px
}

.row.row-large {
    max-width: 1200px
}

.header-main {
    height: 90px
}

#logo img {
    max-height: 90px
}

#logo {
    width: 200px;
}

.header-top {
    min-height: 30px
}

.transparent .header-main {
    height: 90px
}

.transparent #logo img {
    max-height: 90px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 120px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 70px !important
}

.stuck #logo img {
    max-height: 70px !important
}

.search-form {
    width: 59%;
}

.header-bottom {
    background-color: #f1f1f1
}

.header-main .nav>li>a {
    line-height: 16px
}

.stuck .header-main .nav>li>a {
    line-height: 50px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

.nav-dropdown {
    border-radius: 15px
}

.nav-dropdown {
    font-size: 70%
}

.breadcrumbs {
    text-transform: none;
}

button,
.button {
    text-transform: none;
}

.section-title span {
    text-transform: none;
}

h3.widget-title,
span.widget-title {
    text-transform: none;
}

.absolute-footer,
html {
    background-color: #067eb3
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Custom CSS Mobile */
@media (max-width: 549px) {
    .v-dich-vu .flickity-prev-next-button {
        display: block !important;
    }

    .v-nghiep-vu {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .v-nghiep-vu .vp-qr img {
        width: inherit !important;
        height: inherit !important;
    }

    .wapp-advise-in {
        margin-left: 16px !important;
        margin-right: 16px !important;
        max-width: 350px !important;
    }

    .v-tu-van-mobile img {
        border-radius: 99px;
    }

    .v-tu-van-mobile .medium-4 img {
        max-width: 80px !important;
    }

    .v-tu-van-mobile .medium-8 p {
        margin-bottom: 0px;
    }

    .v-tu-van-mobile .medium-8 .icon-box-text {
        padding-left: 8px;
    }

    .v-tu-van-mobile .small-12 {
        border-bottom: 1px solid #d7d7d7;
        padding: 10px 0px 10px 0px !important;
    }

    .custom-form .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .custom-form .row-small {
        padding: 10px !important;
        border-radius: 10px;
    }
}

.label-new.menu-item>a:after {
    content: "Mới";
}

.label-hot.menu-item>a:after {
    content: "Nổi bật";
}

.label-sale.menu-item>a:after {
    content: "Giảm giá";
}

.label-popular.menu-item>a:after {
    content: "Phổ biến";
}

.nav>li>a {
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: unset !important;
    font-family: "roboto" !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
}

@media only screen and (min-width: 600px) {

    .wapp-news .text-left,
    .wapp-news .box-text,
    .wapp-news .box-normal,
    .wapp-news .box-text-inner {
        max-height: 60px;
    }

    .header-inner .flex-right {
        max-width: 150px;
    }
}

body {
    font-family: 'Poppins';
}

b,
strong {
    font-weight: bold !important;
}

.follow-google {
    display: inline-block;
    margin-left: 15px;
    width: max-content;
    padding: 8px 15px;
    background-color: #e9e9e9;
    border-radius: 10px;
}

.cat-video .cat-video-item {
    display: flex !important;
    flex-direction: column !important;
}

.v-dich-vu h3 {
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    min-height: 45px;
    font-size: 16;
}

.v-dich-vu p {
    font-size: 14px;
}

.v-dich-vu .is-link {
    font-size: 12px;
}

.cat-video .cat-video-item .icon-inner {
    position: relative;
    padding-top: 65%;
}

.cat-video .cat-video-item .icon-inner iframe {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

/* Parallax effect for Flatsome section */
.section-parallax-1 {
    background-image: url(https://baovengayvadem.com/wp-content/uploads/2024/09/bg11.jpg);
    background-attachment: fixed;
    /* Enables the parallax scrolling effect */
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Optional overlay for visual effect */
.section-parallax-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Optional dark overlay for better readability */
    z-index: 1;
}

/* Ensure section content is on top of the background */
.section-parallax-1 .ux-section-content {
    position: relative;
    z-index: 2;
}

.profile:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.profile {
    position: fixed;
    right: 15px;
    top: 30%;
    background: #e67e22;
    border-radius: 5px;
    padding: 5px 10px 5px 40px;
    height: 40px;
    min-width: 40px;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-content: center;
    text-align: center;
    align-items: center;
    overflow: hidden;
}

body .entry-content {
    font-family: inherit !important;
}

.profile .ic {
    background-image: url(https://baovengayvadem.com/wp-content/uploads/2024/10/catalogue-2.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 5px;
}

.profile .profile-name {
    color: #fff;
    display: none;
}

.button-contact-vr .bt-close,
.button-contact-vr .fa-comment-dots {
    display: none;
}

.nav>li>a {
    color: #067eb3;
    font-size: 13px !important;
}

.header-language a {
    margin-left: 5px;
    opacity: 0.5;
}

/* 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
} */
.news-custom .row {
    margin: 0px !important;
    padding: 0 0 0 15px !important;
}

.archive .post-title {
    /* 	min-height: 70px; */
}

.news-custom .post-item .box-image,
.news-custom .post-item .meta-count {
    display: none;
}

.news-custom .box-text,
.news-custom .post-item {
    padding: 0px;
}

.v-dich-vu .box-text {
    background: #1D2C49;
    color: #fff;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .2);
}

.v-dich-vu .box-text-bottom {
    background: #1D2C49;
    color: #fff;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .2);
    border: 1px solid #000;
}

.v-dich-vu .box-text h3 {
    color: white;
    min-height: 48px;
    text-align: left;
}

.wapp-advise-in {
    margin: auto !important;
    display: flex;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    padding-top: 50px;
}

.bo-cong-thuong ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.bo-cong-thuong ul li {
    list-style: none;
    display: inline-block;
    margin: 0px !important;
}

.bo-cong-thuong ul li img {
    border-radius: 3px;
}

.v-phone-1 p {
    margin-bottom: 4px !important;
}

.v-dich-vu .box-text-inner {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.v-dich-vu .box-text-inner .text p {
    min-height: 72px;
}

.v-p-btn a,
.v-p-btn {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.v-p-btn span,
.v-p-btn .icon-angle-right:before {
    color: white !important;
}

.v-nghiep-vu .box-text-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.v-nghiep-vu .plain {
    margin-bottom: 8px;
}

.v-nghiep-vu .box-text .text {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    line-height: 32px;
    /* 	display: none; */
}

.v-nghiep-vu .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 4px;
}

.v-nghiep-vu .col-inner {
    box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .15) !important;
    margin: 0 4px;
    padding: 10px 0;
    border: 3px solid #f28006;
    border-radius: 10px;
}

.follow-google a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    text-transform: none
}

.follow-google img {
    width: 100px;
    margin-left: 10px;
}

.branch_system .is-divider.divider {
    border: none;
    background: rgba(0, 0, 0, .1) !important
}

#toc_container {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid;
}

#toc_container p.toc_title {
    display: block !important;
}

.custom-h1 {
    width: max-content
}

.strong {
    font-weight: 600 !important;
}

.wapp-history .wapp-history-in .wapp-history-video {
    margin-top: 0px;
    min-height: 635px;
    padding: 0px 15px !important;
}

.wapp-content-analytics .wapp-content-analytics-in .analytics-item .counter_icon {
    color: #067eb3;
    font-size: 40px;
}

.wapp-history .wapp-history-in .wapp-history-right {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 15px 15px;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    background-image: url(https://baovengayvadem.com/wp-content/themes/flatsome/assets/css/../img/bg8.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 3px 3px 30px 3px #d7d7d7;
    min-height: 635px;
}

.wapp-content-analytics {
    border-radius: 6px;
    box-shadow: 3px 3px 30px 3px #d7d7d7;
    margin-top: 15px;
    background: #fff;
    min-height: 305px;
}

.wapp-content-analytics .wapp-content-analytics-in .analytics-item {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 46px;
}

.wapp-content-analytics .wapp-content-analytics-in {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wapp-content-analytics .wapp-content-analytics-in .analytics-item .single_counter {
    text-align: center;
}

.wapp-content-analytics .wapp-content-analytics-in .analytics-item .counter_icon {
    width: 50px;
    margin: auto;
}

.wapp-content-analytics .wapp-content-analytics-in .analytics-item .countr_text {
    color: #BA1111;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    /*     -webkit-text-stroke-width: 2px;
stroke-width: 2px;
-webkit-text-stroke-color: #BA1111; 
stroke: #BA1111;*/
    position: relative;
}

.accordion-inner {
    background: white;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.v-nghiep-vu {
    padding-left: 32px;
    padding-right: 32px;
}

.v-nghiep-vu .box-vertical .box-text {
    vertical-align: top !important;
}

.page-template-default h1 {
    text-align: center !important;
}

.v-nghiep-vu .v-phone-1 strong {
    text-align: center;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin: 15px 0px;
}

.heading-font {
    font-family: "roboto", sans-serif;
    font-weight: 700;
}

@media screen and (min-width: 550px) {
    /* .v-nghiep-vu .v-phone-1 {
margin-top: -50px;
} */
}

/* .v-nghiep-vu .image-cover {
max-height: 110px;
max-width: 110px;
} */
.v-nghiep-vu .image-cover img {
    max-height: 110px;
    max-width: 110px;
    border-radius: 9999px;
    margin-top: 8px;
}

.v-nghiep-vu .vp-qr .img-inner {
    display: flex;
    justify-content: center;
}

.v-nghiep-vu .vp-qr img {
    height: 208px;
    width: 208px;
}

.v-dich-vu .box:hover .is-link,
.v-dich-vu .box:hover .is-link * {
    color: #FDCF06 !important;
}

.v-c-posts .post-title {
    min-height: 62px;
}

.v-footer-form input,
.v-footer-form button {
    max-height: 40px;
    height: 40px;
}

.wapp-content-analytics .wapp-content-analytics-in .analytics-item .counter_title {
    /*     font-size: 22px; */
    font-size: 18px;
    color: #0D1422;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #0d1422;
    stroke: #0d1422;
    text-transform: uppercase;
}

.wapp-content-analytics .bullet {
    width: auto;
    text-align: right;
    align-self: flex-start;
    padding: 0px 35px 0px 35px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.wapp-content-analytics .bullet img {
    width: 48px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.v-social-1 .icon-box-text p {
    margin-bottom: 0px;
}

.v-footer .ux-menu-link__text,
.wapp-footer-in-info a {
    color: white;
    font-size: 15px;
}

.wapp-social b {
    color: white;
}

.wapp-social {
    margin: 0px;
    padding: 0px;
    display: flex;
    color: white;
}

.wapp-social li {
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0px 6px !important;
    cursor: pointer;
}

.wapp-social i {
    background: unset !important;
    display: flex;
    width: 30px;
    height: 20px;
    align-content: center;
    align-items: center;
    text-align: left;
    position: relative;
    border-radius: unset !important;
    margin-right: 0px !important;
    color: var(--secondary-color);
}

.wapp-footer .wapp-footer-in .wapp-email button {
    position: absolute;
    right: 0px;
    border: 0px;
    background: var(--secondary-color);
    border-radius: 0px 5px 5px 0px;
    color: #fff;
}

.button-contact-vr {
    position: fixed;
    bottom: 60px;
    z-index: 99999;
    right: 15px;
}

.button-contact-vr .button-contact {
    position: relative;
}

.button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 11;
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
    margin-bottom: 5px;
}

.phone-vr-circle-fill {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img,
.phone-vr-img-circle .ic-chat {
    max-height: 50px;
    max-width: 50px;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.ic-chat-messenger {
    width: 50px;
    height: 50px;
    background-image: url(https://baovengayvadem.com/wp-content/uploads/2024/10/ic-chat-mess-new.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    border: 3px solid #fff;
    background-color: white;
}

.ic-chat-phone {
    width: 50px;
    height: 50px;
    background-image: url(https://baovengayvadem.com/wp-content/uploads/2024/10/icons8-phone-50.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    border: 3px solid #fff;
}

.ic-chat-zalo {
    width: 50px;
    height: 50px;
    background-image: url(https://baovengayvadem.com/wp-content/themes/flatsome-child/assets/ic-chat-zalo.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

#phone-vr .phone-vr-circle-fill {
    opacity: .7;
    box-shadow: 0 0 0 0 #e67e22;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #e67e22;
}

.button-contact-vr .button-contact .phone-vr .shown-phone .shown-phone-hotline {
    font-size: 13px;
}

.button-contact-vr .button-contact .phone-vr .shown-phone .shown-phone-name {
    font-size: 18px;
    font-weight: 600;
}

.button-contact-vr .button-contact .phone-vr .shown-phone {
    background: #e67e22;
    right: 70px;
    position: relative;
    padding: 5px 70px 5px 30px;
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: left;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    flex-direction: column;
    line-height: 20px;
    width: 190px;
}

.bt-close {
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    width: 50px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    margin-bottom: 2px;
    cursor: pointer;
}

.wapp-footer-in-info i {
    background: #f28006;
    display: flex;
    width: 30px;
    height: 25px;
    align-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 13px;
}

.wapp-footer-in-info p {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 0px;
}

.wapp-footer-in-info i:before {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: auto;
}

.wapp-footer .ux-menu-link .ux-menu-link__link {
    border-bottom-width: 0px;
    position: relative;
    border: unset !important;
    padding: 0px 0px 0px 24px;
    color: #fff;
    min-height: 20px;
}

.wapp-footer .ux-menu-link .ux-menu-link__link:before {
    content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    left: 0px;
    position: absolute;
}

.v-footer-form input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

.v-footer-form .wpcf7-submit {
    /* 	position: absolute;
right: 0px; */
    border: 0px;
    background: #f28006;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
}

.wapp-footer-in .wapp-email {
    position: relative;
}

.wapp-footer .wapp-footer-in .wapp-email .el-input__inner {
    height: 39px;
    border-radius: 5px;
    border: 0px;
}

.mb-2 {
    margin-bottom: 8px;
}

.v-footer-form {
    position: relative;
    display: flex;
}

.v-tin-tuc-col .post-item {
    padding: 0px;
    /*     min-height: 110px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.v-tin-tuc-col .post-item .box-text {
    margin: 0px;
    padding: 0 0 5px 25px;
    margin-bottom: 5px;
    position: relative;
}

.v-tin-tuc-col .post-item .box-text:before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0px;
    color: #067eb3;
}

.v-tin-tuc-col .post-item .is-divider,
.blog-post-inner>a,
.box-text>a {
    display: none;
}

.vertical-posts .box-vertical {
    display: flex;
    align-items: center;
}

.vertical-posts .box-vertical .box-image {
    display: block;
    width: 100%;
}

.default-post .row {
    height: fit-content;
}

.sub-menu.nav-dropdown {
    max-height: 400px !important;
    overflow: auto;
    border: 1px solid #ccc;
    position: absolute;
    display: block;
    padding: 0 10px;
}

.header-nav>li.menu-item-has-children:nth-child(2) .sub-menu.nav-dropdown {
    border-radius: 15px 0 0 15px;
}

/* Định dạng thanh cuộn (scrollbar) đẹp hơn */
.sub-menu.nav-dropdown::-webkit-scrollbar {
    width: 3px;
    /* Độ rộng thanh cuộn */
}

.sub-menu.nav-dropdown::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Màu thanh kéo */
}

.sub-menu.nav-dropdown::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

@media (max-width: 600px) {
    .follow-google {
        margin-top: 10px;
        margin-left: 0;
    }

    .custom-h1 {
        width: auto
    }

    .wapp-content-analytics .wapp-content-analytics-in .analytics-item .countr_text {
        font-size: 24px;
    }

    .wapp-content-analytics .wapp-content-analytics-in .analytics-item .counter_title {
        font-size: 16px;
    }
}

@keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

/* Module tư cấn căn giữa */
.v-nghiep-vu {
    padding-left: 32px;
    padding-right: 32px;
    justify-content: center;
}