.header {
    background: #2A2A2A;
    position: relative;
}

.rexian {
    right: 14%;
}

.common-np {
    left: 9%;
}

body {
    background: #2A2A2A;
}

.header {
    background: #3C3C3D;
    position: relative;
}


.gallery-top .swiper-slide {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
}

.gallery-thumbs-box {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    background: rgba(48, 48, 48, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5313131, endColorstr=#E5313131);
}

.swiper-thumbs-flex {
    position: relative;
    height: 100%;
    padding: 0 !important;
}

.gallery-thumbs {
    margin-left: 0;
    padding: 20px !important;
}


.swiper-thumbs {
    width: 90%;
    margin: 0 auto;
}

.gallery-thumbs .swiper-slide {
    width: 12.6%;
    height: 0;
    padding-bottom: 7%;
}

.gallery-thumbs .swiper-slide-img {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #fff;
}

.firstSlide {
    width: 14% !important;
}

.firstSlide .swiper-slide-img {
    width: 90%;
}

.swiper-txt {
    position: absolute;
    color: #fff;
    width: 1em;
    font-size: 1.8em;
    word-wrap: break-word;
    top: 50%;
    left: 0.2em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery-thumbs .swiper-slide .swiper-slide-img {
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active .swiper-slide-img {
    opacity: 1;
}

.gallery-thumbs-more {
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 20px;
    margin: auto 0;
    color: #fff;
    z-index: 100;
}

.m-header {
    position: relative;
    padding: 0px 15px;
}

.m-header .logo {
    position: absolute;
    width: 21%;
    z-index: 100;
}

.m-header .rexian {
    position: absolute;
    z-index: 100;
    top: 0.4em;
    right: 10%;
}

.swiper-container-m {
    /* position: absolute; */
    /* 	height: 0;
padding-bottom: 65%; */
    /* top:0; */
}

.swiper-container-m .swiper-slide {
    height: 0;
    padding-bottom: 65%;
}

.button-next {
    right: 0 !important;
}


.facilities {
    /* padding-top: 30px; */
}

.facilities .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.facilities-txt {
    font-size: 2em;
}

.button-prev {
    left: 0px !important;
}

.facilities-item {
    height: 100px;
    margin-top: 20px;
    text-align: center;
}

.facilities-box {
    position: relative;
    height: 4.5em;
}

.facilities-img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 35px;
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .facilities-txt {
        font-size: 1em;
    }

    .facilities-img {
        width: 2em;
    }

    .facilities-item {
        height: 6.72em;
        margin-top: 0;
    }
}