/* menu menu-2 page */
/* ************** */
@font-face {
    font-family: "Argue";
    src: url(../fonts/Argue-Regular.ttf);
}
:root {
    --font-1:Argue;
    --bg:#1f3538;
}
body {
    border: 10px solid var(--bg);
}
[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-item-link {
    color: #fff !important; }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #040a1c;
    letter-spacing: -0.5px;
    font-family: var(--font-1) !important ;
    line-height: 1.5 !important;

}
.menu {
    padding-top: 80px;
    padding-bottom: 32px;
}

.menu-products-item {
    transition: all ease 0.4s;
}

.menu-products-item .box-img img {
    transition: all ease 0.4s;
}

.menu-products-item:hover .box-img img {
    transform: scale(1.05);

}


.menu-products-item .menu-products-desc {
    text-align: center;
    padding-top: 24.33px;
    height: 125px;
}

.menu-products-item .menu-products-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    transition: all ease 0.4s;
    /* or 26px */
    color: #000000;
    margin-bottom: 14.78px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* height: 52px; */
}

.menu-products-item .menu-products-name:hover {
    /* or 26px */
    color: #e14343;
}

.menu-products-item .menu-products-desc span {
    display: block;
}

.menu-products-item .menu-products-desc span.sale-price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    text-decoration-line: line-through;
    margin-bottom: 8.25px;
    color: #b9afaf;
}

.menu-products-item .menu-products-desc span.real-price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;

    color: #e14343;
}

.menu-products-item .box-btn {
    border-top: 1px solid #ccc1c1;
    border-bottom: 1px solid #ccc1c1;
    padding: 13.5px 0;
    padding-bottom: 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.menu-products-item button {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */

    text-align: center;
    transition: all ease 0.4s;
    color: #282828;
    /* margin-right: 26px; */
}

@media screen and (max-width: 1400px) {
    .menu-products-item button {
        font-size: 14px;
    }
}

.menu-products-item button:hover {
    color: #b5945b;
}

.menu-products-item button i {
    margin-left: 6px;
    margin-right: 0 !important;
}

.menu-products-item .box-btn a {
    padding: 8px 16px;
    background: #1f3637;
    color: #fff;

    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    transition: all ease 0.4s;
}

@media screen and (max-width: 1400px) {
    .menu-products-item .box-btn a {
        font-size: 14px;
    }
}

.menu-products-item .box-btn a:hover {
    background: #b5945b;
}

/* ***************** */
/* aside-menu */
.aside-menu .aside-item {
    margin-bottom: 40px;
}

.aside-menu .aside-item .aside-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 28.5px;
    color: #ffd154;
}

/* aside-menu */
.aside-menu .aside-item .aside-title::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    background: #e14343;
    content: "";
    z-index: 0;
}

/* aside-menu */
.aside-menu .aside-item .aside-title::before {
    z-index: 1;
    height: 3px;
    bottom: -1px;
    position: absolute;
    background: #e14343;
    content: "";
    width: 131.16px;
}

/* aside-menu */
.aside-menu .aside-item ul {
    padding-left: 15px;
}

.aside-menu .aside-item ul li {
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
    margin-bottom: 29px;
    list-style: disc;
    text-transform: uppercase;
}

.aside-menu .aside-item ul li:last-child {
    margin-bottom: 0;
}

.aside-menu .aside-item ul li a {
    transition: all ease 0.4s;
}

.aside-menu .aside-item ul li.active a {
    color: #ffd154;
}

.aside-menu .aside-item ul li a:hover {
    color: #ffd154;
}

.aside-menu .aside-item .aside-products {
    margin-bottom: 24px;
}

.aside-menu .aside-item .aside-products .box-img {
    height: 114px;
    width: 114px;
    overflow: hidden;
}

.aside-menu .aside-item .aside-products .box-img img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.aside-menu .aside-item .aside-products .aside-products-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    /* or 21px */
    margin-bottom: 18px;
    color: #000000;
    transition: all ease 0.4s;
}

.aside-menu .aside-item .aside-products .aside-products-name:hover {
    color: #e14343;
}

.aside-menu .aside-item .aside-products span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
}

.aside-menu .aside-item .aside-products span.sale-price {
    text-decoration: line-through;
    color: #b9afaf;
}

.aside-menu .aside-item .aside-products span.real-price {
    color: #e14343;
}

.aside-menu .mad-banner-inner .mad-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;

    color: #ffffff;
}

.aside-menu .mad-banner-inner p {
    font-family: "Roboto" !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    margin-bottom: 14px;
    color: #ffffff;
}

.aside-menu .mad-widget {
    margin-bottom: 40px;
}

/* products-detail page */
/* ********* */
.products-detail .products-detail-main h1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    /* or 42px */

    color: #000000;
    margin-bottom: 13px;
}

.products-detail .products-detail-main .products-detail-main-desc {
    background: #f0f0f0;
    padding: 16.5px;
    margin-bottom: 24px;
}

.products-detail .products-detail-main .products-detail-main-desc p {
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 18px */
    margin-bottom: 18px;
    color: #000000;
}

.products-detail .products-detail-main .products-detail-main-desc p:last-child {
    margin-bottom: 0;
}

.products-detail .products-detail-main .gr-price {
    margin-bottom: 24px;
}

.products-detail .products-detail-main .gr-price span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-decoration-line: line-through;

    color: #b9afaf;
}

.products-detail .products-detail-main .gr-price span.real-price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-decoration: none !important;
    /* identical to box height */

    color: #e14343;
    margin-left: 9px;
}

.products-detail .products-detail-main .gr-sl {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.products-detail .products-detail-main .gr-sl span {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height */
    margin-right: 52px;
    color: #000000;
}

.products-detail .products-detail-main .gr-sl .buttons_added input {
    height: 32px !important;
    width: 82px !important;
    padding-left: 17px;
    padding-right: 3px;
    background: #fff;
}

.products-detail .products-detail-main .gr-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.products-detail .products-detail-main .gr-btn .add-to-cart {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */

    text-align: center;

    /* Mau/02 */

    color: #b5945b;
    border: 1px solid #b5945b;
    padding: 12.5px 32.5px;
    transition: all ease 0.4s;
}

.products-detail .products-detail-main .gr-btn .add-to-cart:hover {
    background: #b5945b;
    color: #fff;
}

.products-detail .products-detail-main .gr-btn .add-to-cart i {
    margin-right: 8px;
}

.products-detail .products-detail-main .gr-btn a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
    background: #1f3637;
    padding: 12.5px 40px;
    width: 50%;
    border: 1px solid #1f3637;
    transition: all ease 0.4s;
}

.products-detail .products-detail-main .gr-btn a:hover {
    background: #fff;
    color: #e14343;
}

.products-detail .products-detail-main .products-detail-main-intro {
    padding: 24px;
    border-top: 1px solid #b7b4b4;
    border-bottom: 1px solid #b7b4b4;
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    line-height: 24px;
}

@media screen and (max-width: 1400px) {
    .products-detail .products-detail-main .gr-btn a {
        font-size: 16px;
    }

    .products-detail .products-detail-main .gr-btn .add-to-cart {
        font-size: 16px;
    }
}

.products-detail .products-detail-main .products-detail-main-intro span {
    color: #e14343;
    font-weight: 700;
}

.products-detail .box-hdsd {
    background: #f5f2f2;
    margin-top: 56px;
    padding: 35px 56px;
    font-family: "Verdana";
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    /* or 21px */
    color: #000000;
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .products-detail .box-hdsd {
        padding: 20px 15px;
    }
}

.products-detail .box-hdsd h4 {
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
}

.products-detail .box-share {
    display: flex;
    align-items: center;
    border-bottom: #b5945b 1px solid;
    border-top: #b5945b 1px solid;
    padding: 20px 0;
}

.products-detail .box-share span {
    font-size: 24px;
    margin-right: 15px;
}

/* more-products */
/* ********** */
.more-products {
    margin-bottom: 70px;
}

.more-products .more-products-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    /* identical to box height, or 42px */

    /* Mau/02 */

    color: #b5945b;
    margin-bottom: 40px;
}

/* cart page */
/* *********** */
.cart .table-responsive table {
    border: 1px solid #ddd;
}

.cart .table-responsive table thead {
    border: 1px solid #ddd;
}

.cart .table-responsive table thead th {
    background: #1d1b1b;
    border: 1px solid #ddd;
    text-align: center;
}

.cart .table-responsive table thead th h3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */

    text-align: center;

    color: #ffffff;
}

.cart .table-responsive table tr {
    border: 1px solid #ddd;
}

.cart .table-responsive table tr td {
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

.cart .table-responsive table tr td .name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */

    text-align: center;

    color: #000000;
}

.cart .table-responsive table tr td input {
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.cart .table-responsive table tr td .quantity {
    width: 100%;
}

.cart .table-responsive table tr td .quantity button {
    color: #000;
}

.cart .table-responsive table tr td button {
    font-size: 24px;
    font-weight: 700;
}

.cart .table-responsive table tr td .price {
    color: #000000;
    font-weight: 500;
}

.cart .cart-info {
    margin-top: 48px;
}

.cart .cart-info .info-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */
    margin-bottom: 25px;
    color: #000000;
}

.cart .cart-info form .gr-input input {
    color: #000;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    padding: 17.5px 32px;
    border: 1px solid #000000;
    margin-bottom: 8px;
    background: #fff;
}

.cart .cart-info form .gr-input input::placeholder {
    color: #000;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.cart .cart-info .form-check label::before {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.cart .cart-info .form-check {
    margin-top: 16px;
}

.cart .cart-info .form-check label {
    padding-left: 30px;
    line-height: 18px;
}

.cart .cart-info .form-check label::after {
    width: 14px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    left: 4px;
    top: 2px;
}

.cart .gr-price {
    padding: 22px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 36.87px;
    display: flex;
    justify-content: space-between;
}

.cart .gr-price span {
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */

    color: #000000;
}

.cart .gr-price span.price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */

    text-align: center;

    /* Mau/01 */

    color: #e14343;
}

.cart .gr-payment {
    margin-top: 76px;
}

.cart .gr-payment .info-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */

    color: #000000;
    margin-bottom: 24px;
}

.cart .gr-payment .form-check label {
    /* background: #f9ebeb; */
    padding-left: 15px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Roboto";
}

.cart .gr-payment .form-check label::before {
    left: -30px;
    width: 18px;
    height: 18px;
    top: 15px;
}

.cart .gr-payment .form-check label::after {
    font-size: 14px;
    height: 14px;
    width: 14px;
    top: 19px;
    left: -25.5px;
}

.cart .gr-payment .more-info {
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: "Roboto";
    font-size: 16px;
}

.cart .cart-btn {
    margin-left: auto;
    display: block;
    margin-top: 32px;
    background: #e14343;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 32px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    transition: all ease 0.4s;
    border: 1px solid #e14343;
}

.cart .cart-btn:hover {
    background: #fff;
    color: #e14343;
}

/* ******* */

.banner .banner-slider img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in,
        -webkit-transform 7000ms ease;
    z-index: 1;
    object-fit: cover;
}

/* .banner .banner-slider .owl-item.active img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
} */

.menu-products-item .box-img {
    aspect-ratio: 3/2;
}

.menu-products-item .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.setmenu-item .price .sale-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    display: block;
}
.mad-logo img {
    background: transparent;
}
.mad-header {
    background: #1f3538;
}
iframe .html5-main-video {
    width: 100% !important;
    left: 0 !important;
}
.mad-header.header-white .mad-navigation>li>a,
.mad-header.header-white .mad-actions .mad-item-link {
    color: #fff;
}

.list-menu .home-menu-item figure {
    aspect-ratio: 4/3;
}
.list-menu .home-menu-item figure img {
    height: 100%;
    object-fit: cover;
}
.mad-footer {
    background: var(--bg);
    position: relative;
    background-position: bottom;
    padding: 60px 0 60px;
    color: #fff;
}
.copyrights {
    color: rgba(255,255,255, 0.7);
}
.copyrights a {
    color: #fff;
}
.mad-footer h5 {
    color: #b5945b;
}
.mad-footer ul li {
    color: #fff;
}
.mad-footer ul li a {
    color: #fff;
}
.mad-footer ul li {
    margin-bottom: 10px;
}
.mad-footer .counter em {
    margin-right: 10px;
}
.mad-footer .counter span:last-child {
    margin-left: 5px;
}
.experience .row .box-content .experience-title {
    font-size: 2.5rem;
}
.mad-footer .mad-hr-list a {
    color: #fff 
} 
.mad-social-icons>ul li a {
    color: #b5945b;
}
.mad-link.color-2,
.mad-text-link.color-2 {
    color: #fff; 
} 
.mad-footer .btn {
    border: 2px solid #b5945b;
    color: #b5945b;
}
.service {
    padding-top: 100px;
}
.service h2 {
    font-size: 2.5rem;
}
.service .option:hover img {
    filter: none !important;
}
.service .option p {
    font-size: 16px;
    line-height: 1.5;
}

.service .option h3 {
    font-size: 20px;
}
.mad-navigation {
    font-family: var(--font-1);
}

.next {
    padding: 80px 0;
    padding-top: 0;
}
.booking {
    padding: 80px 0;
}
.home-menu-item .row {
    align-items: stretch !important;
    position: relative;
    
}
.home-menu-item .row [class*="col-"]:first-child {
    position: relative;
    background: #F4D8BA;
}
.feedback {
    background: #F4D8BA;
    padding: 60px 0;
}
.feedback h2 {
    margin-bottom: 0;
}
.home-menu-item .row [class*="col-"]:first-child::before {
    background-image: url(../images/bg-menu-4.png);
    background-size: 100%;
    position: absolute;
    inset: 0;
    content: "";
    background-repeat: no-repeat;
} 
.mad-back-to-top {
    height: 40px;
    right: 10px;
    display: flex;
    bottom: 150px;
    justify-content: center;
    align-items: center;
    width: 40px;
}
.box-language  {
    display: flex;
    align-items: center;
    margin-right: 0;
    gap: 10px;
    margin-left: 20px;
}
.box-language img {
    width:40px !important;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.mad-breadcrumb {
    margin-bottom: 40px;
}
.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
    font-family: var(--font-1);
    font-size: 2.5rem;
    line-height: 2.5;
}
.mad-entity .mad-entity-media img {
    object-fit: cover;
}
.mad-header.header-white [class*="mad-header-section--sticky"].mad-header-section--sticked {
    background: var(--bg); 
}
[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-navigation>li>a {
    color: #fff !important; 
} 
[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-navigation>li>a::before {
    background: #fff !important; }
[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-item-link {
    color: #fff;
}
.about {
    padding-top: 0 !important; 
} 
.phone-vr-circle-fill {
    width: 55px;
    height: 55px;
}
.phone-vr-circle-fill {
    top: 17px;
    left: 17px;
}
#button-contact-vr .button-contact .phone-vr {
    height: 80px;
}
.mad-back-to-top {
    top: unset;
    bottom: 50px;
}
#zalo-vr, #mess {
    height: 60px;
}
#mess .phone-vr-img-circle, #zalo-vr .phone-vr-img-circle {
 animation: unset
}
@media screen and (max-width: 996px) {
    .experience .row .box-content {
       padding: 20px 0;
       padding-left: 15px;
       padding-right: 15px;
    } 
        .mad-breadcrumb .mad-page-title {
            font-size: 24px !important;
        }
    .experience .row [class*="col-"]:first-child {
       order: 2;
       padding-left: 15px;
       padding-right: 15px;
    } 
    
    .experience {
        padding-top: 20px !important;   
    } 
    .experience .row .box-content .experience-title {
        font-size: 28px;     
    }
    .experience .row .box-content p {
        font-size: 16px;
        text-align: justify;
    }
    .mad-tabs-container .mad-tab {
        padding-top: 20px;
    }
    .list-menu {
        background: #F4D8BA;
        padding-bottom: 20px !important;
    }
    .home-menu-item .row [class*="col-"]:first-child::before {
        display: none;
    }
    .home-menu-item .mad-specs {
        padding: 10px 0;
    }
    .home-menu-item .mad-specs h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .next {
        padding: 20px 0;
        padding-top: 40px;
    }
    .next h2 {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;
    }
    .next .row:not(.no-gutters):not(.col-no-space).vr-size-2>[class*="col"] {
        padding-bottom: 0;
    }
    .next p {
        margin-bottom: 1rem !important;
        text-align: justify;
        font-size: 16px;
    }
    .feedback [class*="col-"]:first-child {
        order: 2;
    }
    .feedback {
        padding: 40px 0;
    }
    .feedback h2 {
        font-size: 24px;
    }
     .feedback   .owl-dots {
        margin-top: 20px;
     }
     .feedback .mad-wave-item.with-bts {
        margin-bottom: 0;
     }
        .booking {
        padding: 30px 0;
        }
    .booking h2 {
        font-size: 24px;
        margin-bottom: 10px !important;
    }
    .booking p {
        font-size: 16px;
    }
    .mad-footer .logo {
        margin: 0 auto;
        width: 150px;
    }
    .mad-footer h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .mad-footer .mad-footer-main:not(:last-child) {
        margin-bottom: 2rem;
    }
    .copyrights {
        padding-left: 10px;
        padding-right: 10px;
    }
    h2 {
        margin-bottom: 10px !important;
        font-size: 24px;
    }
    .mad-breadcrumb {
        padding: 50px 0;
        margin-bottom: 20px;
    }
    #cart_san-pham {
        display: none;
    }
    .box-language {
        order: 2;
        margin-right: 0 !important;
        margin-left: 0;
        gap: 5px;
    }
    .mad-logo {
        margin-left: 50px;
    }
    .mad-actions > .mad-item{
        position: fixed;
        bottom: 300px;
        right:10px;
        height:40px;
        width:40px;
        display: flex;
        background: #b5945b;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    .mad-actions .mad-item-link i {
        font-size: 20px;
    }
  .mad-header .container {
      padding: 0;
  }
} 

.list-menu .box-title {
    text-align: center;
    margin-bottom: 30px;
}
.list-menu .box-title h2 {
    margin-bottom: 20px;
}
#button-contact-vr {
    right: 0;
    bottom: 105px;
}
#button-contact-vr .hotline-bar {
    display: none;
}