@charset "utf-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
a {
	color: #333333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
	font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[lang]:lang(zh-TW),
[lang]:lang(zh-TW) textarea{
	font-family: 'Segoe UI', SegoeUI, 'Microsoft JhengHei', 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[lang]:lang(zh-CN),
[lang]:lang(zh-CN) textarea{
	font-family: 'Segoe UI', SegoeUI, 'Microsoft YaHei', 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[lang]:lang(en-US),
[lang]:lang(en-US) textarea, 
[lang]:lang(fr-FR), 
[lang]:lang(fr-FR) textarea, 
[lang]:lang(de-DE), 
[lang]:lang(de-DE) textarea,
[lang]:lang(es-ES), 
[lang]:lang(es-ES) textarea, 
[lang]:lang(hu-HU),
[lang]:lang(hu-HU) textarea {
   font-family: 'font1-normal', 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


body {
	color: #353535;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input, textarea {
	outline: 0;
	resize: none;
	-webkit-appearance: none;
	border-radius: 0;
}
img {
	max-width: 100%;
}
button {
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	outline: none;
	font-size: 1rem;
}


.padding-top {
	padding-top: 65px;
}
.padding-both {
	padding-top: 65px;
	padding-bottom: 65px;
}
.padding-bottom {
	padding-bottom: 65px;
}
.viewport {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
}
.body-box {
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 970px) {
.body-box {
	padding-left: 0px;
	padding-right: 0px;
}
.padding-top {
	padding-top: 25px;
}
.padding-both {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-bottom {
	padding-bottom: 25px;
}
}
.filter-blur {
	filter: blur(3px);
}
.btn-top:before {
	font-family: 'tvicos';
	content: "\e906";
	font-size: 1.2rem;
}
.btn-top {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	border-radius: 30px;
	border: 1px solid #999999;
	background-color: #ffffff;
	width: 50px;
	height: 50px;
	right: 15px;
	bottom: 20px;
	z-index: 1000;
	visibility: hidden;
	cursor: pointer;
}
.btn-top:hover {
	background-color: #cccccc;
}
.loading {
	z-index: 200;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0px 0px -30px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border-top: 7px solid rgba(0, 170, 255, 0.4);
	border-right: 7px solid rgba(0, 170, 255, 0.9);
	border-bottom: 7px solid rgba(0, 170, 255, 0.9);
	border-left: 7px solid rgba(0, 170, 255, 0.9);
	transform: translateZ(0);
	animation: loading 1.1s infinite linear;
	visibility: hidden;
}
.loading-s {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-top: 5px solid rgba(0, 170, 255, 0.4);
	border-right: 5px solid rgba(0, 170, 255, 0.9);
	border-bottom: 5px solid rgba(0, 170, 255, 0.9);
	border-left: 5px solid rgba(0, 170, 255, 0.9);
	transform: translateZ(0);
	animation: loading 1.1s infinite linear;
}
@keyframes loading {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}



.list-more {
	position: absolute;
	display: none;
	justify-content: center;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 100;
}
.list-more .backcolor1 {
	display: block;
	height: 30px;
	width: 100%;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}
.list-more .backcolor2 {
	display: flex;
	justify-content: center;
	background-color: #ffffff;
	padding-top: 20px;
}
.list-more span {
	font-size: 1.1rem;
	color: #00aaff;
	min-width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 30px;
	border: 1px solid #cccccc;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 970px) {
.list-more {
	display: block;
}	
}



.header {
}
.header-h {
	display: block;
	min-height: 60px;
}
.header .topbar {
	background-image: url(../images/top_bar1.jpg);
	background-size: 100% 100%;
}
.header .topbar-box {
	height: 35px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #ffffff;
	font-size: 0.9rem;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.header .topbar .btn-langDiag {
	margin-right: 25px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 0.8rem;
}
.header .topbar .btn-langDiag:before {
	font-size: 1.4rem;
}
.header .topbar .btn-langDiag:hover {
	color: #999999;
}
.header .topbar .btn-srchDiag {
	margin-left: 15px;
	color: #999999;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.header .topbar .btn-srchDiag:hover {
	color: #333333;
}
.header .topbox {
	background-image: url(../images/top_bk1.jpg);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.header .topbox-box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	align-items: center;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.header .logo {
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	align-items: center;
	width: 70px;
	margin-bottom: 5px;
}
.header .logo img{
	width: 70px;
}

.header .title {
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: 10px;
	display: flex;
	align-items: center;
	min-width: 310px;
}
.header .title img {
	height: 40px;
	width: auto;

}
.header .btn-leftbox {
	display: none;
}
.header .btn-back {
	display: none;
}
.header .srchs-m {
	display: none;
}
.header .nav {
	flex-shrink: 0;
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
}
.header .nav li {
	display: inline-block;
	margin-left: 25px;
	cursor: pointer;
	color: #ffffff;
	position: relative;
	transition: all 0.2s;

}
.header .nav li:first-of-type {
	margin-left: 0px;	
}
.header .nav li a {
	color: #ffffff;
}
.header .nav li a:hover, .header .nav li:hover {
	color: rgba(255,255,255,0.8);
}
.header .nav .line {
	border-right: 2px solid #ffffff;
	height: 13px;
	margin-top: 2px;
	cursor: default;
}




.header .nav .srchs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background-color: rgba(255,255,255,0.3);
	height: 30px;
	margin-left: 20px;
	width: 500px;
	padding: 5px 10px 5px 10px;
	transition: width 0.3s ease-out;
}
.header .nav .srchs .srch-keywords {
	font-size: 1rem;
	border: none;
	flex-grow: 1;
	flex-shrink: 1;
	width: calc(100% - 30px);
	background-color: transparent;
	display: block;
	padding: 3px 0px 0px 10px;
}
.header .nav .srchs .srch-keywords::placeholder {
 color:rgba(255,255,255,0.7);
}
.header .nav .srchs .btn-srchSubmit {
	width: 30px;
	cursor: pointer;
	color: #00aaff;
	font-size: 1rem;
	flex-grow: 0;
	flex-shrink: 0;
}
.header .nav .srchs .btn-srchSubmit:before,
.header .nav .srchs .btn-srchmin:before {
	font-size: 1.4rem;
	color: rgba(255,255,255,0.7);
	cursor: pointer;
}
.header .nav .srchs-hover {
	background-color: rgba(255,255,255,0.5);
}
.header .nav .srchs .btn-srchmin:hover:before,
.header .nav .srchs .btn-srchSubmit:hover:before,
.header .nav .srchs-hover .srch-keywords::placeholder,
.header .nav .srchs-hover .btn-srchSubmit:before {
	color: rgba(255,255,255,1);
}
.header .nav .srchs-active {
	background-color: rgba(255,255,255,1);
}
.header .nav .srchs-active .srch-keywords::placeholder {
	color:rgba(0,0,0,0.5);
}
.header .nav .srchs-active .btn-srchmin:before,
.header .nav .srchs-active .btn-srchSubmit:before {
	color: #00aaff;
}
.header .nav .srchs-active .btn-srchmin:hover:before,
.header .nav .srchs-active .btn-srchSubmit:hover:before {
	color: #000000;
}



.header .nav .srchs-min {
	width: 30px;
	background-color: transparent;
	padding: 0px;
}
.header .nav .btn-srchmin,
.header .nav .srchs-min .srch-keywords{	
	display: none;
}



.header-s {
	position: fixed;
	width: 100%;
	z-index: 200;
}
.header-s .topbar {
	display: none;
}
.header-s .topbox {
	background-color: #00aaff;
	background-size: 100% 100%;
}
.header-s .topbox-box {
	min-height: 45px;
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.header-s .logo {
	width: 55px;
	margin-bottom: 0px;
}
.header-s .title {
}
.header-s .btn-langDiag {
	font-size: 0px;
}
.header-s .nav {
	padding-right: 0px;
	justify-content: center;
}
.header-s .nav ul {
	flex: 1;
	justify-content: flex-end;
	display: flex;
	align-items: center;
}
.header-s .nav .line {
	margin-top: 0px;
}
.menu-lang {
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	right: -100vw;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	z-index: 250;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	transition: all 0.3s;
	padding-bottom: 50px;
}
.menu-lang .menu-langbox{
	overflow-y:scroll;	
	margin-top: 10px;
}
.menu-lang .btn-clangDiag {
	width: 100vw;
	height: 35px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding-left: 25px;
	margin-top: 10px;
}

.menu-lang li a{
	display: block;
	font-size: 1rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	cursor: pointer;
}
.menu-lang li a:hover {
	background-color: #dddddd;
	color: #000000;
}
.srchDiag {
	position: fixed;
	z-index: 260;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	align-items: stretch;
	visibility: hidden;
	left: 0px;
	top: -50px;
}
.srchDiag .srch-keywords {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	height: 2rem;
	padding: 5px;
	text-align: center;
	width: 30rem;
	font-size: 1rem;
}
.srchDiag .btn-srchSubmit {
	width: 3rem;
	cursor: pointer;
	background-color: #cccccc;
	color: #ffffff;
}
.srchDiag .btn-srchSubmit:hover {
	color: #333333;
}
.srchDiag .btn-srchClose {
	width: 50px;
	cursor: pointer;
	color: #999999;
}
.srchDiag .btn-srchClose:hover {
	color: #333333;
}
.navmenus {
	background-color: #f5f5f5;
	max-width: 1250px;
	padding: 30px;
	z-index: 210;
	box-sizing: border-box;
	visibility: hidden;
	position: absolute;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.navmenus .btn-navmenuClose {
	display: none;
}
.navmenusb .mobile-only {
	display: none;
}
.navmenusb a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	color: #333333;
	display: block;
	font-weight: 500;
}
.navmenusb span {
	margin-top: 5px;
	color: #999999;
	font-size: 0.875rem;
	font-weight: normal;	
	overflow: hidden;
	max-height: 3.94rem;
	white-space: normal;
	display: -webkit-box;		
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;	
}
_:-ms-fullscreen,
:root .navmenusb span {
    display: block;
}

.navmenusb a:hover {
	color: #00aaff;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.navmenusb .navmenu-a ul {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.navmenusb .navmenu-a ul li {
	margin-left: -1px;
	display: flex;
	align-items: stretch;
}
.navmenusb .navmenu-a li a {
	border-left: 1px solid transparent;
	border-right: 1px solid #cccccc;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.navmenusb .navmenu-a li:last-child a {
	border-right: 1px solid transparent;
}
.navmenusb .navmenu-a li a:hover {
	border: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.navmenusb .navmenu-b>div {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.navmenusb .navmenu-b ul {
	border-right: 1px solid #cccccc;
	width:16.6%;
	flex: 1;
}
.navmenusb .navmenu-b ul:last-child {
	border-right: 0px;
}
.navmenusb .navmenu-b li {
}
.navmenusb .navmenu-channel {
	max-width: 600px;
}
.navmenusb .navmenu-channel>div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.navmenusb .navmenu-channel a {
	width: 30%;
	flex-grow: 1;
	box-sizing: border-box;
}
.navmenusb h3 {
	display: none;
	font-size: 1rem;
	padding-bottom: 10px;
	color: #333333;
}
.navmenusb .navmenu-lang .menu-langbox{
	display: flex;
}
.navmenusb .navmenu-lang ul:first-of-type {
   border-right: 1px solid #dddddd;
}
.navmenusb .navmenu-lang li a {
	display: block;
	font-size: 1rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;	
	font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navmenusb .navmenu-lang li a:hover {
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
	color: #00aaff;
}
.navmenusb .navmenu-app {
	width: 390px;
}
.navmenusb .navmenu-app .title {
	font-size: 0.9rem;
	margin-bottom: 15px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}
.navmenusb .navmenu-app .qrcode {
	display: flex;
	align-items: flex-start;
}

.navmenusb .navmenu-app .qrcode .codebox{
	margin-right: 20px;
}
.navmenusb .navmenu-app .qrcode .codebox .codeimg{
	margin-bottom: 3px;
	width: 115px;
	height: 115px;
}
.navmenusb .navmenu-app .qrcode .codebox .codename{
	display: flex;
	justify-content: center;
	font-size: 0.875rem;
}
.navmenusb .navmenu-app .qrcode .btns {
	flex: 1;
	padding-top: 5px;
}
.navmenusb .navmenu-app .qrcode .btns a {
	border-radius: 50px;
	border: 2px solid #cccccc;
	padding: 7px 15px 7px 15px;
	margin-bottom: 15px;
	justify-content: center;
	white-space: nowrap;
}
.navmenusb .navmenu-app .qrcode .btns a:last-of-type {
	margin-bottom: 0px;
}
.navmenusb .navmenu-app .qrcode .btns .iphone {
	display: flex;
}
.navmenusb .navmenu-app .qrcode .btns .android {
	display: flex;
}

.navmenusb .navmenu-live {
	position: relative;
}

.navmenusb .navmenu-live .btns {
	position: absolute;
	padding: 15px 0px 0px 15px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
} 
.navmenusb .navmenu-live .btns a {
	background-color: #ffffff;
	color:#333333;
    border-radius: 50px;
    border: 2px solid #cccccc;
    padding: 2px 20px 2px 20px;
    white-space: nowrap;
	min-width: 40PX;
	display: flex;
    justify-content: center;	
	align-items: center;
	margin-bottom: 10px;
}
.navmenusb .navmenu-live .btns a span {
	font-size: 1rem;
	font-family: 'font1-medium';	
	margin-top: 0px;
	color:#333333;
}
.navmenusb .navmenu-live .btns a:before {
	color:#00aaff;
}
.navmenusb .navmenu-live .btns a:hover {
	background-color: #00aaff;
	color:#ffffff;
	border: 2px solid #00aaff;
}
.navmenusb .navmenu-live .btns a:hover:before,
.navmenusb .navmenu-live .btns a:hover span{
	color:#ffffff;
}
.navmenusb .navmenu-live .btns .btn-note {
	margin-bottom: 15px;
}

@media screen and (max-width: 970px) {
.header .topbar {
	display: none;
}
.header .topbox {
	background-image: url(../images/top_bk1_m.jpg);
	background-size: 100% auto;
	background-position: center top;
}
.header .topbox-box {
	align-items: center;
	position: relative;
	flex-wrap: nowrap;
	padding-top: 5px;
	background-color: #08a5f0;
	flex-direction: column;
	border-bottom: none;
	padding-left: 0px;
	padding-right: 0px;
}
.header .logo {
	margin-left: 0px;
	margin-top: 15px;
	width: 100px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}
.header .title {
	margin-left: 0px;
}
.header .title img {
	max-width: 70vw;
	margin-left: auto;
	margin-right: auto;
}
.header .btn-leftbox {
	position: absolute;
	left: 15px;
	top: 10px;
	display: flex;
}
.header .btn-leftbox .btn-back {
	width: 30px;
	height: 40px;
	color: rgba(255,255,255,0.5);
	display: block;
	margin-right: 12px;
	margin-left: -10px;
}
.header .btn-leftbox .btn-srchDiag {
	color: rgba(255,255,255,0.5);
	width: 30px;
	height: 40px;
	cursor: pointer;
}
.header .srchs-m {
	display: flex;
	position: absolute;
	top: 10px;
	right: 15px;
	padding-right: 0px;
}
.header .srchs-m .btn-navmenu {
	width: 30px;
	height: 40px;
	color: rgba(255,255,255,0.5);
	display: block;
}
.header .srchs-m .btn-langDiag {
	margin-right: 15px;
	width: 30px;
	height: 40px;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	display: flex;
	align-items: center;
}
.header .nav {
	display: none;
}
.header-s {
	min-height: 50px;
	background-size: 100% auto;
	background-position: center top;
	padding-bottom: 0px;
}
.header-s .topbox-box {
	padding-top: 7px;
	padding-bottom: 7px;
	height: auto;
}	
.header-s .logo {
	position: static;
	width: 55px;
	height: 45px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header-s .title {
	display: none;
}
.srchDiag .srch-keywords {
	width: 60%;
}
.navmenus {
	width: 100%;
	height: 150vh;
	z-index: 240;
	background-color: rgba(255,255,255,1);
	padding: 0px;
	visibility: hidden;
}
.ico-boxarrow1 {
	display: none;	
}
.navmenus .btn-navmenuClose {
	width: 100vw;
	height: 35px;
	display: flex;
	margin-bottom: 15px;
	margin-top: 10px;
	box-sizing: border-box;
	padding-left: 20px;
}
.navmenusb {
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	height: calc(100vh - 70px);
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.navmenusb .navmenu-b ul {
	width:auto;
}
.navmenusb .mobile-only {
	display: block;
}
.navmenusb a:hover {
	background-color: transparent;
}
.navmenusb .navmenu-app {
	border-top: 1px solid #dddddd;
	width: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}
.navmenusb .navmenu-app h3 {
	display: block;
	margin-top: 20px;
}
.navmenusb .navmenu-app .title, 
.navmenusb .navmenu-app .qrcode .codebox {
	display: none;
}
.navmenusb .navmenu-app .qrcode .btns {
	width: 100%;
	flex: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.navmenusb .navmenu-app .qrcode .btns a {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	flex: 1;
	min-width: 100px;
}
.navmenusb .navmenu-a ul, 
.navmenusb .navmenu-b div {
	display: none;
	flex-direction: column;
}
.navmenusb .navmenu-a h3, 
.navmenusb .navmenu-b h3 {
	padding-bottom: 0px;
	border-top: 1px solid #dddddd;
	display: flex;
}
.navmenusb .navmenu-a h3 a, 
.navmenusb .navmenu-b h3 a {
	padding-left: 0px;
	flex: 1;
}
.navmenusb .navmenu-a h3:after, 
.navmenusb .navmenu-b h3:after {
	flex: 0;
	font-family: 'tvicos' !important;
	content: "\e905";
	color: #cccccc;
	font-size: 1rem;
	margin-top: 5px;
}
.navmenusb .navmenu-a .opened:after, 
.navmenusb .navmenu-b .opened:after {
	content: "\e907";
}
.navmenusb .navmenu-a .nomenu:after {
	content: "";
}
.navmenusb .navmenu-a a, 
.navmenusb .navmenu-b a {
	display: block;
	width: auto;
	border: none;
	flex: 1;
}
.navmenusb .navmenu-a li a, 
.navmenusb .navmenu-b li a {
	border: none;
}
.navmenusb .navmenu-a li a:hover, 
.navmenusb .navmenu-b li a:hover, 
.navmenusb .navmenu-b ul {
	border: none;
}
.navmenusb .navmenu-lang ul {
	display: none;
}
.navmenusb .navmenu-channel {
	max-width: 100%;
}
.navmenusb .navmenu-live {
	display: none;	
}	
}


.footer {
	border-top: 1px solid #cccccc;
	background-color: #eeeeee;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 25px;
}
.footer .logos {
	text-align: center;
	padding-top: 50px;
}
.footer .sitelinks {
	display: flex;
	justify-content: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer .sitelinks a {
	color: #00aaff;
	padding-left: 10px;
	padding-right: 10px;
}
.footer .sitelinks a:hover {
	color: #00ccff;
}
.footer .subscribe {
	width: 400px;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.footer .subscribe input {
	border: none;
	font-size: 1.1rem;
	width: 200px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	flex: 1;
}
.footer .subscribe button {
	font-size: 1.1rem;
	min-width: 100px;
	height: 50px;
	display: flex;
	color: #ffffff;
	padding: 10px;
	background-color: #00aaff;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.footer .subscribe button:hover {
	background-color: #0096dc;
}
.footer .links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .links a {
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	margin-bottom: 10px;
}
.footer .links a:hover {
	color: #000000;
}
.footer .infos {
	padding-top: 15px;
	padding-bottom: 25px;
	color: #999999;
	display: flex;
	align-items: center;
	flex-direction: column;	
}
.footer .bar {
	width: 100%;
	height: 50px;
	background-color: #00aaff;
}

@media screen and (max-width: 970px) {
.footer .logos img {
	width: 80%;
	height: auto;
}
.footer .subscribe {
	width: 90%;
}
.footer .infos {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
}



.vbox {
	display: flex;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.vbox .contents {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
}
.vbox .types-mobile {
	display: none;
}
.vbox .num1 {
	min-width: 1rem;
	padding: 0px 10px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	font-size: 0.875rem;
}
.vbox .simage {
	flex-shrink: 0;
	width: 100%;
}
.vbox .simage .simagebox {
	width: 100%;
	position: relative;
	min-height: 90px;
	background-color: #eeeeee;
	background-size: cover;
	background-position: center center;
}
.vbox .simage .simagebox .num {
	color: #ffffff;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -10px;
	left: -15px;
	width: 40px;
	height: 40px;
	background-color: #00aaff;
	border: 3px solid #ffffff;
	border-radius: 50px;
	z-index: 61;
}
.vbox .simage .simagebox img {
	z-index: 50;
	width: 100%;
	height: auto;
}
.vbox .simage .simagebox a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 60;
	background-image: url(../images/video_play.png);
	background-repeat: no-repeat;
	background-size: 0px 0px;
	box-sizing: border-box;
}
.vbox .simage .simagebox a:hover, 
.vbox:hover .simage .simagebox a {
	background-size: cover;
	border-bottom: 7px solid #00aaff;
	background-position: center center;
}
.vbox .info {
	position: absolute;
	z-index: 55;
	width: 100%;
	min-height: 30px;
	left: 0px;
	bottom: 0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
.vbox .info .length {
	font-size: 0.75rem;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.vbox .titles {
	flex-grow: 1;
	padding: 15px;
	box-sizing: border-box;
	word-break: break-word;
	display: flex;
	flex-direction: column;
}
_:-ms-fullscreen,
:root .vbox .titles {
	display: block;
}
.vbox .titles .type {
	font-family: 'font2-medium';
	font-weight: 600;
	font-size: 0.875rem;
	color: #00aaff;
	align-items: center;
	margin-bottom: 3px;
	overflow: hidden;
	max-height: 1.3125rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.vbox .titles h3 {
}
.vbox .titles h3 a {
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 10px;
	font-weight: normal;
	flex-grow: 1;
	overflow: hidden;
	max-height: 3.6rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
_:-ms-fullscreen,
:root .vbox .titles h3 a {
    display: block;
}

.vbox .titles h3 a:hover {
	color: #00aaff;
}
.vbox .titles .abstract {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #999999;
	margin-bottom: 15px;
}
.vbox .titles .time-pc {
	font-family: 'font2-medium';
	font-weight: 500;
	display: flex;
	flex-grow: 1;
	font-size: 0.9rem;
	color: #999999;
	align-items: flex-end;
}
.vbox .titles .time-pc .count {
	margin-right: 10px;
	display: flex;
	align-items: center;
	color: #999999;
}

.playlist .vbox {
	margin: 0px 20px 0px 20px;
	padding: 12px 0px 15px 0px;
	justify-content: space-between;
	border: none;
	border-bottom: 1px solid #eeeeee;
	background-color: transparent;
}
.playlist .vboxcurrent {
	margin: 0px 0px 0px 0px;
	padding: 12px 20px 15px 20px;
	background-color: #00aaff;
}
.playlist .vbox:hover {
	margin: 0px 0px 0px 0px;
	padding: 12px 20px 15px 20px;
}
.playlist .vboxcurrent .num1:before {
	content: "▶";
	font-size: 0.875rem;
}
.playlist .vboxcurrent .num1 {
	font-size: 0px;
}
.playlist .vbox:hover .num1, 
.playlist .vbox:hover .titles .time, 
.playlist .vbox:hover .titles .time-pc, 
.playlist .vbox:hover a, 
.playlist .vbox:hover a:hover, 
.playlist .vbox:hover .titles .type {
	color: #333333;
}
.playlist .vboxcurrent:hover .num1, 
.playlist .vboxcurrent:hover .titles .time, 
.playlist .vboxcurrent:hover .titles .time-pc, 
.playlist .vboxcurrent:hover a, 
.playlist .vboxcurrent:hover a:hover, 
.playlist .vboxcurrent:hover .titles .type, 
.playlist .vboxcurrent .num1, 
.playlist .vboxcurrent .titles .time, 
.playlist .vboxcurrent .titles .time-pc, 
.playlist .vboxcurrent a, 
.playlist .vboxcurrent a:hover, 
.playlist .vboxcurrent .titles .type {
	color: #ffffff;
}
.playlist .vboxcurrent:hover .simage .simagebox a {
	border-bottom: none;
}
.playlist .vbox .contents {
	flex-direction: row;
}
.playlist .vbox .simage {
	width: 160px;
	height: 90px;
	flex-shrink: 0;
}
.playlist .vbox .contents .titles {
	padding: 0px 0px 0px 15px;
}
.playlist .vbox .titles h3 {
	font-size: 0.9rem;
	line-height: 1.2rem;
}
.playlist .vbox .titles .time {
	font-size: 0.8rem;
	display: flex;
	color: #999999;
	align-items: center;
}
.playlist .vbox .info {
	padding: 7px;
}
.playlist .title-type {
	color: #333333;
	font-size: 1.2rem;
	font-weight: normal;
	padding-bottom: 15px;
	display: flex;
}
.playlist .title-type-news {
	padding: 10px 20px 10px 50px;
}
.playlist .title-type .btns {
	flex: 1;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.playlist .title-type .btns {
}
.playlist .title-type .btns .btn-list-sequence, 
.playlist .title-type .btns .btn-list-random {
	padding: 0px 10px 0px 10px;
	cursor: pointer;
}
.playlist .title-type .btns .current, 
.playlist .title-type .btns .btn-list-sequence:hover, 
.playlist .title-type .btns .btn-list-random:hover {
	color: #00aaff;
	font-weight: bold;
}

@media screen and (max-width: 970px) {
.types-mobile .type {
	overflow: hidden;
	max-height: 1rem;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.types-mobile .type, .types-mobile .time {
	font-size: 0.75rem;
	color: #999999;
	margin-right: 15px;
}
.types-mobile .time {
	white-space: nowrap;
}
	
.vbox, .playlist .vbox {
	display: block;
	width: auto;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	justify-content: space-between;
	border: none;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
	box-sizing: border-box;
}
.vbox .contents {
	display: flex;
	flex-shrink: 0;
	flex-grow: 1;
	flex-direction: row;
	margin-bottom: 5px;
}
.vbox .types-mobile {
	display: flex;
}
.playlist .vbox .simage,
.vbox .simage {
	width: 150px;
	height: auto;
	margin: 0px;
}
	
.vbox .info {
	min-height: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.vbox .simage .simagebox {
	overflow: hidden;
}
.vbox .simage .simagebox .num {
	left: -10px;
	top: -10px;
}
.vbox .titles h3 a {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
	overflow: hidden;
	max-height: 6rem;
	-webkit-line-clamp: 4;
}
.vbox .titles .time-pc {
	display: none;
}
.vbox .titles .type {
	display: none;
}
.vbox .titles {
	flex: 1;
	display: flex;
	padding: 0px 0px 0px 15px;
}
.vbox .titles .abstract {
	display: none;
}
	
.vbox .simage .simagebox a:hover, 
.vbox:hover .simage .simagebox a {
	border-bottom: none;
}	
	
.playlist .vbox {
	display: flex;
	flex-wrap: wrap;
}	
.playlist .vbox:hover {
	margin: auto;
	padding: 15px 0px 15px 0px;
}	
.playlist .vbox .info {
	padding: 0px;
}
.playlist .title-type {	
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	padding: 0px 0px 15px 0px;
}
.playlist .vbox .contents {
    width: 50%;
}	
.playlist .vbox .types-mobile {
	width: 100%;
}
.playlist .vbox .num1 {	

}
.playlist .vboxcurrent {
    background-color: #00aaff;
	padding: 15px;
}	
.playlist .vboxcurrent .types-mobile .type, 
.playlist .vboxcurrent .types-mobile .time {
    color: #ffffff;
}
	
}


.main-titles {
	display: flex;
	margin-bottom: 30px;
}
.main-titles-line {
	border-bottom: 1px solid #dddddd;
}
.main-titles .title {
}
.main-titles .title h2 {
	font-family: 'font1-bold';
	font-weight: bold;
	font-size: 2.125rem;
	display: block;
	margin-bottom: 5px;
}
.main-titles .title .line {
	width: 100px;
	height: 5px;
	background-color: #00aaff;
	display: block;
}
.main-titles .tabs {
	display: flex;
}
.main-titles .tabs .tab {
	color: #999999;
	font-size: 1.125rem;
	padding: 0px 15px 10px 15px;
	border-bottom: 3px solid transparent;
}
.main-titles .tabs .tab:hover {
	color: #00aaff;
}
.main-titles .tabs .current {
	color: #000000;
	border-bottom: 3px solid #00aaff;
}
.main-titles .btns {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.main-titles .btns-pc {
	
}
.main-titles .btns button {
	color: #999999;
	cursor: pointer;
}
.main-titles .btns button:hover, 
.main-titles .btns .current {
	color: #00aaff;
}
.navbar-box .more,
.main-titles .btns .more {
	display: flex;
	align-items: center;	
	margin-left: 20px;	
	line-height: 1;
}
.navbar-box .more span,
.main-titles .btns .more span{
	padding-top: 3px;
	font-family: 'font1-medium';
	font-weight: 500;
	font-size: 1rem;
}
.navbar-box .more:hover,
.main-titles .btns .more:hover {
	color: #00aaff;
}
.lang-ch .main-titles .title h2, 
.lang-gb .main-titles .title h2 {
	font-weight: 500;
}

@media screen and (max-width: 970px) {
.main-titles {
	display: block;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 15px;
}
.main-titles .tabs .tab {
    font-size: 1.2rem;
    padding: 0px 5px 5px 5px;
}	
.main-titles .btns {
	margin-top: 15px;
	justify-content: center;
	margin-bottom: 15px;
}
.main-titles .btns-pc {
	display: none;
}	
.main-titles .more {
	display: none;
}
.main-titles .line {
	margin-left: auto;
	margin-right: auto;
}
.main-titles h2 {
	font-size: 1.5rem;
	text-align: center;
}
}




.playerbox-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	flex: 1;
}
.playerbox-container .upnext {
	z-index: 81;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}
.playerbox-container .upnext .title {
	color: #ffffff;
	padding: 15px;
	font-size: 1rem;
}
.playerbox-container .upnext .nbtns {
	display: flex;
	justify-content: center;
	align-items: center;
}
.playerbox-container .upnext canvas {
	border-radius: 50%;
}
.playerbox-container .upnext .btn {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #00aaff;
	flex-grow: 0;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}
.playerbox-container .upnext .btn:hover {
	background-color: #00ccff;
}
.playerbox-container .upnext .btn canvas {
	position: absolute;
	z-index: 85;
	left: 0px;
	top: 0px
}
.playerbox-container .upnext .btn button {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	cursor: pointer;
	z-index: 86;
	color: #ffffff;
}
.playerbox-container .upnext .vbox {
	background-color: #ffffff;
	width: 80%;
	margin-right: 0px;
	border: none;
}
.playerbox-container .upnext .vbox .simage {
	width: 220px;
}
.playerbox-container .upnext .vbox .titles {
	border: none;
	padding: 15px;
}
.playerbox-container .errorbox{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #333333;
	color: #ffffff;
	font-size: 1.25rem;
}
.playerbox-container .playerbox {
	flex-grow: 1;
	flex-shrink: 1;
	background-image: url(../images/playerloading.gif);
    background-size: 100% auto;	
	background-position: center center;
	height: 478px;
}
.playerbox-container .playerbox>div {
	width: 100%;
	height: 100%;
}
.playerbox-container .playerbox video {
	min-width: 100%;
	min-height: 100%;
}


@media screen and (max-width: 970px) {
.playerbox-container .upnext .title {
	padding: 5px;
	font-size: 0.8rem;
}
.playerbox-container .upnext .vbox {
	margin-bottom: 15px;
	width: 100%;
	display: flex;
	padding: 0px;
}
.playerbox-container .upnext .vbox .country {
	display: none;
}
.playerbox-container .upnext .vbox .simage {
	width: 160px;
	margin-top: 0px;
}
.playerbox-container .upnext .vbox .titles {
	margin-top: 0px;
	padding: 5px 15px 5px 15px;
}
}


.btn-left, .btn-right {
	position: absolute;
	width: 50px;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	top: 0px;
	right: 0px;
	z-index: 61;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 3rem;
	visibility: hidden;
}
.btn-left:hover, .btn-right:hover {
	color: #ffffff;
	background-color: rgba(0,0,0,0.4);
}
.btn-left {
	top: 0px;
	left: 0px;
}
.btndisable, .btndisable:hover {
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.nav-point {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 30px;
}
.nav-point div {
	margin: 10px;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	border: 1px solid #999999;
	cursor: pointer;
}
.nav-point div:hover {
	background-color: #999999;
}
.nav-point .current, .nav-point .current:hover {
	border: 1px solid #00aaff;
	background-color: #00aaff;
}
.btns-more-mobile {
	display: none;
}
@media screen and (max-width: 970px) {
.btn-left, .btn-right, .nav-point {
	display: none;
}
.btns-more-mobile {
	display: flex;
	padding: 20px 0px 20px 0px;
	justify-content: center;
}
.btns-more-mobile .more {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	margin-left: 20px;
}	
}



.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;
	justify-content: center;
}


.gallery .picnews1 .item .carbox {
	width: calc(33.33% - 16px);
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
}
.gallery .picnews1 .item .carbox:nth-of-type(3n+3) {
	margin-right: 0px;
}
.gallery .picnews1 .item .carbox .simage{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
	font-size: 0px;
	line-height: 0px;	
}
.gallery .picnews1 .item .carbox .simage a{	
	display: block;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
}
.gallery .picnews1 .item .carbox .simage a:hover{
	background-color: #ffffff;
	opacity: 0.2;
}
.gallery .picnews1 .item .carbox img{
	width: 100%;
}
.gallery .picnews1 .item .carbox .titles{
	padding: 10px 15px 10px 15px;
}


@media screen and (max-width: 970px) {	
	
.gallery {
	margin-left: 0px;
	margin-right: 0px;
}
.gallery .navbar-box {
	display: none;
}
.gallery .nav {
	display: none;	
}
	
.gallery .picnews1 {
	position: relative;
	overflow: hidden;
	max-height: 600px;
}
.gallery .picnews1 .range {
	overflow: visible;
}
.gallery .picnews1 .items {
	display: block;
}
.gallery .picnews1 .item {
	display: flex;
	position: static;
	flex-direction: column;
}
.gallery .picnews1 .item .vbox:hover {
	padding: 12px 0px 15px 0px;
	margin: 0px;
}	
	
.gallery .picnews1 .item:nth-of-type(1) {
	position: static;
	visibility: visible;
}
.gallery .picnews1 .item .carbox {
	width: auto;
	margin-right: 0px;
	margin-bottom: 15px;
}
}



.dcontents-downloadapp {
	width: 390px;
}
.dcontents-downloadapp .title {
	font-size: 0.9rem;
	margin-bottom: 15px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}
.dcontents-downloadapp .qrcode {
	display: flex;
	align-items: flex-start;
}

.dcontents-downloadapp .qrcode .codebox{
	margin-right: 20px;
}
.dcontents-downloadapp .qrcode .codebox .codeimg{
	margin-bottom: 3px;
	width: 115px;
	height: 115px;
}
.dcontents-downloadapp .qrcode .codebox .codename{
	display: flex;
	justify-content: center;
	font-size: 0.875rem;
}
.dcontents-downloadapp .qrcode .btns {
	flex: 1;
	padding-top: 5px;
}
.dcontents-downloadapp .qrcode .btns a {
	border-radius: 50px;
	border: 2px solid #cccccc;
	padding: 7px 15px 7px 15px;
	margin-bottom: 15px;
	justify-content: center;
	white-space: nowrap;
}
.dcontents-downloadapp .qrcode .btns a:hover {
	background-color: #ffffff;
}
.dcontents-downloadapp .qrcode .btns a:last-of-type {
	margin-bottom: 0px;
}
.dcontents-downloadapp .qrcode .btns .iphone {
	display: flex;
}
.dcontents-downloadapp .qrcode .btns .android {
	display: flex;
}

@media screen and (max-width: 970px) {	
.dcontents-downloadapp {
 	width: auto;
	min-width: 80vw;
}	
.dcontents-downloadapp .qrcode {
	flex-direction: column;
	align-items: center;
}	
.dcontents-downloadapp .qrcode .codebox{
	margin-right: 0px;
}
.dcontents-downloadapp .qrcode .btns {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.dcontents-downloadapp .qrcode .btns a{
	margin-right: 15px;	
}
.dcontents-downloadapp .qrcode .codebox .codename{
	margin-bottom: 15px;
}	
}

/*****************************/

.lang-vn .header .nav li {
	margin-left: 20px;
}

.lang-te .header .nav li,
.lang-id .header .nav li,
.lang-ms .header .nav li,
.lang-bg .header .nav li {
	margin-left: 10px;
}
.lang-es .header .nav li {
	margin-left: 8px;
}
.lang-en .vbox .titles .type {
	font-weight: 500;
}


.lang-fa,
.lang-ar {
	text-align: right;
}

.lang-fa .gallery .notes,
.lang-ar .gallery .notes {
	justify-content: flex-end;
}

.lang-fa .navmenusb .navmenu-b li,
.lang-fa .playlist .vbox .titles h3,
.lang-fa .vbox .titles h3 a,
.lang-fa .aboutm-pics .pics .pics-item .range .item .titles .btns,
.lang-fa .aboutm .bars,
.lang-fa .gallery .navbar-box,
.lang-fa .vbox .titles,
.lang-fa .vbox .info,
.lang-fa .gallery .picnews2 .item .row2 .info, 
.lang-fa .main-titles ,
.lang-fa .mainplayer .nav .items,

.lang-ar .navmenusb .navmenu-b li,
.lang-ar .playlist .vbox .titles h3,
.lang-ar .vbox .titles h3 a,
.lang-ar .aboutm-pics .pics .pics-item .range .item .titles .btns,
.lang-ar .aboutm .bars,
.lang-ar .gallery .navbar-box,
.lang-ar .vbox .titles,
.lang-ar .vbox .info,
.lang-ar .gallery .picnews2 .item .row2 .info, 
.lang-ar .main-titles,
.lang-ar .mainplayer .nav .items{
	direction: rtl;
}



@media screen and (max-width: 970px){
.lang-fa .vbox .types-mobile,	
.lang-ar .vbox .types-mobile {
    justify-content: flex-end;
}

.lang-fa .types-mobile .type, .types-mobile .time,	
.lang-ar .types-mobile .type, .types-mobile .time {
    margin-right: 0px;
	margin-left: 15px;
}	
}



