.vip-slide {
    background: url(../images/common/vip/bg-vip.jpg)top center no-repeat;
    min-height: 525px;
    padding-bottom: 50px;
    padding-top: 30px;
}

.slider {
    margin: 0 auto;
    position: relative;
    max-width: 1170px;
    max-height: 835px;
    margin-top: 30px;
    overflow: hidden;
    min-height: 510px;
}

.slider a.vip-box {
    position: absolute;
    left: 50%;
    top: 50%;
    justify-content: center;
    text-align: center;
    width: 43%;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(-41%, -50%)scale(1);
    z-index: 0;
    color: #fff;
    opacity: 0;
}

.slider a.vip-box.left,
.slider a.vip-box.center,
.slider a.vip-box.right {
    /* display: inline-block; */
    opacity: 1;
}

.slider a.vip-box.left {
    transform: translate(-85%, -56%)scale(0.8);
    z-index: 1;
    opacity: 1;
}

.slider a.vip-box.center {
    z-index: 9;
    transform: translate(-50%, -50%) scale(1.0);
    opacity: 1;
}

.slider a.vip-box.right {
    transform: translate(-12%, -56%) scale(0.8);
    z-index: 1;
    opacity: 1;
}

.slider a.vip-box.left .vip-des {
    opacity: 0;
}

.slider a.vip-box.right .vip-des {
    opacity: 0;
}

.slider>.navContainer {
    width: 49%;
    height: 40%;
    position: relative;
    display: inline-block;
    z-index: 500;
}

.slider>.navContainer>.rightClass {
    right: 88px;
    background-position-x: -30px;
    height: 40%;
    width: 32px;
    background: url(../images/common/vip/right.png) no-repeat center;
    background-position-x: 0;
    position: absolute;
    opacity: 1;
    z-index: 999;
    bottom: 130px;
}

.slider>.navContainer>.leftClass {
    left: 125px;
    height: 40%;
    width: 32px;
    background: url(../images/common/vip/left.png) no-repeat center;
    background-position-x: 0;
    position: absolute;
    opacity: 1;
    z-index: 999;
    bottom: 130px;
}

.slider .vip-box .vip-des {
    display: block;
    width: 100%;
    padding: 44px 15px;
}


/* .vip-box img {
    display: block;
    width: 78%;
    padding: 10px 40px;
    border-radius: 10px;
    margin: 20px auto;
    background: linear-gradient(to top, #3a3a3a 0%, #0e0e0e 100%);
    box-shadow: 0px 0px 6px 2px #666;
} */

.vip-box div {
    display: block;
    width: 100%;
    padding: 15px 25px;
    border-radius: 10px;
    margin: 10px auto;
    background: url(../images/common/vip/vip-card.png) no-repeat center;
    height: 250px;
}

.vip-box div img {
    /* max-width: 100px; */
}

.vip-bottom ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.vip-bottom ul li {
    width: 100%;
    text-align: center;
    border-radius: 0;
}

.vip-bottom ul li a {
    padding: 5px;
    color: #fff;
    background: #000000;
    border-radius: 0!important;
    border-bottom: 2px solid transparent;
}

.vip-bottom ul li a.active {
    border-bottom: 2px solid #0bbab5;
    background-color: #0f2d35!important;
}

.vip-para {
    border: 1px solid #0bbab5;
    border-radius: 5px;
    padding: 15px;
}

.vip-para h3 {
    font-size: 1.1rem;
}

.vip-para h3,
.vip-para p {
    margin-bottom: 10px;
    color: #fff;
}

.vip-para p {
    font-size: .75rem;
}

.vip-table-badge {
    width: 100%;
}

.vip-table-badge tr:first-child {
    border-top: 1px solid #3a3a3a;
}

.vip-table-badge tr {
    border-bottom: 1px solid #3a3a3a;
}

.vip-table-badge tr td:first-child {
    color: #fff;
    font-size: .9em;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
}

.vip-table-badge img {
    width: 25px;
    margin-right: 10px;
}

.vip-table-badge tr td {
    text-align: right;
    color: #0bbab5;
    font-weight: 800;
    font-size: 1rem;
    padding: 10px 20px 10px 10px;
}

.vip-table {
    width: 100%;
}

.vip-table tr:first-child {
    border-top: 1px solid #2d3e50;
}

.vip-table tr {
    border-bottom: 1px solid #2d3e50;
}

.vip-table tr td:first-child {
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
}

.vip-table tr td {
    text-align: center;
    color: #0bbab5;
    font-weight: 800;
    font-size: .8rem;
    padding: 10px;
}

.vip-tabs-item .accordion-item {
    margin-bottom: 10px;
    background: none;
    border-radius: 5px;
}

.vip-tabs-item .accordion-button::after {
    filter: invert(1);
}

.vip-tabs-item .accordion-button {
    background-color: #0bbab59c;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    padding: 14px 5px;
    border: none;
}

.vip-tabs-item .accordion-body {
    color: #fff;
}

.vip-des {
    background: url(../images/common/vip/vip-card-white.png)center no-repeat;
    min-height: 242px;
    color: #ff0000;
    margin-bottom: 15px;
}

.vip-top-row {
    display: flex;
    justify-content: space-between;
}

.vip-header {
    display: flex;
    text-transform: uppercase;
    font-style: italic;
}

.vip-header h3 {
    font-weight: bolder;
    font-size: 54px;
    margin-right: 10px;
}

.vip-header h5 {
    margin-top: 35px;
}

.mt-6 {
    margin-top: 60px;
}

.vip-point span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
}

.vip-card-title {
    margin-top: 110px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.vip-card-point span {
    display: block;
}

.vip-card-point span:first-child {
    font-size: 22px;
    font-weight: 700;
}

.vip-card-point span:last-child {
    color: #656364;
}

.mt-7 {
    margin-top: 66px;
    margin-left: 0;
    margin-right: 0;
}

.vip-tnc {
    border-top: 1px solid #386891;
    padding: 30px;
    margin-top: 20px;
    list-style: auto;
}

.vip-holder {
    width: 88%;
    margin: 0 auto;
    margin-top: 66px;
}

.vip-card-priv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip-card-top i {
    font-size: 36px;
    margin-right: 8px;
}

.vip-card-bottom {
    width: 70%;
}

.vip-card-bottom span {
    display: block;
    text-align: initial;
}

.vip-card-bottom span:first-child {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.vip-card-bottom span:last-child {
    color: #656364;
    font-weight: 600;
    line-height: 1;
    font-size: 12px;
}