html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea {
    font-size: initial;
}

input[type="search"]::-ms-clear {
    /* removes close icon - IE */
    display: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

body {
    font-family: -apple-system, sans-serif, Arial, Helvetica, 'Microsoft YaHei', STHeiti, SimSun, sans-serif;
    background: #fff;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;
    position: relative;
    cursor: auto;
}

a {
    text-decoration: none;
}

a:visited {
    color: #777;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.ad-center {
    text-align: center;
    margin: 0 auto;
}


/* sidebar */

aside .bar_title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: block;
    padding: 10px 0 10px;
    position: relative;
    top: -8px;
}

aside .bar_list {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

aside .list_seq {
    font-family: Arial;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    text-align: right;
    padding-right: 6px;
    vertical-align: top;
    width: 12%;
    float: left;
    display: inline-block;
}

aside .list_title {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    width: 62.5%;
    float: left;
    display: inline-block;
    min-height: 75px;
    padding-left: 5px;
    padding-right: 10px;
}

aside .list_title a {
    color: #666;
}

aside .list_img {
    width: 25%;
    display: inline-block;
    float: right;
    overflow: hidden;
}

aside .video_img {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

aside .video_text {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    width: 100%;
    margin-bottom: 20px;
}

aside .video_text a {
    color: #000;
}

aside .video_img .play_icon,
.play_icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url('/assets/themes/ntd/images/NTD_Icons.png') no-repeat top -1516px left -11px;
    bottom: 0;
    left: 0;
    margin-bottom: 9px;
    position: absolute;
    z-index: 1;
}

header {
    background-color: #0a0556;
    padding-top: 8px;
}

body.ntd_nyc header,
body.ntd_japan header {
    background-image: url('/assets/themes/m-ntd/images/NTD_Mobile_Header_Background.jpg');
    padding-top: 8px;
    position: relative;
}

header.facebook {
    padding-top: 0;
}

header .row {
    padding: 0 10px;
}

header .row.tools {
    padding: 2px 10px 4px;
}

header.facebook .row.tools {
    display: none;
}

header .row .menu_icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
    position: absolute;
}

header .row .menu_icon .bar-first {
    margin-top: 0;
}

header .row .menu_icon .icon-bar {
    display: block;
    height: 3px;
    width: 21px;
    margin-top: 3px;
    background-color: #fff;
}

header .row .menu_icon.opened .icon-bar {
    display: none;
}

header .row .logo_block {
    margin: 0 0 0 44px;
    display: inline-block;
}

header .logo_block img.logo {
    height: 15px;
}

body.ntd_nyc header .logo_block img.logo,
body.ntd_japan header .logo_block img.logo {
    height: 40px;
    position: absolute;
    top: 2px;
    left: 37px;
}

#navbox {
    background-color: #ffffff;
    z-index: 99999999;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding-bottom: 20px;
}

#navbox .tools {
    height: 53px;
}

#navbox .tools .close {
    background: url(/assets/themes/ntd/images/NTD_Icons.png) no-repeat top -3089px left -38px;
    background-color: transparent;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 14px 14px 5px;
}

#navbox .nav-menu {
    list-style: none;
}

#navbox .nav-menu ul.sub-menu {
    margin-left: 22px;
    list-style: none;
}

#navbox .nav-menu .menu-item {
    padding: 2px 6px;
    white-space: nowrap;
}

#navbox .nav-menu .menu-item a {
    color: #0e0959!important;
    padding: 5px;
    width: 100%;
    display: inline-block;
    font-size: 18px;
}

#navbox .nav-menu>.menu-item {
    border-top: 1px solid #0a0556;
    padding-top: 15px;
    margin-top: 7px;
}

#navbox .nav-menu>.menu-item>a {
    font-size: 120%;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 5px;
}

#navbox .nav-menu>.menu-title-home,
#navbox .nav-menu>.menu-title-news,
#navbox .nav-menu>.menu-title-contact-us {
    border-top: none;
    padding: 2px 6px;
    margin: 0;
}

#navbox .nav-menu>.menu-title-news>a {
    padding: 5px;
}

#navbox .nav-menu>.menu-title-advertise-with-us>a,
#navbox .nav-menu>.menu-title-contact-us>a {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

#navbox .nav-menu>.menu-title-home {
    padding: 8px 5px 0;
    height: 35px;
}

#navbox .nav-menu>.menu-title-advertise-with-us {
    padding-top: 14px;
}

#navbox .nav-menu>.menu-title-advertise-with-us,
#navbox .nav-menu>.menu-title-contact-us {
    line-height: 19px;
}

#navbox .nav-menu>.menu-title-advertise-with-us a,
#navbox .nav-menu>.menu-title-contact-us a {
    font-size: 14px;
}

#navbox .nav-menu>.menu-title-contact-us a {
    padding-top: 0;
    padding-bottom: 0;
}

header .facebook_icon {
    background-image: url(/assets/themes/ntd/images/NTD_Icons.png);
    background-position: -15px -869px;
    background-color: #3b5998;
    width: 24px;
    height: 24px;
    display: inline-block;
}

header .twitter_icon {
    background-image: url(/assets/themes/ntd/images/NTD_Icons.png);
    background-position: -15px -957px;
    background-color: #4099ff;
    width: 24px;
    height: 24px;
    display: inline-block;
}

header .google_icon {
    background-image: url(/assets/themes/ntd/images/NTD_Icons.png);
    background-position: -15px -913px;
    display: inline-block;
    background-color: #d34836;
    width: 24px;
    height: 24px;
}

header .share {
    list-style: none;
    float: right;
    display: flex;
    align-content: center;
    height: 100%;
    align-items: center;
    margin-right: 10px;
}

header .share li {
    display: inline-block;
    padding: 0 0 0 10px;
}

header .search {
    padding: 0 4px 5px;
}

header .search_icon {
    background-image: url(/assets/themes/ntd/images/NTD_Icons.png);
    background-position: -38px -3149px;
    margin-top: 8px;
    width: 16px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 20px;
    cursor: pointer;
}

header .search_bar {
    padding: 2px 8px 2px 42px;
    height: 33px;
    width: 94%;
    border-width: 0;
    max-width: 100%;
    margin-left: 7px;
    background-color: #eee;
    color: #555;
    border-radius: 0;
}

header .row.menu {
    background-color: #0a0556;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header .row ul.menu {
    white-space: nowrap;
    list-style: none;
}

header ul.menu li {
    width: 33.33333333%;
    float: left;
}

header ul.menu li:first-child {
    text-align: left;
}

header ul.menu li:nth-child(2) {
    display: inline-block;
    text-align: center;
}

header ul.menu li:last-child {
    text-align: right;
    right: 10px;
}

header ul.menu a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 42px;
    text-align: right;
    width: 66px;
    letter-spacing: 0.2px;
}

header .redline {
    background-color: #b7003c;
    width: 100%;
    height: 3px;
}

body.ntd_nyc header .redline,
body.ntd_japan header .redline {
    background-color: rgba(0, 58, 197, .9);
    width: 100%;
    height: 3px;
}

.ntd_video_icon.big {
	position: absolute;
	background: url(/assets/themes/ntd/images/NTD_video_icon_big.png) no-repeat;
	background-size: cover;
}

.ntd_video_icon.small {
	position: absolute;
	background: url(/assets/themes/ntd/images/NTD_video_icon_small.png) no-repeat;
	background-size: cover;
}

footer {
    background-color: #0a0556;
    height: 350px;
    display: inline-block;
    width: 100%;
}

footer .row {
    clear: both;
    padding: 0;
    display: table;
    width: 100%;
    padding: 0 20px 20px;
}

footer .row .column {
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
    padding: 0;
}

footer .menu {
    list-style: none;
}

footer,
footer .menu a {
    color: #b2d1f2;
    font-size: 12px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
}

footer .menu a {
    padding: 2px 0;
}

footer .column.right {
    text-align: right;
}

footer .share {
    list-style: none;
}

footer .facebook_icon {
    background-image: url(/assets/themes/ntd/images/NTD_Icons.png);
    background-position: -10px -864px;
    background-color: #3b5998;
    width: 34px;
    height: 34px;
    display: inline-block;
}

footer .twitter_icon {
    background-image: url(/assets/themes/ntd/images/NTD_Icons.png);
    background-position: -10px -952px;
    background-color: #4099ff;
    width: 34px;
    height: 34px;
    display: inline-block;
}

footer .google_icon {
    background-image: url(/assets/themes/ntd/images/NTD_Icons.png);
    background-position: -8px -908px;
    display: inline-block;
    background-color: #d34836;
    width: 34px;
    height: 34px;
}

footer .copyright {
    clear: both;
    text-align: center;
    padding-bottom: 12%;
}

footer .redline {
    background-color: #b7003c;
    width: 100%;
    height: 4px;
    margin-bottom: 20px;
}

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: left;
    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;
}

.ad_banner>div {
    max-width: 100%;
}

.ui-widget-overlay {
    background: #000;
    opacity: .5;
    filter: Alpha(Opacity=30);
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ntd_mbottom_fbshare {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    line-height: 0;
    padding-top: 2px;
    background-color: #fff;
}

.ntd_mbottom_fbshare img {
    width: 99%;
}
.post_content .pull-quote {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px;
    padding: 33px 0 30px 0;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center;
    background-color: #eee;
    background: -webkit-linear-gradient(right, #fff, #eee 50%, #fff);
    background: -o-linear-gradient(left, #fff, #eee 50%, #fff);
    background: -moz-linear-gradient(left, #fff, #eee 50%, #fff);
    background: linear-gradient(to left, #fff, #eee 50%, #fff);
}
.pull-quote .quote-content:after, .pull-quote .quote-content:before {
    content: "“";
    line-height: 0;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    color: #777;
    margin: 0 10px 0 0;
    position: relative;
    top: -4px;
}
.pull-quote .quote-content:after {
    content: "”";
    top: 0;
    margin-left: 5px;
}
.pull-quote .quote-info {
    color: #777;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}
.pull-quote .quote-info .author {
    color: #777;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
}
.morearticles {
    margin-bottom: 15px;
}
.morearticles strong {
    border-top: 3px solid #111;
    font-family: Georgia;
    font-size: 18px;
    padding-top: 4px;
}
.morearticles .post_list {
    color: #2e6d9d;
    margin: 5px 0 0 20px !important;
}
.morearticles .post_list .article {
    list-style: disc;
    display: list-item;
    line-height: normal;
    margin-bottom: 8px;
}
.morearticles .post_list .article a {
    color: #41a0ce;
    font-size: 18px;
    font-family: Georgia;
    line-height: 19px;
}
.coverage {
    padding: 15px 20px 15px 0;
    float: left;
}
.coverage strong {
    font-size: 20px;
    border-top: 2px solid #111;
    padding-top: 10px;
}
.coverage .post_list {
    margin: 0;
    padding: 0;
}
.coverage .post_list .article {
    list-style: none;
    border-top: 1px dotted #ddd;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px 0 14px;
    line-height: 20px;
    overflow: hidden;
}
.coverage .post_list .article:first-child {
    border-top: none;
}
.coverage .post_list .article img {
    float: left;
    width: 40% !important;
}
.coverage .post_list .article span {
    float: left;
    width: 57%;
    padding-left: 3%;
    font-size: 14px;
    color: #41a0ce;
}
.coverage .post_list .article a:hover span {
    color: #555;
}