@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&display=swap');

/* Common */
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}

a {
    text-decoration: unset;
    color: #007EA8;
}

.section {
    padding: 35px 0;
}

.text-trunk {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ratio-image {
    position: relative;
    padding-bottom: 60%;
    display: block;
    overflow: hidden;
    border-radius: 3px;
}

.ratio-image img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
}

.font-common {
    font: 900 16px/23px 'Merriweather', Arial, sans-serif;
    max-height: 46px;
    margin-bottom: 5px;
}

.font-common a {
    color: #000000;
}

.main-post-inner .font-common:hover a,
.font-common:hover a {
    color: #0D73EA;
}

.post-meta-cat {
    margin-bottom: 3px;
    font: 500 12px/21px 'barlow', Arial, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.post-meta-cat a {
    color: #007EA8;
}

.post-meta-cat span {
    color: #127fa6;
    font: 700 14px/21px 'barlow', Arial, sans-serif;
}

.post-info .post-meta {
    font: 400 12px/21px 'Barlow', sans-serif;
    color: #555;
    margin-bottom: 3px;
    font-style: italic;
    white-space: nowrap;
}

.post-meta .author-name {
    color: #555;
    font: 400 15px/21px 'Barlow', sans-serif;
}

.excerpt {
    max-height: 41px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font: 400 13px/17px 'roboto', sans-serif;
    color: #6B7280;
}

.section-title h2 {
    text-transform: capitalize;
    margin-bottom: 16px;
    font: 500 24px/34px 'barlow', Arial, sans-serif;
    color: #000000;
}

.section-title h2 a {
    color: #000000;
}

.section-title h2.other-style {
    background-color: #D3E3F2;
    padding: 12px 20px;
    border-radius: 5px;
}

.section-title .view-more {
    text-transform: uppercase;
    font: 500 14px/22px 'barlow', Arial, sans-serif;
    top: 5px;
    right: 0;
}

.section-title .view-more a {
    color: #007EA8;
}

.view-more .arrow_right {
    border: solid #007EA8;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: -1px;
}

.etv-category-suckhoe .top-left-menu {
    margin-top: 6px
}

.etv-category-suckhoe .btn-menu-bar-suckhoe.mobile,
.etv-category-suckhoe #footer-single .dmca {
    display: none;
}

.etv-col-main-left {
    width: calc(100% - 320px) !important;
    border-right: 1px solid #ccc;
    float: left;
    padding-right: 10px;
}

.etv-col-main-left .post-head {
    display: none;
}

/* Header */
#menu-menu-suc-khoe {
    border-bottom: 1px solid #C5DBE9 !important;
    border-top: 1px solid #C5DBE9 !important;
    overflow-x: scroll;
}

.subs-online a {
    font: 500 12px/18px Oswald, 'Roboto Bold', Arial;
    text-transform: uppercase;
}

.subs-online a:focus,
.subs-online a:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#btn-google-search {
    display: block;
    height: 28px;
    line-height: 20px;
    width: 45px;
}

.main-menu-suckhoe ul li {
    padding: 0 20px;
}

.main-menu-suckhoe ul li.current-menu-item a {
    font-weight: 500;
}

.main-menu-suckhoe ul li a {
    color: #007EA8;
    text-decoration: none;
    white-space: nowrap;
}

.main-menu-suckhoe .sub-menus {
    height: 59px;
}

.main-menu-suckhoe .sub-menus a {
    font: 400 16px/27px 'barlow', Arial, sans-serif;
    color: #61696B;
}

.main-menu-suckhoe .sub-menus .level-2 {
    overflow-x: scroll;
}

#menu-menu-suc-khoe::-webkit-scrollbar,
.main-menu-suckhoe .sub-menus .level-2::-webkit-scrollbar {
    display: none;
}

.main-menu-suckhoe .sub-menus .level-1 {
    padding-right: 12px;
    border-right: 1px solid #C5DBE9;
    margin-right: 8px;
}

.main-menu-suckhoe .sub-menus .level-1 a {
    color: #0c6297;
    font-size: 18px;
    font-weight: 500;
}

.etv-category-suckhoe .container .header-banner {
    margin-top: 20px;
    height: 76px;
}

.etv-category-suckhoe .container .header-banner span {
    clip: rect(1px, 1px, 1px, 1px);
    color: rgb(0, 0, 0);
    width: 1px;
    height: 1px;
    user-select: none;
    position: absolute !important;
    overflow: hidden;
}

.etv-category-suckhoe .container .header-banner img {
    max-width: 260px;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

/* Banner */
.etv-banners.width-970 .code-block-ads {
    max-width: 970px;
}

#sidebar .etv-banners {
    padding-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.health-categories-page .banner img {
    width: 100%;
    height: auto;
}

.health-categories-page.subcat-page-level3 .banner-page .banner {
    position: relative;
    background-image: url('/images/bg-default-health.jpg');
    padding-top: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.health-categories-page.subcat-page-level3 .banner-page .banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 22%);
}

.post-type-health .etv-banners {
    background-color: #f8f8f8;
}

.post-type-health .etv-banners img {
    margin: 0 auto;
    display: block;
}

.health-categories-page.subcat-page-level3 .banner-page h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font: 400 40px/50px 'barlow', Arial, sans-serif;
}

.btn-view-more {
    background-color: #127fa6;
    border-color: #127fa6;
}

.btn-view-more:hover {
    background-color: #1b6b87;
    border-color: #1b6b87;
}

.base-information .descriptions {
    column-count: 2;
    text-align: justify;
    column-gap: 35px;
}

/* Banner slider chinese */
.banner-chinese-sliders .slick-dots {
    position: absolute;
    bottom: 14%;
    left: 8%;
    padding: 0;
}

.banner-chinese-sliders .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    padding: 0;
    border: 2px solid #823A0D;
    border-radius: 50%;
    cursor: pointer;
}

.banner-chinese-sliders .slick-dots li.slick-active {
    width: 40px;
    background-color: #823A0D;
    border-radius: 200px;
}

.banner-chinese-sliders .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    border: 0;
    outline: none;
    color: transparent;
    background: transparent;
}

/* Section Feature Posts */
.feature .suggested {
    position: absolute;
    background-color: #007EA8;
    text-transform: uppercase;
    font: 500 12px/21px 'barlow', Arial, sans-serif;
    padding: 1px 4px;
    border-radius: 2px;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    bottom: 4px;
    left: 4px;
}

.feature .main-post-inner .suggested {
    bottom: 8px;
    left: 8px;
    padding: 3px 7px;
    font-size: 13px;

}

.right_side .grid-item-img {
    padding-left: 0;
}

.feature .suggested a {
    color: #fff;
}

.main-post-inner .font-common {
    font: 600 22px/32px 'Merriweather', Arial, sans-serif;
    max-height: 64px;
}

.main-post-inner .font-common a {
    color: #212121;
}

/* Section Video */
.video-health-block {
    padding-top: 55px;
    background-color: rgb(43, 133, 138);
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0))
}

/* Section slider by link primary */
/* Common */
.etv-slider-commom ul {
    padding: 0;
    margin: 0 -10px;
    position: relative;
}

.etv-slider-commom ul li {
    display: table-column !important;
    padding: 0 10px;
}

.etv-slider-commom ul li a {
    display: block;
}

.etv-slider-commom ul li img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
}

.etv-slider-commom button {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    top: 40%;
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / 40%);
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #ddd;
}

.etv-slider-commom .slick-prev {
    left: 2px;
}

.etv-slider-commom .slick-next {
    right: 2px;

}

.etv-slider-commom button:before {
    content: '◻';
    font-family: 'slick';
    width: 12px;
    height: 12px;
    line-height: 1;
    opacity: .75;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid #212121;
    border-width: 0 1px 1px 0;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 11px;
}

.etv-slider-commom .slick-next::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.etv-slider-commom .slick-prev::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 15px;
}

.etv-slider-commom .linklistcatname {
    display: none;
}

.explore-by-tags ul {
    padding: 0 35px;
}

.explore-by-tags ul li .link-name {
    text-align: center;
    font-family: 'Merriweather', "Roboto Bold", Arial, sans-serif;
    font-size: 15px;
}

.explore-by-tags ul li .link-name,
.explore-by-tags ul li .link-name a {
    color: #000;
    font: 400 15px/23px "barlow", Arial, sans-serif;
}

.explore-by-tags ul li img {
    width: 100%;
    max-width: 180px;
    height: auto;
    border-radius: 100%;
    background-color: #127fa6;
}

.slick-slider-premium .pageselector,
.slick-slider-premium .link-name {
    display: none;
}

/* Banner */
.health-categories-page.subcat-page-level3 .banner-page .banner {
    position: relative;
    padding-top: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* Banner Ads style */
.etv-banners {
    text-align: center;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.container-full .etv-banners {
    background-color: #F8F8F8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 267px;
}

.container-full .etv-banners .code-block-ads {
    margin-top: 8px;
    position: relative;
    height: 259px;
    overflow: hidden;
}

.etv-banners .code-block-ads {
    width: 100%;
    background-color: #F8F8F8;
    position: relative;
}

.etv-banners .code-block-ads:nth-child(2) {
    display: none;
}

.etv-banners img {
    max-width: 100%;
}

.content-sidebar .etv-banners {
    margin-bottom: 20px;
}

.code-block-ads:nth-child(2) {
    display: none;
}

.code-block-ads .info-banner {
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 1px;
    z-index: 1;
    width: 35px;
    cursor: pointer;
    text-align: center;
    height: 18px;
}

.code-block-ads .info-banner a,
.code-block-ads .info-banner span.close-banner-ads .dashicons {
    background-color: #eaeaea;
    display: inline-block;
    height: 16px;
    width: 16px;
    color: #3C95A5 !important;
    font-size: 15px !important;
    line-height: 16px;
    border-radius: 2px;
}

.code-block-ads .info-banner a {
    font-size: 10px !important;
    vertical-align: top;
}

.code-block-ads .info-banner .info {
    width: 67px;
    display: none;
    position: absolute;
    right: 35px;
    background-color: #eaeaea;
    top: 0;
    border-radius: 2px;
    color: #6d6a6a;
}

.code-block-ads .info-banner a:hover .info {
    display: block;
}

.code-block-ads .info-banner span.close-banner-ads {
    margin-left: 1px;
}

#the-post .etv-banners {
    height: auto;
}

/* Feature health categories */
.feature-health-categories .gird-gap {
    position: relative;
    border-radius: 8px;
    background-color: #DAEBFB;
    overflow: hidden;
    height: 220px;
}

.feature-health-categories .gird-gap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(90deg, #DAEBFB 0%, rgba(218, 235, 251, 0) 100%);
}

.feature-health-categories .gird-gap .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    padding: 0 15px;
}

.feature-health-categories .gird-gap .title .name {
    font: 500 21px/30px 'barlow', Arial, sans-serif;
    color: #000000;
}

.feature-health-categories .item .image {
    position: relative;
    max-height: 220px;
    border-radius: 8px;
}

.feature-health-categories .gird-gap .view-more a {
    text-transform: uppercase;
    font: 500 12px/18px 'barlow', Arial, sans-serif;
    color: #005a78;
}

.feature-health-categories .view-more .arrow_right {
    border: solid #4B5563;
    border-width: 0 1px 1px 0;
}

.feature-health-categories .image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
    background: linear-gradient(90deg, #DAEBFB 0%, rgba(218, 235, 251, 0) 42.73%);
}

.feature-health-categories .item .image img {
    max-height: 220px;
    width: auto;
}

.feature-health-categories.explore-by .list-posts,
.feature-health-categories.style-health-conditions .list-posts {
    background-color: #F4F8FA;
    border-radius: 5px;
    padding: 15px;
}

.feature-health-categories.style-health-conditions .gird-gap .title .name {
    font: 500 18px/27px 'barlow', Arial, sans-serif;
}

.other-catgories.feature-health-categories .list-posts .gird-gap .title {
    display: flex;
    align-items: center;
}

.feature-health-categories .list-posts .excerpt {
    display: none;
}

.feature-health-categories.style-health-conditions .gird-gap {
    height: 64px !important;
}

.feature-health-categories.style-health-conditions .image::before {
    width: 64px;
}

.feature-health-categories.style-health-conditions .item .image img {
    max-width: 64px;
}

.health-news .row .item {
    padding-right: 20px;
}

.health-news .row .item:nth-child(2n) {
    padding-left: 20px;
    padding-right: 12px;
}

/* Health category  */
.section-essential-guide-slider.etv-slider-commom button {
    top: 50%;
}

.section-essential-guide-content .note {
    left: 103px;
    top: 35px;
    z-index: 1;
    background-color: #48A5AA;
    padding: 8px 20px;
    font-weight: 700;
    border-radius: 59px;
}

.section-essential-guide-content .note a {
    color: #fff;
}

.section-essential-guide-slider .item {
    display: table-column;
    height: auto;
}

.section-essential-guide-slider .grid-item {
    padding: 20px 100px;
}

.section-essential-guide-slider .grid-item .post-inner {
    border: 2px solid #e8e2e2;
    border-radius: 10px;
}

.section-essential-guide-slider .grid-item .font-common {
    font: 900 20px/32px 'Merriweather', Arial, sans-serif;
    max-height: unset;
}

.section-essential-guide-slider .grid-item .post-inner .grid-item-img {
    padding: 0;
}

.section-essential-guide-slider .grid-item .post-inner .info {
    padding: 26px;
}

.grid-lists-post-cat {
    display: grid;
    grid-auto-rows: max-content;
    grid-template-columns: minmax(0, 300px) minmax(100px, 520px) minmax(0, 300px);
    grid-template-areas: ". center aside";
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}

.grid-lists-post-cat .cat-lists {
    min-width: 200px;
    max-width: 300px;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.grid-top-news {
    display: grid;
    grid-template-columns: minmax(100px, 545px) minmax(0, 320px);
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    grid-auto-rows: max-content;
}


/* Section slider list authors */
.home-health-category .western-medicine-doctor .container {
    max-width: 1360px;
    background-color: #F7FCFF;
    padding: 35px 0;
}

.home-health-category .western-medicine-doctor .block-content {
    max-width: 1260px;
    margin: 0 auto;
}

.list-authors-slider .etv-slider-authors .item {
    display: table-column;
    height: auto;
}

.list-authors-slider .etv-slider-authors .item {
    margin: 0 10px;
}

.list-authors-slider .etv-slider-commom .slick-next {
    right: 0;
}

.list-authors-slider .etv-slider-commom .slick-prev {
    left: -2px;
}

.list-authors-slider .etv-slider-commom button {
    top: 45%;
}

.list-authors-slider img {
    border-radius: 8px;
    width: 100%;
}

.list-authors-slider img.default-img {
    max-width: 100px;
}

.list-authors-slider .author-info a {
    font: 400 13px/18px "Roboto regular", Arial, sans-serif;
    color: #000;
}

.list-authors-slider .author-info a:hover {
    color: #007EA8;
}

/* Single page */
.author-info-block {
    box-shadow: 0px 1px 3px rgb(136 136 136 / 53%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 409px;
}

.author-info-block .avatar-author {
    text-align: center;
}

.author-info-block .author-info h4 a {
    font: 600 16px/28px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    text-transform: uppercase;
}

.author-info-block .description {
    font-size: 15px;
    color: #4f4f4f;
    margin-bottom: 20px;
    max-height: 110px;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.author-info-block .link-author a,
.author-info-block .link-author .arrow {
    color: #007EA8;
}

.author-info-block .block {
    display: table-column;
}

.author-info-block .slick-dots {
    bottom: 5px;
    left: 0;
}

.single-page h1.post-title {
    font: 500 28px/36px 'Merriweather', "Roboto Bold", Arial, sans-serif;
}

.single-page #crumbs {
    font: 500 15px/24px 'barlow', 'Roboto Bold', Arial;
    text-transform: uppercase;
}

.single-page #crumbs a {
    color: #777777;
}

.single-page .author-name a {
    color: #444;
    font-size: 16px;
}

.single-page .post-related {
    width: 160px;
}

.single-page .authar-info span {
    font-size: 0;
}

.single-page .entry {
    font: 500 16px/22px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    text-align: justify;
}

.single-page .post_content {
    padding-left: 15px;
    border-left: 1px dotted #ccc;
    margin-left: 15px;
    width: calc(100% - 165px);
}

.single-page.sepical-single-page .post_content {
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
    width: 100%;
}

.aligncenter img {
    margin: 8px auto;
    display: block;
}

.single-page .other-block {
    width: calc(100% - 160px);
    float: right;
}

.single-page .block-title {
    font: 500 18px/27px Oswald, 'Roboto Bold', Arial;
    color: #212121;
}

.wpseo-primary-category a {
    font: 500 15px/23px 'barlow', 'Roboto Bold', Arial;
}

.wpseo-primary-category:hover a {
    color: #007EA8 !important;
}

.crp-list-item-title.crp-list-item-title-grid-view {
    margin-top: 8px;
    margin-bottom: 4px;
    line-height: 17px;
    overflow: hidden;
}

.crp-list .crp-list-item-title a {
    font: 500 14px/20px 'Merriweather', "Roboto Bold", Arial, sans-serif !important;
    color: #21211f !important;
}

.crp-list-item.crp-list-item-has-image {
    padding: 0 10px;
}

.crp-list-item .crp-list-item-image img {
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
}

/* Sidebar */
.content-sidebar {
    flex: 0 0 336px;
    padding-left: 20px;
    height: fit-content;
}

.tag-posts-ajax .title h2 a {
    color: #212121;
}

.content-sidebar .list-posts .item:first-child .grid-item-img {
    width: 100%;
    margin-bottom: 10px;
}

.content-sidebar .list-posts .item:first-child .col-7 {
    order: 2;
    width: 100%;
}

/* Essential guide */
.health-categories-page.subcat-page-level3 .section-essential-guide .banner::before {
    content: none;
}

.essential-guide .banner-right {
    margin: 0 auto;
    /* position: static !important; */
}

.content-sidebar h2 {
    font: 700 20px/28px 'barlow', Arial, sans-serif;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.list-posts-essential-guide .item {
    margin-bottom: 30px !important;
}

.list-posts-essential-guide .font-common {
    font: 900 21px/30px 'Merriweather', Arial, sans-serif;
    max-height: 60px;
    margin-bottom: 5px;
}

.all-series-post .post-info .post-meta {
    font-size: 14px;
}


/* Footer */
#footer-health {
    background: linear-gradient(90deg, #EDF0F9 0%, #D9E3FF 101.58%);
    clear: both;
}

.back-top {
    background-color: #0D73EA;
    border: 2px solid whitesmoke;
    padding: 0;
    height: 34px;
    width: 34px;
    border-radius: 50% !important;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 10;
    line-height: 29px;
    text-align: center;
}

/* Template Series Health */
.template-series-health .banner-page {
    height: 400px;
    background-size: cover;
}

.template-series-health .image-block img {
    width: 225px;
    margin-right: 40px;
}

.template-series-health .info-series {
    max-width: 700px;
}

.template-series-health .info-series h1 {
    font: 700 38px/48px 'Merriweather', sans-serif;
}

.template-series-health .info-series .content p {
    color: #787878;
}

/* Series home page */
.original-series .list-posts .item:last-child {
    border-bottom: 0 !important;
}

.original-series .list-posts .font-common {
    max-height: 55px;
    line-height: 26px;
}

.list-complete-series {
    max-width: 300px;
    min-width: 300px;
    background-color: #49a5aa;
}

.list-complete-series .list-posts-series {
    row-gap: 2rem;
}

.list-complete-series .list-posts-series .font-common {
    font: 900 15px/23px 'barlow', Arial, sans-serif;
}

.list-complete-series .list-posts-series .item img {
    box-shadow: 4.0px 8.0px 4.0px rgba(0, 0, 0, .38);
}

.etv-category-suckhoe .subscription ul {
    gap: unset !important;
}

/* One Signal */
.onesignal-bell-svg,
.onesignal-bell-launcher-button {
    width: 32px !important;
    height: 32px !important;
}

.onesignal-bell-launcher-dialog {
    width: 220px !important;
}

/* Media responsive */
@media screen and (max-width: 1200px) {
    .etv-category-suckhoe .post-by-tag article .post-info .post-title a {
        font-size: 20px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1024px) {
    .home-health-category .western-medicine-doctor .container {
        padding: 35px 10px;
    }
    .excerpt {
        display: none;
    }

    #menu-menu-suc-khoe {
        justify-content: start !important;
    }

    .grid-top-news,
    .grid-lists-post-cat {
        grid-template-columns: unset;
    }

    .grid-lists-post-cat .content-sidebar {
        display: none;
    }

}

@media screen and (max-width: 992px) {
    .logo-suc-khoe {
        margin-left: 53px;
        display: inline-block;
        margin-top: 9px;
    }

    .etv-category-suckhoe .container .header-banner button {
        font-size: 23px;
        color: #357da4
    }

    .etv-category-suckhoe .container .header-banner {
        height: 70px;
        position: relative;
        line-height: 70px;
        margin-top: 0;
    }

    #mask_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 11;
        display: none;
    }

    .menu-left-custom-common {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        background-color: #fff;
        -webkit-transition: left 0.5s ease-out;
        -o-transition: left 0.5s ease-out;
        transition: left 0.5s ease-out;
        width: 100%;
        z-index: 11;
        max-width: 480px;
        min-width: 300px;
    }

    .menu-left-custom-common.show-menu {
        left: 0;
    }

    .main-menu-suckhoe ul li {
        padding: 12px 12px;
        border-bottom: 1px solid #f5f7fa;
    }

    .main-menu-suckhoe ul li.current-menu-item a {
        font-weight: 500;
    }

    .main-menu-suckhoe ul li a {
        color: #007EA8;
        text-decoration: none;
    }

    .main-menu-suckhoe .sub-menus {
        height: 59px;
    }

    .main-menu-suckhoe .sub-menus a {
        font: 400 16px/27px 'barlow', Arial, sans-serif;
        color: #61696B;
    }

    .main-menu-suckhoe .sub-menus .level-2 {
        overflow-x: scroll;
    }

    .main-menu-suckhoe .sub-menus .level-2::-webkit-scrollbar {
        display: none;
    }

    .main-menu-suckhoe .sub-menus .level-1 {
        padding-right: 12px;
        border-right: 1px solid #C5DBE9;
        margin-right: 8px;
    }

    .main-menu-suckhoe .sub-menus .level-1 a {
        color: #0c6297;
        font-size: 18px;
        font-weight: 500;
    }

    .close-box-menu {
        right: 10px;
    }

    .etv-category-suckhoe .top-left-menu {
        margin-left: 30px;
    }

    .etv-category-suckhoe .top-left-menu img {
        max-width: 230px;
    }

    .etv-category-suckhoe .container .header-banner img {
        max-width: 230px;
        margin: unset;
    }

    .etv-category-suckhoe .slick-slider-premium .slick-prev::before,
    .etv-category-suckhoe .slick-slider-premium .slick-next::before {
        width: 30px;
        height: 30px;
    }

    .health-news .row .item,
    .health-news .row .item:nth-child(2n) {
        padding: 0 15px;
    }

    .original-series h2 {
        text-align: left;
    }

    .list-complete-series {
        max-width: 100%;
    }

    .list-posts-series {
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    .original-series .list-posts {
        padding-right: 0 !important;
    }

    .list-complete-series .item {
        width: 33.33%;
    }

    .section-essential-guide-slider .grid-item .post-inner>div {
        width: 100%;
    }

    .section-essential-guide-slider .grid-item {
        padding: 20px 59px;
    }

    .bottom-section-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .list-posts-series,
    .bottom-section-row::-webkit-scrollbar {
        display: none;
    }

    .bottom-section-row .item {
        min-width: 300px;
    }

    .original-series .list-posts .font-common a {
        font-size: 16px !important;
    }

    .list-complete-series {
        max-width: 100%;
    }

    .complete-series {
        flex-direction: row !important;
        overflow-x: scroll;
    }

    .original-series .list-posts {
        padding-right: 0 !important;
    }

    .list-complete-series .item {
        width: 33.33%;
        min-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .main-post-inner {
        padding: 0 12px !important;
    }
    .list-posts-essential-guide {
        padding: 0 !important;
    }
    .content-sidebar {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .grid-lists-post-cat {
        column-gap: normal;
    }
} 