.left {
	float: left;
}

.right {
	float: right;
}

.w100 {
	width: 100%;
}

.limit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

body, body a {
	font-family: Roboto, sans-serif;
}

.ad_banner{
	text-align: center;
}

/* header , footer */

header .container, footer .container {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	color: #fff;
	padding: 0 30px;
}

header a, header a:visited, footer a, footer a:visited {
	color: #fff;
	font-weight: 300;
	text-decoration: unset;
}

header .top_row {
	border-bottom: solid 1px #6d94ff;
	background-image: radial-gradient(circle at 51% 11%, #415fb7, #1a4495);
	text-align: center;
	font-weight: 300;
	font-size: 13px;
	height: 29px;
}

header .top_row .container {
	height: 100%;
	line-height: 29px;
}

header .top_row .date {
	display: inline-block;
	width: 140px;
	border-right: 1px solid #6d94ff;
}

/* header .top_row .online_view {
	margin-left: 10px;
	font-style: italic;
}

header .top_row .online_view:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #24ff43;
	margin-right: 10px;
	border-radius: 50%;
} */

header .top_row .s-icons {
	display: inline-block;
	float: right;
	margin-right: 10px;
	vertical-align: middle;
}

header .top_row .s-icons a:before {
	font-family: "Genericons";
	font-size: 16px;
	line-height: 28px;
	color: #6d94ff;
}

.fb a:before {
	content: "\f12d";
}

.tt a:before {
	content: "\f17c";
}

.yt a:before {
	content: "\f189";
}

header .top_row .language, header .top_row .support {
	float: right;
	border-left: 1px solid #6d94ff;
	text-transform: uppercase;
	font-size: 12px;
}

header .top_row .support {
	padding: 0 10px;
}

header .top_row .support a {
	color: orange;
}

header .top_row .language>span {
	padding: 0 5px;
}

header .top_row .language>span:first-child {
	padding-left: 15px;
}

header .top_row .language .en_edition {
	position: relative;
	float: right;
	padding-right: 0;
	margin-left: 20px;
	font-size: 11px;
}

header .top_row .language .active {
	font-size: 11px;
}

header .top_row .language .active:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid rgba(255, 255, 255, 0.7);
	display: inline-block;
	margin-right: 5px;
}

header .top_row .language .en_edition:hover .en_pannel {
	display: block;
}

header .top_row .language .en_pannel {
	position: absolute;
	display: none;
	top: 28px;
	left: 0px;
	width: 155px;
	text-align: left;
	background-color: #1a4495;
	padding: 5px 20px;
	z-index: 101;
}

header .nav_row {
	position: relative;
	box-shadow: 0 1px 4px 0 rgba(111, 110, 110, 0.5);
	background-color: #08054c;
	text-align: center;
	height: 69px;
}

header .nav_row .container {
	height: 100%;
	line-height: 69px;
}

header .nav_row>.container>div {
	display: inline-block;
	float: left;
	height: 100%;
}

header .nav_row .logo {
	display: inline-block;
	background: url(/assets/themes/ntd/images/NTD_logo.png) no-repeat left center;
	background-color: transparent;
	background-size: auto 40px;
	width: 180px;
	height: 69px;
}

header .nav_row .primary-menu-container .nav-menu::-webkit-scrollbar {
	display: none;
}

header .nav_row .primary-menu-container {
	position: relative;
	width: calc(100% - 290px);
	text-align: left;
	padding-right: 30px;
}

header .nav_row .primary-menu-container .nav-menu {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	overflow: -moz-hidden-unscrollable;
}

header .nav_row .primary-menu-container li {
	display: inline-block;
	text-transform: uppercase;
}

header .nav_row .primary-menu-container li a {
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.4px;
	-webkit-font-smoothing: antialiased;
}

header .nav_row .primary-menu-container li a:hover {
	color: #6d94ff;
}

header .nav_row .primary-menu-container>ul>li:last-child>a {
	padding-right: 0;
	border-left: solid 1px #6d94ff;
	padding: 6px 13px;
}

header .nav_row .primary-menu-container>ul>li:last-child:after {
	font-family: genericons;
	content:'\f19e';
	font-size: 20px;
	color: #6d94ff;
	cursor: pointer;
	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
}

header .nav_row .primary-menu-container>ul>li:last-child:hover .sub-menu {
	display: block;
}

header .nav_row .primary-menu-container .sub-menu {
	position: absolute;
	display: none;
	background: #08054c;
	top: 44px;
	z-index: 10;
	padding: 20px 10px;
}

header .nav_row .primary-menu-container .sub-menu>li {
	display: block;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
}

header .nav_row .right_wrapper {
	text-align: right;
	width: 110px;
}

header .nav_row .right_wrapper .search_icon {
	display: inline-block;
	width: 20px;
	height: 100%;
	vertical-align: top;
	margin-right: 40px;
}

header .nav_row .right_wrapper .search_icon:before {
	font-family: genericons;
	content:'\f166';
	font-size: 30px;
	cursor: pointer;
	color: #6d94ff;
}

header .nav_row .right_wrapper .toggle {
	display: inline-block;
	width: 30px;
	height: 100%;
	cursor: pointer;
}

header .nav_row .right_wrapper .toggle:before {
	display: inline-block;
	font-family: genericons;
	content:'\f191';
	font-size: 30px;
	cursor: pointer;
	color: #6d94ff;
	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
}

header #nav_pannel {
	position: absolute;
	display: none;
	top: 68px;
	left: 0;
	background-color: #08054c;
	z-index: 5;
	width: 100%;
	padding: 30px 0 50px;
	overflow: hidden;
}

header #nav_pannel .container {
	line-height: 1.8;
}

#nav_pannel .search form {
	position: relative;
}

#nav_pannel .search #search_row {
	width: 100%;
	height: 38px;
	background-color: transparent;
	border: 1px solid #6d94ff;
	color: #fff;
	padding: 0 10px;
}

#nav_pannel .search .search_btn {
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: #08054c;
	color: #fff;
	border: 0;
	font-size: 20px;
	font-weight: 300;
	outline: none;
	cursor: pointer;
	height: 36px;
}

#nav_pannel .full-menu-container {
	display: inline-block;
	float: left;
	width: 40%;
	padding: 40px 0 40px;
	margin-right: 5%;
	vertical-align: top;
}

#nav_pannel .nav-menu li {
	list-style: none;
}

#nav_pannel .nav-menu>li {
	float: left;
	width: 35%;
}

#nav_pannel .nav-menu>li:first-child {
	width: 30%;
}

#nav_pannel .nav-menu>li>a {
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}

#nav_pannel .nav-menu .sub-menu a {
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
}

#nav_pannel .nav-menu .sub-menu a:hover {
	opacity: 1;
}

#nav_pannel .shows_pannel {
	display: inline-block;
	float: left;
	width: 55%;
	padding: 40px 0 40px;
}

#nav_pannel .shows_pannel .one_show {
	display: inline-block;
	float: left;
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 20px;
	line-height: 1.4;
}

#nav_pannel .shows_pannel .one_show a {
	opacity: 0.9;
}

#nav_pannel .shows_pannel .one_show a:hover {
	opacity: 1;
}

#nav_pannel .shows_pannel .one_show:nth-of-type(3n) {
	margin-right: 0;
}

#nav_pannel .shows_pannel .one_show:nth-of-type(3n + 1) {
	clear: both;
}

#nav_pannel .shows_pannel .one_show h3 {
	font-size: 14px;
	font-weight: 100;
}

#nav_pannel .shows_pannel .one_show img {
	width: 100%;
}

footer {
	background-color: #08054c;
	width: 100%;
	text-align: center;
}

footer .top {
	text-align: right;
	font-size: 13px;
	border-bottom: 1px solid #6d94ff;
	padding: 50px 0 10px;
}

footer .top .logo {
	display: inline-block;
	background: url(/assets/themes/ntd/images/NTD_logo.png) no-repeat right;
	background-color: transparent;
	background-size: contain;
	width: 140px;
	height: 35px;
	vertical-align: middle;
	float: right;
}

footer .top .logo a {
	width: 130px;
	height: 35px;
}

footer .top .language {
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 12px;
}

footer .top .language>span {
	padding: 0 10px;
}

footer .top .language>span:first-child {
	padding-left: 15px;
}

footer .top .language .en_edition {
	position: relative;
	float: right;
	padding-right: 0;
	margin-left: 20px;
}

footer .top .language .active {
	font-size: 11px;
}

footer .top .language .active:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid rgba(255, 255, 255, 0.7);
	display: inline-block;
	margin-right: 5px;
}

footer .top .language .en_edition:hover .en_pannel {
	display: block;
}

footer .top .language .en_pannel {
	position: absolute;
	display: none;
	top: 22px;
	right: 0px;
	width: 145px;
	text-align: right;
	background-color: #1a4495;
	padding: 5px 7px;
	z-index: 101;
	border: 1px solid #fff;
	background-color: #08054c;
}

footer .top .language .en_pannel p:first-child {
	border-bottom: 1px solid #fff;
	padding: 4px 0;
}

footer .top .language .en_pannel p {
	padding: 5px 0;
}

footer .bottom {
	text-align: center;
	background-color: #0E0E0E;
	padding: 20px 0 50px;
}

footer .share {
	display: inline-block;
	float: right;
	color: #6d94ff;
	font-size: 12px;
}

footer .share a {
	background-size: contain;
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 11px;
}

footer .share a:before {
	font-family: genericons;
	content: "";
	font-size: 21px;
	line-height: 25px;
	color: #6d94ff;
}

footer .share a.fb:before {
	content: "\f12d";
}

footer .share a.tw:before {
	content: "\f17c";
}

footer .share a.youtube:before {
	content: "\f189";
}

footer .copyright {
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	opacity: 0.6;
}

footer #backtotop {
	display: none;
}

footer #backtotop .totop {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 80px;
	right: 10px;
	display: inline-block;
	background: url(/assets/themes/ntd/images/NTD_BackToTop.svg) no-repeat;
}

footer .cookie-bar {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #3d5a96;
	z-index: 999;
	vertical-align: middle;
	padding: 15px;
	font-size: 16px;
	color: #f2f2f2;
	line-height: 22px;
}

footer .cookie-bar .warning-text {
	width: 100%;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}

footer .cookie-bar span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	margin-bottom: 10px;
}

footer .cookie-bar a {
	text-decoration: none;
}

footer .cookie-bar .accept-btn {
	background-color: #fff;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 6px;
	padding: 5px 15px 6px;
	font-weight: 700;
	color: #000;
	margin-right: 15px;
}

footer .cookie-bar .accept-btn a {
	color: #000;
}

footer .cookie-bar .read-more a {
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
	margin: 0 20px;
}

footer .cookie-bar #top_close a {
	color: #fff;
	font-size: 40px;
}

footer .cookie-bar .accept-btn a:hover, footer .cookie-bar .read-more a:hover, footer .cookie-bar #top_close a:hover {
	color: #E28504 !important;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	#nav_pannel .full-menu-container {
		width: 100%;
		margin-right: 5%;
	}
	#nav_pannel .shows_pannel {
		width: 100%;
		padding-top: 0;
	}
}