@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import "all.min.css";
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700&display=swap&subset=vietnamese');

@font-face {
    font-family: 'SFD-Bold';
    src: url('../fonts/SFD-Bold.eot');
    src: url('../fonts/SFD-Bold.eot') format('embedded-opentype'), url('../fonts/SFD-Bold.woff2'), url('../fonts/SFD-Bold.woff') format('woff'), url('../fonts/SFD-Bold.ttf') format('truetype');
    font-display: swap
}

@font-face {
    font-family: "SFProDisplay-Regular";
    src: url("../fonts/SFProDisplay-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SFProDisplay-Regular.otf") format("opentype"), /* Open Type Font */ url("../fonts/SFProDisplay-Regular.svg") format("svg"), /* Legacy iOS */ url("../fonts/SFProDisplay-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/SFProDisplay-Regular.woff") format("woff"), /* Modern Browsers */ url("../fonts/SFProDisplay-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "NotoSerif-Regular";
    src: url("../fonts/NotoSerif-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/NotoSerif-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/NotoSerif-Regular.otf") format("opentype"), /* Open Type Font */ url("../fonts/NotoSerif-Regular.svg") format("svg"), /* Legacy iOS */ url("../fonts/NotoSerif-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/NotoSerif-Regular.woff") format("woff"), /* Modern Browsers */ url("../fonts/NotoSerif-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

body {
    /*font-family: 'Nunito', sans-serif;
    */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    color: #212631;
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 1.4;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

a {
    color: #222;
    text-decoration: none
}

a:hover, a:focus {
    opacity: 0.8;
    color: #222;
    text-decoration: none;
    outline: none
}

p {
    margin: 0 0 10px
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.list-style, ol.list-style {
    padding-left: 15px;
    margin-bottom: 10px
}

ul.list-style {
    list-style-type: disc
}

ol.list-style {
    list-style-type: decimal
}

blockquote.blockquote {
    position: relative;
    border-left: 0;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 20px
}

blockquote.blockquote:before {
    content: "``";
    display: block;
    position: absolute;
    left: -5px;
    top: 5px;
    font-size: 240px;
    line-height: 200px;
    color: #eceef2;
    letter-spacing: -30px;
    z-index: -2
}

figure.figure-img {
    margin-bottom: 20px
}

figure.figure-img figcaption {
    padding-top: 5px;
    font-size: 13px;
    font-weight: 600
}

.input {
    height: 40px;
    border: 2px solid #eceef2;
    width: 100%;
    padding: 0 15px;
    -webkit-transition: .2s border;
    transition: .2s border
}

.input:focus {
    border-color: #3d455c
}

textarea.input {
    height: 90px;
    padding: 15px
}

.primary-button {
    padding: 9px 45px;
    border: none;
    background-color: #212631;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.primary-button:hover, .primary-button:focus {
    color: #fff;
    opacity: .9
}

button:active, button:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

b, strong {
    font-weight: bold;
}

.crl {
    clear: both;
}

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

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

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

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

.my-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    word-break: break-word;
}

@media (min-width: 540px) {
    .post-img img {
        width: 100%;
    }
}

#nav-fixed {
    /*position:fixed;
    */
    left: 0;
    right: 0;
    top: 0;
    z-index: 90;
    background-color: #fff;
    margin-top: 40px;
}

#nav-fixed.slide-down {
    -webkit-animation: slide-down .3s;
    animation: slide-down .3s
}

#nav-fixed.slide-up {
    -webkit-animation: slide-up .3s;
    animation: slide-up .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes slide-down {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes slide-down {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@-webkit-keyframes slide-up {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slide-up {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

/* #Navigation ================================================== */
.ads-top {
    padding: 10px;
    text-align: center;
}

.ads-top img {
    max-height: 48px;
    margin-right: 10px;
}

#header-page {
    height: 50px;
}

.start-header {
    opacity: 1;
    transform: translateY(0);
}

.start-header.scroll-on {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
}

.start-header.scroll-on .header-nav {
    display: none;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap.fixed-view .header-nav {
    display: block !important;
}

.navbar-brand img {
    height: 40px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-nav {
    background: #00c4f0;
    height: 50px;
    position: relative;
    z-index: 888;
}

.header-nav.active-scroll {
    position: fixed;
    width: 100%;
    display: block !important;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    background: rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.nav-item.active .nav-link {
    background: rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.nav-link {
    position: relative;
    padding: 15px 20px !important;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style ================================================== */
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    min-width: 200px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 10px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: rgba(0, 196, 240, 0.6);
}

/* #Media ================================================== */
@media (max-width: 767px) {
    /*.section .col-md-3 {
        */
    /*-webkit-box-flex: 0;
    */
    /*-ms-flex: 0 0 100%;
    */
    /*flex: 0 0 100%;
    */
    /*max-width: 100%;
    */
    /*
}
*/
    /*.section .col-md-9 {
        */
    /*-webkit-box-flex: 0;
    */
    /*-ms-flex: 0 0 100%;
    */
    /*flex: 0 0 100%;
    */
    /*max-width: 100%;
    */
    /*
}
*/
    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}

.header-nav-menu {
    background: #00c4f0;
}

.navbar {
    padding: 0;
}

.nav-btns {
    text-align: right;
}

.nav-btns > button {
    padding: 14px 0;
    border: none;
    background: 0 0;
    cursor: pointer;
}

.view-more-btn {
    padding-top: 15px;
    border: none;
    padding-bottom: 2px;
    background: 0 0;
    cursor: pointer;
    color: #fff;
    float: right;
    display: inline-block;
    margin-right: 20px;
    height: 50px;
}

.view-more-btn.bg {
    background: #fff;
    color: #00c4f0;
}

.view-more-btn p {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    font-weight: bold;
}

.nav-btns .aside-btn {
    padding: 11px 15px;
    border: none;
    background: 0 0;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    height: 50px;
}

.aside-btn .fa-times, .aside-btn.active .fa-bars {
    display: none;
}

.aside-btn.active .fa-times {
    display: block;
}

.view-more-btn .fa-chevron-up, .view-more-btn.active .fa-chevron-down {
    display: none;
}

.view-more-btn.active .fa-chevron-up {
    display: block;
}

.nav-btns .search-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.nav-btns .search-form.active {
    opacity: 1;
    visibility: visible
}

.nav-btns .search-form .search-input {
    height: 100%;
    width: 100%;
    border: none;
    background: #fff;
    padding: 0 15px;
    font-weight: 600
}

.nav-btns .search-form .search-close {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: 0 0;
    line-height: 20px;
    color: #212631;
    font-size: 22px;
    padding: 0
}

.menu-mobile {
    padding-top: 50px;
}

.nav-menu-mobile.in-active .menu-mobile {
    padding-top: 0;
}

.nav-menu-mobile {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #f5f5f5;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow-y: auto;
    z-index: 99;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .3s all;
    transition: .3s all
}

.nav-menu-mobile.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.nav-menu-mobile.in-active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    top: 0 !important;
    z-index: 9999;
    padding-bottom: 70px;
}

.nav-aside-menu li a {
    font-weight: 700;
    font-size: 23px
}

.nav-aside-social li {
    display: inline-block
}

.nav-aside-social li > a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #212631;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.nav-aside-social li > a:hover, .nav-aside-social li > a:focus {
    opacity: .9
}

.nav-aside-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: transparent;
    color: #212631;
    border: none;
    font-size: 22px;
    border-radius: 50%;
    padding: 0
}

.list-post-view-more .trending-header {
    height: 45px;
    position: relative;
    width: 100%;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
    color: #555;
    text-transform: uppercase;
    text-align: left;
    padding: 0 10px 0 25px;
    z-index: 1101;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.list-post-view-more .trending-header:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    height: 22px;
    width: 3px;
    background-color: #00c4f0;
}

.page-header {
    position: relative;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fbfbfd;
    border-bottom: 2px solid #f4f4f9
}

.page-header .background-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover
}

.page-header .background-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 38, 49, 0.3)), to(transparent));
    background-image: linear-gradient(to top, rgba(33, 38, 49, 0.3) 0%, transparent 100%)
}

#post-header.page-header {
    padding-top: 120px
}

.page-header h1 {
    text-transform: capitalize;
    margin-bottom: 0
}

#post-header.page-header h1 {
    color: #fff
}

.page-header .post-meta {
    margin: 15px 0
}

.page-header .post-meta .post-date {
    color: #eceef2
}

.page-header .page-header-breadcrumb {
    margin: 15px 0
}

.page-header .page-header-breadcrumb li {
    display: inline-block
}

.page-header .page-header-breadcrumb li, .page-header .page-header-breadcrumb li a {
    font-size: 13px;
    text-transform: capitalize;
    color: #a7b3c6
}

.page-header .page-header-breadcrumb li a {
    -webkit-transition: .2s color;
    transition: .2s color
}

.page-header .page-header-breadcrumb li a:hover, .page-header .page-header-breadcrumb li a:focus {
    color: #0b0f28;
    text-decoration: none
}

.page-header .page-header-breadcrumb li + li:before {
    content: '/';
    display: inline-block;
    margin: 0 10px
}

/*begin*/
.feature-post {
    border-bottom: 1px solid #00c4f0;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.feature-post .post {
    margin-bottom: 10px;
}

.feature-post .post .post-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
    margin-top: 10px;
}

.feature-post .post h3.post-title {
    font-size: 20px;
    margin-top: 10px;
}

.feature-post .post p {
    margin-bottom: 0;
}

.box-title h3,
.box-title h2 {
    font-size: 22px;
    padding-left: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
    border-left: 3px solid #00c4f0;
}

.box-title.no-bg h3 {
    background: none;
    padding-left: 0;
    border-bottom: 3px solid #00c4f0;
    padding-bottom: 5px;
}

.view-many .list-post .post {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
}

.view-many .list-post .post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.new-post-update {
    /*padding: 10px;*/
    /*border: 1px solid #f2f2f2;*/
}

.new-post-update .list-post .post {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.new-post-update .list-post .post:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.view-new-category .row .col-md-6:first-child {
    border-right: 1px solid #cdcdcd;
    padding-right: 20px;
}

.view-new-category .row .col-md-6:last-child {
    padding-left: 20px;
}

.view-new-category .list-post .post {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.view-new-category .list-post .post:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.nav-category {
    color: #00c4f0;
    display: inline-block;
    margin-bottom: 5px;
}

.nav-category ul li {
    list-style: none;
    float: left;
    color: #00c4f0;
    margin-right: 10px;
}

.nav-category ul li a {
    color: #00c4f0;
    font-weight: bold;
    margin-right: 10px;
}

.video-list .slides .flex-caption {
    font-size: 26px;
    margin-top: 20px;
}

/*category*/
.category-submenu {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.category-submenu ul li {
    float: left;
    padding: 7px 10px;
}

.category-submenu ul li h1 {
    font-weight: bold;
}

.category-submenu ul li h1, .category-submenu ul li a {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
}

.category-submenu ul li.active {
    border-bottom: 3px solid #00c4f0;
}

.post-header .meta {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}

.post-header .meta .author {
    color: #00c4f0;
    text-transform: uppercase;
}

.post-header .meta .cm-source {
    color: #777;
    text-transform: uppercase;
    margin-right: 10px;
}

.post-header .meta .cm-time {
    color: #aaa;
    position: relative;
}

.related-new, .event-load {
    padding: 20px 0;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 999;
    background: #fff;
}

.related-new .new-title h3 {
    border-bottom: 3px solid #00c4f0;
    display: inline-block;
    text-transform: uppercase;
}

.load-post ul {
    padding-left: 18px;
}

.load-post ul li {
    padding: 10px 0;
    list-style: disc;
    color: #00c4f0;
}

.event-load .new-title h3 {
    padding-left: 65px;
    text-transform: uppercase;
    background: url(../images/bg-title.png) left center no-repeat;
    margin-bottom: 15px;
    line-height: 1;
    background-size: 7% 95%;
}

.page-nav {
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.page-nav a, .page-nav span {
    padding: 5px 11px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #666;
    line-height: 21px;
    float: left;
}

.page-nav .current {
    background-color: #4db2ec;
    color: #fff;
    border-color: #4db2ec;
}

.page-nav a:hover, .page-nav span:hover {
    background-color: #4db2ec;
    color: #fff;
    border-color: #4db2ec;
}

.button-share ul li i {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.button-share i.fa-facebook-f {
    background: #516eab;
}

.button-share i.fa-twitter {
    background: #29c5f6;
}

.button-share i.fa-pinterest-p {
    background: #ca212a;
}

.ads-fixed, .footer-logo-wrap {
    text-align: center;
}

.nav-menu-mobile {
    display: none;
}

.page-404 {
    text-align: center;
}

.page-404 a {
    color: #0091ce;
}

.post {
    margin-bottom: 20px
}

.post .post-img {
    display: block;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.post .post-img:hover, .post .post-img:focus {
    opacity: .9
}

.post .post-meta {
    line-height: 1;
}

.post-meta .post-category {
    font-size: 10px;
    font-weight: bold;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    color: #00c4f0;
}

.post-category {
    color: #00c4f0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.post-meta .post-category:hover, .post-meta .post-category:focus {
    text-decoration: none;
    opacity: .9
}

.post-meta .post-date {
    font-size: 10px;
    font-weight: 600;
    color: #aaa;
}

.post .post-title {
    margin-bottom: 5px;
    margin-top: 5px;
}

.post-tags li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px
}

.post-tags li a {
    display: block;
    color: #fff;
    background-color: #212631;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.post.post-thumb {
    position: relative
}

.post.post-thumb .post-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 38, 49, 0.3)), to(transparent));
    background: linear-gradient(to top, rgba(33, 38, 49, 0.3) 0%, transparent 100%)
}

.post.post-thumb .post-body {
    position: absolute;
    bottom: 0;
    padding: 20px 15px
}

.post.post-thumb .post-meta .post-date {
    color: #eceef2
}

.post.post-thumb .post-title {
    font-size: 22px
}

.post.post-thumb .post-title > a {
    color: #fff
}

.post.post-widget:after {
    content: '';
    display: block;
    clear: both
}

.post.post-widget .post-img {
    width: 90px;
    float: left;
    margin-right: 15px
}

.post.post-widget .post-img img {
    width: 100%
}

.post.post-widget .post-title {
    font-size: 18px
}

.post.post-row:after {
    content: '';
    display: block;
    clear: both
}

.post.post-row {
    border-bottom: 1px solid #ededed;
    padding: 5px 0 15px;
    margin-bottom: 15px;
}

.post.post-row .post-img {
    width: 45%;
    float: left
}

.list-post .post.post-row:last-child {
    border-bottom: none;
}

.section-cateogry .list-post .post.post-row:last-child {
    padding-top: 15px;
}

.post-body {
    word-break: break-word;
}

.post.post-row .post-body {
    margin-left: calc(45% + 15px)
}

.post.post-row .post-meta {
    margin-top: 0
}

.post.post-row .post-title {
    margin-bottom: 5px
}

.list-post-more {
    padding: 15px;
}

.list-post-more .post.post-row:after {
    content: '';
    display: block;
    clear: both
}

.list-post-more .post.post-row {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.list-post-more .post.post-row:last-child {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 55px;
}

.list-post-more .post.post-row .post-title {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.list-post-more .post.post-row .post-img {
    width: 35%;
    float: left
}

.list-post-more .post.post-row .post-body {
    margin-left: calc(35% + 10px)
}

.list-post-more .post.post-row .post-meta {
    margin-top: 0
}

.list-post-more.post.post-row .post-title {
    margin-bottom: 15px
}

.section-new-random {
    overflow: hidden;
}

#footer {
    position: relative;
    z-index: 999;
    background: #fff;
    padding-bottom: 60px;
}

.footer-wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
    color: #777;
    position: relative;
    margin-top: 10px;
    background: #222;
    border-top: 3px solid #00c4f0;
}

.footer-wrapper .row > div {
    margin-bottom: 20px;
}

.footer-text-wrap h3, .footer-social h3 {
    color: #777;
    text-transform: uppercase;
}

.footer-contact-wrap a {
    color: #777;
}

.copy-right {
    background: #0d0d0d;
    color: #777;
    padding: 10px 0;
    text-align: center;
}

ul.tabs {
    padding: 0px;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

ul.tabs li {
    position: relative;
    background: none;
    color: #222;
    display: inline-block;
    padding: 8px 20px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 49%;
}

ul.tabs li:last-child {
    border-right: none;
}

ul.tabs li.current {
    color: #0090cd;
    border-bottom: 2px solid #0090cd;
}

.tab-content {
    display: none;
    /*background: #ededed;*/
    background: #f5f3f3;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: -10px;
    margin-right: -10px;
}

.tab-content.current {
    display: inherit;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.menu-slide .swiper-slide {
    width: 54%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    align-items: center;
}

.menu-slide .swiper-slide > div {
    width: 100%;
    display: inline-block;
}

.menu-slide .swiper-slide a {
    color: #333;
    text-align: center;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    background: #e4e4e4;
    float: left;
    border-radius: 5px;
    margin-bottom: 15px;
}

.menu-slide {
    border-top: 1px solid #00c4f0;
    margin-top: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}

.swiper-container-post .swiper-slide {
    width: 75%;
}

.section-new-random .swiper-container-post .swiper-slide {
    width: 48%;
}

.ads-top, .search-btn {
    display: none;
}

.aside-btn {
    display: block !important;
    float: right;
}

.header-nav .row .col-md-6 {
    display: none;
}

.nav-menu-mobile {
    display: block;
}

.nav-menu-mobile .search-form {
    padding: 10px 0;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: relative;
}

.nav-menu-mobile .search-form .search-input {
    height: 100%;
    width: 100%;
    border: 1px solid #dadada;
    background: #fff;
    padding: 8px 10px;
    font-weight: 600;
}

.nav-menu-mobile .search-form .search-close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: 0 0;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px 8px;
    background: #333;
}

.menu-mobile ul {
    text-align: center;
}

.menu-mobile ul li {
    text-align: center;
    display: inline-block;
}

.menu-mobile ul li a {
    display: block;
    float: left;
    width: 138px;
    height: 38px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin: 10px 5px 0 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    line-height: 38px;
}

/*.menu-mobile ul li:nth-child(6) a,*/
.menu-mobile ul li:nth-child(9) a,
.menu-mobile ul li:nth-child(10) a,
.menu-mobile ul li:nth-child(11) a {
    width: 290px;
}

.logo-mb {
    text-align: center;
}

.list-post-view-more {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    background-color: #f5f5f5;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 0;
    z-index: 99;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: .3s all;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}

.list-post-view-more.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.list-post-view-more-bottom {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    background-color: #f5f5f5;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 0;
    z-index: 1010;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: .3s all;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}

.list-post-view-more-bottom.in-active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    top: 0 !important;
}

.list-post-view-more.in-active {
    top: 0 !important;
}

.list-post-view-more.in-active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.section-new .list-post {
    max-height: 500px;
    overflow-y: scroll;
}

.nav-cat {

}

.category-nav {
    display: inline-block;
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.category-nav li {
    float: left;
}

.category-nav li:first-child {
    padding-left: 10px;
}

.category-nav li a {
    font-weight: bold;
    font-size: 14px;
    color: #888;
    text-decoration: none;
    display: inline-block;
    padding: 13px 0px;
    vertical-align: middle;
    position: relative;
}

ul.category-nav li.arrow {
    padding: 13px 15px;
    color: #888;
}

.arrow-last {
    padding: 11px 15px;
    color: #888;
    font-size: 16px;
    display: inline-block;
}

.cat-child {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all
}

.cat-child.active {
    position: relative;
    padding: 10px 0;
    background: #e9e9e9;
    margin-bottom: 5px;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.swiper-container-single, .swiper-container-cat {
    overflow: hidden;
}

.swiper-container-cat .swiper-slide {
    text-align: center;
}

.swiper-container-cat a {
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    height: 100%;
    font-size: 13px;
    line-height: 26px;
    min-width: 150px;
    color: #555;
    font-weight: bold;
    margin-left: 10px;
}

.content-post {
    font-size: 16px;
}

.post-tags-container {
    margin: 10px 0;
}

.post-tags-container a {
    color: #555;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    padding: 2px 10px;
    background-color: #e1e1e1;
    border-radius: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.link-content-footer a {
    color: #004370;
    font-size: 18px;
    font-weight: bold;
}

.post-tab .list-post-more {
    padding: 0;
}

.post-tab .list-post-more .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 7px 0;
    background: #eee;
    text-align: center;
    max-width: 100%;
}

.wp-caption img {
    display: inline;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
}

.video-js {
    z-index: 999 !important
}

.video-js .vjs-tech {
    background: #000;
}

.td-post-content h2, .td-post-content h2 > strong, .td-post-content h2 > b {
    font-family: "NotoSerif-Regular";
    font-size: 16px;
    /*font-weight: normal !important;*/
    line-height: 27px;
}

.td-post-content p img {
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-top: 0;
    padding-top: 10px;
}

.td-post-content img {
    margin-bottom: 5px;
}

.next-page {
    text-align: center;
    margin-top: 10px;
}

.next-page button {
    background: #0091ce;
    padding: 5px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

#show-more {
    text-align: center;
    display: none;
    margin-bottom: 10px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #0091ce;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0091ce transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.name-tag {
    line-height: 1;
}

.name-tag h1 {
    display: inline-block;
    font-size: 32px;
    border-bottom: 3px solid #00c4f0;
    background: transparent;
    line-height: 1;
}

.name-tag span {
    background: #00c4f0;
    font-size: 32px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

.no-block {
    display: inline-block;
}

.top-tag .top-title-tag {
    font-size: 24px;
    text-align: center;
}

.top-tag .list-top-tag span {
    padding: 5px 10px;
    background: #00c4f0;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: bold;
    color: #ffffff;
}

.tag {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.tag span {
    font-weight: bold;
    float: left;
    position: relative;
    background: #fff;
    z-index: 9;
    line-height: 30px;
    margin-right: 10px;
}

.swiper-container-tag {
    float: left;
    width: calc(100% - 50px);
    overflow: hidden;
}

.tag-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
}

.tag-list li a {
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    background: #ebebeb;
    color: #555;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
}

.tag-list li a:hover {
    background: #333;
    color: #fff;
}

.toc {
    /*display: table;*/
    margin-top: 20px;
    padding: 7px;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
}

.toc .toctitle {
    text-align: center;
}

.toc .toctitle h2 {
    margin: 0;
    text-transform: uppercase;
}

.toc .toctitle h2 span {
    font-size: 14px;
    cursor: pointer;
    text-transform: capitalize;
}

.toc ul,
.toc ol {
    list-style: none;
    padding: 0;
    text-align: left;
    line-height: 1.7;
}

.toc ul li a {
    font-weight: bold;
}

.toc ul ul {
    margin: 0 0 0 1em;
}

.toc ul ul li a {
    font-weight: normal;
    font-size: 90%;
}

.btn-load {
    text-align: center;
}

.btn-load button {
    background: #00c4f0;
    color: #fff;
    padding: 5px 10px;
    margin: 20px 0px;
}

.scroll-to-top {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    bottom: 70px;
    right: 10px;
    background-color: #00c4f0;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}

.scroll-to-top i {
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

.img-155 {
    min-height: 155px;
}

.archor_link {
    color: blue;
}

.the-article-body {
    position: relative;
    z-index: 999;
    background: #fff;
}

.tintaitro1, .tintaitro2, .tintaitro3 {
    background: transparent;
    border: none;
    margin-top: 17px;
    margin-left: -10px;
    margin-right: -10px;
}

.tinlienquan {
    display: block;
    position: relative;
    z-index: 999;
    margin-top: 0;
    padding-top: 17px;
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
}

.tinlienquan iframe {
    width: 100% !important;
    /*height: auto !important;*/
}

.td-post-content iframe {
    width: 100% !important;
}

.box-slide {
    padding-top: 20px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

.slider {
    margin: 0 auto;
    margin-left: -5px;
    margin-right: -5px;
}

.slick-slide {
    margin: 0 5px;
}

.slick-list {
    margin: 0px -5px 0px -5px;
}

button.slick-prev {
    left: 0;
}

button.slick-next {
    right: 0px;
}

button.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    width: 60px;
    height: 100px;
    cursor: pointer;
    background: transparent;
    top: 50%;
    margin-top: -45px;
    font-size: 0;
    border: none;
    z-index: 2;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 50px;
    top: 50%;
    left: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slick-prev:before,
.slick-next:before {
    margin-top: -20px;
}

.slick-prev:after,
.slick-next:after {
    margin-top: 22px;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    margin-top: -18px;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    margin-top: 18px;
}

.slick-prev {
    left: -7px;
}

.slick-prev:before {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.slick-prev:after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.slick-prev:hover:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-prev:hover:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-next {
    right: -7px;
}

.slick-next:before {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.slick-next:after {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.slick-next:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-next:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.slider img {*/
/*    height: 324px;*/
/*}*/
/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */


/* Arrows */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

/* Dots */
.slick-slider {
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    top: auto;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
}

.slick-dots li.slick-active button {
    color: #0091ce;
    background: #0091ce;
    border: 1px solid #0091ce;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

@media (max-width: 360px) {
    #tab-1.tab-content {
        padding: 5px 0 !important;
    }
}

.td-post-content ul {
    list-style: inside !important;
    padding: 10px !important;
}

.banner_tiktok {
    background: #fff;
    position: relative;
    z-index: 999;
    padding: 5px 0 15px;
}

.related-new .load-post a {
    color: #333;
}

.td-post-content a {
    color: blue;
}

#divfirst h1,
#divfirst h2,
#divfirst h3,
#divfirst h4,
#divfirst h5,
#divfirst h6,
#divfirst p,
#divfirst figure,
#divfirst div,
#divfirst i,
#divfirst span,
#divfirst label,
#divfirst a,
#divfirst img,
#divfirst ul {
    z-index: 99;
    position: relative;
    background: #fff;
}

#divfirst ul {
    margin: 0 !important;
}

.gg_inpage {
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: -9 !important;
    background: transparent !important;
    /*clip: rect(0, auto, auto, 0);*/
}

.gg_inpage + div {
    background: transparent !important;
    z-index: -9 !important;
}

.gg_inpage.is_stuck {
    position: relative;
    z-index: -9 !important;
}

.gg_inpage.is_stuck .adsgoogle_inline,
.gg_inpage .adsgoogle_inline.has-stuck {

}

.adsgoogle_inline {
    position: fixed !important;
    top: 1000px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 300px;
}

.gg_inpage.is_stuck .adsgoogle_inline.has-stuck {
    top: 50px !important;
}

@media screen and (max-width: 340px) {
    .adsgoogle_inline {
        width: 250px;
    }
}

.ads_top, .mid-ads {
    position: relative;
    z-index: 99;
}

.td-post-content {
    font-family: "NotoSerif-Regular", sans-serif;
    font-weight: 400;
    color: #333;
}

.post-body p {
    margin-top: 5px;
    margin-bottom: 10px;
}

.td-post-content p {
    line-height: 27px;
    font-weight: normal;
}

.post-body p:empty {
    margin: 0;
    padding: 0;
}

#extend_bottom {
    font-family: Arial, Helvetica, sans-serif;
}

#extend_bottom, .tin-tai-tro, .adsgoogle {
    z-index: 999;
    position: relative;
    background-color: white;
    margin: 0;
}

.td-post-content img {
    margin: 0;
    padding: 10px 0 5px;
}

#divfirst > h1, #divfirst > h2, #divfirst > h3 {
    position: relative;
    background: #fff;
    z-index: 900;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.tintaitro1, .tintaitro2, .tintaitro3, .tin-tai-tro {
    background: #fff !important;
    position: relative;
    z-index: 999;
    margin-top: 0;
    padding-top: 17px;
}

.wp-caption {
    padding: 7px 0;
    background: #eee;
    text-align: center;
    max-width: 100%;
    z-index: 999;
    position: relative;
    margin: 0;
}

.post.post-row {
    margin-bottom: 0px;
}

.stick_top {
    z-index: 999 !important;
}

.gg_inpage_new {
    padding: 0px;
    z-index: 1 !important;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    opacity: 1;
    /*display: none;*/
}

.gg_ads {
    position: absolute !important;
    width: 100%;
    clip: rect(0px, 375px, 912px, -20px);
}

.m_ads {
    /* height: auto !important; */
    display: inline-block;
    width: 300px;
    position: fixed !important;
    top: 10px;
    left: 0px;
    right: 0px;
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
    margin: auto;
}

#post h1 {
    font-size: 22px;
    font-family: 'SFD-Bold';
    margin-top: 10px;
}

.clear-both {
    clear: both;
}

.related-new-haft {
    width: 48%;
    float: right;
    border: 1px solid #e5e5e5;
    background: #f5f5f5 !important;
    color: #333;
    margin-left: 10px;
    margin-top: 6px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative !important;
    z-index: 945 !important;
}

.clear-both ~ p {
    float: left;
}

/*.related-new-haft ~ p:not(:empty) {*/
/*    min-height: 380px;*/
/*}*/

.related-new-haft .new-title {
    background: #ededed !important;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 14px;
}

.related-new-haft .new-title h3 {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid #0091ce;
    display: inline-block;
    text-transform: uppercase;
    line-height: 38px;
    background: transparent !important;
}

.related-new-haft div,
.related-new-haft ul,
.related-new-haft .new-title span {
    background: transparent !important;
}

.related-new-haft ul li {
    list-style: none;
    border-bottom: 1px #ddd dashed;
    padding: 10px;
}

.related-new-haft ul li:last-child {
    border-bottom: none;
}

.related-new-haft ul {
    padding: 0 !important;
}

.related-new-haft ul li img {
    padding: 0;
    background: transparent !important;
    margin-bottom: 5px;
}

.related-new-haft ul li a {
    font-size: 13px;
    letter-spacing: -0.7px;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    background: transparent !important;
}

.btn-share {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 42px;
    height: 42px;
    display: block;
    text-align: center;
    background: #3479ea !important;
    color: #fff;
    border-radius: 5px;
}

.btn-share span {
    background: transparent !important;
    font-size: 13px;
    font-weight: 600;
}


.nav-res {
    font-family: "SFProDisplay-Regular";
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    padding: 11px 0 10px;
    z-index: 9999;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.nav-res .nav-res_item {
    width: 25%;
}

.nav-res_item_name {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    display: grid;
    text-align: center;
}

.nav-res_item_name i {
    font-size: 16px;
    margin-bottom: 5px;
}

.box-tag-utility {
    font-family: "SFProDisplay-Regular";
    position: fixed;
    left: 0;
    bottom: 60px;
    background-color: #f9f9f9;
    width: 100%;
    padding: 20px 10px 10px;
    border-radius: 15px 15px 0 0;
    z-index: 9999;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: .3s all;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}

.box-tag-utility.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid #ccc;
}

.title-utility-header h2 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.title-utility-header .line-utility {
    float: right;
}

.box-tag-list .row-utility {
    display: flex;
    width: max-content;
    margin-bottom: 10px;
    align-items: center;
}

.box-tag-list .row-utility span {
    min-width: 70px;
}

.box-tag-list .row-utility span i {
    margin-right: 5px;
    color: #999;
}

.box-tag-list .row-utility a {
    background: #e0eef5;
    color: #0090cd;
    font-size: 12px;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 5px;
}

.box-tag-view-more {
    text-align: center;
    font-size: 13px;
}

.page-tag {
    padding: 20px 10px;
    font-family: "SFProDisplay-Regular";
}

.page-tag-list {
    margin-bottom: 10px;
}

.page-tag-title {
    font-size: 16px;
}

.list-tag a {
    background: #e0eef5;
    color: #0090cd;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 5px;
}

.swiper-container-tag-trending {
    max-width: 540px;
    overflow: hidden;
}

.link-source-wrapper {
    width: auto;
    display: block;
    box-sizing: border-box;
    text-align: right;
    z-index: 9999 !important;
}

.link-source-name {
    font-size: 13px;
    color: #444 !important;
    box-sizing: border-box;
    background: #eee !important;
    border-radius: 100px;
    padding: 9px 11px;
    display: inline-block;
    margin: 15px 0px;
}

.link-source-name strong {
    color: #333 !important;
    font-weight: bold;
    font-size: 14px;
}

.btn-copy-link-source {
    color: #888 !important;
}

.btn-copy-link-source, .btn-copy-link-source i {
    background: transparent !important;
}

.link-source-detail {
    display: none;
    background: rgba(0, 0, 0, .9) !important;
    border-radius: 6px;
    width: 300px;
    position: absolute !important;
    right: 0;
    bottom: 55px;
    padding: 10px 12px;
}

.link-source-detail .sourcelinktop {
    display: flex;
    justify-content: space-between;
    background: transparent !important;
}

.link-source-detail span.link-source-detail-title {
    color: rgba(255, 255, 255, .8);
    font: normal 10px/11px Arial;
    background: transparent !important;
}

.link-source-detail span.btn-copy-link-source {
    float: right;
    font: normal 10px/11px Arial;
    color: #fff;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 4px;
    padding: 1px 6px;
    top: -2px;
    position: relative;
}

.link-source-detail .link-source-full {
    border: 1px solid #fff;
    padding: 2px 6px;
    border-radius: 2px;
    font: normal 11px/15px Arial;
    color: #fff;
    display: block;
    margin-top: 2px;
    word-break: break-word;
    background: transparent !important;
    text-align: left;
}

.link-source-detail .arrow-down {
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .9);
    position: absolute !important;
    bottom: -5px;
    right: 16px;
    background: transparent !important;
}

.section-not-miss {
    margin-top: 20px;
    padding-bottom: 100px;
}

.section-not-miss .box-title h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.section-not-miss .row .col-6:first-child {
    border-right: 1px solid #ededed;
}

.section-not-miss .post.post-row {
    border-bottom: none;
    padding-bottom: 5px;
}

.section-not-miss .post.post-row .post-body {
    margin-left: calc(45% + 7px);
}

.section-not-miss .post.post-row .post-title {
    font-size: 12px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0;
}

.post.post-row .post-body p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trending .post .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ads-shop-buy {
    margin: 15px 0;
    background: #f2faf0;
    border: 1px solid #44bb2d;
    padding: 20px 20px 10px;
    clear: both;
}

.ads-shop-buy p,
.ads-shop-buy-note p {
    color: #333;
}

.ads-shop-buy-note {
    margin: 15px 0;
    background: #f2faf0;
    border: 1px solid #44bb2d;
    padding: 15px 20px 5px;
}

#divfirst table h1, #divfirst table h2, #divfirst table h3,
#divfirst table h4, #divfirst table h5, #divfirst table h6,
#divfirst table p, #divfirst table figure, #divfirst table div,
#divfirst table i, #divfirst table span, #divfirst table label,
#divfirst table a, #divfirst table img, #divfirst table ul,
.ads-shop-buy h1,
.ads-shop-buy h2,
.ads-shop-buy h3,
.ads-shop-buy h4,
.ads-shop-buy h5,
.ads-shop-buy h6,
.ads-shop-buy p,
.ads-shop-buy figure,
.ads-shop-buy div,
.ads-shop-buy i,
.ads-shop-buy span,
.ads-shop-buy label,
.ads-shop-buy a,
.ads-shop-buy img,
.ads-shop-buy ul,
.ads-shop-buy li {
    background: inherit !important;
}


.ads-shop-buy {
    margin: 15px 0;
    background: #f2faf0 !important;
    border: 1px solid #44bb2d !important;
    padding: 20px 20px 10px;
}

.ads-shop-buy p,
.ads-shop-buy-note p {
    color: #333;
}

.ads-shop-buy-note {
    margin: 15px 0;
    background: #f2faf0;
    border: 1px solid #44bb2d;
    padding: 15px 20px 5px;
}

table tbody {
    padding: 10px;
    display: block;
}
table .wp-caption {
    width: 100% !important;
}

.related-new-haft ul span {
    background: transparent !important;
}

.cate_fanpage {
    background: #44bb2d;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 0 10px 0 5px;
    border-radius: 3px;
    margin-left: 5px;
}

.cate_fanpage i.fa-star {
    padding-right: 3px;
}

.cate_fanpage a {
    color: #fff;
}

.slider-youtube-link {
    margin-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}

.owl-nav {
    display: none;
}

.owl-nav .owl-prev {
    bottom: 13px;
    left: 50px;
    position: absolute;
    background-color: #00c4f0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border-radius: 100%;
}
.owl-nav .owl-next {
    right: 50px;
    bottom: 13px;
    position: absolute;
    background-color: #00c4f0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border-radius: 100%;
}


.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
.owl-dots .owl-dot.active {
    background-color: #00c4f0;
}
.owl-dots .owl-dot:focus {
    outline: none;
}
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item {
    min-height: 230px;
}

@media (max-width: 370px) {
    .owl-carousel .owl-stage,
    .owl-carousel .owl-item,
    .owl-carousel .owl-item .item {
        min-height: 195px;
    }
}
.link-source-full span{
    background: transparent !important;
    display: block;
}
.link-source-full a{
    display: block;
    color: #ffff;
    margin: 6px 0;
    background: transparent !important;
}