.footer {
	margin-top: 0px;
}

.main-titles .btns {
	align-items: flex-end;
}

.viewport-home {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../images/top_bk1.jpg);
	background-size: 100% 400px;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-position: center 100px;
}
.bk-white {
	background-color: #ffffff;
}


.container-blank-b{
	padding-bottom: 55px;
}
.container-blank-b2{
	padding-bottom: 25px;
}
.container-blank-tb{
	padding-top: 55px;
	padding-bottom: 55px;
}

.container-blank-about {
	padding-top: 40px;
	padding-bottom: 55px;
}
.container-blank-carousel {
	padding: 0px 0px 30px 0px;
}
.title-type-m {
	display: none;
}


.display{
   display: block;
}
.display a{
   display: flex;
}
.display img {
   width: 100%;
}
.display.pc,
.display .pc{
   display: block;
}
.display.mobile,
.display .mobile{
   display: none;
}
.display.padding1{
   padding-bottom: 50px;
}
.display.padding-download{
	padding-bottom: 50px;
 }



@media screen and (max-width: 970px) {
.container-blank-b{
	padding-bottom: 25px;
}
.container-blank-b2{
	padding-bottom: 25px;
}
.container-blank-tb{
	padding-top: 0px;
	padding-bottom: 25px;
}
.container-blank-mobile0{
	padding-top: 0px;
	padding-bottom: 0px;	
}
	
.viewport-home {
	background-color: #ffffff;
	background-image: none;
}
.padding1 {
	padding-bottom: 30px;
}
.padding2 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.container-blank-about {
	padding-top: 0px;
	padding-bottom: 0px;
}
.container-blank-carousel {
	padding: 30px 0px 0px 0px;
}
	

 .display.pc,
 .display .pc{
	display: none;	
 }
 .display.mobile,
 .display .mobile{
	display: block;
 }

 .display img{
	border-radius: 7px;	
 }
 .display.padding1{
	padding: 20px 15px 0px 15px;
 }
 .display.padding-download{
	padding: 30px 15px 0px 15px;
 }

}


@media screen and (max-width: 970px) {
.title-type-m {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #dddddd;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 50px;
}
.title-type-m h3 {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333333;
}
.title-type-m h3 br{
	display: contents;
}
.title-type-m-minblank {	
	padding-top: 30px;
}
.title-type-m .category {
	display: inline-block;
	font-size: 1rem;	
	color: #00aaff;
}	
}




.mainplayer {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.mainplayer .nav {
	background-image: url(../images/home_tamenu.jpg);
	background-size: 100% 100%;
	display: flex;
	width: 100%;
	overflow-y: hidden;
	align-items: flex-start;
	z-index: 100;
}
.mainplayer .bknone {
	background: none;
}
.mainplayer .nav .range {
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 1;
}
.mainplayer .nav .items {
	display: flex;
	flex-wrap: nowrap;
	height: 60px;
	white-space: nowrap;
}
.mainplayer .nav .items a,
.mainplayer .nav .items div{
	display: flex;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 5px;
	border-bottom: 5px solid rgba(255,255,255,0);
	box-sizing: border-box;
	color: rgba(255,255,255,0.7);	
	align-items: center;
}
.mainplayer .nav .items .slogan {
    font-size: 1.2rem;
}
.mainplayer .nav .items a:hover {
	color: #ffffff;
}
.mainplayer .nav .items .live {
	display: flex;
}

.mainplayer .playerbox-holder {
	display: flex;
	background-color: #ffffff;
}
.mainplayer .playerbox-holder .slogan-mobile{
	display: none;
}
.mainplayer .playerbox-holder .playlist {
	flex-grow: 0;
	flex-shrink: 0;
	width: 400px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.mainplayer .playerbox-holder .playlist .playlist-loader {
	padding: 0px 0px 0px 0px;
}
.mainplayer .playerbox-holder .playlist .tabs {
	margin-left: 20px;
	margin-right: 15px;
	height: 50px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	justify-content: space-between;
	flex-grow: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	line-height: 1.3;
}
.mainplayer .playerbox-holder .playlist .tabs div {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 7px;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	color: #999999;
	display: flex;
	justify-content: center;
}

.mainplayer .playerbox-holder .playlist .tabs div:hover {
	color: #000000;
}
.mainplayer .playerbox-holder .playlist .tabs .current {
	color: #000000;
	border-bottom: 5px solid #00aaff;
	font-weight: 600;
}
.mainplayer .playerbox-holder .playlist .schedule-mobile {
	display: none;
}
.mainplayer .playerbox-holder .playlist .list-box {
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	visibility: hidden;
	position: absolute;
}
.mainplayer .playerbox-holder .playlist .list-range {
	flex-grow: 1;
	flex-shrink: 1;
	overflow-y: auto;
}
.mainplayer .playerbox-holder .playlist .list-all {
	display: block;
}


.mainplayer .playerbox-holder .playlist .item-line {
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	justify-content: center;		
	border-top: 1px solid #dddddd;	
	margin-top: 0.8rem;
}

.mainplayer .playerbox-holder .playlist .item-line span{
	color:#cccccc;
	background-color: #ffffff;	
	font-size: 0.875rem;
	font-weight: normal;	
	margin-top: -0.8rem;
	display: block;
	padding: 0px 5px 0px 5px;
	font-family: 'font2-regular';
}

.mainplayer .playerbox-holder .playlist .item-t {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
    border-bottom: 1px solid #dddddd;
}
  
.mainplayer .ns-link {
	display: flex;
}

.mainplayer .ns-link a {
	margin: 5px 0px;
	display: flex;
	align-items: center;	
}
.mainplayer .ns-link a:hover {
	opacity: 0.9;
}
.mainplayer .ns-link a:hover .link {
	color:#00aaff;
}
.mainplayer .ns-link .link {
	margin: 0px 10px 0px 10px;
	color: #bbb;
	font-size: 1.1rem;
}
.mainplayer .ns-link .ns-box1 {
	display: inline-flex;
	font-style: italic;
	font-size: 15px;
	color: #ffffff;
	align-items: center;
	white-space: nowrap;
	background-color: #147620;
	max-width: 240px;
	direction: ltr;
}

.mainplayer .ns-link .ns-box2 {
	height: 100%;
	box-sizing: border-box;
	background-color: #DD1916;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	padding: 2px 15px 2px 10px;
	display: flex;
	align-items: center;
}

.mainplayer .ns-words-box {
	overflow: hidden;
	padding: 0px 20px 0px 0px;
	margin: 0px 10px 0px 3px;
}

.mainplayer .ns-words {
	padding-left: 150%;
	display: inline-block;
	animation: marquee 7s linear infinite;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes marquee-ar {	
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}	
}		

.lang-en .mainplayer .ns-words,
.lang-mn .mainplayer .ns-words,
.lang-tl .mainplayer .ns-words,
.lang-ch .mainplayer .ns-words,
.lang-gb .mainplayer .ns-words {	
	animation: marquee 4s linear infinite;
}

.lang-ar .mainplayer .ns-words,
.lang-fa .mainplayer .ns-words {	
	animation: marquee-ar 7s linear infinite;
}

.mainplayer .playerbox-holder .playlist .item-nwn {
    color:#32b7f2;
}
.mainplayer .playerbox-holder .playlist .item-nwn h3 {
    font-weight: 500;
}
.mainplayer .playerbox-holder .playlist .item-t:last-of-type {
	padding-bottom: 20px;	
    border-bottom: none;
}
.mainplayer .playerbox-holder .playlist .item-t .time {
	color: #999999;
}
.mainplayer .playerbox-holder .playlist .item-t .time span {
	color: #999999;
	font-weight: bold;
	padding-right: 10px;
}
.mainplayer .playerbox-holder .playlist .item-t h3 {
	font-size: 0.875rem;
}
.mainplayer .playerbox-holder .playlist .item-t .current-play{
	color:#00aaff;
} 
.mainplayer .playerbox-holder .playlist .item-t h3 a:hover {
	color:#00aaff;
}
.mainplayer .playerbox-holder .playlist .item-t .type {
	padding: 0px 0px 3px 0px;
	font-size: 0.875rem;
	line-height: 1.4;
	font-weight: 500;
	color: #32b7f2;		
	white-space: normal;
}

.mainplayer .playerbox-holder .playlist .item-t .btns {
	display: inline-block;
	padding: 0px 0px 0px 10px;
}
.mainplayer .playerbox-holder .playlist .item-t .btns .ico-play,
.mainplayer .playerbox-holder .playlist .item-t .btns .ico-share{
	cursor: pointer;
	color:#bbbbbb;	
}
.mainplayer .playerbox-holder .playlist .item-t .btns .ico-share {
	padding: 0px 0px 0px 10px;
}
.mainplayer .playerbox-holder .playlist .item-t .btns .ico-play:hover,
.mainplayer .playerbox-holder .playlist .item-t .btns .ico-share:hover{
	color:#00aaff;
}
.mainplayer .playerbox-holder .playlist .item-t .btns .ico-play:before,
.mainplayer .playerbox-holder .playlist .item-t .btns .ico-share:before{	
	font-size: 0.9rem;
}


.mainplayer .playerbox-holder .playlist .video-type {
    margin: 15px 20px 0px 20px;   
    display: flex;
}
.mainplayer .playerbox-holder .playlist .video-type .name{
    color: #00aaff;
    background-color: #ffffff;
    font-size: 0.875rem;
    font-weight: normal;
    display: block;
    padding: 0px 5px 0px 5px;
    font-family: 'font2-regular';
}


.mainplayer-footer {
	background-image: url(../images/home_tamenu.jpg);
	background-size: 100% 100%;
	display: flex;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	justify-content: flex-end;
}
.mainplayer-footer .tips {
	flex: 1;
	font-size: 0.9rem;
	color: #ffffff;	
}

.mainplayer-footer a {
	font-size: 0.9rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.mainplayer-footer a span {
	font-family: 'font1-bold';
	font-weight: bold;
	font-size: 0.8rem;
	color: #ffffff;
}
.mainplayer-footer a:hover {
	color: #32b7f2;
}

@media screen and (max-width: 970px) {
.mainplayer {
	margin-bottom: 0px;
}	
.mainplayer .nav {
	display: none;
}
.mainplayer .playerbox-holder {
	display: block;
}
.mainplayer .playerbox-holder .slogan-mobile{
	color:#666;
	padding: 15px;
	background-color: #f5f5f5;
	display: block;
	text-align: center;
	margin: 20px 15px 0px 15px;
	border-radius: 7px;
	border: 1px solid #eee;
}
.playerbox-container .playerbox {
	width: 100vw;
	height: calc(100vw/1.777);
}
.mainplayer .playerbox-holder .playlist {
	width: auto;
	margin: 0px 15px 0px 15px;
	display: block;
	border-right: none;
}
.mainplayer .playerbox-holder .playlist .tabs {
	display: none;
}
.mainplayer .playerbox-holder .playlist .schedule-mobile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0px;
	margin-top: 20px;
}
.mainplayer .playerbox-holder .playlist .schedule-mobile a {
	color: #00aaff;
}
.mainplayer .playerbox-holder .playlist .item-line {
    margin-left: 0px;
    margin-right: 0px;
}
.mainplayer .playerbox-holder .playlist .item-t {
	border-left: 0px;
	margin: 0px;
}
	
.mainplayer .playerbox-holder .playlist .video-type {
    margin: 25px 0px 0px 0px;   
}	

.mainplayer .playerbox-holder .playlist .list-box {
	position: relative;
	visibility: visible;
	max-height: none;
	overflow: hidden;
	margin-right: 0px;
}
.mainplayer .playerbox-holder .playlist .list-box .vbox:last-of-type{
	border-bottom: 1px solid #dddddd;
}	
.mainplayer .playerbox-holder .playlist .list-range {
	overflow-y:visible;
	height: 500px;
    overflow: hidden;
}
.mainplayer .playerbox-holder .playlist .list-range-today {	
	height: auto;
}

.mainplayer-footer {
	display: none;
	padding: 10px 15px 10px 15px;
	justify-content: center;
	flex-direction: column;
}
.mainplayer-footer .tips {
	font-size: 1rem;
	justify-content: flex-start;
	margin-right: 0px;
	margin-bottom: 15px;
}
.mainplayer-footer a {
	font-size: 1rem;
	margin-bottom: 15px;
}
}

.float-menu-more-channel {
	max-width: 600px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}
.float-menu-more-channel a{
	width: 33%;
	box-sizing: border-box;
	padding: 10px;
}

.float-menu-more-channel .name{
	font-family: 'font1-bold';
}
.float-menu-more-channel a:hover{
	color:#00aaff;
}
.float-menu-more-channel .note{
	color:#999999;
	display: block;
	font-size: 0.875rem;
}

.gallery {
	position: relative;
}
.gallery .notes {
	font-size: 1.125rem;
	font-weight: normal;
	margin-bottom: 10px;
	display: flex;
}



.gallery .picnews1 {
	position: relative;
}
.gallery .picnews1 .range {
	overflow: hidden;
	position: relative;
}
.gallery .picnews1 .items {
	display: flex;
	flex-wrap: nowrap;
}
.gallery .picnews1 .item {
	width: 100%;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;	
}

.gallery .vbox .titles h3 a {
    margin-bottom: 0px;
}

.gallery .picnews1 .item .vbox {
	width: calc(25% - 15px);
}
.gallery .picnews1 .item .vbox .contents {
}
.gallery .picnews1 .item .vbox .simage {
	width: 100%;
	height: auto;
}
.gallery .picnews1 .item .vbox:nth-of-type(4n+4) {
	margin-right: 0px;
}
.gallery .picnews1 .item .vbox {
	margin-bottom: 0px;
}


.gallery .picnews-featured .item .vbox {
	width: calc(20% - 16px);
}
.gallery .picnews-featured .item .vbox:nth-of-type(4n+4) {
	margin-right: 20px;
}
.gallery .picnews-featured .item .vbox:nth-of-type(5n+5) {
	margin-right: 0px;
}
.gallery .picnews-featured .item .vbox {
	margin-bottom: 0px;
}

.gallery .picnews-ad .item img {
	height: 481px;
}



.editorchoice{

}
.editorchoice .gallery-editorchoice{
	margin-bottom: 30px;
}
.editorchoice .gallery-editorchoice:last-of-type{
	margin-bottom: 0px;
}


.gallery .picnews-nwn {
	position: relative;
}
.gallery .picnews-nwn .range {
	overflow: hidden;
	position: relative;
}
.gallery .picnews-nwn .range .items {
	display: flex;
	flex-wrap: nowrap;
}
.gallery .picnews-nwn .range .item {
	width: 100%;
	flex-wrap: nowrap;
	flex-grow: 0;
	flex-shrink: 0;
}
.gallery .picnews-nwn .item .row1 {
	display: flex;
	margin-bottom: 6px;
}
.gallery .picnews-nwn .item .row2 {
	display: flex;
}
.gallery .picnews-nwn .item .row1 .vbox {
	margin-bottom: 0px;
	margin-right: 6px;
	width: 50%;
	flex: 1;
}
.gallery .picnews-nwn .item .row1 .vbox:last-of-type, 
.gallery .picnews-nwn .item .row2 .vbox:last-of-type {
	margin-right: 0px;
}

.gallery .picnews-nwn .item .row1 .vbox .simage .simagebox a:hover, 
.gallery .picnews-nwn .item .row1 .vbox:hover .simage .simagebox a {
    background-size: 100px 100px;
}
.gallery .picnews-nwn .item .vbox .typea {
	font-size: 0.875rem;
	font-family: 'font2-medium';
	font-weight: 500;
	position: absolute;
	left: 20px;
	top: 20px;
	color: #ffffff;
	border-radius: 3px;
	background-color: #00aaff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	z-index: 55;
}
.gallery .picnews-nwn .item .row2 .vbox .typea {
	left: 10px;
	top: 10px;
}
.gallery .picnews-nwn .item .info {
	padding: 20px 20px 15px 20px;
	align-items: flex-start;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7), rgba(0,0,0,0.7));	
}
.gallery .picnews-nwn .item .row2 .info {
	padding: 12px 15px 15px 15px;
}
.gallery .picnews-nwn .item .row1 .vbox .info .type {
	position: static;
	margin-bottom: 15px;
}
.gallery .picnews-nwn .item .vbox .info h3 a {
	width: 100%;
	color: #ffffff;
}
.gallery .picnews-nwn .item .vbox .info .more {
	color: #ffffff;
	font-size: 0.875rem;
}
.gallery .picnews-nwn .item .vbox .titles {
	display: none;
}
.gallery .picnews-nwn .item .vbox .info .time {
	display: none;
}
.gallery .picnews-nwn .item .row1 .vbox .info h3 {
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 1.5rem;
	overflow: hidden;
	max-height: 3rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.gallery .picnews-nwn .item .row2 {
	display: flex;
}
.gallery .picnews-nwn .item .row2 .vbox {
	width: 25%;
	margin-right: 6px;
	margin-bottom: 0px;
}
.gallery .picnews-nwn .item .row2 .vbox .info h3 {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.25rem;
	overflow: hidden;
	max-height: 1.25rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.gallery .picnews-nwn .item .row2 .vbox .info .more {
}




.gallery .polulars {
	display: flex;
}
.gallery .polulars .left {
	flex: 1;
	margin-right: 30px;
}
.gallery .polulars .left .range {
	flex: 1;
}
.gallery .polulars .row1 {
	margin-bottom: 20px;
}
.gallery .polulars .row1 .vbox {
	margin-right: 0px;
	margin-bottom: 0px;
}
.gallery .polulars .row1 .info {
	padding: 20px 20px 15px 20px;
	align-items: flex-start;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7), rgba(0,0,0,0.7));
}
.gallery .polulars .row1 .vbox .info .typea {
	font-family: 'font2-medium';
	font-weight: 500;
	font-size: 0.875rem;
	color: #ffffff;
	border-radius: 3px;
	background-color: #00aaff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	z-index: 55;
}
.gallery .polulars .row1 .vbox .info .length {
	display: none;
}
.gallery .polulars .row1 .vbox .info .type {
	position: static;
	margin-bottom: 15px;
}
.gallery .polulars .row1 .vbox .info h3 {
	width: 100%;
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 1.5rem;
	max-height: 3rem;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.gallery .polulars .row1 .vbox .info .more {
	font-family: 'font2-medium';
	font-weight: 500;
	font-size: 0.875rem;
	padding-top: 10px;
	color: #ffffff;
}
.gallery .polulars .row1 .vbox .info .more span {
	font-family: 'font2-medium';
	font-weight: 500;
	font-size: 0.875rem;
	color: #ffffff;
}
.gallery .polulars .row1 .vbox .titles {
	display: none;
}
.gallery .polulars .row1 .vbox .info .time {
	display: none;
}
.gallery .polulars .row2 {
	display: flex;
}
.gallery .polulars .row2 .vbox {
	width: 33.33%;
	margin-right: 15px;
	margin-bottom: 0px;
	border: none;
}
.gallery .polulars .row2 .vbox:nth-of-type(3) {
	margin-right: 0px;
}
.gallery .polulars .row2 .vbox .titles {
	padding: 15px 0px 0px 0px;
}

.gallery .polulars .row1 .vbox .simage .simagebox a:hover, 
.gallery .polulars .row1 .vbox:hover .simage .simagebox a {
    background-size: 100px 100px;
}


@media screen and (max-width: 970px) {
.editorchoice{
	display: block;
}
.editorchoice .gallery-editorchoice{
	position: static;
	visibility: visible;
}

	
.gallery .notes {
	justify-content: center;
}	
.gallery .polulars {
	flex-direction: column;
}
.gallery .polulars .left {
	display: block;
	width: 100%;
	margin-right: 0px;
	flex: 0;
}
.gallery .polulars .left .range {
	display: block;
}
.gallery .polulars .left .range .row1 {
	margin-bottom: 00px;
}
.gallery .polulars .left .range .row2 {
	display: block;
}
.gallery .picnews-nwn .range .items {
	display: block;	
}	
.gallery .picnews-nwn .item .row1 .vbox .simage .simagebox a:hover, 
.gallery .picnews-nwn .item .row1 .vbox:hover .simage .simagebox a {
    background-size: 80px 80px;
}
.gallery .polulars .row1 .vbox .simage .simagebox a:hover, 
.gallery .polulars .row1 .vbox:hover .simage .simagebox a {
    background-size: 40px 40px;
    
}
    
}





.polulars-list {
	flex-grow: 0;
	flex-shrink: 0;
	width: 500px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.polulars-list .tabs {
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
}
.polulars-list .tabs div {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	font-size: 1rem;
	cursor: pointer;
	color: #999999;
	flex: 1;
	display: flex;
	justify-content: center;
	font-weight: 500;
}
.polulars-list .tabs div:hover {
	color: #000000;
}
.polulars-list .tabs .current {
	color: #000000;
	border-bottom: 5px solid #00aaff;
}


.polulars-list .list-boxp {
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	position: absolute;
	box-sizing: border-box;
	visibility: hidden;
}
.polulars-list .list-boxp .list-range {
	flex-grow: 1;
	flex-shrink: 1;
}
.polulars-list .list-boxp .list-all {
}

.polulars-list .item-p:last-of-type {
	border-bottom: none;
}
.polulars-list .item-p {
	border-bottom: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 20px;
	display: flex;
}
.polulars-list .vbox {
	border: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 17px;
}
.polulars-list .vbox:last-of-type {
	margin-bottom: 0px;	
}
.polulars-list .vbox .contents {
	flex-direction: row;
}
.polulars-list .vbox .simage {
	width: 155px;
	height: 87px;
	margin-top: 10px;
	flex-shrink: 0;
}
.polulars-list .vbox .contents .titles {
	padding: 8px 0px 0px 15px;
}
.polulars-list .vbox .contents .titles h3 {
	flex:1;
}
.polulars-list .vbox .contents .titles h3 a {
	margin-bottom: 0px;
}
.polulars-list .vbox .titles .type {
	margin-bottom: 0px;
}
.polulars-list .vbox .simage .simagebox a:hover, 
.polulars-list .vbox:hover .simage .simagebox a {
    background-size: 40px 40px;
}


@media screen and (max-width: 970px) {

.polulars-list {
	display: block;
	width: 100%;
	padding: 0px;
	border: none;
}
.polulars-list .tabs {
	display: none;
}
.polulars-list .list-boxp {
	display: block;
	position: relative;
	visibility: visible;
}
.polulars-list .list-boxp .list-range {
	margin-right: 0px;
	height: 500px;
	overflow: hidden;	
}
.polulars-list .list-boxp .list-all {
}

.polulars-list .item-p:last-of-type {
	border-bottom: none;
}
.polulars-list .item-p {
	border-bottom: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 20px;
	display: flex;
}
.polulars-list .vbox:last-of-type {
	border-bottom: none;
}
.polulars-list .vbox .contents .titles {
	padding: 0px 0px 0px 10px;
}	
.polulars-list .vbox .simage .simagebox a:hover, 
.polulars-list .vbox:hover .simage .simagebox a {
    background-size: 40px 40px;
} 
    
}	






.gallery .mustknow .range {
	overflow: hidden;
	position: relative;
}
.gallery .mustknow .range .items {
	display: flex;
	flex-wrap: nowrap;
}
.gallery .mustknow .item {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-grow: 0;
	flex-shrink: 0;
}
.gallery .mustknow .left {
    width: 780px;
	display: flex;	
	flex-grow: 1;
	flex-shrink: 1;
	margin-right: 15px;
}
.gallery .mustknow .right {
	width: 452px;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	flex-direction: column;
	justify-content: space-between;
}


.gallery .mustknow .vbox {
	flex-grow: 1;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
}
.gallery .mustknow .vbox .simage a:hover, 
.gallery .mustknow .vbox:hover .simage a {
	background-size: 0px 0px;
	border-bottom: 7px solid #00aaff;
	background-position: center center;
    background-image: none;
    background-color: transparent;
}
.gallery .mustknow .left .vbox .titles {
	padding: 30px;
}
.gallery .mustknow .left .vbox h3 {
	flex: 0;
}
.gallery .mustknow .left .vbox h3 a {
	font-size: 1.75rem;
	line-height: 2.6rem;
	font-weight: 600;
	overflow: hidden;
	max-height: 2.6rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.gallery .mustknow .left .vbox .simage {
	flex-shrink: 1;
	display: flex;
}
.gallery .mustknow .left .vbox .contents {
    flex-direction:row;
}
.gallery .mustknow .left .vbox .time-pc {
	flex: 1;
}
.gallery .mustknow .left .vbox .titles .more span {
	font-family: 'font1-bold';
	font-weight: bold;
}
.gallery .mustknow .left .vbox .abstract {
	font-family: 'font2-medium';	
	font-weight: 500;
	overflow: hidden;
	max-height: 4.5rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.gallery .mustknow .right .vbox {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.gallery .mustknow .right .vbox:hover {
}
.gallery .mustknow .right .vbox .contents {
	flex-direction: row;
}
.gallery .mustknow .right .vbox:last-of-type {
	margin-bottom: 0px;
}

.gallery .mustknow .right .vbox .simage {
	flex-shrink: 1;
	display: flex;
}
.gallery .mustknow .right .vbox .titles {
	padding: 17px 20px 17px 20px;
	flex: 1;
}
.gallery .mustknow .right .vbox .titles .type {
	margin-bottom: 7px;
}
.gallery .mustknow .right .vbox .titles h3 a {
	margin-bottom: 0px;
}
.gallery .mustknow .right .vbox .titles h3 a:hover {
	color: #ffffff;
}
.gallery .mustknow .right .vbox .titles .more:before {
	margin-top: 2px;
}
.gallery .mustknow .right .vbox .titles .more span {
	font-family: 'font1-bold';
	font-weight: bold;
}

@media screen and (max-width: 970px) {

.gallery .mustknow {

}
.gallery .mustknow .range {
	height: 500px;
	overflow: hidden;
}	
.gallery .mustknow .range .items, 
.gallery .mustknow .item, 
.gallery .mustknow .left, 
.gallery .mustknow .right {
	display: block;
	width: auto;
	margin: 0px;
}
	
.gallery .mustknow .right .vbox .titles {
	flex: 1;
	display: flex;
	padding: 0px 0px 0px 15px;
}	
.gallery .mustknow .right .vbox .titles .more {
	display: none;
}	
.gallery .mustknow .left .vbox .simage {
	width: auto;
}
.gallery .mustknow .left .vbox .titles {
	padding: 5px 0px 0px 0px;
}
.gallery .mustknow .vbox .contents {
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0px;
}
}	




.heartline {
}
.heartline .firstimg {
}
.heartline .firstimg img {
	width: 100%;
}
.heartline .btn-hline-pc {
	display: block;
}
.heartline .btn-hline-mobile {
	display: none;
}
.heartline .items {
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 100px;
	padding-right: 100px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	height: 350px;
	overflow: hidden;
}
.heartline .range {
	width: 100%;
}
.heartline .items .item {
	flex-shrink: 0;
	display: flex;
	margin-bottom: 40px;
	width: 100%;
}
.heartline .items .item .simage,
.heartline .items .item .simage-mobile{
	background-size: cover;
	width: 295px;
	max-height: 166px;
	background-color: #eeeeee;
	margin-right: 40px;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.heartline .items .item .simage .info,
.heartline .items .item .simage-mobile .info{
    position: absolute;
    z-index: 55;    
    min-height: 30px;
    right: 0px;
    bottom: 0px;
    padding: 15px 10px 10px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.heartline .items .item .simage .info .length,
.heartline .items .item .simage-mobile .info .length{
    font-size: 0.75rem;
    line-height: 1;
    color: #ffffff;
    background-color: rgba(0,0,0,0.7);
    padding: 3px 5px 4px 5px;
    border-radius: 10px;
}
.heartline .items .item .simage-mobile img,
.heartline .items .item .simage img {	
	max-width: 100%;	
}
.heartline .items .item .simage a{    
	width: 100%;
	height: 100%;
}
.heartline .items .item .simage a:hover{
    background-image: var(--play-btn-image);   
	background-repeat: no-repeat;    
    background-size: 50px 50px;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    animation: play-button 0.3s forwards;   	
    background-position: center center;
	border-bottom: 7px solid #00aaff;
}
.heartline .items .item .simage-mobile {
	display: none;
}
.heartline .items .item .right {
	flex-grow: 1;
}
.heartline .items .item .right .text {
	overflow: hidden;
	max-height: 9.7rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;	
}
.heartline .items .item .right .title {
	margin-bottom: 5px;	
	font-weight: bold;
}
.heartline .items .item .right .title h3 {
	font-size: 1.1rem;
}
.heartline .items .item .right .title h3 a:hover{
	color:#00aaff;
}
.heartline .items .item .right .abstract {
	color: #666666;
}
.heartline .items .item .right .abstract a:hover{
	color:#00aaff;
}
.heartline .items .item .right .abstract p{
	margin-bottom: 0.7rem;
}
.heartline .items .item .right .abstract p:empty{
	font-size: 0rem;
	line-height: 0rem;		
	height: 1px;
}
.heartline .items .item .right .types {
	display: flex;
	justify-content: space-between;
}
.heartline .items .item .right .types .time{
	display: none;
}	
.heartline .items .item .right .types .download {
    display: none;
}
.heartline .items .item .right .types .download:before {
    font-size: 0.9rem;
}
.heartline .items .item .more-link {
	display: inline-block;
	padding: 5px 0px 0px 0px;
	color: #00aaff;
}
.heartline .items .item .more-link:hover {
	color: #000000;
}
.heartline .items .more {
	color: #666666;
	width: 50px;
	height: 50px;
	border: 1px solid #dddddd;
	border-radius: 50px;
	position: absolute;
}
.heartline .items .more:hover {
	background-color: #eeeeee;
}
.heartline-more {
	display: block;
}
.heartline-more span {
	width: 40px;
	height: 40px;
	color: #999999;
	align-items: center;
	min-width: 0px;
	padding: 0px;
	cursor: pointer;
	margin-bottom: 20px;
}
.heartline-more span:hover {
	background-color: #eeeeee;
}
.heartline .heartline-more-videos {
	padding: 20px;
}
.heartline .heartline-more-videos a {
    font-size: 1.1rem;	
	padding: 10px 30px;
	color:#00aaff;
	border:1px solid #00aaff;
	border-radius: 30px;
}
.heartline .heartline-more-videos a span:before {
	color:#00aaff;
}
.heartline .heartline-more-videos a:hover {	
	background-color: #eeeeee;
}


@media screen and (max-width: 970px) {
.heartline {
	margin-top: 25px;	
}	
.heartline .btn-hline-pc {
	display: none;
}
.heartline .btn-hline-mobile {
	display: block;
}
.heartline .items {
	padding: 25px 15px 15px 15px;
	border-bottom: none;
	height: 400px;
}
.heartline .items .item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.heartline .items .item .right .title {
	display: flex;
	margin-bottom: 7px;
}	
.heartline .items .item .right .title h3 a {
	font-size: 1rem;
    line-height: 1.4;
	white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 5.6rem;
    -webkit-line-clamp: 4;
	padding: 0px 0.1px 0px 0px;
    margin: -4px 0px 0px 0px;
}	
.heartline .items .item .simage {
	display: none;
}
.heartline .items .item .simage-mobile {
	display: block;
	margin-right: 10px;
	width:150px;
	height:85px;
	border-radius: 7px;
}
.heartline .items .item .simage-mobile a {
	position: absolute;
	z-index: 60;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.heartline .items .item:hover .simage-mobile a {
    background-image: var(--play-btn-image);   
	background-repeat: no-repeat;    
    background-size: 40px 40px;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    animation: play-button 0.5s forwards;    
	border-bottom: 7px solid #00aaff;
	background-position: center center;  
}
    
.heartline .items .item .simage-mobile .info{
	padding: 0px 5px 5px 5px;
}
.heartline .items .item .right .text {
	display: block;
	overflow: visible;
	max-height: none;
}	
.heartline .items .item .right .abstract {
	font-size: 1rem;
    line-height: 1.4;
	white-space: normal;	
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 3;	
    overflow: hidden;        	
	max-height: 4.2rem;
	margin-bottom: 7px;	
}
.heartline .items .item .right .types .time{
	display: block;	
    font-size: 0.75rem;
    color: #999999;    	
}	
.heartline .items .item .more-link {
	padding: 0px 0px 0px 0px;
}	
.heartline .items .item .right .types .download {
	display: block;
    cursor: pointer;
    color: #bbbbbb;
    padding: 0px 10px 0px 10px;
}	
.heartline .heartline-more-videos {
    display: flex;
    padding: 20px 0px 20px 0px;
    justify-content: center;
	width: 100%;
}	
.heartline .heartline-more-videos a {
    font-size: 1.1rem;
    color: #00aaff;
    min-width: 50%;
    padding: 5px 15px 5px 15px;
    border-radius: 30px;
    border: 1px solid #cccccc;
    display: flex;
    justify-content: center;
}
.heartline .heartline-more-videos a span{
	display: none;		
}	
}



.aboutm {
}
.aboutm .barsbk {
	background-image: url(../images/aboutm/barbk.jpg);
	background-size: 100% 100%;
}
.aboutm .bars {
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutm .bars h2 {
	font-size: 2rem;
	color: #ffffff;
	flex: 1;
	line-height: 2rem;
}
.aboutm .bars h2 span{
	display: inline-block;
	
}
.lang-ch .aboutm .bars h2, .lang-gb .aboutm .bars h2 {
	font-weight: 500;
}
.aboutm .bars .types {
	display: flex;
	align-items: center;
}
.aboutm .bars .types div {
	color: #ffffff;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ffffff;
	line-height: 1rem;
	cursor: pointer;
	font-size: 1.2rem;
}
.aboutm .bars .types div:last-of-type {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
.aboutm .bars .types .current, 
.aboutm .bars .types div:hover {
	color: #00ccff;
}


.aboutm-container {
	display: flex;
	flex-direction: column;
}
.aboutm-videos {
}
.aboutm-videos .first {
	margin-bottom: 20px;
	padding: 45px 105px 45px 105px;
	background-size: cover;
}
.aboutm-videos .first img {
	width: 100%;
	height: auto;
}
.aboutm-videos .moreitems {
	display: flex;
}
.aboutm-videos .moreitems .left {
	flex: 1;
	margin-right: 50px;
}
.aboutm-videos .moreitems .left h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.aboutm-videos .moreitems .left .abstract {
	color: #999999;
	font-size: 0.875rem;
	margin-bottom: 22px;
	overflow: hidden;
	max-height: 3.937rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.aboutm-videos .moreitems .left .more {
	color: #ffffff;
	font-size: 0.875rem;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #00aaff;
	border-radius: 30px;
}
.aboutm-videos .moreitems .left .more:hover {
	background-color: #00ccff;
}
.aboutm-videos .moreitems .right {
	width: 50%;
	display: flex;
}
.aboutm-videos .moreitems .right .vbox {
	width: 150px;
	margin-right: 15px;
	margin-bottom: 0px;
	border: none;
	flex: 1;
}
.aboutm-videos .moreitems .right .vbox:last-of-type {
	margin-right: 0px;
}
.aboutm-videos .moreitems .right .vbox .titles {
	padding: 10px 0px 0px 0px;
}
.aboutm-videos .moreitems .right .vbox .titles h3 {
	font-size: 1rem;
}
.aboutm-videos .moreitems .right .vbox .titles h3 a {
   margin-bottom: 0px;	
}




@media screen and (max-width: 970px) {
.aboutm {
}
.aboutm .bars {
	padding: 20px 15px 20px 15px;
	flex-direction: column;
	align-items: center;
}
.aboutm .bars h2 {
	font-size: 1.2rem;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
	
	
.aboutm-videos .moreitems {
	display: block;
}
.aboutm-videos .moreitems .left {
	margin: 0px;
	padding: 0px 15px 15px 15px;
}
.aboutm-videos .moreitems .right {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
}

@media screen and (max-width: 800px) {
.aboutm .bars h2 {
	font-size: 1.6rem;
}
.lang-ar .aboutm .bars h2,		
.lang-fa .aboutm .bars h2,	
.lang-jp .aboutm .bars h2,		
.lang-kr .aboutm .bars h2,		
.lang-gb .aboutm .bars h2,	
.lang-ch .aboutm .bars h2 {
	font-size: 2rem;
}	
	
}
@media screen and (max-width: 500px) {
.aboutm .bars h2 {
	font-size: 1.1rem;
}	
.lang-hi .aboutm .bars h2,	
.lang-th .aboutm .bars h2 {
	font-size: 1.3rem;	
}
.lang-ar .aboutm .bars h2,		
.lang-fa .aboutm .bars h2,	
.lang-jp .aboutm .bars h2,		
.lang-kr .aboutm .bars h2,		
.lang-gb .aboutm .bars h2,	
.lang-ch .aboutm .bars h2 {
	font-size: 1.6rem;
}	
}





.aboutm-pics {
}
.aboutm-pics .pics {
	margin-bottom: 40px;
}
.aboutm-pics .pics .pics-cover {
	padding: 45px 105px 45px 105px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	width: calc(100% - 210px);
	height: 490px;
	z-index: 1;
}
.aboutm-pics .pics .pics-cover img {
	width: auto;
	height: 100%;
	max-width: none;
}
.aboutm-pics .pics .coverbk-artw {
	background-image: url(../images/aboutm/artw_coverbk.jpg);
	background-size: cover;
}
.aboutm-pics .pics .pics-range {
	overflow: hidden;
	position: relative;
}
.aboutm-pics .pics .pics-items {
	display: flex;
}
.aboutm-pics .pics .pics-item {
	position: relative;
	width: 100%;
	flex-shrink: 0;
}
.aboutm-pics .pics .pics-item .range {
	overflow: hidden;
}
.aboutm-pics .pics .pics-item .range-limit {
	overflow: visible;
}
.aboutm-pics .pics .pics-item .range .items {
	position: relative;
}
.aboutm-pics .pics .pics-item .range .item {
	left: 0px;
	top: 0px;
	height: 490px;
	width: calc(100% - 210px);
	padding: 45px 105px 45px 105px;
	flex-grow: 0;
	flex-shrink: 0;
	background-size: cover;
}
.aboutm-pics .pics .pics-item .range .item-wimg {
}
.aboutm-pics .pics .pics-item .range .item-wimg .wimg {
	position: relative;
	max-height: 490px;
	overflow: hidden;
}
.aboutm-pics .pics .pics-item .range .item-wimg .wimg img {
	width: 100%;
}
.aboutm-pics .pics .pics-item .range .item-wimg .wimg .titles {
	font-weight: normal;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	padding: 15px 35px 15px 15px;
	box-sizing: border-box;
	display: flex;
	margin-left: 0px;
}
.aboutm-pics .pics .pics-item .range .item-wimg .wimg .titles h3 {
	color: #ffffff;
	font-size: 1rem;
	margin-bottom: 0px;
}
.aboutm-pics .pics .pics-item .range .item .bgcolor {
	background-color: rgba(255,255,255,0.5);
	padding: 45px 55px 45px 55px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
}
.aboutm-pics .pics .pics-item .range .item .simage {
	min-width: 350px;
	flex-shrink: 0;
	text-align: right;
}
.aboutm-pics .pics .pics-item .range .item .simage img {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	max-width: 430px;
	max-height: 400px;
}
.aboutm-pics .pics .pics-item .range .item .titles {
	flex: 1;
	margin-left: 50px;
}
.aboutm-pics .pics .pics-item .range .item .titles .type {
	font-size: 1.2rem;
}
.aboutm-pics .pics .pics-item .range .item .titles h3 {
	font-size: 1.7rem;
	line-height: 2rem;
	margin-bottom: 15px;
	flex: 1;
}
.aboutm-pics .pics .pics-item .range .item .titles .abstract {
	margin-bottom: 30px;
}
.aboutm-pics .pics .pics-item .range .item .titles .btns {
	display: flex;
	align-items: center;
}
.aboutm-pics .pics .pics-item .range .item .titles .more {
	flex: 1;
}
.aboutm-pics .pics .pics-item .range .item .titles .more a {
	font-size: 1rem;
	display: inline-block;
	background-color: rgba(255,255,255,1);
	padding: 5px 30px 5px 30px;
}
.aboutm-pics .pics .pics-item .range .item .titles .more a:hover {
	background-color: rgba(0,0,0,0.1);
}
.aboutm-pics .pics .pics-item .share {
	display: flex;
}
.aboutm-pics .pics .pics-item .share .ico-share{
	display: none;
}
.aboutm-pics .pics .pics-item .share span {
	display: none;
}
.aboutm-pics .pics .pics-item .share a {
	color: rgba(0,0,0,0.4);
	margin-right: 10px;
}
.aboutm-pics .pics .pics-item .share a:hover {
	color: rgba(0,0,0,1);
}
.aboutm-pics .pics .pics-item .share a:before {
	font-size: 1.5rem;
}
.aboutm-pics .pics .pics-item .wimg .share {
	display: flex;
	align-items: flex-end;
}
.aboutm-pics .pics .pics-item .wimg .share span {
	display: none;
}
.aboutm-pics .pics .pics-item .wimg .share a {
	color: rgba(255,255,255,0.5);
	margin-right: 10px;
}
.aboutm-pics .pics .pics-item .wimg .share a:hover {
	color: rgba(255,255,255,1);
}
.aboutm-pics .pics .pics-item .wimg .share a:before {
}
.aboutm-pics .pics .pics-item .nav {
	position: absolute;
	z-index: 60;
	right: 12px;
	top: 55px;
	width: 80px;
	display: flex;
	flex-direction: column;
	height: 490px;
}
.aboutm-pics .pics .pics-item .nav .point {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.aboutm-pics .pics .pics-item .nav .point div {
	background-color: rgba(255,255,255,0.4);
	border-radius: 50px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-bottom: 10px;
	flex-flow: 0;
}
.aboutm-pics .pics .pics-item .nav .point .current, 
.aboutm-pics .pics .pics-item .nav .point div:hover {
	background-color: rgba(255,255,255,1);
}
.aboutm-pics .pics .pics-item .nav .page {
	display: flex;
	justify-content: center;
}
.aboutm-pics .pics .pics-item .nav .page .left, 
.aboutm-pics .pics .pics-item .nav .page .right {
	color: rgba(255,255,255,1);
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.aboutm-pics .pics .pics-item .nav .page .left:hover, 
.aboutm-pics .pics .pics-item .nav .page .right:hover {
	color: rgba(0,0,0,0.2);
}
.aboutm-pics .pics .pics-item .nav .page .left:before, 
.aboutm-pics .pics .pics-item .nav .page .right:before {
	font-size: 2rem;
}
.aboutm-pics .pics-nav {
}
.aboutm-pics .pics-nav .range {
	position: relative;
	overflow: hidden;
}
.aboutm-pics .pics-nav .range .items {
	display: flex;
}
.aboutm-pics .pics-nav .range .items .item {
	margin-right: 30px;
	flex-shrink: 0;
	width: 183.3px;
	cursor: pointer;
}
.aboutm-pics .pics-nav .range .items .item:last-of-type {
	margin-right: 0px;
}
.aboutm-pics .pics-nav .range .items .item .boxborder {
	border: 1px solid #eeeeee;
	font-size: 0px;
	margin-bottom: 5px;
}
.aboutm-pics .pics-nav .range .items .item img {
	box-sizing: border-box;
}
.aboutm-pics .pics-nav .range .items .current .boxborder, 
.aboutm-pics .pics-nav .range .items .item:hover .boxborder {
	margin-bottom: 0px;
}
.aboutm-pics .pics-nav .range .items .current img, 
.aboutm-pics .pics-nav .range .items .item:hover img {
	border-bottom: 5px solid #00aaff;
}
.aboutm-pics .pics-nav .range .items .item h3 {
	display: flex;
	justify-content: center;
	font-size: 1rem;
	font-weight: normal;
}

.aboutm-pics .btn-left,
.aboutm-pics .btn-right{
	height: 182px;
}


@media screen and (max-width: 1300px) {
	
.aboutm-videos .moreitems .left h2 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}	
.aboutm-videos .first {
	padding: 25px 90px 25px 90px;
}
.aboutm-pics .pics .pics-cover {
	padding: 25px 45px 25px 45px;
	width: calc(100% - 90px);
}
.aboutm-pics .pics .pics-item .share a{
	display: none;
}	
.aboutm-pics .pics .pics-item .share .ico-share{
	display: block;
}
.aboutm-pics .pics .pics-item .share .ico-share:before{
	font-size: 1rem;
}	
.aboutm-pics .pics .pics-item .range .item {
	padding: 25px 90px 25px 90px;
	width: calc(100% - 180px);
}
.aboutm-pics .pics .pics-item .nav {
	right: 10px;
	top: 25px;
}
}


@media screen and (max-width: 970px) {
.aboutm-videos .first {
	padding: 0px;
	background-size: 0px 0px;
	display: flex;
	align-items: flex-start;
}
.aboutm-pics .pics .pics-cover {
	display: none;
}
.aboutm .bars .types {
	display: none;
}
.aboutm-container {
	display: block;
}
.aboutm-pics .pics {
	margin-bottom: 0px;
	position: relative;
	padding: 0px 0px 0px 0px;
}
.aboutm-pics .pics .pics-range {
	height: 800px;
	overflow: hidden;
}	
.aboutm-pics .pics .pics-items {
	display: block;
}
.aboutm-pics .pics .pics-item .range .item {
	padding: 0px;
	width: 100%;
	height: auto;
	background-size: 0px 0px;
}
.aboutm-pics .pics .pics-item .range-limit {	
	height: 700px;
	overflow: hidden;	
}	
.aboutm-pics .pics .pics-item .range .item .bgcolor {	
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	height: auto;
	align-items: flex-start;
	padding: 15px 0px 15px 0px;	
}
.aboutm-pics .pics .pics-item .range .item .simage {
	padding: 0px;
	width: 150px;
	min-width: 0px;
}
.aboutm-pics .pics .pics-item .range .item .simage a {
	font-size: 0px;
}
.aboutm-pics .pics .pics-item .range .item .simage img {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	max-width: 100%;
	min-height: 0px;
	border-radius: 7px;
}
.aboutm-pics .pics .pics-item .range .item .titles {
	margin-left: 15px;
	padding-top: 0px;
}
.aboutm-pics .pics .pics-item .range .item .titles .type {
	font-size: 0.875rem;
	color:#999999;
}
.aboutm-pics .pics .pics-item .range .item .titles h3 {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 5px;
}
.aboutm-pics .pics .pics-item .range .item .titles .abstract {
	margin-bottom: 10px;
    color: #999999;
    font-size: 0.875rem;
    overflow: hidden;
    max-height: 6.7rem;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.aboutm-pics .pics .pics-item .nav {
	display: none;
}
.aboutm-pics .pics .pics-item .range .item .titles .more {
	display: none;
}
.aboutm-pics .pics-nav {
	display: none;
}
	
.aboutm-pics .pics .pics-item .range .item-wimg .wimg{
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
}
.aboutm-pics .pics .pics-item .range .wimg a {
	order: 1;
	font-size: 0px;
}
	
.aboutm-pics .pics .pics-item .range .item-wimg .wimg .titles {
	position: static;
	background-color: #ffffff;
	order: 1;
    padding: 15px 0px 15px 0px;
}	
.aboutm-pics .pics .pics-item .range .item-wimg .wimg .titles h3 {	
	color: #333333;
	display: block;
	position: static;
	padding: 0px;
}
.aboutm-pics .pics .pics-item .wimg .share a {
    color: rgba(0,0,0,0.5);
}
}
	

	
@media screen and (max-width: 970px) {	
	
.gallery {
	margin-left: 15px;
	margin-right: 15px;
}
.gallery .picnews1 {
	position: relative;
}
	
.gallery .picnews1 .range {
	height: 520px;
    overflow: hidden;
}
.gallery .picnews1 .items {
	display: block;
}
.gallery .picnews1 .item {
	display: block;
	position: static;
	flex-direction: column;
}

.gallery .picnews1 .item .vbox:hover {
	padding: 15px 0px 15px 0px;
	margin: 0px;
}	
	
.gallery .picnews1 .item:nth-of-type(1) {
	position: relative;
	visibility: visible;
}
.gallery .picnews1 .item .carbox {
	width: auto;
	margin-right: 0px;
	margin-bottom: 15px;
}
	
.gallery .picnews-bmd,
.gallery .picnews-featured {
	height: 520px;
    overflow: hidden;	
}	
.gallery .picnews-featured .range,
.gallery .picnews-bmd .range {
	height: auto;
    overflow:visible;
}
	
.gallery .picnews-nwn {
	height: 800px;
	overflow: hidden;
}
.gallery .picnews-nwn .range {
	overflow: visible;
}	
.gallery .picnews-nwn .range .item {
	flex-direction: column;
}
.gallery .picnews-nwn .item .row1 {
	width: 100%;
	flex-direction: column;
}
.gallery .picnews-nwn .item .row2 {
	width: 100%;
	flex-direction: column;
}

.gallery .picnews-nwn .item .row1 .vbox .contents {
	display: block;
}
.gallery .picnews-nwn .item .row1 .vbox .simage {    
    width: 100%;
}	
.gallery .picnews-nwn .item .row1 .vbox .titles {
	padding: 10px 0px 0px 0px;	
}
	
/********************************/	
	
.gallery .picnews-featured .item .vbox:nth-of-type(4n+4),
.gallery .picnews1 .item .vbox, 
.gallery .picnews-nwn .item .row1 .vbox, 
.gallery .picnews-nwn .item .row2 .vbox, 
.gallery .polulars .row2 .vbox, 
.polulars-list .vbox, 
.gallery .mustknow .vbox, 
.gallery .mustknow .right .vbox, 
.aboutm .moreitems .right .vbox {
	display: block;
	width: auto;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	justify-content: space-between;
	border: none;
	border-bottom: 1px solid #dddddd;
	background-color: #ffffff;
	box-sizing: border-box;
}		
.gallery .picnews1 .item .vbox .simage, 	
.polulars-list .vbox .simage {
	width: 150px;
	height: auto;
	margin: 0px;
}	
.gallery .mustknow .right .vbox .simage {
	width: auto;
	height: auto;
	margin: 0px;
}	
.gallery .mustknow .left .vbox h3 a {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
	overflow: hidden;
	max-height: 6rem;
	-webkit-line-clamp: 4;
}
.gallery .polulars .vbox .info, 
.gallery .picnews-nwn .item .info, 
.gallery .picnews-nwn .item .row2 .info {
	padding: 0px 5px 5px 5px;
	background: transparent;
	justify-content: flex-end;
	align-items: flex-end;
}
.gallery .polulars .vbox .info .typea, 
.gallery .picnews-nwn .item .vbox .typea {
	display: none;
}
.gallery .polulars .row1 .vbox .info .length {
	display: block;
}
.gallery .polulars .row1 .vbox .info h3, 
.gallery .picnews-nwn .item .row1 .vbox .info h3, 
.gallery .picnews-nwn .item .row2 .vbox .info h3 {
	display: none;
}
.gallery .polulars .row1 .vbox .info .more, 
.gallery .picnews-nwn .item .row1 .vbox .info .more, 
.gallery .picnews-nwn .item .row2 .vbox .info .more {
	display: none;
}
.gallery .polulars .row1 .vbox .titles, 
.gallery .picnews-nwn .item .vbox .titles, 
.gallery .polulars .row2 .vbox .titles, 
.aboutm .moreitems .right .vbox .titles {
	flex: 1;
	display: flex;
	padding: 0px 0px 0px 10px;
}
}



/*****************************/
.lang-bg .mainplayer .playerbox-holder .playlist .tabs div{
	font-size: 0.9rem;
}
.lang-it .mainplayer .playerbox-holder .playlist .tabs div,
.lang-te .mainplayer .playerbox-holder .playlist .tabs div,
.lang-es .mainplayer .playerbox-holder .playlist .tabs div,
.lang-mn .mainplayer .playerbox-holder .playlist .tabs div,
.lang-ru .mainplayer .playerbox-holder .playlist .tabs div,
.lang-bg .mainplayer .playerbox-holder .playlist .tabs div,
.lang-hu .mainplayer .playerbox-holder .playlist .tabs div,
.lang-vn .mainplayer .playerbox-holder .playlist .tabs div,
.lang-fr .mainplayer .playerbox-holder .playlist .tabs div {
	padding-left: 0px;
	padding-right: 0px;	
}


.lang-en .mainplayer .playerbox-holder .playlist .tabs div,
.lang-kr .mainplayer .playerbox-holder .playlist .tabs div,
.lang-jp .mainplayer .playerbox-holder .playlist .tabs div,
.lang-ch .mainplayer .playerbox-holder .playlist .tabs div,
.lang-gb .mainplayer .playerbox-holder .playlist .tabs div{
	white-space: nowrap;
	flex:1;
}



.lang-fa .mainplayer .playerbox-holder .playlist .tabs div,
.lang-th .mainplayer .playerbox-holder .playlist .tabs div {
	min-width: 25%;
}

.lang-tl .mainplayer .playerbox-holder .playlist .tabs,
.lang-pl .mainplayer .playerbox-holder .playlist .tabs,
.lang-mn .mainplayer .playerbox-holder .playlist .tabs {
	height: 72px;
}

.lang-mn .mainplayer .playerbox-holder .playlist .tabs div,
.lang-tl .mainplayer .playerbox-holder .playlist .tabs div {
    line-height: 1.2;
	text-align: center;
}

.lang-kr .mainplayer .playerbox-holder .playlist .item-t h3,
.lang-jp .mainplayer .playerbox-holder .playlist .item-t h3,
.lang-ch .mainplayer .playerbox-holder .playlist .item-t h3,
.lang-gb .mainplayer .playerbox-holder .playlist .item-t h3 {
	font-size: 1rem;
}
.lang-kr .mainplayer .playerbox-holder .playlist .item-nwn h3,
.lang-jp .mainplayer .playerbox-holder .playlist .item-nwn h3,
.lang-ch .mainplayer .playerbox-holder .playlist .item-nwn h3,
.lang-gb .mainplayer .playerbox-holder .playlist .item-nwn h3 {
	font-size: 0.875rem;
}
.lang-jp .mainplayer .playerbox-holder .playlist .item-line span,
.lang-kr .mainplayer .playerbox-holder .playlist .item-line span,
.lang-gb .mainplayer .playerbox-holder .playlist .item-line span,
.lang-ch .mainplayer .playerbox-holder .playlist .item-line span{
	letter-spacing: 0.3rem;
}

/********************/
.lang-fa .mainplayer .playerbox-holder .playlist .ns-link,
.lang-fa .float-menu-more-channel,
.lang-fa .aboutm-videos .moreitems .left .abstract,
.lang-fa .aboutm-pics .pics .pics-item .range .item .titles .abstract,
.lang-fa .heartline .items .item .right .abstract,
.lang-fa .heartline .items .item .right .title,
.lang-ar .mainplayer .playerbox-holder .playlist .ns-link,
.lang-ar .float-menu-more-channel,
.lang-ar .aboutm-videos .moreitems .left .abstract,
.lang-ar .aboutm-pics .pics .pics-item .range .item .titles .abstract,
.lang-ar .heartline .items .item .right .abstract,
.lang-ar .heartline .items .item .right .title{
	direction: rtl;
}


.lang-fa .ico-more2:before,
.lang-ar .ico-more2:before {
    padding-left: 5px;
	padding-right: 0px;
}

.lang-fa .aboutm .bars .types div,
.lang-ar .aboutm .bars .types div{
    
    padding-left: 10px;
	padding-right: 0px;
    margin-left: 10px;
	margin-right: 0px;
    border-left: 1px solid #ffffff;        
	border-right: none;
}

.lang-fa .aboutm .bars .types div:last-of-type,
.lang-ar .aboutm .bars .types div:last-of-type{
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
}


.lang-fa .navbar-box .more, 
.lang-fa .main-titles .btns .more,
.lang-fa .gallery .navbar-box .more,

.lang-ar .navbar-box .more, 
.lang-ar .main-titles .btns .more,
.lang-ar .gallery .navbar-box .more{
    margin-left: 0px;
    margin-right: 0px;	
}


.lang-fa .ico-more5:before,
.lang-ar .ico-more5:before{
	padding-left: 10px;
    padding-right: 0px;
}

.lang-fa .heartline .items .item .simage,
.lang-ar .heartline .items .item .simage{
	order: 1;
	margin-left: 50px;
	margin-right: 0px;
}


.lang-fa .mainplayer .nav .items .live span,
.lang-ar .mainplayer .nav .items .live span{
    margin: 0px 10px 0px 10px;
}



@media screen and (max-width: 970px) {	
.lang-fa .heartline .items .item .simage,
.lang-ar .heartline .items .item .simage{
	margin-left: 10px;
}	
}