body, input, button, option, textarea, label, legend{
    font: 14px/18px Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    color: #333;
    outline: none;
    zoom: 1;
}
a {
    color: #2a2a2a;
}
a:hover {
    color: #ff6601;
    text-decoration: none;
}
.img img {
    max-width: 100%;
}
.page-wrapper {
    background-color: #fff;
    overflow: hidden;
}
.site-overlay {
    z-index: 9;
    position: fixed;
    display: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.content-wrapper {
    padding-bottom: 30px;
    padding-top: 20px;
}
.container {
    width: 100%;
}
.main-container {
    width: 100%;
}
.sidebar {
    position: relative;
    margin: 0 auto;
    display: block;
    /*width: 300px;*/
}
.page-bar {
    background-color: transparent;
    margin-bottom: unset;
}

.scrollToTop {
    position: fixed;
    right: 5px;
    bottom: 55px;
    background: rgba(0,0,0,.75);
    display: block;
    width: 45px;
    height: 45px;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.section-container {
    padding-top: 30px;
}
.box {
    margin-bottom: 20px;
}
.box .box-header {
    margin-bottom: 15px;
}
.box .box-header.with-border {
    border-bottom: 3px solid #faa719;
}
.box .box-header.with-border.border-top{
    border: none;
    padding-top: 10px;
    border-top: 2px solid #ff6601;
}
.box .box-header h2, .box .box-header h3, .box .box-header h4 {
    margin: 0px;
    padding: 0px;
    color: #333;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    font-family: roboto,sans-serif;
    padding-bottom: 5px;
}
a.img {
    position: relative;
    display: block;
    overflow: hidden;
}
a.img .duration {
    display: block;
    padding: 2px 4px;
    background: rgba(0,0,0,.5);
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px!important;
}
a.img .video-play-ico img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
a.img:after {
    border: 1px solid rgba(0, 0, 0, .1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
div.actions > a.btn {
    border-radius: 0px;
    min-width: 110px;
}
.actions .view-more {
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    color: #333;
}
.page-heading {
    padding-bottom: 20px;
    padding-top: 5px;
}
.page-heading h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: bold;
}
.list-items {
    margin: 0px;
    padding: 0px;
}
.list-items .list-item {
    list-style: none;
    display: block;
    position: relative;
}
.list-items .list-item:after {
    display: table;
    content: " ";
    clear: both;
}

.dropdown-menu {
    border-radius: 0px;
}
.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}
.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block!important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}
.btn-group>.dropdown-menu.pull-right:before, .dropdown-toggle>.dropdown-menu.pull-right:before, .dropdown>.dropdown-menu.pull-right:before {
    left: auto;
    right: 9px;
}
.btn-group>.dropdown-menu.pull-right:after, .dropdown-toggle>.dropdown-menu.pull-right:after, .dropdown>.dropdown-menu.pull-right:after {
    left: auto;
    right: 10px;
}
.btn-group.dropup>.dropdown-menu:after, .btn-group.dropup>.dropdown-menu:before, .dropdown-toggle.dropup>.dropdown-menu:after, .dropdown-toggle.dropup>.dropdown-menu:before, .dropdown.dropup>.dropdown-menu:after, .dropdown.dropup>.dropdown-menu:before {
    display: none!important;
}
.ads-box {
    margin: 0 auto;
}

.home-event {
    padding-top: 20px;
    background: #003142;
    color: #fff;
    margin-bottom: 30px;
}
.home-event a {
    color: #fff;
}
.home-event .event-name {
    margin: 5px 0 10px;
    font-size: 24px;
    font-weight: bold;
}
.home-event .post-title {
    font-size: 16px;
    line-height: 20px;
}
.home-event .owl-carousel .owl-nav .owl-prev, .home-event .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    color: #fff;
    top: 50%;
    transition: background-color 0.5s ease 0s, opacity 0.5s ease 0s;
    vertical-align: top;
    width: 35px;
    z-index: 999;
    opacity: 0.8;
    margin-top: -70px;
    font-size: 45px;
}
.home-event .owl-carousel .owl-nav .owl-next {
    right: 0px;
    left: auto;
}
.home-event .video-play-ico img {
    width: auto!important;
}
@media (min-width: 767px) {
    body, input, button, option, textarea, label, legend{
        font: 16px/20px Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 980px;
    }
    .main-container {
        float: left;
        margin-right: -320px;
        width: 100%;
    }
    .main-content {
        margin-right: 350px;
        padding: 0;
    }
    .sidebar {
        position: relative;
        float: right;
        width: 320px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

.header {
    display: block;
    background: #f7f7f7;
    height: 50px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.header .logo .about {
    display: none;
}
.logo .img-responsive {
    max-height: 50px;
}
.logo h1 {
    margin: 0px;
}
#header-top {
}

#header-center {
    background: grey;
    min-height: 150px;
}

/* Navigation */
.main-nav .navbar {
    margin-bottom: 0px;
}
.main-nav .navbar {
    margin-bottom: 0px;
}
.main-nav .signin {
    display: inline-block;
    float: right;
}
.main-nav .signin .nav-link {
    padding-right: 0px;
    text-transform: capitalize;
    color: #03162a;
}
.main-nav nav {
    display: inline-block;
}
.main-nav{
    position: relative;
    float: left;
}
.main-nav label{
    position: absolute;
    top: -3.7em;
    right: 0;
    cursor: pointer;
}
.main-nav span{
    position: relative;
    width: 2em;
    height: 2em;
    background: rgba(255,255,255,.3);
    -webkit-transition: all .3s ease;
}
.main-nav span:hover{
    background: rgba(255,255,255,.6);
}
.main-nav span:before,
.main-nav span:after{
    content: '';
    position: absolute;
    width: 2em;
    height: .5em;
    top: 4px;
    left: 0;
    background: black;
}
.main-nav span:after{
    top: 14px;
}
.main-nav{
    text-align: right;
}
.main-nav .nav-link {
    display: -webkit-box;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: bold;
}
#open{
    display: none;
}

nav>a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    -webkit-transition: all .3s ease;
}
nav>a:hover{
    background: rgba(255,255,255,.9);
    color: black;
    text-decoration: none;
}
.hidden-desktop{
    display: none;
}
.cms-navbar .nav-item {
    list-style: none;
    display: list-item;
}

.header .internal-links a {
    padding: 6px 10px;
    display: block;
    color: #222;
    font-size: 12px;
    line-height: 20px;
}
.header .internal-links ul {
    padding: 0px;
    margin: 0px;
}
.header .internal-links ul li {
    list-style: none;
}
.menu-bar .main-menu-toggle {
    display: none;
}
.menu-bar .menuIcon {
    position: relative;
    font-size: 18px;
    width: 24px;
    display: inline-block;
    text-indent: -9999px;
    color: #000;
}
.menu-bar .menuIcon:before {
    content: " ";
    font-size: 18px;
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 24px;
    height: 4px;
    border-top: 10px double currentColor;
    border-bottom: 3px solid currentColor;
    top: 16px;
    box-sizing: content-box;
}
.main-nav .navbar-nav {
    margin: 0px;
    padding: 0px;
}

/* Small monitor */
@media (max-width: 1024px){

}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
    nav>a{
        padding: 0 2em;
    }

    .main-nav {
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(0,0,0,.95);
        width: 250px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .main-nav .navbar,
    .main-nav .signin {
        width: 250px;
        float: none;
    }
    .main-nav .navbar-nav {
        float: none;
    }
    .main-nav .navbar-nav .nav-item {
        border-bottom: 1px solid #2b2b2b;
        float: none;
    }
    .main-nav .navbar-nav .nav-link:hover {
        background: #a73c00;
    }
    .menu-bar .main-menu-toggle {
        display: block;
    }
    body.with--sidebar {
        overflow: hidden;
    }
    .with--sidebar .main-nav {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        z-index: 9999;
    }
    .with--sidebar .site-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        display: block;
    }
    .with--sidebar .main-nav .nav-link {
        color: #fff;
    }
}
/* #Navigation */
#footer {
    background-color: #003142;
    color: #eaeaea;
    padding-top: 40px;
    border-top: 5px solid #f58321;
}
#footer .side-content {
    position: relative;
    margin: 0 auto;
}
#footer .main-container {
    width: 100%;
}
#footer .sitename {
    margin: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
}
#footer .copyright {
    padding-top: 25px;
    padding-bottom: 30px;
    background-color: #002b3b;
        font-size: 13px;
}
#footer .copyright-text {
    line-height: 22px;
}
#footer .logo {
    width: 220px;
    margin: 0 auto;
}
#footer .logo img {
    max-width: 100%;
}
#social-links {
    list-style: none;
    display: block;
    padding-top: 1px;
    padding-left: 0px;
    text-align: center;
    margin-top: 20px;
}
#footer .wrapper-links {
    padding-bottom: 30px;
}

#social-links li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
#social-links a.social-item {
    display: block;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 15px;
    font-size: 18px;
}
.social-label {
    font-size: 15px;
    line-height: 32px;
    float: left;
    margin-right: 10px;
}
#social-links a.social-item.youtube {
    font-size: 10px;
    border-radius: 5px;
    height: 22px;
    line-height: 22px;
}
.wrapper-links .heading {
    font-size: 16px;
    font-weight: bold;
}
.wrapper-links a {
    color: #fff;
}
.wrapper-links a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    #footer .side-content {
        width: 220px;
        position: relative;
        float: left;
    }
    #footer .logo {
        margin: 0px;
    }
    #footer .main-container {
        float: right;
        margin-left: -220px;
        margin-right: 0px;
        width: 100%;
    }
    #footer .main-content {
        margin-left: 300px;
        margin-right: 0px;
    }
}

.article .post-content {
	padding-bottom: 20px;
}
.article p {
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
}
.article h2.description {
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    line-height: 1.3em;
    font-weight: bold;
    padding: 0px;
    margin: 5px 0 10px;
}
.article h2 {
    font-size: 1.875em;
    color: #333;
    font-weight: 700;
    line-height: 100%;
    padding: 0;
    margin: 20px auto 10px;
}
.article h3, .article h4, .article h5 {
    color: #333;
    font-weight: 700;
    line-height: 26px;
    margin: 20px 0 10px;
}
.article h3 {
    font-size: 1.45em;
}
.article h4 {
    font-size: 1.25em;
}
.article h5 {
    font-size: 1.05em;
}
.article figure {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}
.article figcaption {
    text-align: center;
    padding: 10px;
}
.older-related-post ul.list-items {
    padding-left: 15px;
    margin-top: 15px;
}
.older-related-post ul li {
    list-style: square;
    color: #cc272b;
}
.older-related-post ul li a {
    display: block;
    font-size: 14px;
}
@media (max-width: 480px) {
    .older-related-post ul li a {
        font-size: 16px;
        line-height: 24px;
        padding: 0px;
    }
/*    .article p {
        font-size: 18px;
    }
    .article h3 {
        font-size: 1.5em;
    }
    .article h2.description {
        font-size: 22px;
        line-height: 1.45em;
    }
    .article figcaption {
        font-size: 16px;
        line-height: 1.45em;
    }*/
}
@media (min-width: 768px) {
    .content-detail .post-avatar,
    .article figure {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.post-video-container {
    max-width: 1260px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*==== Video list ====*/
.lastest-video {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    margin-bottom: 24px;
}
.list-video-items .list-video {
    margin: 0;
    padding: 0;
}
.list-video .post-item {
    padding-right: 4px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-bottom: 24px;
    margin-right: -4px;
    width: 100%;
}
.list-video .title {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin: 8px 0px 3px;
}
.list-video .title-link {
    color: #333;
}
.list-video .post-meta {
    margin: 0px;
}
.list-video .post-meta .tie-date {
    font-size: 12px;
}
.hashtag-videos h2.box-title {
    font-size: 18px;
    line-height: 22px;
}
/*==== Video detail ====*/
.video-detail {
    margin-bottom: 20px;
}
.video-detail .title-detail {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
}
.video-detail .title-detail .title-link {
    color: #333;
    font-weight: bold;
}
.video-detail .title-detail .fa {
    color: red;
}
.video-detail .description {
    padding: 5px 0;
    clear: both;
    font-size: 12px;
}
.video-detail .tags .title {
    display: none;
}
.video-detail .tags .tag-item {
    border: none;
    color: #4080ff;
    background: none;
    padding: 0 10px 10px 0;
}
.video-detail .tags .tag-item:before{
    content: "#";
}
.video-detail .tie-date {
    font-size: 12px;
}
.video-detail .metadata .actions {
    margin-right: 15px;
}
.video-detail .video-metadata {
    overflow-y: auto;
    padding-right: 3px;
}
#video_metadata::-webkit-scrollbar-track
{
    background: #fefefe;
}

#video_metadata::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

#video_metadata::-webkit-scrollbar-thumb
{
    background-color: rgba(150,150,150,.1);
}

.related-posts.box {
    border-top: 1px solid #e8e8e8;
    margin-top: 12px;
    margin-bottom: 0px;
}
.related-posts.box .box-header {
    margin-bottom: 0px;
}
.related-posts.box .box-title {
    padding: 5px 0;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
}
.related-posts.box .post-item {
    width: 100%;
}
.related-posts.box .post-item:last-child {
    margin-bottom: 0px;
}
.related-posts.box .post-item .video-avatar {
    width: 120px;
    float: left;
    margin-right: 10px;
}
.related-posts.box .post-item .title {
    margin-top: -2px;
}
.ytVideoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.ytVideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .content-wrapper.public-post-video {
        padding-top: 0px;
    }
    .public-post-video #video_player {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/*==== End video detail ====*/
@media (min-width: 480px) {
    .list-video .post-item {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .list-video .post-item {
        width: 25%;
    }
}
@media (min-width: 1024px) {
    .video-container {
        float: left;
        margin-right: -320px;
        width: 100%;
    }
    .video-content {
        margin-right: 340px;
        padding: 0;
    }
    .video-metadata {
        position: relative;
        float: right;
        width: 320px;
    }

    .video-detail .title-detail {
        margin-top: -2px;
    }
    .post-video-detail .video-detail {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .list-video .post-item {
        width: 20%;
    }
}
.fb-like-box {
    margin-top: 20px;
    position: relative;
}
.fb-like-box * {
    z-index: 5;
}
.fb-like-box .pull-left.social-item {
    margin-right: 5px;
}
.fb-like-box .pull-left.social-item:last-child {
    margin-right: 0px;
}
.fb-like-box .pull-right.social-item {
    margin-left: 5px;
}
.fb-like-box .pull-right.social-item:last-child {
    margin-left: 0px;
}
h1.title-detail {
    line-height: 32px;
    font-size: 26px;
    font-weight: 500;
    font-weight: bold;
    margin-top: -2px;
}
#post_content a {
    color: #1596ed;
}
#post_content a:hover {
    text-decoration: underline;
}
.article {
    margin-bottom: 30px;
}
.content-detail .post-desc {
    font-weight: bold;
}
.content-detail .post_content a {
    color: #004370;
    /*color: #337ab7;*/
}
.content-detail .post-meta {
    padding: 0px 0px 6px;
    border-left: 0px;
    border-right: 0px;
    display: block;
    margin: 5px 0;
}
.content-detail .post-meta .tie-date {
    font-size: 11px;
}
.content-detail .post-avatar {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.content-detail .post-avatar .ImageContainer {
    width: 100%;
}
.content-detail .post-description {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.post-content img {
    max-width: 100%;
    height: auto;
}
.post-content iframe {
    width: 100%;
}
caption{
    padding-bottom: 0 !important;
}
.ImageContainer {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ImagePreview {
    display: inline-block;
    position: relative;
}
.post-content table {
    margin-bottom: 1em;
}
.post-content table td {
    padding: 1px;
}
.post-content blockquote {
    background-color: #e9e9f9;
    font-size: 14px;
    border-left: 5px solid #e4a90d;
}
.lastest-related-posts .item.first {
    padding-right: 4.5px;
    padding-left: 0px;
}
.lastest-related-posts .item {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 0 4.5px;
}
.lastest-related-posts .item a {
    font-weight: bold;
    position: relative;
    display: block;
    overflow: hidden;
}
.lastest-related-posts .item img {
    max-width: 100%;
}
.ImagePreview:after, .lastest-related-posts .item .img:after, .fancybox-opened .fancybox-skin .fancybox-outer:after {
    border: 1px solid rgba(0, 0, 0, .1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.lastest-related-posts .item a .title {
    padding: 5px 0 15px;
    display: block;
    line-height: 20px;
}

.lastest-related-posts .item a:hover {
    text-decoration: none;
}

.fancybox-opened .fancybox-skin .fancybox-outer:after {
    border: 1px solid rgba(255, 255, 255, .1);
}
.fancybox-close {
    background: rgba(0,0,0,.3);
    right: 10px;
    top: 10px;
    z-index: 1000;
    font-size: 0!important;
    opacity: 1;
    text-shadow: 0 0 0 #fff;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,.75);
    padding: 0px 10px;
    background-color: rgba(0,0,0,.3);
    box-shadow: 0 0 0 1px rgba(0,0,0,.3);
    z-index: 8041;
    width: 50px;
    height: 25px;
    display: block;
    line-height: 25px;
}
.fancybox-close:after {
    font-size: 12px;
    content: 'Đóng';
    color: #fff;
    opacity: 1!important;
    text-shadow: 0 0 0 #fff;
}
.fancybox-wrap:hover .fancybox-title.fancybox-title-over-wrap {
    visibility: visible;
}
.fancybox-title.fancybox-title-over-wrap {
    width: 100%;
    visibility: hidden;
    border-top: 1px solid rgba(255,255,255,.1);
}

.tie-author {
    margin-left: 10px;
}
.list-post-avatar .item {
    padding: 0 10px;
}
.content-detail .fa-eye-slash {
    color: red;
}
@media (max-width: 768px) {
    .post-content p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 480px) {
    .post-content p {
        font-size: 18px;
        line-height: 26px;
    }
    .lastest-related-posts .item a .title {
        font-size: 16px;
        line-height: 24px;
        padding: 0px;
    }
    .lastest-related-posts .item {
        width: 100%;
        display: block;
        clear: both;
    }
    .lastest-related-posts .item a.img {
        width: 40%;
        margin-top: 0px;
        margin-right: 10px;
        float: left;
    }
    .lastest-related-posts .item {
        overflow: hidden;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        float: none;
    }
    .lastest-related-posts .item:last-child, .lastest-related-posts .item.first {
        padding-right: 0px;
        padding-left: 0px;
    }
}

h2.block-title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}

h4.block-title {
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 2px solid #ed1b24;
}

.post-avatar img:hover {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.older-related-post .item a:hover {
    text-decoration: none;
}

.older-related-post .list-post {
    padding: 0px;
}

.older-related-post .list-post .post-item {
    border: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.older-related-post .list-post .post-item:first-child {
    padding-top: 0px;
}

.older-related-post .list-post .post-item a.img {
    display: block;
    position: relative;
}

.older-related-post .list-post .post-meta {
    margin-bottom: 5px;
    margin-top: 0px;
}

.tie-date {
    font-size: 11px;
    color: #aaa;
}
.footer-link {
    display: block;
    margin: 10px 0;
}
#post_content a.footer-content-link {
    position: relative;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    color: #004265;
    margin-bottom: 2%;
    text-align: left;
    line-height: 26px;
    text-decoration: none;
}
a.footer-content-link:before {
    content: ">>";
    padding-right: 10px;
}

.older-related-post .list-post .description {
    margin: 0px;
    text-align: justify;
    color: #232323;
    line-height: 150%;
    font-family: 'Arimo', sans-serif;
}
.article .ads-zone {
    margin-top: 20px;
    margin-bottom: 30px;
}
article .ads-title {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: none;
}
article .ads-title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -.5px;
    left: 0;
    background: #e7e7e7;
}
article .ads-title span {
    background: #fff;
    padding: 0 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    font: 400 14px arial!important;
    color: #999!important;
}
.ads-box {
    margin-bottom: 15px;
}
@media (min-width: 480px) {
    .list-post-avatar {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (min-width: 1024px) {
    .older-related-post .list-post .post-item a.img {
        width: 218px;
    }
    h1.title-detail {
        line-height: 35px;
        font-size: 26px;
    }
}
.list-post {
    padding: 0px;
}
.tie-date {
    font-size: 11px;
    color: #aaa;
}
.list-post .post-item {
    border: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}
.list-post .post-item.first,
.list-post .post-item:first-child {
    padding-top: 0px;
}

.list-post .post-item a.img {
    width: 100%;
    display: block;
}
.list-post .description {
    display: none;
}
.list-post .post-item {
    padding: 10px 0;
}
.list-post .post-item.first-post a.img {
    width: 100%;
    float: none;
    display: block;
}
.list-post .title {
    margin-top: 5px;
    font-weight: bold;
    font-size: 17px;
    line-height: 130%;
}
.list-post .title {
    margin-bottom: 0;
}
.list-post .title a {
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.3;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.list-post .post-meta {
    margin-bottom: 5px;
    margin-top: 0px;
}
.list-post .description {
    margin: 0px;
    text-align: justify;
    color: #5a5656;
    line-height: 150%;
    font-family: 'Arimo', sans-serif;
}
a.tags {
    font-weight: bold;
}
.list-post .title .fa-video-camera {
    color: #929292;
    font-size: 14px;
}
.post-item .post-avatar {
    position: relative;
}
.post-avatar img:hover {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media (min-width: 480px) {
    .list-post .post-item a.img {
        float: left;
        display: inline-block;
        clear: right;
        position: relative;
        margin: 0 15px 5px 0;
        width: 240px;
    }
}
@media (min-width: 768px) {
    .list-post .post-item .description {
        display: block;
    }
    .list-post .title {
        margin-top: -2px;
    }
}
@media (min-width: 1024px) {
    .list-post .post-item a.img {
        width: 265px;
    }
}
#latest-post {
    padding-bottom: 30px;
}
.list-post-item {
    margin-bottom: 30px;
}
.list-post-item .list-post .post-item a {
    text-decoration: none;
    margin-bottom: 0px;
}
.list-post .post-item.first-post .title {
    padding: 10px 0;
}
.tags .title {
    font-weight: bold;
    font-size: 13px;
}
.tags .tag-item {
    margin-bottom: 3px;
    cursor: pointer;
    padding: 3px 8px;
    display: inline-block;
    color: #4080ff;
    background: none;
    padding: 0 10px 10px 0;
}
.tags .tag-item:before {
    content: "#";
}
.tags .tag-item:hover {
    text-decoration: underline;
}
.post-by-tag a.tags {
    font-weight: bold;
}
.post-by-tag {
    margin: 10px 0;
}
.tags-wp {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

.tags {
    float: left;
}

#quick-update-tag-wp {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#quick-update-tag-wp label {
    display: none;
    margin: 0px;
}

#quick-update-tag-wp button {
    margin-top: 5px;
}

.hot-post {
    padding-bottom: 20px;
}
.hot-post img {
    max-width: 100%;
}
.hot-post .post-item {
    position: relative;
    overflow: hidden;
}
.hot-post .first-post .post-meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    padding: 0px;
}
.hot-post .first-post .post-title {
    display: block;
    text-align: left;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
    font-size: 90%;
    font-size: 20px;
    padding: 0 10px 10px;
    line-height: 30px;
}
.hot-post .first-post .hashtag {
    font-size: 14px;
    padding: 3px 10px;
    line-height: initial;
    display: inline-block;
    text-transform: capitalize;
    font-weight: normal;
    color: #fff;
}
.hot-post .secondary-post .sep:after {
    display: table;
    content: " ";
    clear: both;
}
.hot-post .secondary-post .post-title {
    display: block;
    text-align: left;
    padding: 8px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 90%;
}
.hot-post .secondary-post .post-meta {
    position: relative;
}
.hot-post .secondary-post .hashtag {
    position: absolute;
    background-color: rgba(0,0,0,.25);
    color: #fff;
    padding: 2px 6px;
    top: -30px;
}
.hot-post img {
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
    transition-timing-function: ease;
}
.hot-post .post-item:hover img {
    transform: scale3d(1.1,1.1,1);
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1) rotate(.02deg);
}
.hot-post .first-post .post-item a.img:before {
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.hot-post .post-item .category {
    display: inline-block;
    background: rgba(0,0,0,.75);
    padding: 3px 10px;
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Roboto',sans-serif;
}
.hot-post .first-post .post-item {
    width: 100%;
}
.hot-post .secondary-post .post-item {
    width: 50%;
    display: inline-block;
    float: left;
    margin-top: 6px;
    padding-left: 2px;
    padding-right: 2px;
}
.hot-post .secondary-post {
    margin-left: -2px;
    margin-right: -2px;
}
.hot-post2 {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.hot-post2 .hashtag {
    font-size: 14px;
    padding: 3px 10px;
    line-height: initial;
    display: inline-block;
    text-transform: capitalize;
    font-weight: normal;
    color: #fff;
}
.hot-post2 .post-title {
    font-size: 18px;
    line-height: 24px;
}
.hot-post2 .post-meta {
    padding: 5px 10px;
}
.hot-post2 .hashtag {
    display: none;
}
.hot-post2 .post-item {
    height: auto;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #fff;
}
.hot-post2 .swiper-slide {
    opacity: 0.5;
}
.hot-post2  .swiper-slide-active {
    opacity: 1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #f58321;
}


.feature-fullsize {
    background: no-repeat center center;
    background-size: cover;
    height: 400px;
    color: #fff;
    position: relative;
    max-width: 1366px;
    margin: 25px auto;
}
.feature-fullsize .feature-content {
    padding: 8px;
    background: rgba(0,0,0,.5);
    margin-top: 15px;
}
.feature-fullsize .hashtag a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    text-transform: uppercase;
    display: inline-block;
}
.feature-fullsize .post-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.feature-fullsize .post-title a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.feature-fullsize .actions {
    margin-top: 10px;
}
.feature-fullsize .actions a.btn {
    text-transform: uppercase;
    padding: 3px 6px;
    font-size: 14px;
    text-shadow: 1px 0px 2px #999;
}
.feature-fullsize .actions a.btn-viewmore {
    background-color: #ffa030;
}
.feature-fullsize .description {
    display: none;
}

/**** Feature 2 column ****/
.feature-hashtag-2-col .post-item:nth-child(n+3) {
    display: none;
}
.feature-hashtag-2-col .post-item:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
}
.feature-hashtag-2-col .post-title {
    margin: 10px 0 0;
}
.feature-hashtag-2-col .post-title a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
/**** End feature 2 column ****/

/**** End feature list item ****/
.feature-hashtag-list-item .post-item .image {
    float: left;
    clear: right;
    margin-right: 12px;
}
.feature-hashtag-list-item .post-item .post-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
/**** End feature list item ****/

/**** End feature layout 1 ****/
.feature-hashtag-layout-1 .post-item {
    margin-bottom: 20px;
}
.feature-hashtag-layout-1 .post-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 0px;
}
.feature-hashtag-layout-1 .post-item:nth-child(n+2) .image {
    float: left;
    clear: right;
    margin-right: 12px;
    width: 160px;
}
.feature-hashtag-layout-1 .first .post-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    margin: 5px 0;
}
/**** End feature layout 1 ****/
.video-widget {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #012632;
}
.video-widget .post-title {
    color: #f0f0f0;
}
.video-widget .first-post {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}
.video-widget .first-post .post-item {
    position: relative;
}
.video-widget .first-post .post-meta {
    padding: 10px 0;
}
.video-widget .first-post .post-title,
.video-widget .first-post .hashtag {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
}
.video-widget .secondary-post .post-item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}
.video-widget .secondary-post .image {
    float: left;
    clear: right;
    margin-right: 12px;
    width: 168px;
}
.video-widget .secondary-post .post-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.video-widget .secondary-post .hashtag {
    display: block;
    color: #828282;
}

@media (min-width: 768px) {
    .hot-post .secondary-post .post-title {
        font-size: 12.5px;
    }
    .hot-post .secondary-post .post-item {
        width: 25%;
    }
    .hot-post .secondary-post {
        margin-left: -3px;
        margin-right: -3px;
    }
    .hot-post .secondary-post .sep:after {
        display: none;
        content: initial;
        clear: none;
    }
    .hot-post .secondary-post .post-item {
        padding-left: 3px;
        padding-right: 3px;
    }
    .hot-post .first-post .post-meta {
        padding: 0 20px 10px;
        text-transform: uppercase;
        width: 75%;
    }
    .hot-post .first-post .post-title {
        font-size: 28px;
        line-height: 35px;
    }
    .hot-post2 .hashtag {
        display: block;
    }
    .hot-post2 .post-title {
        font-size: 28px;
        line-height: 35px;
    }
    .hot-post2 .post-item {
        height: auto;
        width: 720px;
    }
    .hot-post2 .post-meta {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 1;
        padding: 0px;
    }
    .hot-post2 .post-item a.img:before {
        bottom: 0;
        content: "";
        display: block;
        height: 70%;
        width: 100%;
        position: absolute;
        z-index: 1;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.9)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    }
    .hot-post2 .post-title {
        display: block;
        text-align: left;
        color: #ffffff;
        font-style: normal;
        font-weight: bold;
        text-shadow: 1px 1px 3px rgba(0,0,0,1);
        font-size: 90%;
        font-size: 20px;
        padding: 0 10px 10px;
        line-height: 30px;
    }

    .feature-fullsize .feature-content {
        width: 70%;
        background: transparent;
        background: transparent;
        position: absolute;
        z-index: 2;
        top: 5%;
    }
    div#feature_fullsize:after {
        border: 1px solid rgba(0, 0, 0, .1);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        background: rgba(0,0,0,.5);
    }
    .feature-fullsize .post-title a {
        font-size: 21px;
    }
    .feature-fullsize .description {
        width: 300px;
        line-height: 21px;
        display: block;
    }
    .feature-hashtag-2-col .post-item:nth-child(n+2) {
        margin-top: 0px;
        padding-top: 0px;
    }
    .feature-hashtag-layout-1 .first .post-title {
        position: absolute;
        bottom: 0px;
        padding: 0px 30px 30px;
        font-size: 24px;
        line-height: 28px;
    }
    .feature-hashtag-layout-1 .first .post-title a {
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0,0,0,1);
    }
    .feature-hashtag-layout-1 .first .post-title a:hover {
        text-decoration: underline;
    }
    .feature-hashtag-layout-1 .post-item:nth-child(n+2) .image {
        width: 150px;
    }
}
@media (min-width: 1024px) {
    .hot-post .secondary-post {
        margin-left: -4px;
        margin-right: -4px;
    }
    .hot-post .secondary-post .post-item {
        padding-left: 4px;
        padding-right: 4px;
    }
    .feature-fullsize {
        height: 550px;
    }
    .feature-fullsize .feature-content {
        width: 60%;
        top: 15%;
    }
    .feature-fullsize .post-title a {
        font-size: 25px;
        line-height: 32px;
    }
    .feature-fullsize .description {
        width: 350px;
        line-height: 25px;
    }
    .feature-hashtag-layout-1 .post-item {
        margin-bottom: 30px;
    }
    .hot-post .separator,
    .feature-hashtag-layout-1 .separator {
        display: block;
        clear: both;
    }
    .feature-hashtag-layout-1 .post-item:nth-child(n+2) .image {
        width: 120px;
    }
    .video-widget .first-post {
        float: left;
        width: 100%;
        margin-right: -340px;
        border: none;
        margin-bottom: 0px;
    }
    .video-widget .first-post .post-item {
        margin-right: 350px;
    }
    .video-widget .first-post .post-meta {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 10px;
        z-index: 1;
    }
    .video-widget .first-post a.img:before {
        bottom: 0;
        content: "";
        display: block;
        height: 35%;
        width: 100%;
        position: absolute;
        z-index: 1;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 150%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(150%,rgba(0,0,0,.9)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 150%);
        background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 150%);
        background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 150%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 150%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    }
    .video-widget .first-post .hashtag,
    .video-widget .first-post .post-title {
        text-shadow: 1px 1px 3px rgba(0,0,0,1);
    }
    .video-widget .first-post .hashtag {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }
    .video-widget .secondary-post {
        float: right;
        position: relative;
        width: 340px;
    }
    .video-widget .secondary-post .image {
        width: 135.9px;
    }
}
@media (min-width: 1200px) {
    .feature-fullsize {
        background: no-repeat bottom center;
        background-size: cover;
    }
    .feature-hashtag-layout-1 .post-item:nth-child(n+2) .image {
        width: 150px;
    }
    .video-widget .secondary-post .image {
        width: 165.9px;
    }

    .hot-post2 .post-item {
        height: auto;
        width: 1070px;
    }
}
