
.detail__header {
    position: relative;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.detail__meta {
    opacity: 1;
}
.detail__meta {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.detail__title {
    font-size: 2.5rem;
}
.detail__summary {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.4;
    font-family: 'Be Vietnam', sans-serif;
    font-weight: bold;
}
.detail__content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Be Vietnam', sans-serif;
}
/**
 * Single merge style for article detail page
 */
 main {
    /* max-width: 1260px; */
    /* margin: auto;*/
    /* padding: 0 30px; */
    position: relative;
}
/* carousel */

.recommend_news{
    right: 10px;
    width: 430px;
    height: 94px;
    position: fixed;
    bottom: 0px;
    background: white;
    opacity: 0.99;
    display: none;
    border-radius: 5px;
    filter: alpha(opacity=99); /* For IE8 and earlier */
    box-shadow: 0 1px 12px 3px rgba(0, 0, 0, 0.32);
}
.recommend_news .item h4{
    color: black;
    line-height: 24px;
}
.recommend_news .quit{
    margin-right: 10px;float: right;position: fixed; right: 0px; bottom: 64px;  z-index: 1000;  padding: 5px;
}
.recommend_news .quit a{
    color: black;
    font-weight: bold;
}
.recommend_news .slider-img{
    padding-top: 10px;
    padding-left: 19px;
}
.recommend_news .quit a:hover{
    color: #f41e1e;
    text-decoration: none;
}
.recommend_news .recommend-carousel{
    padding-left: 15px;padding-right:30px;
}

.recommend_news .recommend-carousel a h4{
    color: black;
    padding-top:10px;
    padding-left: 23px;
}
.recommend_news .recommend-carousel a:hover h4{
    color: #f41e1e;
}

.main_content {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
}
.main_content .one_post:after{
    content: "";
    clear: both;
    display: table;
}
.main_content .left_col {
    display: inline-block;
    border-right: 1px dotted #acacac;
    width: calc(100% - 320px);
    position: relative;
}

.main_content .upper_row {
    display: inline-block;
    width: 100%;
    padding: 0 15px 0 0%;
}

.one_post .upper_row .next_article {
    display: block;
    font-size: 25px;
    line-height: 27px;
    font-style: italic;

    color: #777;
    margin-top: 30px;
    margin-bottom: 18px;
    text-align: center;
     font-family: "Roboto Bold";
    letter-spacing: -0.2px;
}

.main_content .right_col {
    display: inline-block;
    width: 320px;
    padding-left: 20px;
    position: relative;
    float: right;
}

.main_content li {
    list-style-type: none;
}

.main_content .post_content ul,
.main_content .post_content ol {
    padding-left: 2px;
    margin-bottom: 10px;
}

.main_content ul li {
    list-style: outside disc;
    line-height: 25px;
    margin: 0 0 5px 0px;
    font-size: 16px;
}
.main_content .post_content ul li{
    margin: 0 0 5px 15px;
}

.main_content ol li {
    list-style: inherit;
    line-height: 25px;
    margin: 0 0 5px 0;
    font-size: 16px;
}
.post_content ol li {

    margin: 0 0 5px 15px;

}
.main_content .post_title {

 font-family: "Roboto Bold";
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.7px;
    padding: 10px 0 15px;
}

/* compatible for page template live-video & stikcy-content */
.live_video .main_content .left_col {
    width: 150px;
}

.main_content .mid_col {
    width: calc(100% - 470px);
    padding: 0 5px 0 20px;
}

.mid_col .post_title {
    padding-bottom: 10px;
}

.mid_col .post_title {

    font-size: 40px;
    line-height: 43px;
}


.main_content .sub_title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 13px;

}

.main_content .author {

     font-family: "Roboto Bold";
    font-size: 14px;
    line-height: 14px;
    color: #777;
    text-transform: uppercase;
}
.author a,
.author a:visited,
.author a:hover {
    color: #777;
}

.main_content .publish,
.main_content .update {

    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 3px 0 12px;
}

.main_content .publish {
    margin-right: 7px;
}

.main_content .featured_img {
    position: relative;
    width: 100%;
}

.main_content .featured_img img {
    max-width: 100%;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.main_content .featured_caption {

    font-size: 14px;
    line-height: 17px;
    color: #777;
    padding: 5px 0 10px;
    border-bottom: 1px dotted #acacac;
}

.main_content .featured_image .video_fit_container {
    margin-top: 0;
    margin-bottom: 10px;
}

.main_content .date_font .right_float {
    float: right;
    margin-right: 0;
}
.main_content .date_font .right_float * {
    display: inline-block;
    float: left;
}

.main_content .date_font .right_float > span {
    display: inline-block;
    float: left;
}

.main_content .date_font .right_float a {
    color: #000;
    border-radius: 3px;
    padding: 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}
.main_content .date_font .right_float .icons>span  {
    margin-right: 8px;
}

.main_content .date_font .right_float li {
    border-bottom: 1px solid transparent;
    list-style: none;
}

.main_content .date_font .right_float li:hover {
    display: block;
    width: 90%;
    border-bottom: 1px solid #777;
}

.main_content .date_font .right_float a:hover {
    color: #000 !important;
}

.main_content .date_font .right_float .more {
    position: relative;
}

.main_content .date_font .right_float .more:hover > ul {
    display: block;
    z-index: 10;
}

.main_content .date_font .right_float .more ul {
    width: 155px;
    position: absolute;
    top: 25px;
    right: 5px;
    padding: 10px 0 0 13px;
    background-color: #eee;
    display: none;
}

.main_content .date_font .right_float .more li > a:before {
    font-family: 'Genericons';
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 4px;
    right: 2px;
    margin-right: 5px;
}

.main_content .date_font .more a {
    font-size: 14px;
}

.main_content .right_float .more a.linkedin:before {
    content: "\f140";
}

.main_content .right_float .more a.pinterest:before {
    content: "\f154";
}

.main_content .right_float .more a.reddit:before {
    content: "\f15f";
}

.main_content .right_float .more a.tumblr:before {
    content: "\f17b";
}

.main_content .right_float .more a.stumbleupon:before {
    content: "\f190";
}

.main_content .right_float .more a.feedback:before {
    content: "\f115";
}

.main_content .date_font {
    position: relative;
    padding-bottom: 9px;
    border-bottom: 1px dotted #acacac;
    margin-bottom: 9px;
}
.discuss-link a:before {
    display: inline-block;
    font-family: 'Genericons';
    content: "\f1a2";
    font-size: 30px;
    font-weight: 100;
    line-height: 25px;
    color: #000;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.date_font .discuss-link span.remark__counter {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    color: #000;
}


.main_content .date_font .more > a {
    margin-right: 13px;
}

.main_content .date_font .more > a:before {
    font-family: 'Genericons';
    content: "\f18c";
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 12px;
    right: -4px;
}

.main_content .date_font .printer > a {
    margin-right: 5px;
}

.main_content .date_font .printer > a:before {
    font-family: 'Genericons';
    content: "\f18d";
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 6px;
    right: -1px;
}
.main_content .authorInfoTitle .info > a:before {
    font-family: 'Genericons';
    content: "\f181";
    font-size: 24px;
    line-height: 0;
    position: relative;
    top: 6px;
    right: -1px;
}

.main_content .date_font .font-bigger > a:before {
    font-family: 'Genericons';
    content: "\f18e";
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 7px;
    right: -4px;
}

.main_content .date_font .font-smaller > a {
    margin-right: -8px;
}

.main_content .date_font .font-smaller > a:before {
    font-family: 'Genericons';
    content: "\f18f";
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 3px;
    right: -1px;
}

.main_content .post_content {
    padding: 35px 5px 20px 70px;
    letter-spacing: -0.1px;
    text-align: justify;
    font-size: 17px;
    line-height: 26px;
    overflow: hidden;
    max-width: 714px;

}
.main_content .post_content div.google-auto-placed {
    margin-bottom: 10px;
}
.date_font .discuss-link {
    position: absolute;
    top: 75px;
    left: -15px;
    z-index: 200;
    width: 60px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.discuss-link {
     font-family: "Roboto Bold";
}
.main_content .post_content p {
    margin-bottom: 18px;
    max-width: 640px;
    padding-right: 5px;
    overflow: auto;
    word-wrap: break-word;
}
.main_content .post_content sup{
    font-size: 12px;
}
.main_content .post_content img, .main_content .post_content figure {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.main_content .post_content .video_fit_container {
    margin-bottom: 20px;
}

.main_content .post_content iframe {
   /* max-width: 100%;*/
}

.main_content .wp-caption-text, .main_content figcaption {
    font-size: 12px;
    line-height: 18px;
    color: #777;

    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 6px;
    max-width: 100%;
}

.main_content .post_content figure {
    margin: 0;
    margin-bottom: 25px !important;
    max-width: 100%;
    height: auto;
}

.main_content .post_content .alignleft {
    float: left;
    margin-right: 16px;
}
dt.wp-caption-dt{
    text-align: center;
    margin-top:10px;
}
.main_content .post_content .alignright {
    float: right;
    margin-left: 16px;
}

.main_content .post_content .aligncenter, .main_content .post_content .alignnone {
    display: block;
    margin: auto auto;
    text-align: center;
    margin-bottom: 10px;
}
.post_content .wp-caption .wp-caption-dd{
    text-align: center;
    font-style: italic;
    font-size: 15px;
    color: #777;
}
.post_title h1 {
    /* line-height: 29px; */
}
.post_content h1 {
    display: block;
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
     font-family: "Roboto Bold";
}

.post_content h2 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-family: "Roboto Bold";
}

.post_content h3 {
    display: block;
    font-size: 17px;
    line-height: 23px;
    margin: 1em 0 1em 0;
    font-family: "Roboto Bold";
}

.post_content h4 {
    display: block;
    font-size: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: "Roboto Bold";
}

.post_content h5 {
    display: block;
    font-size: 17px;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: "Roboto Bold";
}

.post_content h6 {
    display: block;
    font-size: .67em;
    line-height: 1.4em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
     font-family: "Roboto Bold";
}

.post_content div[id*="RTK_"] {
    margin-bottom: 25px;
    line-height: 0;
    text-align: center;
    height: 280px;
    clear: both;
}

.upper_row ul.related {
    padding: 0;
    margin: 0;
}

.upper_row ul.related .top_tag {
     font-family: "Roboto Bold";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding: 6px 0;
}

.upper_row ul.related li {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
    border-top: 1px dotted #acacac;
}

.upper_row ul.related li:last-child {
    border-bottom: 1px dotted #acacac;
}

.upper_row ul.related li .title {
    display: inline-block;
    width: 81%;
}

.upper_row ul.related li .title > a {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 22px;
    color: #000;
}

.upper_row ul.related li .title .time_diff {
    display: inline-block;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-style: italic;
}

.upper_row ul.related li .author {
    padding-top: 5px;
}

.upper_row ul.related li .author,
.upper_row ul.related li .author a  {
    font-size: 12px;
    line-height: 14px;
     font-family: "Roboto Bold";
    color: #777;
}

.upper_row ul.related li .image {
    display: inline-block;
    width: 16%;
    float: right;
    line-height: 0;
}

.upper_row ul.related li .image img {
    display: inline-block;
    max-width: 100%;
}

.main_content .upper_row .social_email {
    display: block;
    font-size: 0;
    margin: 0 70px;
    border-top: 1px solid #3177DF;
    border-bottom: 1px solid #3177DF;
    margin-bottom: 80px;
}

.main_content .social_email .social {
    display: inline-block;
    width: 92%;
    padding: 15px 0 15px;
    text-align: center;
}

.main_content .social_email .social .text {
    display: inline-block;
    width: 40%;
    float: left;
}

.social_email .social .icons {
    line-height: 25px;
    width: 60%;
    float: right;
    display: flex;
    justify-content: space-between;
}

.social_email .social .icons > span,
.social_email .social .icons > span a {
    vertical-align: top;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.main_content .social_email .social .text {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    color: #3177DF;
}

.main_content .recom_title {
    font-size: 29px;
     font-family: "Roboto Bold";
    line-height: 29px;
    color: #000;
    padding: 20px 0 0 345px;
    margin: 0 15px 0 30px;
    border-top: 1px dotted #acacac;
    text-align: left;
    letter-spacing: -0.4px;
}

.main_content .lower_row {
    display: inline-block;
    width: 100%;
    padding: 20px 15px 20px 30px;

}

.main_content .lower_row .lower_container {
    border-top: 1px dotted #acacac;
    display: inline-block;
    width: 100%;
}

.main_content .lower_row .featured_videos {
    display: inline-block;
    float: left;
    width: 300px;
    margin-top: 30px;
}

#featured_videos.fixtop {
    position: fixed;
    top: 0;
}

.lower_row .featured_videos .block_title {
    font-size: 16px;
    line-height: 17px;
     font-family: "Roboto Bold";
}

.lower_row .featured_videos ul {
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.lower_row .featured_videos ul li {
    display: inline-block;
    width: 100%;
    font-size: 0;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px dotted #acacac;
}

.lower_row .featured_videos ul li .image {
    display: inline-block;
    width: 30%;
    font-size: 0;
    line-height: 0;
    float: left;
}

.lower_row .featured_videos ul li .image a {
    position: relative;
}

.lower_row .featured_videos ul li .image img {
    display: inline-block;
    width: 100%;
}

.lower_row .featured_videos ul li .title_author_date {
    display: inline-block;
    width: 67%;
    font-size: 0;
    float: right;
}

.lower_row .featured_videos ul li .title_author_date a {
    color: #000;
}

.lower_row .featured_videos ul li .author_date {
    font-size: 12px;
    line-height: 14px;
     font-family: "Roboto Bold";
    text-transform: uppercase;
    color: #777;
    padding: 5px 0 0;
}

.lower_row .featured_videos ul li .author_name a {
    color: #777;
}

.lower_row .featured_videos ul li .title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.lower_row .featured_videos ul li .date {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: normal;
    font-style: italic;
    margin-right: 10px;
}

.lower_row .featured_videos ul li .author {
    font-size: 12px;
    line-height: 12px;
    color: #777;
}

.lower_row .featured_videos ul li .author a {
    font-size: 12px;
}

.main_content .lower_row .more_content {
    display: inline-block;
    width: calc(100% - 300px);
    float: right;
    padding: 30px 0 20px 15px;
}

.main_content #recommended_load_next_page {
    padding: 0 15px 0 30px;
}

.more_content .one_post {
    width: 100%;
    padding: 20px 0 0;
    font-size: 0;
}

.more_content .one_post:first-child {
    padding-top: 0;
}

.more_content .one_post .pricat_date {
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    color: #848484;
    display: inline-block;
    width: 100%;
}

.one_post .pricat_date .cat_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 40px 40px !important;
}

.one_post .pricat_date .cat_date {
    display: inline-block;
    width: calc(100% - 40px);
    padding: 6px 0 0 10px;
    height: 40px;
    vertical-align: top;
}

.one_post .pricat_date .cat_name {
     font-family: "Roboto Bold";
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000;
}

.one_post .pricat_date .cat_name a,
.one_post .pricat_date .cat_name a:visited,
.one_post .pricat_date .cat_name a:hover {
    color: #000;
}

.one_post .pricat_date .date {
    padding-top: 6px;
    font-size: 12px;
    line-height: 12px;
    color: #000;
}

.more_content .one_post .title {
    font-size: 23px;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 13px 0 10px;
    overflow: hidden;
    max-height: 52px;
    line-height: 26px;
    display: block;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more_content .one_post .title h2 {
    font-weight: normal;
}

.more_content .one_post .excerpt {
    margin: 0;
    overflow: hidden;
    line-height: 20px;
    letter-spacing: -0.2px;
    max-height: 57px;
    display: block;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.more_content .one_post .title a {
    color: #000;
    line-height: 26px;
}

.more_content .one_post .excerpt a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.more_content .one_post .img {
    font-size: 0;
}

.more_content .one_post .img a {
    display: block;
    width: 100%;
    position: relative;
}

.one_post .eet_video_icon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-image: url(/assets/themes/eet/images/EET_Play_Button_big.svg);
    background-size: cover;
}

.more_content .one_post img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.more_content .one_post .author {
    display: block;
    width: 100%;
    padding: 5px 0 7px;
    font-size: 11px;
    line-height: 18px;
    color: #666;
    text-transform: uppercase;
}

.more_content .social {
    display: block;
    margin: auto;
    text-align: center;
    padding: 15px 0 20px;
}

main .social {
    line-height: 25px;
}

main .social > span,
main .social > span a {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: top;
}

main .social > span {
    margin: 0 12px;
}

main .social .fb > a:before {
    font-family: 'Genericons';
    content: "\f12d";
    font-size: 21px;
    line-height: 25px;
    display: block;
    color: #003B92;
}

main .social .twitter > a:before {
    font-family: 'Genericons';
    content: "\f17c";
    font-size: 21px;
    line-height: 25px;
    color: #1BA6EE;
}

main .social .gplus > a:before {
    font-family: 'Genericons';
    content: "\f127";
    font-size: 21px;
    line-height: 25px;
    color: #dc483b;
}

main .social .reddit > a:before {
    font-family: 'Genericons';
    content: "\f15f";
    font-size: 21px;
    line-height: 25px;
    color: #FF6600;
}

main .social .email > a:before {
    font-family: 'Genericons';
    content: "\f144";
    font-size: 21px;
    line-height: 25px;
    color: #888888;
}

.main_content .lower_row ul,
.main_content .lower_row li {
    list-style-type: none;
}
.right_col .email_subscribe {
    box-shadow: 0 0 10px #999;
    margin-bottom: 40px;
}

.right_col .email_subscribe form {
    padding: 0 20px 20px;
}


.right_col .email_subscribe .mail {
    display: inline-block;
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 3px;
    margin-bottom: 10px;
}

.right_col .email_subscribe .mail input {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 10px;
    margin: 0;
    background: none;
    font-size: 15px;
    line-height: 15px;

    border: 1px solid #999;
    border-radius: 3px;
}

.email_subscribe .reg-button {
    display: inline-block;
    width: 100%;
    background-color: #215ad7;
    border-radius: 3px;
    margin-top: 10px;
}

.email_subscribe .reg-button input {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 7px 10px;
    margin: 0;
    background: none;
    color: #fff;
    font-size: 19px;
    line-height: 26px;

     font-family: "Roboto Bold";
    font-style: italic;
}

.widefat {
    width: 100%;
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.message {
    display: none;
}

.error-message {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    background-color: #acacac;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 2px;
}

.error-message #response {
    display: inline-block;
}

.errorclose {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    line-height: 34px;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.5);
    cursor: pointer;
}

.success-message #response {
    display: block;
    text-align: center;
    color: #000;
    padding: 20px 0;
    margin-bottom: 10px;

}

.success-message {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    margin-top: 100px;
    margin-bottom: 150px;
    font-weight: 700;
}

.successclose {
    font-size: 18px;
    cursor: pointer;
}

.successclose:before {
    content: 'Close';
    margin-right: 5px;
    font-size: 13px;
    vertical-align: middle;
}

.reg-button > p {
    text-align: center;
}

#eet_newsletter_captcha {
    margin-top: -10px;
}

#eet_newsletter_captcha > div {
    margin: 8px auto -5px;
}

#eet_newsletter_captcha iframe {
    transform: scale(0.855);
    position: relative;
    left: -21px;
}

.right_col .top_news {
    margin-top: 40px;
}

.right_col .top_news .block_title {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto Bold";
    margin-bottom: 10px;
    border-radius:3px;
}

.right_col .top_news ul,
.right_col .top_news li {
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 100%;
}

.right_col .top_news li {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px dotted #acacac;
}

.right_col .top_news li:first-child {
    border-top: 1px dotted #acacac;
}

.right_col .top_news li .title_author_date {
    display: inline-block;
    float: left;
    width: 65%;
}

.right_col .top_news li .title {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.2px;
}


.right_col .top_news li .author_date {

    font-size: 12px;
    line-height: 14px;
    color: #777;
    padding-top: 6px;
    text-transform: uppercase;
     font-family: "Roboto Bold";
}

.right_col .top_news li .author_date .date {
    font-style: italic;
    color: #000;
    margin-right: 10px;
    font-weight: normal;
}

.time_diff .new {
    color: gray;
}

.right_col .top_news li .image {
    display: inline-block;
    float: right;
    width: 33%;
}

.right_col .top_news li .image a {
    position: relative;
}

.right_col .top_news li .image img {
    max-width: 100%;
}

.top_news .eet_video_icon,
.featured_videos .eet_video_icon {
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 5px;
    left: 5px;
    background-image: url(/assets/themes/eet/images/EET_Play_Button_big.svg);
    background-size: cover;
}

#footer {
    position: relative;
    z-index: 2;
}

/* start of shortcode */

.post_content .aol-vid-wrap {
    display: table;
    margin-bottom: 25px;
}

.post_content div {
    margin: 10px auto;
}
.post_content table {
    border-collapse: collapse;
    margin-bottom: 15px;
}
.post_content tr td {
    border: 1px dotted;
    padding: 10px;
}

blockquote {
    border-left: 4px solid #dfdfdf;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

blockquote p {
    color: #696969 !important;
    margin-left: 18px;
    margin-bottom: 20px;
    padding: 0;
    padding-right: 20px;
    font-style: italic;
}

.post_content .pull-quote {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px;
    padding: 33px 0 30px 0;
    font-style: italic;
     font-family: "Roboto 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 {
    font-family: 'Genericons';
    content: "\f199";
    line-height: 0;
    font-size: 16px;
     font-family: "Roboto Bold";
    font-style: italic;
    color: #777;
    margin: 0 10px 0 0;
    position: relative;
    top: -4px;
}

.pull-quote .quote-content:after {
    content: "\f198";
    top: 0;
    margin-left: 5px;
}

.pull-quote .quote-info {
    color: #777;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
     font-family: "Roboto Bold";
    padding-top: 20px;
}

.pull-quote .quote-info .author {
    color: #777;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
     font-family: "Roboto Bold";
}

.morearticles {
    margin-bottom: 15px;
}

.morearticles strong {
    border-top: 3px solid #111;
    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;
    line-height: 20px;
}

.coverage {
    padding: 15px 20px 15px 0;
    width: 50%;
    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%;
}

.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;
}

.w100 {
    width: 100%
}
/*-- videos --*/

.video_fit_container {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.25%;
}

.video_fit_container>div[id] {
    height: 100% !important;
    padding-top: 56.25%;
}

.more_content .one_post .video_fit_container {
    padding-top: 0;
}

.wp-video {
    margin: auto;
}

.video_fit_container > iframe,
.video_fit_container > div.wp-video,
.video_fit_container > div.player-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

.video_fit_container center,
.video_fit_container .jwplayer.jw-flag-aspect-mode {
    height: 100% !important;
    zoom: 1;
    padding-top: 0;
}

.video_fit_container .ymk_player_icon {
    background: url(/assets/themes/eet/images/EET_Play_Button_big.svg) no-repeat center center;
    background-size: 63px 63px;
    display: inline-block;
    width: 68px;
    height: 68px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

div[id*="RTK_"] {
    text-align: center;
}

.top_ad {
    display: table;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 1000px;
    text-align: center;
}

.side_ad {
    float: right;
    width: 300px;
    height: 500px;
}

@media only screen and (max-width: 1100px) {
    .main_content .upper_row {
        width: 100%;
        padding-left: 0;
    }
    .main_content .lower_row .featured_videos {
        display: none;
    }
    .main_content .lower_row .more_content {
        width: 100%;
        float: none;
    }
    .main_content .recom_title {
        text-align: left;
        padding-left: 45px;
    }
}

@media only screen and (max-width: 1000px) {

    .main_content .lower_row {
        padding: 20px 15px 20px 0px;
    }
    .main_content .lower_row .more_content {
        padding: 30px 0 20px 0px;
    }
    .main_content #recommended_load_next_page {
        padding: 0 15px 0 0;
        border-left: none;
    }
    .main_content .upper_row .social_email {
        margin: 0 20px;
    }
    .main_content .recom_title {
        margin: 0 15px 0 0;
        padding-left: 0;
        text-align: center;
    }
}

.live_related_article {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

.live_related_article .block_title {
    font-size: 16px;
    line-height: 23px;
    display: block;
    margin-bottom: 8px;
}

.live_related_article img {
    width: 100%;
    max-width: 205px;
}

.live_related_article li {
    max-width: 205px;
    display: inline-block;
    float: left;
    margin-right: calc((100% - 615px) / 2);
}

.live_related_article li:nth-child(3n+0) {
    margin-right: 0;
}

.live_related_article li a {
    display: block;
    position: relative;
}

.live_related_article li .image {
    display: inline-block;
    position: relative;
    max-width: 205px;
    max-height: 123px;
    overflow: hidden;
}

.live_related_article li .title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    height: 72px;
    overflow: hidden;
    display: block;

    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 3px;
    margin-bottom: 9px;
    margin-left: 5px;
    margin-right: 5px;
}

.article-sticky-ad-right {
    position: fixed;
    top: 10px;
}

#main {
   /* margin: auto auto;*/
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
}
#main  .main_content{
    padding: 15px;
}
#main .first_page_top {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding: 20px 0 14px;
    margin-bottom: 20px;
}

.first_page_top .cat_name h1 {
    display: inline-block;
    float: left;
    width: 100%;
}

.first_page_top .cat_name h1 a {
    font-size: 30px;
    line-height: 25px;
    font-family: "Roboto Bold";
    color: #000;
    vertical-align: sub;
}

.first_page_top .sub_cats {
    display: inline-block;
    float: left;
    width: 100%;
}

.first_page_top .sub_cats > div {
    padding-top: 5px;
    width: 100%;
    display: inline-block;
}

.first_page_top .sub_cats .current-menu-item a {
    border-bottom: 1px solid #000;
}

ul, li {
    list-style: none;
}

.first_page_top .sub_cats li {
    float: left;
    margin-right: 23px;
}

.first_page_top .sub_cats li a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    vertical-align: bottom;
}

.list-1 {
    width: 45.9%;
    max-width: 550px;
    display: inline-block;
    float: left;
}

.list-2, .list-3, .list-4, .list-5, .list-6, .list-7 {
    width: calc((54.1% - 39px) / 3);
    max-width: 205px;
    margin-left: 13px;
    display: inline-block;
    float: left;
}

.list-2 .image, .list-3 .image, .list-4 .image, .list-5 .image, .list-6 .image, .list-7 .image {
    max-width: 205px;
    max-height: 123px;
    overflow: hidden;
}

.image {
    position: relative;
    display: inline-block;
}

.image img {
    max-width: 100%;
    border-radius: 5px;
}
audio{
    width: 100%;
}
.list-1 {
    position: relative;
}

.list-1 .article_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: #aaa;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.list-1 .title {
    padding: 50px 20px 20px;
    margin: 0;
}

.list-1 .title a {
    color: #fff !important;
    font-size: 27px;
    line-height: 30px;
     font-family: "Roboto Bold";
    height: auto;
}

.eet_video_icon {
    bottom: 15px;
}

.top_list .eet_video_icon, .left_content .eet_video_icon {
    width: 30px;
    height: 30px;
    left: 6px;
}

.top_list .list-1 .eet_video_icon {
    position: absolute;
    width: 61px;
    height: 61px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.list-2 .title, .list-3 .title, .list-4 .title, .list-5 .title, .list-6 .title, .list-7 .title {
    font-size: 14px;
    line-height: 17px;
     font-family: "Roboto Bold";
    height: 68px;
    overflow: hidden;
    display: block;

    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 17px;
}

.list-1 .more_info, .list-2 .more_info, .list-3 .more_info, .list-4 .more_info, .list-5 .more_info, .list-6 .more_info, .list-7 .more_info {
    display: none;
}

.main_content {
    display: table;
    width: 100%;
    margin-bottom: 9px;
}

.top_list {
    display: table;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.left_content {
    float: left;
    display: inline-block;
    width: 73.7%;
    border-right: 1px solid #ccc;
    padding-right: 14px;
    padding-top: 9px;
    padding-bottom: 25px;
}

.left_content li {
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
}

.left_content li .image {
    display: inline-block;
    width: 23.8%;
    max-width: 205px;
    max-height: 123px;
    overflow: hidden;
    float: left;
}

.left_content li .image img {
    max-width: 100%;
}

.left_content li .article_info {
    width: calc(76.2% - 16px);
    float: right;
}

.left_content .article_info .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    width: 84%;
    float: left;
    display: block;
}

.left_content .article_info .author, .left_content .article_info .excerpt {
    float: left;
    width: 76%;
    display: inline-block;
}

.left_content .article_info .author {
    font-size: 13px;
    line-height: 16px;
    color: #777;
    margin-top: 6px;
}

.left_content .article_info .author a {
    color: #777;
}

.left_content .article_info .read_more {
    right: 0px;
    width: 11%;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
}

.left_content .article_info .read_more a {
    color: #000;
    text-transform: capitalize;
}

.red_triangle {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ca0000;
    display: inline-block;
}

.left_content .article_info .excerpt {
    font-size: 14px;
    line-height: 18px;
    color: #777;
    height: 36px;
    overflow: hidden;
    display: block;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

.left_content ul {
    margin-bottom: 23px;
    display: inline-block;
    width: 100%;
}

.right_sidebar {
    float: right;
    display: inline-block;
    width: 26.3%;
    max-width: 317px;
    padding-left: 15px;
}

.right_sidebar .editors_picks li {
    margin-bottom: 35px;
    border-bottom: 2px solid #eee;
}

.right_sidebar .editors_picks > .title {
    font-family: Arial;
    font-size: 21px;
    font-weight: 900;
    line-height: 23px;
    padding-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: initial;
}

.editors_picks_list .image {
    display: block;
    position: relative;
    max-width: 300px;
    max-height: 180px;
}

.editors_picks_list .image img {
    max-width: 100%;
}

.editors_picks_list .title {

    display: block;
    padding: 6px 0;
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}

.editors_picks_list .excerpt {
    font-size: 14px;
    line-height: 17px;
    font-weight: 100;
    color: #999;
    height: 54px;
    display: block;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.editors_picks_list .read_more {
    width: 100%;
    display: block;
    text-align: right;
    padding: 23px 0 5px;
}

.editors_picks_list .read_more a {
    color: #000;
    font-size: 15px;
    line-height: 16px;
    text-transform: capitalize;
}

.pagination {
    display: block;
    width: 100%;
    text-align: center;
}

.pagination .page-numbers {
     font-family: "Roboto Bold";
    font-size: 13px;
    line-height: 13px;
    background: #f1f1f1 !important;
    color: #000;
    margin-right: 4px;
    border-radius: 2px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    border: none !important;
}

.pagination .current {
    background: #c51d1d !important;
    color: #fff;
}

.pagination a:hover, .pagination a:active {
    background: #c51d1d !important;
    color: #fff !important;
}

.main_content {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.article_info .title {
    font-size: 40px;
    font-family: "Roboto Bold";
    line-height: 46px;
    width: 100%;
}

.main_content .mid_col {
    display: inline-block;
    width: 73.7%;
    border-left: none;
}

.content .social {
    margin-top: 30px;
    margin-bottom: 10px;
}

.page .post_content a {
    color: #c51d1d;
}

table{
    height: auto!important;
    max-width: 100%!important;
    width: 100%;
}
.main_content.page .post_title h1{
    text-align: center;
    font-size:28px;
}
.post_content .pricat_name {
    margin: 5px;
    text-align: left;
}
.post_content .pricat_name label{
    background:  #3050a3;
    color:  white;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
    display: inline-flex;
}
.post_content .pricat_name a{
    color: red;
    padding: 2px 2px 2px 2px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    margin: 4px 0px 0px 0px;

}

.post_content .pricat_name a:hover{
    color: #3050a3;
}
.post_content a.related-item {
    color:  #30539b;
}
.post_content a.related-item:hover{
    color: red;
}
.post_content a{
    color: #2e519d;
}
.post_content a:hover{
    color: red;
}

ul li a:hover .image:after,.lead_story .lead_image a:hover .image:after{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.8;
    border-radius:3px;
    pointer-events: none;
    position: absolute;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.timeline {
    list-style: none;
    padding: 0px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: calc(50% + 8px);
    margin-left: -1.5px;
}

ul.timeline  li {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 32px;
    left: calc(50% + 15px);
    margin-left: -25px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}
.timeline > li.timeline-first .timeline-panel {
    float: none;
    width: 100%;
    z-index: 100;
    background: white;
}
.timeline > li.timeline-first > .timeline-panel:before{
    display: none;
}
.timeline > li.timeline-first > .timeline-panel:after{
    display: none;
}
.main_content .counter{
    display: none;
}
@media only screen and (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 32px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}
@media print {

    a[href]:after {
        content: none !important;
    }

    @page {margin:0 -6cm}

    html {margin:0 6cm; padding:0 20px;}
    #main .main_container {
        overflow: unset !important;.main_content .left_col
    }
    .main_nav{
        display: none;
    }
    #header .top_container {
        display: none;
    }
    #selected_post{
        display: none;
    }
    #header .center_container .tagline{
        display: none;
    }
    #header .center_container .main_logo{
        display: block!important;
    }
    .date_font .right_float{
        display: none;
    }
    .adsbygoogle{
        display: none!important;
    }
    div#video_id{
        display: none;
    }
    .recommend-carousel{
        display: none;
    }
    .sualoi{
        display: none;
    }

    #footer {

        display: none;
    }
    .main_content .right_col{
        display: none;
    }
    .main_content .upper_row{
        padding: 0;
    }
    .main_content .left_col{
        width:100%;
        border-right: 0px;
    }
    .discuss-link{display: none}
    .main_content .post_content{padding:0;}
    .header {
        display: none;
    }
    .footer {
        display: none;
    }
    .breadcrumb {
        display: none;
    }
    .news-single .sidebar {
        display: none;
    }
    .top_ad {
        display: none !important;
    }
    .news-single .main_content {
        display: block;
    }
    .news-single .article_content {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        padding-right: 0;
        border: none;
    }
    .news-single .commentary {
        display: none;
    }
    .news-single .post_related {
        display: none;
    }
    .news-single .video_fit_container {
        display: none;
    }
    .news-single .article_info {
        display: none;
    }
    .news-single .article_title h1 {
        padding-top: 25px;
    }
    .news-single .featured_image {
        float: right;
        width: 100%;
        margin-left: 25px;
        margin-bottom: 25px;
        margin-top: 35px;
    }
    .news-single .article_info {
        width: 50%;
    }
    .news-single .main-content .video_fit_container {
        display: none;
    }
    .news-single .post_content {
        position: relative;
        padding-top: 30px;
    }
    .news-single .post_content p a {
        text-decoration: underline;
    }
    .news-single .print_logo {
        display: block;
    }
    .news-single .print_link {
        display: block;
    }
    .news-single .print_date {
        display: block;
    }
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    h3 {
        margin-left: 10px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    blockquote, table, pre {
        page-break-inside: avoid;
    }
    ul, ol, dl {
        page-break-before: avoid;
    }
    img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    img.right {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
    }
    img.left {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
    }
    .right {
        float: right;
    }
    .left {
        float: left
    }
    img {
        page-break-inside: avoid;
        page-break-after: avoid;
    }
    div[data-google-query-id] {
        display: none;
    }
    div#dablewidget_AlmELOl1 {
        display: none;
    }
    div#dablewidget_RoO6PEXm {
        display: none;
    }
}