/*
Theme Name: ntd
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ntd
This theme, is licensed under the GPL.
*/
@charset "utf-8";

body {
	font-family: Arial, sans-serif, 'Microsoft Yahei', 'Heiti SC';
}

a {
	color: #000;
	outline: none;
}

.header {
	position: relative;
	width: 100%;
	background-color: #0c006e;
	line-height: 0;
}

.header a, .header a:visited {
	color: #fff;
}

.header .container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.header .top_row {
	text-align: right;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1px solid rgba(28, 111, 229, 0.5);
}

.header .top_row .container>div {
	display: inline-block;
	padding-left: 20px;
	color: #fff;
}

.header .top_row>div a {
	color: #fff;
	font-size: 13px;
}

.header .top_row .donate a {
	color: #F8C623;
	font-weight: bold;
	border-bottom: 1px solid #F8C623;
}

.header .top_row .shopping a {
	color: #FF8429;
	font-weight: bold;
}

.header #ntd_date {
	float: left;
	width: 180px;
	text-align: left;
	padding-left: 0;
}

.header .dropdown {
	position: relative;
}

.header .dropdown .dropdown-triangle {
	display: none;
	position: absolute;
	color: #1c6fe5;
	font-size: 24px;
	right: 40px;
	top: 15px;
	width: 212px;
	z-index: 2;
	text-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}

.header .dropdown .dropdown-triangle.city {
	right: 10px;
}

.header .dropdown:hover .dropdown-triangle {
	display: block;
}

.header .dropdown .dropdown-content {
	display: none;
	position: absolute;
	border-top: 4px solid #1c6fe5;
	background-color: #fff;
	top: 40px;
	left: -50px;
	box-shadow: 0 0 20px #828282;
	width: 212px;
	padding: 6px;
	text-align: center;
	z-index: 1;
	line-height: 20px;
}

.header .dropdown .dropdown-content .left {
	border-right: 1px solid #5b5b5b;
	width: 50%;
}

.header .dropdown .dropdown-content .right {
	width: 50%;
}

.header .dropdown .dropdown-content a {
	display: inline-block;
	width: 90px;
	text-align: left;
	height: 25px;
	color: #5b5b5b;
	font-size: 13px;
	padding-left: 25px;
}

.header .dropdown:hover .dropdown-content {
	display: inline-block;
}

.header .social a, .footer .social a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	vertical-align: middle;
}

.header .social .facebook a, .footer .social .facebook a {
	background: url(/assets/themes/ntd/images/icon_fb.png) no-repeat;
	background-size: 100% 100%;
}

.header .social .twitter a, .footer .social .twitter a {
	background: url(/assets/themes/ntd/images/icon_twitter.png) no-repeat;
	background-size: 100% 100%;
}

.header .social .youtube a, .footer .social .youtube a {
	background: url(/assets/themes/ntd/images/icon_youtube.png) no-repeat;
	background-size: 100% 100%;
}

.header .nav_row {
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 15px 0 30px;
	text-align: center;
}

.header .nav_row .container {
	position: relative;
	display: inline-block;
}

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

.header .ntd_logo {
	width: 27%;
}

.header .ntd_logo img {
	width: 100%;
	vertical-align: middle;
}

.header .main_nav {
	width: 53%;
	text-align: right;
}

.header .main_nav>ul>li {
	display: inline-block;
	margin: 0 14px;
	line-height: 1.2;
}

.header .main_nav>ul>li>a {
	font-size: 20px;
	color: #fff;
}

.header .search {
	width: 20%;
	text-align: right;
}

.header .search form {
	position: relative;
}

.header .search form input[type="image"] {
	background: none;
	position: absolute;
	right: 6px;
	top: 22px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
}

.header .search form input {
	background: none;
	border: 1px solid #fff;
	padding: 6px 30px 6px 6px;
	width: 150px;
	height: 23px;
	border-radius: 12px;
	color: #fff;
	outline: 0;
}

.header .bg-blue {
	background-color: #0d45b6;
}

.header .nav_wrap .container {
	display: inline-block;
	background-color: #1d6cd3;
	padding: 30px 30px 40px;
}

.header .nav_wrap .container>div {
	vertical-align: top;
	text-align: left;
}

.header .nav_row .programs>a {
	position: relative;
}

.header .nav_row .programs>a:after {
	content: '';
	position: absolute;
	top: 5px;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
}

.header .nav_row .programs:hover .nav_wrap {
	display: block;
}

.header .nav_row .container .nav_wrap {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 2000;
	text-align: center;
	width: 100%;
	line-height: 1.4;
	padding: 30px 0 0;
}

.header .nav_wrap .pickup_prog {
	width: 100%;
}

.nav_wrap li {
	list-style: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}

.nav_wrap .news_nav {
	width: 170px;
	padding-right: 15px;
}

.nav_wrap .nav-menu .sub-menu {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.nav_wrap .nav-menu.prog_menu_full .sub-menu {
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
}

.nav_wrap .menu-item-has-children>a {
	font-size: 18px;
	font-weight: bold;
}

.nav_wrap .news_nav .news_page_menu {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin-top: 8px;
}

.nav_wrap .block_title {
	padding-bottom: 6px;
}

.nav_wrap .block_title a {
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
}

.nav_wrap .prog_nav {
	width: calc(100% - 170px);
}

.nav_wrap .prog_nav .sub-menu {
	margin-top: 2px;
}

.nav_wrap .prog_nav .menu-item-has-children {
	float: left;
	width: 20%;
	padding-left: 15px;
}

.nav_wrap .prog_nav .menu-item-has-children>a {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.nav_wrap .prog_nav .prog_menu_full {
	display: inline-block;
	width: 100%;
	border-left: 1px solid #1462c7;
}

.footer {
	background-color: #f1f1f1;
	text-align: center;
	color: #fff;
}

.footer .container {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	text-align: left;
}

.footer a, .footer a:visited {
	color: #fff;
}

.footer .top_row {
	font-size: 16px;
	font-weight: 300;
	background-color: #2a38cc;
	padding: 20px 0;
}

.footer .one_block:first-child {
	border-right: 2px solid #fff;
	margin-right: 10px;
}

.footer .one_block a {
	padding-right: 10px;
}

.footer .full_nav {
	background-color: #07116a;
	border-bottom: 1px solid #1462c7;
	padding: 30px 0;
}

.footer .logo {
	display: inline-block;
	float: left;
	width: 80px;
}

.footer .logo img {
	width: 54px;
	height: 54px;
}

.footer .nav_wrap {
	display: inline-block;
	float: left;
	width: calc(100% - 80px);
}

.footer .nav_wrap .main_nav_row {
	width: 100%;
	line-height: 36px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #1462c7;
}

.footer .nav_wrap .main_nav_row>div {
	display: inline-block;
	float: left;
	padding-right: 20px;
}

.footer .nav_wrap .main_nav_row>div:last-child {
	padding-right: 0;
}

.footer .nav_wrap .main_nav li {
	display: inline-block;
	padding-right: 20px;
	font-size: 20px;
}

.footer .nav_wrap .main_nav .sub-menu {
	display: none;
}

.footer .nav_wrap .donate a {
	color: #F8C623;
	border-bottom: 1px solid #F8C623;
}

.footer .nav_wrap .shopping a {
	color: #FF8429;
}

.footer .nav_wrap .newsletter input {
	background: transparent;
	outline: 0;
	border: 1px solid #2959bd;
	height: 28px;
	width: 150px;
	padding: 0 6px;
	color: #fff;
}

.footer .nav_wrap .newsletter button {
	padding: 3px 19px;
	background-color: #0f64d1;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 100;
}

.footer .nav_wrap>div {
	display: inline-block;
	float: left;
	vertical-align: top;
}

.footer .bottom_row {
	background-color: #040c3b;
}

.footer .links {
	width: 100%;
	margin: 15px 0;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
}

.footer .links span {
	display: inline-block;
	width: 80px;
}

.footer .links .social span {
	width: auto;
}

.footer .links li {
	display: inline-block;
	line-height: 16px;
	height: 16px;
	padding: 0 13px 0 6px;
}

.footer .links div, .footer .links ul {
	display: inline;
}

.footer .links li:nth-last-of-type(n + 2) {
	border-right: 1px solid #fff;
}

.footer .copyright {
	font-size: 11px;
	margin: 40px 0;
	text-align: center;
}

.footer #backtotop {
	display: none;
}

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

#breaking_news {
	background-color: #0d45b6;
}

#breaking_news .container {
	padding: 6px 0;
	line-height: 24px;
	height: 36px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

#breaking_news .container div {
	display: inline-block;
}

#breaking_news a {
	color: #fff;
}

#breaking_news .time {
	float: right;
	font-size: 14px;
}

#breaking_news .close {
	background: url(/assets/themes/ntd/images/icon/close_1.svg) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 30px;
	cursor: pointer;
}

video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: 104%;
}

.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;
}

.cookie-bar .warning-text {
	width: calc(100% - 350px);
	padding: 0 30px 0 40px;
	text-align: left;
}

.cookie-bar span {
	display: inline-block;
	vertical-align: middle;
}

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

.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: 20px;
}

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

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

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

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

@media only screen and (max-width: 1000px) {
	.header .container {
		padding: 0 15px;
	}
	.header #ntd_date {
		display: none;
	}
	.main .container {
		padding: 0 15px;
	}
	.footer .container {
		padding: 0 15px;
	}
	.footer .nav_wrap .main_nav_row .newsletter {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.header .search {
		position: absolute;
		top: 0;
		right: 30px;
	}
	.header .main_nav {
		width: 100%;
		text-align: left;
	}
	.header .main_nav ul li:first-child {
		margin-left: 0;
	}
	.header .nav_row .container .nav_wrap {
		top: 92px;
		padding: 21px 0 0;
	}
	.footer .nav_wrap .main_nav li {
		padding-right: 12px;
	}
	.footer .nav_wrap .donate {
		padding: 0 6px;
	}
	.footer .links .social {
		display: none;
	}
}

@media only screen and (max-width: 700px) {
	.header .top_row .container .social {
		display: none;
	}
	.nav_wrap .news_nav {
		width: 100%;
	}
	.nav_wrap .nav-menu .sub-menu {
		-webkit-column-count: 10;
		-moz-column-count: 10;
		column-count: 10;
	}
	.nav_wrap .news_nav .news_page_menu {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.nav_wrap .prog_nav {
		width: 100%;
		padding-top: 30px;
	}
	.nav_wrap .prog_nav .prog_menu_full {
		border-left: none;
	}
	.nav_wrap .prog_nav .menu-item-has-children {
		padding-left: 0;
		padding-right: 10px;
	}
	.nav_wrap .block_title a {
		padding-left: 0;
	}
}

.home #big_banner {
	background: #0c006e;
}

.home .big_banner {
	padding: 0 0 20px;
}

.big_banner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.big_banner img{
	width: 100%;
}