:root {
    --bg-color: #f9610e;
    --divider-border-style: solid;
    --divider-color: #000;
    --divider-border-width: 1px;
}

@font-face {
    src: url("../fonts/NotoSerif-Bold.ttf");
    font-weight: 700;
}

@font-face {
    src: url("../fonts/NotoSerif-Regular.ttf");
    font-family: "NotoSerif";
    font-weight: 500;
}

.absolute-footer, html {
    background-color: #fff !important;
}


#wrapper, #main {
    background: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}


.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

.mb15 {
    margin-bottom: 15px;
}

/**header**/

/**menu**/
ul#mega-menu-primary li a {
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

ul#mega-menu-primary li span.mega-indicator {
    display: none !important;
}

/**post-new**/
.home-post-story {
    width: 100%;
    background: #f7f7f7;
    border-radius: 5px;
}

.home-post-story .story__summary {
    width: 100%;
    display: inline-block;
    padding: 20px 20px 20px 0;
}

.home-post-story .story__summary h3 {
    font-family: "NotoSerif" !important;
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
}

.home-post-story .story__thumbnail {
    width: 100%;
    height: 365px;
    float: left;
    margin-right: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.home-post-story .story__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.home-post-story .summary-excerpt {
    color: #888;
    font-size: 16px;
    line-height: 24px;
    padding-right: 20px;
    margin-bottom: 15px;
}

.home-post-story .summary-button {
    color: #fff;
    background: #bbb;
    padding: 10px 36px 9px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: 0.3s ease-in-out;
}

.home-post-story .summary-button:hover {
    background: var(--primary-color);
}

/**story grid**/
.story__grid {
    width: 100%;
    display: inline-block;
}

.story__grid .story__thumbnail {
    width: 100%;
    height: 175px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.story__grid .story__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.story__grid .story__summary {
    padding: 10px 0;
}

.story__grid .story__summary h3 {
    font-size: 16px;
    line-height: 25px;
    font-family: "NotoSerif" !important;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.story__grid .story__summary h3:hover {
    color: var(--primary-color)
}

/**divider**/
.divider {
    margin: 20px 0 30px;
}

.ic--lotus {
    background: url(../images/gno-sprites.svg?1.1) 10px 0 no-repeat #fff !important;
    width: 92px;
    height: 40px;
    padding: 0 20px;
    position: relative;
    margin: auto;
    display: block;
}

.divider:after {
    margin-top: -22px;
}

.breadcrumbs:after, .divider:after {
    display: block;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    content: "";
}

/**story__horizontal**/
.story__horizontal {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.story__horizontal .story__thumbnail {
    width: 265px;
    height: 175px;
    float: left;
    border-radius: 5px;
}

.story__horizontal .story__thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.story__horizontal .story__summary {
    width: calc(100% - 265px);
    float: left;
    padding-left: 20px;
}

.story__horizontal .story__summary h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
    font-family: "NotoSerif" !important;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.story__horizontal .story__summary h3:hover {
    color: var(--primary-color)
}

.story__horizontal .story__summary .summary-excerpt {
    color: #888;
    font-size: 14px;
    line-height: 20px;
}

article.box-post .col:last-child .story__horizontal {
    border-bottom: 0px !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/**footer**/
section#footer-menu {
    width: 100%;
    margin-top: 20px;
    height: 40px;
    background: var(--primary-color);
}

section#footer-menu nav.footer-menu-container ul li {
    float: left;
    margin-right: 20px;
    border: 0px !important;
    padding: 0px !important;
}

section#footer-menu nav.footer-menu-container ul li a {
    color: #fff;
    padding: 0px !important;
    font-size: 14px;
    line-height: 40px;
}

section#footer-menu nav.footer-menu-container ul li a:hover {
    text-decoration: underline !important;
}

footer#footer {
    background: #f7f7f7;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
}

footer#footer .footer-top .footer-logo img {
    width: 200px;
}

footer#footer .footer-copyright {
    color: #555;
    font-size: 14px;
    margin-top: 10px;
}

footer#footer .footer-top .link {
    margin-top: 20px;
}

footer#footer .footer-top .link ul {
    text-align: right;
    width: 100%;
    margin: 0px;
}

footer#footer .footer-top .link ul li {
    display: inline-block;
    margin: 0 2px 5px 0;
}

footer#footer .footer-top .link ul li a {
    font-size: 12px;
    background: #fff;
    color: #555;
    border: 1px solid #e9e9e9;
    padding: 3px 10px;
}

/**header zone**/
.zone {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.zone__heading {
    margin-bottom: 27px;
}

.zone__heading h2 {
    margin: 0px !important;
}

.zone__heading * {
    width: unset;
    display: inline-block;
}

.zone-aside__heading .heading, .zone__heading .heading {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}

.zone__heading .heading {
    color: #2378B4;
    background: #fff;
    width: unset;
    padding-right: 35px;
    position: relative;
}

.zone__heading .heading:after {
    width: 6px;
    height: 6px;
    background: #e9e9e9;
    position: absolute;
    right: 15px;
    top: 8px;
    border-radius: 50%;
}

.zone__heading .subcate {
    background: #fff;
    margin-left: -3px;
    margin-top: 3px;
    vertical-align: top;
}

.zone__heading .subcate a {
    font-size: 13px;
    line-height: 18px;
    color: #888;
    margin-right: 15px;
}

.zone__content::after, .zone__heading .heading:after {
    display: block;
    content: "";
}

.zone__heading:after {
    content: "";
}

.zone__heading:after {
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background: #e9e9e9 !important;
    margin-top: -14px !important;
}

.story--focus {
    width: 100%;
    display: inline-block;
}

.story--focus .story__thumbnail {
    width: 100%;
    height: 250px;
    float: left;
    border-radius: 5px;
}

.story--focus .story__thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.story--focus .story__summary {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 0 !important;
}

.story--focus .story__summary h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
    font-family: "NotoSerif" !important;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.story--focus .story__summary h3:hover {
    color: var(--primary-color)
}

.story--primary {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.story--primary:last-child {
    margin-bottom: 0px;
}

.story--primary .story__thumbnail {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 5px;
}

.story--primary .story__thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.story--primary .story__summary {
    width: calc(100% - 80px);
    float: left;
    padding-left: 18px;
}

.story--primary .story__summary h3 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
    font-family: "NotoSerif" !important;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.story--primary .story__summary h3:hover {
    color: var(--primary-color)
}

/**category**/
.mt15 {
    margin-top: 20px;
}

/**breadcrumbs**/
.breadcrumbs {
    margin-bottom: 35px;
}

.breadcrumbs__headline {
    background: #fff;
    padding-right: 35px;
    position: relative;
}

.breadcrumbs * {
    width: unset;
    display: inline-block;
}

.breadcrumbs h1, .breadcrumbs h2, .breadcrumbs h3, .breadcrumbs h4, .breadcrumbs h5 {
    vertical-align: super;
    font-family: "NotoSerif" !important;
    margin: 0px !important;
}

.breadcrumbs__headline .headline {
    font-size: 30px;
    line-height: 41px;
    color: #b01116;
    font-family: "NotoSerif" !important;
    text-transform: uppercase;
}

.breadcrumbs__headline:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #e9e9e9;
    position: absolute;
    right: 15px;
    top: 19px;
    border-radius: 50%;
}

.breadcrumbs__subcate {
    background: #fff;
    float: right;
    padding-left: 15px;
    margin-top: 8px;
    position: relative;
}

.breadcrumbs__subcate:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #e9e9e9;
    position: absolute;
    left: 15px;
    top: 10px;
    border-radius: 50%;
}

.breadcrumbs__subcate a {
    color: #888;
    font-size: 14px;
    margin-left: 20px !important;
}

.breadcrumbs__subcate a:hover {
    color: var(--primary-color) !important;
}

.breadcrumbs:after {
    margin-top: -25px;
}

.breadcrumbs__headline .child {
    font-size: 18px;
    color: #666;
    vertical-align: text-bottom;
}

.breadcrumbs__headline .child:before {
    content: "/";
    display: inline-block;
    padding: 0 10px 0 8px;
}

.breadcrumbs.Top .breadcrumbs__headline:after {
    top: 23px;
}

.breadcrumbs.Top:after {
    margin-top: -18px;
}

/**category story**/
.story__spotlight {
    width: 100%;
    display: inline-block;
}

.story__spotlight .story__thumbnail {
    width: 100%;
    height: 350px;
    float: left;
    border-radius: 5px 5px 0 0;
}

.story__spotlight .story__thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
}

.story__spotlight .story__summary {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
}

.story__spotlight .story__summary h3 {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 10px;
    font-family: "NotoSerif" !important;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.story__spotlight .story__summary h3:hover {
    color: var(--primary-color)
}

.story__spotlight .summary-excerpt {
    font-size: 16px;
    color: #888;
    line-height: 24px;
}

.story__category .story__summary h3 {
    -webkit-line-clamp: 2;
}

/**single**/
.direction {
    margin-bottom: 3px;
}

.direction .headline {
    font-weight: 500;
    color: #b01116;
    text-transform: uppercase;
}

.direction *, .spotlight .feature, .spotlight .focus {
    display: inline-block;
    width: unset;
}

.direction .child:before {
    content: "/";
    padding: 0 8px 0 6px;
}

.direction a {
    font-size: 13px;
    color: #666;
}

.details__headline {
    font-size: 42px;
    line-height: 48px;
    color: #222;
    font-weight: 500;
    font-family: "NotoSerif" !important;
    margin-bottom: 20px;
}

.details__img {
    width: 100%;
    margin: 0 0 20px 0;
}

.details__img img {
    max-width: 100%;
    display: block;
    border-radius: 5px 5px 0 0;
}

.details__meta {
    padding: 12px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 25px;
}

.details__meta * {
    font-size: 12px;
    color: #888;
}

.details__social {
    width: 105px !important;
    float: left;
}

.article-content.content-col.cms-body.bc {
    width: calc(100% - 105px);
    float: left;
}

.details__content .article-content div, .details__content .article-content p {
    margin-bottom: 15px;
}

.details__content .article-content * {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.details__social .fb {
    background: #3b5998;
}

.details__social li a {
    width: 40px;
    height: 40px;
    margin: auto;
    background: #ddd;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.details__social li {
    text-align: center;
    margin-bottom: 10px !important;
}

.details__social .tt {
    background: #55acee;
}

.details__social .zl {
    padding-top: 9px;
    background: #018fe5;
    margin-bottom: -10px;
}

.details__social .ml {
    background: #b01116;
}

.details__social .pr {
    background: #7e4555;
}

.details__social i {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
}

.ic--zalo {
    width: 16px;
    background-position: -200px 0;
}

.ic--zalo, .ic--zalo-wt {
    height: 20px;
    margin: auto;
}

.details__meta .source, .details__social {
    font-weight: 500;
    text-transform: uppercase;
}

.details__content .zone__heading .heading {
    color: #333;
    margin: 0px !important;
}

.article-comment,
.article-news,
.article-related {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
}

div#comments {
    margin: 0px !important;
    width: 100%;
}

/**video**/
.zone--video {
    display: flex;
    margin-bottom: 30px;
}

.story--video.large:first-child {
    margin-right: 4px;
}

.story--video.large {
    width: 34%;
    height: 354px;
    overflow: hidden;
    position: relative;
}

.story--video .story__thumb {
    width: 100%;
    height: 100%;
    float: none;
    margin: 0;
    border-radius: 0;
}

.story--video .story__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story--video .video-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 15px;
    z-index: 1;
}

.story::after {
    display: block;
    clear: both;
    content: "";
}

.has-gradient:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #000, rgba(255, 255, 255, 0) 45%);
}


.ic {
    background: url(../images/gno-sprites.svg?1.1) no-repeat;
    background-size: 500px 500px;
    display: block;
}

.ic--video {
    width: 40px;
    height: 40px;
    background-position: -100px 0 !important;
    display: inline-block;
}

.story--video .video-meta .story__title {
    width: 80%;
    display: inline-block;
    margin: 0 0 0 10px;
    font-family: "NotoSerif" !important;
}

.story--video.large .video-meta .story__title {
    width: 86%;
}

.story--video .story__thumb {
    display: flex;
    justify-content: center;
}

.story--video .video-meta .story__title {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}

.story--video.small {
    height: 175px;
    width: 100%;
    display: block;
    position: relative;
}

.zone--video .relative {
    margin-right: 4px;
}

.story--video.small .video-meta .story__title {
    font-size: 16px;
    line-height: 22px;
    width: 74.5%;
}

.zone--video .relative {
    width: 20%;
}

.story--video.small {
    height: 175px;
}

.story--video.small:first-child {
    margin-bottom: 4px;
}

.zone--video .relative, .zone--video .story--video {
    display: inline-block;
    vertical-align: top;
}

.story--video.medium {
    width: 25%;
    position: relative;
    overflow: hidden;
    margin-right: 4px !important;
}

.story--video.medium {
    height: 354px;
}

.owl-nav {
    display: none;
}

.slide-video .owl-dots {
    position: absolute;
    bottom: 4px;
    width: 100%;
    text-align: center;
}

.slide-video .owl-dots button {
    max-width: 20px;
    background: #ddd !important;
    height: 4px;
    display: inline-block !important;
    min-height: 4px !important;
    margin: 0px 5px !important;
    width: 20px;
}

.slide-video .owl-dots button.active {
    background: var(--primary-color) !important;
}

/**category slide**/
.zone--viewpoint {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.bg-zone {
    width: 100%;
    display: inline-block;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
}

.zone--viewpoint .story__thumb {
    height: 305px;
    width: 100%;
    border-radius: 5px;
    display: block;
}

.zone--viewpoint .story__thumb img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.zone--viewpoint .story__title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding: 10px;
    font-family: "NotoSerif" !important;
}

.story::after {
    display: block;
    clear: both;
    content: "";
}

.zone--viewpoint .has-gradient:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: linear-gradient(to top, #000, rgba(255, 255, 255, 0) 45%);
}

.slide-post .owl-dots {
    position: absolute;
    text-align: center;
    background: #f7f7f7;
    right: 0px;
    top: -42px;
    height: unset !important;
    display: inline-block;
}

.slide-post .owl-dots button {
    max-width: 20px;
    background: #ddd !important;
    height: 4px;
    display: inline-block !important;
    min-height: 4px !important;
    margin: 0px 3px !important;
    width: 20px;
}

.slide-post .owl-dots button.active {
    background: var(--primary-color) !important;
}

.zone--viewpoint .zone__heading .heading, .zone--viewpoint .zone__heading .subcate {
    background: #f7f7f7;
}

.story__summary i {
    color: var(--primary-color)
}

/**widget**/
.widget-tab-current {
    width: 100%;
    display: inline-block;
}

.widget-tab-current ul {
    width: 100%;
    margin: 0px;
    display: flex;
}

.widget-tab-current ul li {
    width: 50%;
    text-align: center;
    margin: 0px !important;
    margin-bottom: -2px !important;
}

.widget-tab-current ul li a {
    font-size: 18px;
    color: #555;
    text-transform: uppercase;
    padding: 7px 0 6px;
    border: none;
    display: block;
}

.widget-tab-current ul li.active a {
    color: #b01116;
    font-weight: 700;
    background: #f7f7f7;
    border-radius: 5px 5px 0 0;
}

.tab-panel {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
}

.tab-panel .number {
    font-size: 72px;
    line-height: 55px;
    color: #000;
    font-weight: 700;
    opacity: .05;
    position: absolute;
    top: 0;
    right: 0;
}

.tab-panel .story, .tab-panel .story__thumb {
    position: relative;
}

aside.widget-post-category {
    padding: 20px 20px 5px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 20px;
}

.widget-title h2 {
    margin-bottom: 15px;
}

.widget-title h2 a {
    font-size: 24px;
    color: #2378B4 !important;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}

.has-border {
    border: 0px !important;
    padding: 0px !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 20px;
}

.has-border .story__summary h3 {
    font-size: 20px;
    line-height: 27px;
    -webkit-line-clamp: 3;
}

.slide-widget .owl-dots {
    display: none !important;
}

aside.home-widget-box {
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 20px;
}

.lunar-widget {
    padding: 0px 20px 20px 20px;
}

.lunar-search {
    display: none !important;
}

h2.widgettitle {
    font-size: 24px;
    color: #2378B4 !important;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    padding: 20px 20px 0 20px;
}

.header-social li {
    display: inline-block;
    margin-left: 4px
}

.header-social li a {
    width: 40px;
    height: 40px;
    background: #ddd;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50%;
}

.header-social .fb {
    background: #3b5998;
}

.header-social .tt {
    background: #55acee;
}

.header-social .yt {
    background: red;
}