.video-wrapper {cursor: pointer;background: #000;}
.video-wrapper:hover img.video-play-icon-mouseover {display:block;}
.video-wrapper:hover img.video-play-poster {opacity: 1;}
.video-wrapper img.video-play-poster {opacity: 0.65;filter: Alpha(opacity:65);transition: all 0.35s;}
.video-wrapper img.video-play-icon {width: 10%;position: absolute;top: 40%;left: 44%;box-shadow: none;opacity: 1;}
.video-wrapper img.video-play-icon-mouseover {width: 10%;position: absolute;top: 40%;left: 44%;box-shadow: none;opacity: 1;display:none;}

.pause_btn {display: none;top:0;right: -80px;width: 7%;z-index: 9999;position: absolute;cursor: pointer;}
.pause_btn img{width:50%;}
.videoContainer {position: fixed;width: 100%;z-index: 9999;top: -9999px;left: 0;background: rgba(0,0,0,0.8);height: 100%;display: none;}
.videoContainer .v1 { display:block;margin: auto;width: 100%;max-width: 960px;position: absolute;top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.videoContainer video { width:100%;}
.videoContainer video:focus { outline: none;}
@media only screen and (max-width:1024px) {
	.pause_btn {top: -42px;right: -28px;width: 60px;}
}

@media only screen and (max-width:750px) {
    .videoContainer .v1 {height: auto;width: 100%;margin: auto;position: relative;top:50%;left: 0%;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        max-width: inherit;
	}
}


.news-detail.main{
	margin-top:100px !important;
}
.news-detail .content{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
	    margin-bottom: 40px;
}
.back{
    width: 50px;
    height: 50px;
    background: url(/news/assets/img/back-icon.png) no-repeat 0 0;
    background-size: cover;
    margin-top: 36px;
    cursor: pointer;
    margin-bottom: 40px;
}
.label{
    color: #27509b;
    font-size: 18px;
    line-height: 1;
}
.label span{
    margin: 0 10px;
}
.headline{
    margin-top: 42px;
    margin-bottom: 55px;
}
.headline h1{
    font-size: 50px;
    color: #27509b;
    line-height: 1.4;
    margin-bottom: 15px;
}

.headline h2{
    font-size: 25px;
    color: #27509b;
    line-height: 1;
}

.artic{
    line-height: 1.8;
    margin: 20px 0;
	text-align: justify;
	text-justify: inter-character;
}
.artic p{
    padding-bottom:20px;
}
.artic p a{
	color: #27509b;
}
.artic p a:hover{
	text-decoration: underline;
}
.pure-img{
    width: 100%;
}
.artic-imgs{
    overflow: hidden;
    margin: 20px 0;
	text-align: justify;
}
.artic-imgs p{
    line-height: 1.8;
	padding-bottom:20px;
}

.artic-imgs img{
    float: left;
    margin-top: 8px;
}

.artic-imgs.left img{
    float: left;
    margin-right: 30px;
	-webkit-box-shadow: 0 0 6px #ccc;
    -moz-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    margin-left: 4px;
	margin-bottom: 4px;
}

.artic-imgs.right img{
    float: right;
    margin-left: 50px;
	-webkit-box-shadow: 0 0 6px #ccc;
    -moz-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    margin-right: 4px;
	margin-bottom: 4px;
}

.gallery{
    background-color: #f6f6f6;
    padding: 18px;
    position: relative;
    margin-bottom: 40px;
}

.bg-imgs{
    position: relative;
    width: 75.84%;
}
.bg-imgs img{
    width: 100%;
}

.gallerys{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gallerys .img{
    position: absolute;
    top:50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}
.pagina{
    position: absolute;
    top: 18px;
    bottom: 18px;
    width: 21.53%;
    right: 18px;
}
.pagina-inner{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    right: 0px;
    overflow: hidden;
}
.pagina ul{
    position: absolute;
    top: 0;
    left: 0;
    transition: top 0.3s linear;
}
.pagina li{
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.pagina li::after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 1;
    background-color: #000;
}
.pagina li.active::after,.pagina li:hover::after{
    opacity: 0;
}
.pagina li:last-child{
    margin-bottom: 0;
}
.pagina li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagina  .prev{
    position: absolute;
    top: -2px;
    width: 10%;
    height: 17px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    background: url(/news/assets/img/arrow-down.png) no-repeat top center;
    background-size: 100% auto;
    cursor: pointer;
}
.pagina  .next{
    position: absolute;
    bottom: -2px;
    width: 10%;
    height: 17px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/news/assets/img/arrow-down.png) no-repeat top center;
    background-size: 100% auto;
    cursor: pointer;
}

.pagina  .next.disabled,.pagina  .prev.disabled{
    opacity: 0.1;
    cursor: default;
}

.recommend-news{
    width: 100%;
    background-color: #f6f6f6;
    padding-bottom: 100px;
}

.recommend-news .wrapper{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.recommend-news h1{
    font-size: 45px;
    color: #27509b;
    line-height: 1;
    padding: 60px 0 40px 30px;
}

.recommends{
    padding-bottom: 50px;
	max-width: 1200px;
    margin: 0 auto;
    width: 80%;
}
.recommends ul{
    margin: 0 auto;
    justify-content: space-between;
}
 
.recommends ul img{
    width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.recommends ul li{
    position: relative;
    flex: 0.33;
    background-color: #27509b;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
 
.recommends ul li .tit{
    position: absolute;
    top: 10%;
    left: 0px;
    right: 0px;
}

.recommends ul li .tit::after {
    position: absolute;
    width: 17px;
    height: 25px;
    content: "";
    right: 20px;
    top: 8px;
    background: url(/news/assets/img/arrow-white.png) scroll no-repeat center center;
    background-size: auto 100%;
    transition: right 0.2s;
}

.recommends ul li a:hover .tit::after{
    right: 10px;
}

.recommends ul li a:hover .tit-text{
    #color: #ccc;
}

.recommends .tit .tit-text{
    color: #fff;
    font-size: 20px;
    padding-right: 40px;
    padding-left: 20px;
    display: block;
    position: relative;
}

.recommends .control{
    position: absolute;
    left: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    border-top: 1px solid #fff;
    bottom: 15px;
}
 
.more-news{
    width: 200px;
    height: 50px;
    margin: 0 auto;
    background-color: #27509b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
}

.more-news:hover{
	background-color: #fce503; 
	color: #000;
}

.gallery_two { padding:2rem; display:flex; background:#f2f2f2; gap:2rem; margin:2rem auto;}
.gallery_two p { width:50%;position: relative;}
.gallery_two img { width:100%;}

.gallery_p1 { padding:2rem 0 6rem 0;}
.swiper { overflow:visible; max-width:1200px;}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal { bottom:-2rem; height:2px; background:#e5e5e5;}
.swiper-scrollbar-drag { background:#284f9a; height:4px; margin-top:-1px;}
.swiper-slide { background:#000;}
.swiper-slide img { width:100%; opacity:0.65; filter:Alpha(opacity:65);transition: all 0.35s;box-shadow:4px 4px 16px rgba(0, 0, 0, 1);}
.swiper-slide-active a:link img,.swiper-slide-active a:visited img { opacity:1; filter:Alpha(opacity:100);box-shadow:4px 4px 16px rgba(0, 0, 0, 0.6);}
.swiper-slide a:hover img { opacity:1; filter:Alpha(opacity:100);box-shadow:4px 4px 16px rgba(0, 0, 0, 0.6);}


@media (max-width:1300px){
    
    .back{
        width: 40px;
        height: 40px;
        margin: 30px 0;
    }
    .headline h1{
        font-size: 42px;
    }
    .headline {
        margin-top: 38px;
        margin-bottom: 42px;
    }
    .recommend-news h1{
        font-size: 38px;
    }
}

::-webkit-scrollbar{
    background-color: transparent;
    height: 0px;
}
@media (max-width:1200px){
  
}
 
@media (max-width:1024px){
    .news-detail .content{
        width: 88%;
    }
    .back {
        width: 35px;
        height: 35px;
        margin: 25px 0;
    }
    .label {
        font-size: 15px;
    }
    .headline {
        margin-top: 35px;
        margin-bottom: 22px;
    }
    .headline h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .headline h2{
        font-size: 16px;
        line-height: 1.4;
    }
    .artic{
        line-height: 1.6;
    }
    .artic-img-wrapper{
        float: none !important;
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .artic-imgs.right .artic-img-wrapper{
        margin-left: 0;
    }
    .gallery{
        padding: 10px;
    }
    .bg-imgs{
        width: 100%;
    }
    .pagina{
        width: 100%;
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .pagina .prev,.pagina .next{
        display: none;
    }
    .pagina-inner{
        position: relative;
        top: 00%;
        transform: none;
        right: 0px;
        overflow-x: auto;
    }
 
    .pagina ul{
        position: relative;
        display: flex;
        margin-top: 10px;
    }
    .pagina ul li{
        flex: 0 0 38%;
        margin-bottom: 0;
        margin-right: 6px;
    }
    .pagina ul li:last-child{
        margin-right: 0;
    }
    .recommend-news .wrapper{
        width: 88%;
    }

    .recommend-news h1{
        font-size: 28px;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
		padding-left:0
    }
    .recommends{
        width: 88%;
        margin: 0 auto;
    }
    .recommends ul{
        flex-direction: column;
        width: 100%;
    }
    .recommends ul li{
       flex: 1;
       width: 100%;
       margin-bottom: 10px;
    }
    .recommends .tit a{
        font-size: 18px;
    }
    .recommends .tit a::after{
        top: 7px;
    }
    .recommend-news{
        padding-bottom: 70px;
    }
    .recommends{
        padding-bottom: 40px;
    }
	.swiper { width:92%;}
	.gallery_two { padding:1rem; gap:1rem;flex-direction: column; margin:1rem auto 2rem;}
	.gallery_two p { width:100%;}
}
@media (max-width:750px){
    .artic-imgs.left img{
        width: 100%;
        margin-bottom: 30px;
    }
	.artic-imgs.right img{
        width: 100%;
        margin-bottom: 30px;
    }
	
	
}


.pure-img {
	margin-bottom: 20px;
}


.artic p{
    padding-bottom:0 !important;
}
.artic-imgs{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

/*
@media (min-width:751px){    
	.artic-imgs {
		margin-bottom: 20px !important;
	}
	
	
}
*/


@media (min-width:751px){    
	.pure-2-pc-img {
		display:block;
		width: 100%;
		margin-bottom: 20px;
	}
	
	
}

.pure-2-pc-img {
	display:none;
}
.pure-2-mb-img {
	display:none;
}

@media (min-width:751px){    
	.pure-2-pc-img {
		display:block;
		width: 100%;
		margin-bottom: 20px;
	}
	
	
}

@media (max-width:750px){
    
	.pure-2-mb-img {
		display:block;
		width: 100%;
		margin-bottom: 20px;
	}
	
	
}

@media (max-width:750px){
    
	.m_padding-bottom_0 {
		padding-bottom: 0px !important;
	}
	
	
}