#cover {
    background: url("/images/mg-models/new-mgzs/performance/cover/bg.png") no-repeat center;
    background-size: cover;
    position: relative;
}
.cover-header h2 {
    text-transform: uppercase;
    font-family: 'MG-Regular', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 1px 1px 2px #000000;
    display: block;
}
.cover-header h1 {
    text-transform: uppercase;
    font-family: 'MG-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 3rem;
    padding: 0.5em 0 1em 0;
    position: relative;
    display: inline-block;
    text-shadow: 1px 1px 2px #000000;
}
.cover-header h1::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 5px;
    background: #fe0201;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
    box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.jj {
    position: absolute;
    right: -16em;
    bottom: -3em;
}

#section-2 {
    background: url("/images/mg-models/new-mgzs/performance/section2/bg.jpg") no-repeat center top;
    background-size: 100% auto;
    position: relative;
}
#section-2 p.line, #section-2-new p.line {
    text-indent: 10%;
    position: relative;
    padding: 2em 0;
}
#section-2 p.line::before, #section-2-new p.line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 4px;
    width: 100%;
    background: linear-gradient(to left, rgba(254,2,1,0) 0%, rgba(254,2,1,1) 50%, rgba(254,2,1,0) 100%);
}
#section-2 p.line::after, #section-2-new p.line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 4px;
    width: 100%;
    background: linear-gradient(to left, rgba(254,2,1,0) 0%, rgba(254,2,1,1) 50%, rgba(254,2,1,0) 100%);
}
#section-2 .slider {
    position: absolute;
    right: 0;
    top: -8em;
    width: 100%;
}
#section-2 .section-2-slide .slick-prev, #section-2 .section-2-slide .slick-next, #section-2-new .section-2-slide .slick-prev, #section-2-new .section-2-slide .slick-next {
    top: auto;
    bottom: 10px;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
#section-2 .section-2-slide .slick-prev::before, #section-2 .section-2-slide .slick-next::before, #section-2-new .section-2-slide .slick-prev::before, #section-2-new .section-2-slide .slick-next::before {
    display: none;
}
#section-2 .section-2-slide .slick-prev, #section-2-new .section-2-slide .slick-prev {
    left: 0;
    background: url("/images/mg-models/new-mgzs/overview/interior/prev.png") no-repeat center;
    background-size: auto 100%;
}
#section-2 .section-2-slide .slick-next, #section-2-new .section-2-slide .slick-next {
    right: 0;
    background: url("/images/mg-models/new-mgzs/overview/interior/next.png") no-repeat center;
    background-size: auto 100%;
}
#section-2-new {
    margin-top: -3em;
    position: relative;
    background: url("/images/mg-models/new-mgzs/performance/section2/bg.jpg") no-repeat center 6em;
    background-size: 100% auto;
}
#section-3 {
    background: url("/images/mg-models/new-mgzs/performance/section2/bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
}
.box-left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
}
.airbag {
    position: relative;
    margin-top: 13em;
}
.airbag img {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
.airbag .airbag-active img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.airbag p {
    position: absolute;
    bottom: 0;
    left: 15px;
    margin-bottom: 0;
}
.bg-white {
    background: rgba(255,255,255,0.75) !important;
    padding: 1em 2em;
}
h2 {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-family: 'MG-Bold', Helvetica, Arial, sans-serif;
}
h2.regular {
    font-family: 'MG-Regular', Helvetica, Arial, sans-serif;
}
h2.red-line-bottom {
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
}
h2.red-line-top {
    padding: 1em 0 0 0;
    margin: 1em 0 0 0;
}
h2.red-line-bottom::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #fe0201;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
    box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
h2.red-line-top::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #fe0201;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
    box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#synchronized, #synchronized-new {
    background: url("/images/mg-models/new-mgzs/performance/synchronized/SAFETY-TEXT-BG.png") no-repeat center top+20%;
    background-size: 100% auto;
    position: relative;
}
.box-all {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translate(0, 0);
    z-index: 2;
}
.synchronized-slide-image {
    position: absolute;
    width: 100%;
    top: 13em;
    left: 0;
}
.synchronized-slide-image-new {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 4em;
    z-index: 1;
}
.synchronized-slide-nav .slick-track {
    left: 0 !important;
}
.synchronized-slide-nav .slick-slide {
    padding: 0 0.5em;
    margin: 1em 0;
    cursor: pointer;

}
.synchronized-slide-nav .slick-current {
    opacity: 1;
    font-family: 'MG-Bold', Helvetica, Arial, sans-serif;
    text-decoration: underline;
    color :red
}
.synchronized-slide-for ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.synchronized-slide-for ul li {
    font-family: 'MG-Bold', Helvetica, Arial, sans-serif;
    padding: 0 0 1em 0;
}
.synchronized-slide-for ul li span {
    font-family: 'MG-Regular', Helvetica, Arial, sans-serif;
    opacity: 0.5;
    display: block;;
    color: #323232;
}
.opacity-05 {
    opacity: 0.5;
}
#accordion img.w-30 {
    width: 30px;
}
#accordion a {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}
#accordion a.collapsed {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
}
#ess {
    background: url("/images/mg-models/new-mgzs/performance/section2/bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
}
/*.ess-slide-for .ess-bg {
    background: url("/images/mg-models/new-mgzs/performance/ess/ESS-BG.jpg") no-repeat center;
    background-size: cover;
}
.ess-slide-for .follow-bg {
    background: url("/images/mg-models/new-mgzs/performance/ess/Follow-BG.jpg") no-repeat center;
    background-size: cover;
}*/
.ess-slide-nav .slick-slide {
    opacity: 0.5;
    padding: 0 0.5em;
    cursor: pointer;
}
.ess-slide-nav .slick-current {
    opacity: 1;
}
.row.mt-3.mt-xl-5.mb-3.mb-md-5.pt-3.pt-md-0.pt-xl-5 {
    padding-top: 0rem!important;
}

.slick-dots {
        margin: 0 0 1em 0;
        bottom: -30px;
        z-index: 999;
    }
    .slick-dots li button:before, .slick-dots li.slick-active button:before {
        font-size: 16px;
        color: #000;
    }
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 320px) {
    .jj {
        top: auto;
        bottom: 0;
        max-width: 165px !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .cover-header h1 {
        font-size: 1.3rem;
    }
    .jj {
        top: auto;
        bottom: 0;
        max-width: 50%;
    }
    #section-2 .slider {
        position: relative;;
        top: 0;
    }
    #section-2 .section-2-slide .slick-prev, #section-2 .section-2-slide .slick-next {
        bottom: 15px;
    }
    .airbag {
        margin-top: 2em;
    }
    h2 {
        font-size: 1.5rem;
    }
    .synchronized-slide-nav .slick-track {
        width: 100% !important;
    }
    .synchronized-slide-nav .slick-slide {
        text-align: center;
        width: 50%;
        margin: 0.5em 0;
    }
    .airbag p {
        position: relative;
        left: 0;
    }
    #synchronized {
        background: none;
    }
}



/* Medium devices (Mini iPad 540) */
@media (min-width: 540px) and (max-width: 767.98px) {
    .jj {
        top: auto;
        bottom: 0;
        max-width: 245px;
    }
    .synchronized-slide-nav .slick-slide {
        width: auto;
    }
}
@media (min-width: 599px) and (max-width: 601px) {
    .jj {
        top: auto;
        bottom: 0;
        max-width: 270px !important;
    }
}
@media (min-width: 719px) and (max-width: 721px) {
    .jj {
        top: auto;
        bottom: 0;
        max-width: 300px !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .cover-header h1 {
        font-size: 2rem;
    }
    
    .jj {
        top: auto;
        bottom: 0;
        max-width: 350px;
    }
    .ess-slide-nav .slick-track {
        left: 0 !important;
    }
    #section-2 .section-2-slide .slick-prev, #section-2 .section-2-slide .slick-next {
        bottom: 0;
    }
    .airbag {
        margin-top: 3em;
    }
    h2 {
        font-size: 1.2rem;
    }
    .synchronized-slide-nav .slick-slide {
        padding: 0 0.3em;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    h2 {
        font-size: 1.6rem;
    }
    .ess-slide-nav .slick-track {
        left: 0 !important;
    }
    .airbag {
        margin-top: 3em;
    }
    .jj {
        top: auto;
        bottom: 0;
        max-width: 460px;
    }
}

/* customer */
@media (min-width: 1200px) and (max-width: 1366px) {
    .airbag {
        margin-top: 8em;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .ess-slide-nav .slick-track {
        left: 0 !important;
    }
}

@media (min-width: 1500px) and (max-width: 2500px) {
    .cover-header h2 {
        text-transform: uppercase;
        font-family: 'MG-Regular', Helvetica, Arial, sans-serif;
        font-size: 1.2rem;
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
        display: block;
    }

    .cover-header h1 {
        text-transform: uppercase;
        font-family: 'MG-Bold', Helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 3rem;
        padding: 0.5em 0 1em 0;
        position: relative;
        display: inline-block;
        text-shadow: 1px 1px 2px #000000;
    }

        .cover-header h1::after {
            content: "";
            position: absolute;
            width: 20%;
            height: 5px;
            background: #fe0201;
            position: absolute;
            left: 0;
            bottom: 0;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
            -moz-box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
            box-shadow: 0px 0px 10px 0px rgba(254,2,1,0.5);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

    .cover-car img{
        padding-top: 2rem!important;
        padding-right: 2rem!important;
    }

    .cover-car .pt-md-5, .py-md-5 {
        padding-top: 4rem !important;
    }

    .cover-car .mt-md-5, .my-md-5 {
        margin-top: 4rem !important;
    }
}
