@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');}
@font-face {font-family: 'RingsideCondensed-Bold'; font-display: swap; src: local('RingsideCondensed-Bold'), url('/assets/themes/ntd/fonts/RingsideCondensed-Bold.otf');}
@font-face {font-family: 'RingsideCondensed'; font-display: swap; src: local('RingsideCondensed-Medium'), url('/assets/themes/ntd/fonts/RingsideCondensed-Medium.otf');}
@font-face {font-family: 'RingsideCondensed-Semibold'; font-display: swap; src: local('RingsideCondensed-Semibold'), url('/assets/themes/ntd/fonts/RingsideCondensed-Semibold.otf');}

/* font RingsideCondensed */
body, main, main a {
	font-family: "RingsideCondensed";
	line-height: 1;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* END font RingsideCondensed */

a:visited {
	color: #000;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

.ad_banner{
	display: inline-block;
	width: 100%;
	text-align: center;
}

a:visited {
	color: #000;
}

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

header .menu_row {
	position: relative;
	box-shadow: 0 1px 4px 0 rgba(111, 110, 110, 0.5);
	background-color: #01377F;
	text-align: center;
	height: 70px;
}

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

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

header .menu_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: 60px;
	font-size: 0;
	color: #fff;
}

header .menu_row .logo img {
	display: none;
}

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

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

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

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

header .menu_row .primary-menu-container li a {
	padding: 0 10px;
	font-size: 19px;
	font-family: 'RingsideCondensed-Bold';
	letter-spacing: -0.4px;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

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

header .menu_row .primary-menu-container .sub-menu {
	display: none;
}

header .menu_row .right_wrapper {
	text-align: right;
	width: 230px;
}

header .menu_row .live_tv {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	margin-right: 10px;
	padding-top: 7px;
}

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

header .menu_row .right_wrapper .search_icon:before {
	font-family: genericons;
	content:'\f166';
	font-size: 23px;
	cursor: pointer;
	color: #fff;
}

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

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

header #nav_pannel {
	position: absolute;
	display: none;
	top: 68px;
	left: 0;
	background-color: #01377F;
	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: #01377F;
	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 { /* good */
	color: #fff;
	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 { /* good */
	color: #fff;
	font-size: 14px;
	font-weight: 100;
}

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

header .nav_row {
	text-align: center;
	border-bottom: 1px solid #979797;
	background-color: #fff;
	padding: 9px 0 6px;
}

header .fp_horizontal {
	display: inline-block;
}

header .fp_horizontal .section_title, header .fp_horizontal .one_item a {
	margin-right: 18px;
	color: #CC0018;
	font-family: "RingsideCondensed";
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 19px;
}

header .fp_horizontal .one_item a {
	margin-right: 23px;
	color:#002952;
}

header .nav_row .language {
	float: right;
	margin-left: 20px;
}

header .nav_row .support_us {
	float: right;
	padding-right: 0;
}

header .nav_row .support_us span {
	padding: 4px 12px;
	background-color: #01377f;
}

header .nav_row .support_us span a {
	color: #fff;
	font-size: 14px;
}

header .nav_row .language>span {
	padding: 0 5px;
	line-height: 1;
}

header .language a {
	color: #01377F;
	font-family: "RingsideCondensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	line-height: 16px;
}

footer {
	background-color: #00224d;
	width: 100%;
	text-align: center;
	padding: 50px 0 100px;
	margin-top: 100px;
}

footer .logo {
	display: inline-block;
	background: url(/assets/themes/ntd/images/NTD_logo.png) no-repeat right;
	background-color: transparent;
	background-size: contain;
	width: 160px;
	height: 64px;
	color: #fff;
	vertical-align: middle;
	font-size: 0;
	margin-bottom: 40px;
}

footer .bottom {
	display: inline-block;
	width: 100%;
}

footer .left_nav {
	display: inline-block;
	vertical-align: top;
	max-width: 166px;
}

footer .left_nav ul, footer .left_nav li {
	list-style: none;
}

footer .left_nav a {
	color: #FFFFFF;
	font-family: 'RingsideCondensed-Bold';
	font-size: 20px;
	letter-spacing: 0;
	line-height: 43px;
	text-transform: uppercase;
}

footer .sub-menu {
	display: none;
}

footer .right_nav {
	float: right;
	max-width: calc(100% - 168px);
}

footer .right_promo {
	border-bottom: 1px solid #115BBD;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

footer .footer_links span {
	margin-right: 2.3%;
}

footer .footer_links a {
	color: #FFFFFF;
	font-family: 'RingsideCondensed-Bold';
	font-size: 16px;
	letter-spacing: 0;
	line-height: 20px;
	text-transform: uppercase;
}

footer .copyright {
	display: table;
	margin-top: 50px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-family: 'RingsideCondensed-Bold';
	font-size: 15px;
	letter-spacing: 0;
	line-height: 18px;
	text-align: center;
}

footer #backtotop {
	display: none;
}

footer #backtotop .totop {
	font-size: 0;
	color: #fff;
	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;
}

/* common style */
main ul, main li {
	list-style-type: none;
}

main .image {
	font-size: 0;
	position: relative;
}

body img {
	width: 100%;
	max-width: 100%;
}

.ntd_video_icon {
	position: absolute;
	left: 7px;
	bottom: 8px;
	width: 40px;
	height: 40px;
	background-image: url(/assets/themes/ntd/images/ENTD_Play.svg);
	background-size: 100%;
}

.ntd_video_length {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-family: Helvetica;
	font-size: 11.34px;
	letter-spacing: 0;
	line-height: 14px;
	background-color: rgba(0,0,0,0.9);
	padding: 3px 5px 2px 6px;
}

.three_most {
	max-height: 63px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.two_most {
	max-height: 42px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.font18 .title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 21px;
}

.font18 .title a {
	line-height: 21px;
}

.font20 .title {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 23px;
}

.font20 .title, .font20 .title a {
	font-family: 'RingsideCondensed-Semibold';
	font-weight: normal;
	line-height: 23px;
}

.font20 .three_most {
	max-height: 69px;
}

.font20 .two_most {
	max-height: 46px;
}

.three_items ul {
	display: table;
	width: 100%;
}

.three_items li {
	width: calc((100% - 90px) / 3);
	float: left;
	vertical-align: top;
	margin-bottom: 30px;
}

.three_items li:nth-child(3n-1) {
	margin: 0 45px 30px 45px;
}


.three_items li:nth-child(3n-2) {
	clear: both;
}

.section_title a {
	font-family: 'RingsideCondensed-Bold';
	font-size: 21px;
	letter-spacing: 0;
	line-height: 25px;
	color: #000;
	text-transform: uppercase;
}

.grey_border {
	border: 1px solid #CCCCCC;
}

.grey_border > * {
	padding-left: 15px;
	padding-right: 15px;
}

.right_more a {
	float: right;
	font-family: 'RingsideCondensed';
	color: #555 !important;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 26px;
	text-align: right;
}

.social_share > * {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.social_share a {
	font-size: 0;
}

.social_share .share_text {
	line-height: 33px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
}

.icons:before {
	font-family: genericons;
	content: "\f19c";
	font-size: 25px;
	line-height: 30px;
	display: block;
	color: #fff;
	padding: 1px 0 0 3px;
}

.social_share .facebook, .social_share .twitter, .social_share .copylink {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 3px;
  	background-color: #1877F2;
}

.social_share .facebook:before {
	content: "\f12d";
	padding: 3px 3px 0 3px;
}

.social_share .twitter {
	background-color: #1DA1F2;
}

.social_share .twitter:before {
	content: "\f17c";
	font-size: 19px;
	padding: 1px 0px 0 6px;
}

.social_share .copylink {
	background-color: #555555;
}

#copy_current_url {
	position: relative;
}

.social_share .copylink:before {
	content: "\f13f";
	transform: rotate(28deg);
	font-size: 30px;
	padding: 1px 1px 1px 0px;
}

.social_share .link_copied {
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 33px;
	width: 109px;
	max-width: 109px;
	background-color: #777;
	padding: 7px 10px 5px;
	z-index: 999;
}

.social_share .link_copied:before {
	content: '';
	position: absolute;
	top: -5px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #777;
}
/* END common style */

/* Top News */
.top_blocks .left_col .top_news {
	padding-bottom: 23px;
	margin-bottom: 13px;
}

.top_news .cat_name {
	margin-top: 8px;
	margin-bottom: 2px;
}

.top_news .cat_name a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 16px;
	color: #0064C8;
	text-transform: uppercase;
}

.top_news.three_items li:nth-child(3n-1) {
	margin: 0 28px 30px 28px;
}

.top_news.three_items li {
	width: calc((100% - 56px) / 3);
	float: left;
	vertical-align: top;
	margin-bottom: 30px;
}

.top_news .title {
	margin-top: 0;
}
/* END Top News */

/* Three-Horizontal (Latest News) */
.three_horizontal .section_title {
	margin-bottom: 15px;
}

.one_three_horizontal, .three_horizontal .one_article {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 28px;
	padding-right: 5px;
}

.one_three_horizontal .image, .three_horizontal .one_article .image, .one_three_horizontal .title, .three_horizontal .one_article .title {
	display: inline-block;
	width: 46%;
	vertical-align: top;
}

.one_three_horizontal .image, .three_horizontal .one_article .image {
	margin-right: 15px;
}

.three_horizontal .one_article .image a {
	position: relative;
}

/* END Three-Horizontal (Latest News) */

/* Most Read, left_col, right_col, grey section title */
.left_col {
	display: inline-block;
	width: 69%;
	vertical-align: top;
	padding-right: 24px;
}

.right_col {
	width: 31%;
	max-width: 370px;
	float: right;
	font-size: 0;
	vertical-align: top;
}

.section_title.grey_bg {
	border-bottom: 1px solid #CCCCCC;
	background-color: #EDEDED;
	padding-top: 9px;
	padding-bottom: 6px;
	margin-bottom: 25px;
}

.most_read {
	margin-bottom: 20px;
}

.most_read .section_title {
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 25px;
	margin-bottom: 19px;
}

.text_image_st {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	display: inline-block;
	width: 100%;
	padding-bottom: 21px;
	margin-bottom: 17px;
}

.text_image_st:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.text_image_st .title {
	padding-right: 135px;
}

.text_image_st .image {
	float: right;
	max-width: 120px;
}
/* END Most Read,  left_col, right_col, grey section title */

/* 404 */
body.error404 #main {
	position: relative;
	max-width: 1240px;
	padding: 20px;
	margin: auto;
	display: table;
	width: 100%;
	font-size: 20px;
}
/* END 404 */

/* LIVE Video Player */
.video_container {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	background: #000;
}
.video_container iframe{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
#livestream_player video {
	object-fit: fill;
}
/* END LIVE Video Player */

.newsletter_signup {
	background-image: url('/assets/themes/ntd/images/newsletter-background.jpg');
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 90px 40px 80px;
}

body.single .newsletter_signup, body.archive .newsletter_signup, body.page .newsletter_signup {
	margin-left: 5px;
}

.newsletter_signup .title {
	color: #fff;
	font-family: "RingsideCondensed";
	font-size: 33px;
	letter-spacing: 0;
	line-height: 37px;
	text-align: center;
	margin-bottom: 30px;
}

.newsletter_signup .title .bigger {
	font-size: 35px;
}

#email {
	border: 1px solid #7A94B7;
	border-radius: 3px;
	color: #000;
	font-family: "RingsideCondensed";
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 23px;
	width: 100%;
	margin-right: 13px;
	padding: 8px 10px;
	margin-bottom: 10px;
}

.newsletter_signup .term_policy, #email_mandatory, #response_failed {
	color: #fff;
	font-family: "RingsideCondensed";
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.18px;
	line-height: 20px;
}

.newsletter_signup .term_policy {
	margin-bottom: 30px;
}

.newsletter_signup .term_policy a {
	color: #fff;
	text-decoration: underline;
}

.newsletter_signup .reg-button {
	text-align: center;
}

.newsletter_signup .btn {
	border-radius: 4px;
	background-color: transparent;
	background-image: none;
	color: #FFFFFF;
	font-family: "RingsideCondensed";
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 26px;
	border: 1px solid #fff;
	text-shadow: none;
	padding: 4px 45px 3px;
	cursor: pointer;
	position: relative;
}

.newsletter_signup .succeed {
	text-align: center;
	width: 100%;
	padding: 50px 0 44px;
}

.newsletter_signup .succeed .title {
	font-size: 25px;
}

@media screen and (max-width: 1200px) {
	header .fp_horizontal .one_item {
		display: none;
	}
	header .fp_horizontal .one_item:nth-child(2), header .fp_horizontal .one_item:nth-child(3), header .fp_horizontal .one_item:nth-child(4) {
		display: inline-block;
	}
}

@media screen and (max-width: 1025px) {
	header .fp_horizontal .one_item {
		display: none;
	}
	header .fp_horizontal .one_item:nth-child(2), header .fp_horizontal .one_item:nth-child(3) {
		display: inline-block;
	}
	header .menu_row>.container>div.primary-menu-container {
		display: none;
	}
	header .menu_row>.container>div.right_wrapper {
		float: right;
	}
}

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

@media screen and (max-width: 768px) {
	.top_news.three_items li {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 600px) {
	header .nav_row .container .support_us {
		display: none;
	}
}

/* PIPA template override*/
.modal__container {
	background-color: unset !important;
}