.navbar .nav > li > a {
    /* color: #191919; */
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #a08958;
}

/* for share offer page */

.so-logo-links a:hover {
    color: #ad9882;
}

.so-logo-left-link {
    border-right: 1px solid #000;
}

@media only screen and (max-width: 768px) {
    .main-nav {
        margin-top: 5px;
    }
    .navbar .nav > li > a {
        color: white;
    }
}

/* add for video-pdf-test hover effect */

.promo-item:hover .tileoverlay-wrap,
.promo-item:focus .tileoverlay-wrap {
    display: block;
}

/* SEO box responsive*/

/*
@media (max-width: 1310px) and (min-width: 1200px){
    .speicals-bar .spec-text h1{
        font-size: 140%;
    }
}
@media (max-width: 1052px) and (min-width: 990px) {
    .specials-bar .spec-text h1{
        font-size: 140%;
    }
}
*/

.shopping-brands {
    width: 50%;
}

.shop-brand-contact {
    float: right !important;
    padding-top: 4px;
}

.no-src-logo {
    width: 27px;
}

.shopping-src-logo {
    position: relative;
    top: 4px;
    width: 17px;
    height: 17px;
    background: url("../png/src-brand-icon-2.png") no-repeat 0 0;
}

/* header */

.pc-logo {
    width: 146px;
    height: 70px;
    background: url("../parisianmacao_v2-macao-logo_200x96_tc.html") no-repeat center;
    background-size: contain;
}

.vm-header-top-nav {
    height: 27px;
    background: #c11920;
}

.vhbn-ctn {
    position: relative;
    width: 100%;
    max-width: 1440px;
    background-image: linear-gradient(135deg, #012063 63.6px, #c11920 63.6px, #c11920 159.8px, #fff 159.8px, #fff 194.5px, #ecd679 194.5px, #ecd679 224.9px, #012063 224.9px);
    background-repeat: no-repeat;
    background-position: 255px;
    background-size: 320px 100%;
}

.vm-header-logo {
    margin: 11px 0 0 72px;
}

.vm-header-logo::after {
    display: block;
    clear: both;
    content: "";
}

.vhl-link {
    height: auto;
}

.vm-header-bottom-nav {
    height: 90px;
    background-color: #012063;
    background-image: linear-gradient(135deg, #012063 63.6px, #fff 63.6px, #fff 98.3px, #ecd679 98.3px, #ecd679 128.7px, #c11920 128.7px);
    background-repeat: no-repeat;
    background-position: right;
    /* background-size: 238px 100%; */
    background-size: 280px 100%;
}

@media (min-width: 1440px) {
    .vm-header-bottom-nav {
        /* background-size: calc((50vw - 720px) + 238px) 100%; */
        background-size: calc((50vw - 720px) + 280px) 100%;
    }
}

.london-banner-lang {
    top: 29px;
    right: 14px;
}

.london-banner-lang-text:after {
    display: none;
}

/* footer */

.vm-footer-content {
    background: #012063;
}

.vm-footer-copyright {
    background: #c11920;
}

/* bootstrap modal pc */

@media screen and (min-width: 768px) {
    body.modal-open {
        padding-right: 0!important;
    }
}

