#page_content{
    margin-bottom: 0;
}
.title_h2{
    font-weight: bolder;
    color: #000000;
    font-size: 36px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.title_h2 span{
    position: relative;
}
.title_h2 span:before{
    height: 4px;
    width:70px;
    background-color: #FE0000;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: -2px;
}
.produt_box{
    margin-top: 40px;
}
.product_detail_box>a{
    display: block;
    position: relative;
}
.product_detail_box>a>img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-name {
    position: absolute;
    bottom: 20px;
    left: 26px;
}
.product-code {
    color: white;
    font-weight: bolder;
    margin: 0;
    font-size: 24px;
}
.product_detail_box{
    margin-bottom: 30px;
}
.bg_box{
    /* background: url(/mc/img_new/bg-1.jpg) repeat; */
    position: relative;
    background-size: cover;
    padding: 4% 0;
    background-repeat: repeat;
}

.vedio {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
    /* background: url(/mc/img_new/bg-2.jpg) no-repeat transparent; */
    min-height: auto!important;
    background-color: transparent;
    background-repeat: no-repeat;
    height: auto!important;
}
.vedio .message {
    margin-bottom: 70px;
    height: 100%;
}
.message>a:nth-child(1) {
    margin-top: 80px;
}
.message .msg {
    /* height: 300px; */
    margin: 0 16% 10% 16%;
    display: block;
}
.msg p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.msg .tags:nth-child(1) {
    margin-top: 0;
}
.msg .headline {
    color: white;
}
.msg h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.msg .content {
    color: #DEDEDF;
    margin-bottom: 15px;
    font-size: 16px;
}
.msg p, .msg a{
    font-size: 16px;
}
.msg a {
    text-decoration: underline;
}
.msg .more {
    color: #ECECEC;
    
}
.vedio>.row{
    height: 100%;
    padding: 0;
    margin: 0;
}
.activity {
    display: inline-block;
    width: 57px;
    height: 25px;
    background-color: #C90112;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
    line-height: 25px;
}

.news {
    display: inline-block;
    width: 57px;
    height: 25px;
    background-color: #074AA9;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
    line-height: 25px;
}
.text-muted-new {
    color: #777;
}
.msg span {
    font-size: 16px;
}
.message .btnx3 {
    height: 1.65rem;
    margin: 0 16%;
}
a:link, a:visited, a:hover {
    text-decoration: none;
}

.btnx3 .btn {
    display: inline-block;
    height: 46px;
    width: 160px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0;
    color: white;
    font-size: 18px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnx3>a:hover {
    background-color: white;
    color: black;
}



.motor-game {
    /* height: 7.18rem; */
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
    /* background-image: url(/mc/img_new/bg-3.jpg); */
    background-repeat: repeat;
    position: relative;
    padding-bottom: 6%;
}
.motor-game>h2 {
    padding-top: 4%;
    margin-bottom: 4%;
}
.motor-game-deatils>a{
    display: block;
}
.game-item01{
    height: 400px;
    width: 100%;
    position: relative;
}
.game-item01  img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.mengban {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    color: white;
    background-color: rgba(0, 0, 0, .7);
    display: none;
}
.mengban h5 {
    position: absolute;
    font-size: 16px;
    top: 30%;
    margin: 10px 25px;
    line-height: 30px;
}
.game-item01:hover .mengban {
    display: block;
}
.game-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0,0.7);
    color: white;
    text-align: center;
    padding: 15px 0;
}
.game-text .description{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.game-text h4{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.service-part{
    /* background-image: url(/mc/server/academy/img/service01-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}
.service-items {
    /* height: 250px;
    margin-top: 4%; */
    width: 100%;
}
.service-contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.service-contents-text {
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 1% 5% 0 5%;
}
.service-link {
    margin-bottom: 3%;
    display: block;
}
.service-contents h2 {
    top: 10%;
    left: 10%;
    font-size: 28.8px;
}
.service-contents-text p, .service-contents-text h2 {
    color: black;
}
.flex-align-set {
    align-items: center;
}
.service-btn {
    height: 46px;
    width: 30%;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0;
    color: black;
    font-size: 18px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.service-mainimg{
    padding: 0;
}
.service-mainimg img{
    height: 100%;
    object-fit: cover;
}
.service-btn:hover {
    background-color: black;
    color: white;
}
.modal-header-my{
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
}
.modal-content-my{
    background: transparent;
}
.modal-dialog-my{
    max-width: 960px;
}
.vedio .play {
    /* background: url(/mc/images/tv.jpg) no-repeat center; */
    /* height: 100%; */
    position: relative;
}
.video_swiper_box{
    position: relative;
    margin: 70px 0;
}

.video_swiper {
    display: none;
	/* width: 100%;
	height: 100%;
	background-color: unset; */
	/* transition: 1s background-color 1.3s; */
}
.video_swiper.active{
    display: block;
}
.swiper-wrapper {
	/* transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1); */
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    flex-wrap: wrap;
}
.title {
	/* transition-delay: 1s;
	z-index: 10;
    position: absolute;
    bottom: 36px; */
    background: #161415;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.title h3 {
	font-weight: 100;
    font-size: 40px;
    letter-spacing: 10px;
	color: rgba(255,255,255,0);
	-webkit-text-stroke: 2px #fff;
}
.title a{
    color: #fff;
    font-size: 16px;
    display: block;
}
.title a:hover{
    color: #90ccff;
}
.img-box-new{
    width: 80%;
}
.img-box {
	width: 100%;
	/* transform: scale(0.6, 0.6); */
	/* transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1); */
    cursor: pointer;
    /* margin: 5% auto 0 auto; */
}
.img-box img {
    /* width: 80%;
    object-fit: cover;
    margin-top: 5%; */
}
.video-swiper-button-next, .video-swiper-button-prev{
    color: #fff;
}
.video-swiper-pagination{
    color: #fff;
}
/* .video-swiper-pagination span{
    width: 26px;
    background: #fff;
    opacity: 1;
    border-radius: unset;
    height: 5px;
}
.video-swiper-pagination span.swiper-pagination-bullet-active{
    background-color: #105BAA;
} */
.video_title_box{
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    color: #fff;
    margin-bottom: 22px;
}
.video_title_box2{
    align-items: end;
    margin-bottom: 5px;
}
.video_title_box>h2{
    margin-right: 5%;
    margin-bottom: 5px;
}
.video_city{
    margin-right: 35px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.video_city.active{
    font-weight: 700;
}
.video_city.active::after{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #FE0000;
    position: absolute;
    left: 0;
    bottom: -13px;
}
.wave.ripple {
    color: white;
    position: absolute;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.wave .circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
}
.wave.ripple .circle {
    border-color: white;
}
.wave.ripple .circle:first-child {
    animation: circle-opacity 2s infinite;
    -webkit-animation:circle-opacity 2s infinite;/* Safari 鍜� Chrome */
}

.wave.ripple .circle:nth-child(2) {
    animation: circle-opacity 2s infinite;
    -webkit-animation:circle-opacity 2s infinite;/* Safari 鍜� Chrome */
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}

.wave.ripple .circle:nth-child(3) {
     animation: circle-opacity 2s infinite;
     -webkit-animation:circle-opacity 2s infinite;/* Safari 鍜� Chrome */
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
#play {
    height: 120px;
    width: 120px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    border: 0;
    outline: none;
    z-index: 1;
}
#play-inner {
    height: 120px;
    width: 120px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    background-color: rgba(255, 255, 255, 0.6);
}
#trangle {
    display: inline-block;
    height: 0px;
    width: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 25px solid transparent;
    border-left: 28px solid rgba(0, 0, 0, .9);
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -15px;
    margin-left: -12.5px;
}
@media screen and (min-width: 992px){

    .wave {
        text-align: center;
        line-height: 100px;
        font-size: 28px;
        z-index: 999;
    }
    .wave.ripple .circle {
        position: absolute;
        width: 300px;
        height: 300px;
        left: -75%;
        bottom: -26%;
        transform: translateX(-50%);
        border: 6px solid #fff;
        border-radius: 50%;
    }
    :-webkit-scrollbar {
        display: none;
    }
    .part02,.part03{
        min-height: calc(100vh - 149px);
    }
 
    .product_detail_box>a {
        height: 330px;
        overflow: hidden;
    }
    .btnx3 {
        display: flex;
    }
    .message .btnx3 {
        height: auto;
    }
    .container-fluids {
        margin: 0!important;
        padding: 0!important;
    }
    .vedio .play {
        padding: 0;
    }
}
@media screen  and (max-width: 1400px){
    .vedio{
        height: auto;
        background-size: cover;
        /* padding-bottom: 50px!important; */
    }
    .title p{
        font-size: 16px;
    }
    .img-box-new {
        width: 100%;
    }
    .message .msg {
        /* height: 241px; */
        
    }
    .part02, .part03{
        min-height: auto;
    }
    .message .btnx3{
        /* margin-bottom: 70px; */
        height: auto;
    }
    .service-contents{
        padding: 50px 0;
    }
    .service-items {
        height: 180px;
        margin-top: 0%;
    }
    .service-link {
        margin-bottom: 6%;
    }
    .service-contents-text{
        padding: 0% 5% 0 5%;
    }
    .service-btn{
        font-size: 16px;
    }
    
    .btnx3 .btn{
        font-size: 16px;
    }

}
@media (min-width: 992px) and (max-width: 1400px)  {
    .btnx3 .btn{
        width: 44%;
        margin-bottom: 3%;
    }
}
@media screen  and (max-width: 991px){
    
    #play .content{
        position: relative;
    }
    #play {
        /* height: 90px;
        width: 90px;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -45px;
        background-color: transparent;
        border: 0;
        outline: none; */
    }
    #trangle{
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 20px solid transparent;
        border-left: 20px solid rgba(0, 0, 0, .9);
        top: 35px;
        left: 50%;
        margin-top: -15px;
        margin-left: -7px;
    }
    .wave .circle {
        width: 200px;
        height: 200px;
        border: 5px solid #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -100px;
        margin-top: -132px;
    }
    #play-inner{
        height: 60px;
        width: 60px;
        top: 50%;
        left: 50%;
        margin-top: 0px;
        margin-left: -30px;
    }
    .vedio .message{
        margin-bottom: 40px;
    }
    .title h3 {
        font-weight: 500;
        font-size: 28px;
    }

    .my-swiper-pagination .swiper-pagination-bullet{
        width: 25px;
        height: 3px;
    }
    .message .msg {
        margin: 0 0;
    }
    .message .btnx3{
        margin-left:0;
        margin-right: 0;
    }
    .btnx3 .btn{
        /* width: 45%; */
    }
    .motor-game-deatils>a{
        margin-bottom: 30px;
    }
    .vedio .play{
        /* height: 350px; */
    }
    .game-item01{
        height: auto;
    }

    .service-mainimg{
        display: none;
    }
    .title_h2{
        padding-top: 40px;
        font-size: 30px;
    }
    .product-code{
        font-size: 20px;
    }
    .btnx3{
        justify-content: space-between;
    }
    .btnx3 .btn{
        width: 44%;
        margin-bottom: 3%;
    }
    .message>a:nth-child(1){
        margin-top: 50px;
    }
    .msg h3{
        font-size: 20px;
    }
    .msg .content{
        font-size: 14px;
    }
    .msg .content{
        margin-bottom: 20px;
    }
    .message .msg {
        height: auto;
        margin-bottom: 56px!important;
    }
    .motor-game>h2{
        padding-top: 40px;
    }
    .part04>div{
        margin-top: 40px;
    }
    .game-text .description{
        font-size: 20px;
    }
    .game-text h4{
        font-size: 14px;
    }
    .service-items{
        height: auto;
    }
    .service-contents h2{
        font-size: 20px;
        margin-top: 40px;

    }
    .service-btn{
        width: 49%;
        margin-bottom: 4%;
        margin-right: 0px;
    }
    
    .service-btn:nth-child(2n+1){
        margin-right: 2%;
    }
    .service-contents {
        padding: 10px 0 50px 0;
    }
    .service-btn {
        font-size: 15px;
    }
    .title a{
        font-size: 15px;
    }
    .video_swiper_box{
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

@media screen  and (max-width: 581px){
    .video_title_box>h2{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .video_city{
        margin-right: 23px;
    }
}
@-webkit-keyframes circle-opacity{
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes circle-opacity{
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}
